diff options
author | adam <adam> | 2006-04-17 08:11:17 +0000 |
---|---|---|
committer | adam <adam> | 2006-04-17 08:11:17 +0000 |
commit | a8883584d15b883d7b74f70a7437b068cfa0b95c (patch) | |
tree | 221dbb49cdd98d1039637fea16cef8b70ecb7e42 | |
parent | dd4c4b2dcbae6260ece83db1abae32dea867bf25 (diff) | |
download | pkgsrc-a8883584d15b883d7b74f70a7437b068cfa0b95c.tar.gz |
Changes 10.33:
Add pamtosvg.
g3topbm: Add -width, -paper_size.
libnetpbm / most newer programs: Fix bug that produces
plain format output when it should be raw because
pnm_readpaminit() does not set 'plainformat' and most
programs just copy the input pam to the output pam.
pamflip: fix bug with left/right flip of PBM that has
width an even multiple of 8 plus something less than 8.
pnmquant: turn on autoflush when creating seekable file.
install: fix symbolic link pnmdepth -> pamdepth.
build: fix some importinc dependencies.
-rw-r--r-- | graphics/netpbm/Makefile | 11 | ||||
-rw-r--r-- | graphics/netpbm/distinfo | 9 | ||||
-rw-r--r-- | graphics/netpbm/patches/patch-ag | 12 |
3 files changed, 9 insertions, 23 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index d95f461777d..bb69318fd33 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.137 2006/04/03 16:53:58 tron Exp $ +# $NetBSD: Makefile,v 1.138 2006/04/17 08:11:17 adam Exp $ -DISTNAME= netpbm-10.32 -PKGREVISION= 1 +DISTNAME= netpbm-10.33 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netpbm/} EXTRACT_SUFX= .tgz @@ -74,12 +73,12 @@ post-install: ${FIND} * \! -type d -print | ${SORT} >${PLIST_SRC} && \ ${FIND} * -type d -print | \ while read DIR; do \ - ${TEST} -d "${PREFIX}/$${DIR}" || \ - ${ECHO} "@dirrm $${DIR}"; \ + ${TEST} -d "${PREFIX}/$${DIR}" || \ + ${ECHO} "@dirrm $${DIR}"; \ done >>${PLIST_SRC} && \ ${PAX} -rwpppm . ${PREFIX} ${RM} -fr ${STAGEDIR} ${FIND} ${PREFIX}/share/doc/netpbm -type f -print | \ - xargs ${CHMOD} ${NONBINMODE} + ${XARGS} ${CHMOD} ${NONBINMODE} .include "../../mk/bsd.pkg.mk" diff --git a/graphics/netpbm/distinfo b/graphics/netpbm/distinfo index 02f78705c8a..1c07bbcb85b 100644 --- a/graphics/netpbm/distinfo +++ b/graphics/netpbm/distinfo @@ -1,13 +1,12 @@ -$NetBSD: distinfo,v 1.53 2006/03/02 23:17:36 adam Exp $ +$NetBSD: distinfo,v 1.54 2006/04/17 08:11:17 adam Exp $ -SHA1 (netpbm-10.32.tgz) = 731bd761a3c880afaa41d6eb92e282d6988a75ee -RMD160 (netpbm-10.32.tgz) = 9050c6b2b9891745c07d0694a0188cd905c5b9f4 -Size (netpbm-10.32.tgz) = 2390874 bytes +SHA1 (netpbm-10.33.tgz) = ed1023fc8b5e15db274495b860f2f80df309454e +RMD160 (netpbm-10.33.tgz) = 7721314f9ef27f22a6bb034ca9e3577cff2984e5 +Size (netpbm-10.33.tgz) = 2456707 bytes SHA1 (patch-aa) = 35a1a5f611ea54f4187f536e3c6d5ef52a28af9f SHA1 (patch-ab) = 894da433f184ead77e09d1d50b97a0096deb8b99 SHA1 (patch-ac) = 07f109139bf30da22b05d00189cbb7b4a5f8f05a SHA1 (patch-ad) = b4a5833e18afd5a991aad897674386a3f00c3ee1 SHA1 (patch-ae) = 33a5be2843dd85b530f5e6ba496cd0380cd5edd1 SHA1 (patch-af) = 41c3506dcd267ce15d5b7e5ff9b0c1ee97b54e26 -SHA1 (patch-ag) = 655c06e7565f889fb43feadbdd1e2765388d428d SHA1 (patch-ah) = f2a542983932edebee2110868e631b394f380b26 diff --git a/graphics/netpbm/patches/patch-ag b/graphics/netpbm/patches/patch-ag deleted file mode 100644 index 470b1da8669..00000000000 --- a/graphics/netpbm/patches/patch-ag +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ag,v 1.14 2006/03/02 23:17:36 adam Exp $ - ---- other/Makefile.orig 2006-03-02 22:46:54.000000000 +0100 -+++ other/Makefile -@@ -67,6 +67,6 @@ install.bin.local: $(PKGDIR)/bin - # In February 2006, pamdepth replaced pnmdepth - cd $(PKGDIR)/bin ; \ - rm -f pnmsdepth ; \ -- $(SYMLINK) pnmsdepth$(EXE) pnmdepth -+ $(SYMLINK) pamdepth$(EXE) pnmdepth - - FORCE: |