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)
This commit is contained in:
Fernando Apesteguía 2022-09-28 07:18:50 +02:00
parent 17c5cf11df
commit 75f3b1c301
4 changed files with 21 additions and 10 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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".