aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-09-28 05:18:50 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-09-29 05:48:00 +0000
commit75f3b1c301441cc5d7ce1e40901154836f8d5d3f (patch)
treea468d7ee2e3de24420dcccc206d849181fd8032e
parent17c5cf11df1272b47c6ca81aa1980f7784223c64 (diff)
downloadports-75f3b1c301441cc5d7ce1e40901154836f8d5d3f.tar.gz
ports-75f3b1c301441cc5d7ce1e40901154836f8d5d3f.zip
graphics/bmeps: Update to 4.34.1
https://sourceforge.net/p/dktools/wiki/change%20log/#4330-2022-02-18 The former bmpp program was renamed to bitmap2pp, the former dkct program was renamed to dkcpre. Add UPDATING entry. PR: 266652 Reported by: takefu@airport.fm (maintainer)
-rw-r--r--UPDATING6
-rw-r--r--graphics/bmeps/Makefile10
-rw-r--r--graphics/bmeps/distinfo6
-rw-r--r--graphics/bmeps/pkg-descr9
4 files changed, 21 insertions, 10 deletions
diff --git a/UPDATING b/UPDATING
index 92127b5de62b..5d0f2a746c98 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,12 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20220929:
+ AFFECTS: users of graphics/bmeps
+ AUTHOR: takefu@airport.fm
+
+ The executable name has been changed from this edition from bmpp to bitmap2pp
+
20220925:
AFFECTS: users of security/libressl
AUTHOR: brnrd@FreeBSD.org
diff --git a/graphics/bmeps/Makefile b/graphics/bmeps/Makefile
index b3c9f832ef57..ec012f25f170 100644
--- a/graphics/bmeps/Makefile
+++ b/graphics/bmeps/Makefile
@@ -1,12 +1,12 @@
PORTNAME= bitmap2pp
-DISTVERSION= 4.33.0
+DISTVERSION= 4.34.1
CATEGORIES= graphics perl5
MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION}
DISTNAME= dktools-${PORTVERSION}
MAINTAINER= takefu@airport.fm
COMMENT= Convert PNG/JPEG/TIFF to PDF/EPS
-WWW= https://sourceforge.net/p/dktools/wiki/bmpp%20manual/
+WWW= https://sourceforge.net/p/dktools/wiki/bitmap2pp/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -23,12 +23,10 @@ CONFIGURE_ENV= ac_cv_header_db_h=no
ALL_TARGET= ${PORTNAME}
CONFLICTS_INSTALL= dktools[0-9]*
-
-PLIST_FILES= bin/${PORTNAME} \
- man/man1/${PORTNAME}.1.gz
+PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/man/man1/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/man/man/man1/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/graphics/bmeps/distinfo b/graphics/bmeps/distinfo
index bc97e626f9cf..72121394ae96 100644
--- a/graphics/bmeps/distinfo
+++ b/graphics/bmeps/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645548003
-SHA256 (dktools-4.33.0.tar.gz) = 5bd2c5ffb7d976e28afffd5b15adefe20907048e536f5633ce665f922d84699f
-SIZE (dktools-4.33.0.tar.gz) = 23459431
+TIMESTAMP = 1660287395
+SHA256 (dktools-4.34.1.tar.gz) = 9fa0a090237c124bb7eaa2c04a9e5d9e1b43827fa38dfb85475b633a2825a601
+SIZE (dktools-4.34.1.tar.gz) = 15842545
diff --git a/graphics/bmeps/pkg-descr b/graphics/bmeps/pkg-descr
index ecd5e002465f..fe707ca8566b 100644
--- a/graphics/bmeps/pkg-descr
+++ b/graphics/bmeps/pkg-descr
@@ -1 +1,8 @@
-bmpp - Converter from PNG/JPEG/NetPBM/TIFF to PDF/PS/EPS
+bmpp - Convert PNG/JPEG/NetPBM/TIFF to PDF/EPS
+
+The program converts bitmap image files from PNG, JPEG, NetPBM and TIFF to PDF
+and PS/EPS.
+In this text "bitmap image" refers to bitmap, graymap and pixmap images.
+
+For each input file specified on the command line the program creates a
+corresponding output file with file name suffix ".pdf", ".eps", ".ps" or ".bb".