mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to pngcheck-4.0.1.
This commit is contained in:
@@ -2,7 +2,7 @@ COMMENT = check the integrity of PNG files
|
||||
|
||||
GH_ACCOUNT = pnggroup
|
||||
GH_PROJECT = pngcheck
|
||||
GH_TAGNAME = v4.0.0
|
||||
GH_TAGNAME = v4.0.1
|
||||
|
||||
CATEGORIES = graphics sysutils
|
||||
|
||||
@@ -15,7 +15,7 @@ WANTLIB = c z
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
MAKE_FILE = Makefile.unx
|
||||
MAKE_FILE = Makefile
|
||||
|
||||
# easy enough to use their Makefile for building
|
||||
MAKE_FLAGS = ZLIB=-lz ZINC= CFLAGS="${CFLAGS}" CC=${CC} LD=${CC}
|
||||
@@ -23,10 +23,9 @@ MAKE_FLAGS = ZLIB=-lz ZINC= CFLAGS="${CFLAGS}" CC=${CC} LD=${CC}
|
||||
# but it has no install target
|
||||
do-install:
|
||||
cd ${WRKDIST}; \
|
||||
for i in pngcheck pngsplit png-fix-IDAT-windowsize; \
|
||||
for i in pngcheck; \
|
||||
do \
|
||||
${INSTALL_PROGRAM} $$i ${PREFIX}/bin; \
|
||||
if test -f gpl/$$i.1; then i=gpl/$$i; fi; \
|
||||
${INSTALL_MAN} $$i.1 ${PREFIX}/man/man1; \
|
||||
done
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (pngcheck-4.0.0.tar.gz) = 7RP0m8EgW9980Pwgi24O71UNoCHRYx9xgPcYpNs3k5g=
|
||||
SIZE (pngcheck-4.0.0.tar.gz) = 69977
|
||||
SHA256 (pngcheck-4.0.1.tar.gz) = okrCNI78pYlenW9T/TFvPVxAmrkqdLK4EGVBdZME2lM=
|
||||
SIZE (pngcheck-4.0.1.tar.gz) = 59997
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
Index: gpl/png-fix-IDAT-windowsize.1
|
||||
--- gpl/png-fix-IDAT-windowsize.1.orig
|
||||
+++ gpl/png-fix-IDAT-windowsize.1
|
||||
@@ -1,6 +1,6 @@
|
||||
.TH PNG-FIX-IDAT-WINDOWSIZE "1" "October 2020" "png-fix-IDAT-windowsize 1.0" "User Commands"
|
||||
.SH NAME
|
||||
-png-fix-IDAT-windowsize \- manual page for png-fix-IDAT-windowsize 1.0
|
||||
+png-fix-IDAT-windowsize \- fix corrupt libpng 1.2.6 output
|
||||
.SH SYNOPSIS
|
||||
.B png\-fix\-IDAT\-windowsize
|
||||
.RI [ options ]
|
||||
@@ -1,11 +0,0 @@
|
||||
Index: gpl/pngsplit.1
|
||||
--- gpl/pngsplit.1.orig
|
||||
+++ gpl/pngsplit.1
|
||||
@@ -1,6 +1,6 @@
|
||||
.TH PNGSPLIT "1" "October 2020" "pngsplit 1.0" "User Commands"
|
||||
.SH NAME
|
||||
-pngsplit \- manual page for pngsplit 1.0
|
||||
+pngsplit \- split PNG/MNG/JNG into chunks
|
||||
.SH SYNOPSIS
|
||||
.B pngsplit
|
||||
.RI [ options ]
|
||||
@@ -1,10 +1,9 @@
|
||||
Index: pngcheck.1
|
||||
--- pngcheck.1.orig
|
||||
+++ pngcheck.1
|
||||
--- pngcheck.1.orig.port Wed Dec 10 21:54:41 2025
|
||||
+++ pngcheck.1 Fri Jan 2 10:44:24 2026
|
||||
@@ -1,6 +1,6 @@
|
||||
.TH PNGCHECK "1" "March 2025" "pngcheck 4.0.0" "User Commands"
|
||||
.TH PNGCHECK "1" "March 2025" "pngcheck 4.0.1" "User Commands"
|
||||
.SH NAME
|
||||
-pngcheck \- manual page for pngcheck 4.0.0
|
||||
-pngcheck \- manual page for pngcheck 4.0.1
|
||||
+pngcheck \- check PNG/JNG/MNG file integrity
|
||||
.SH SYNOPSIS
|
||||
.B pngcheck
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
@bin bin/png-fix-IDAT-windowsize
|
||||
@bin bin/pngcheck
|
||||
@bin bin/pngsplit
|
||||
@man man/man1/png-fix-IDAT-windowsize.1
|
||||
@man man/man1/pngcheck.1
|
||||
@man man/man1/pngsplit.1
|
||||
|
||||
Reference in New Issue
Block a user