pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/netpbm Changes 10.33:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/277d2555c585
branches:  trunk
changeset: 511555:277d2555c585
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 17 08:11:17 2006 +0000

description:
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.

diffstat:

 graphics/netpbm/Makefile         |  11 +++++------
 graphics/netpbm/distinfo         |   9 ++++-----
 graphics/netpbm/patches/patch-ag |  12 ------------
 3 files changed, 9 insertions(+), 23 deletions(-)

diffs (66 lines):

diff -r 604994624b6e -r 277d2555c585 graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Mon Apr 17 08:00:08 2006 +0000
+++ b/graphics/netpbm/Makefile  Mon Apr 17 08:11:17 2006 +0000
@@ -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 @@
        ${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 -r 604994624b6e -r 277d2555c585 graphics/netpbm/distinfo
--- a/graphics/netpbm/distinfo  Mon Apr 17 08:00:08 2006 +0000
+++ b/graphics/netpbm/distinfo  Mon Apr 17 08:11:17 2006 +0000
@@ -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 -r 604994624b6e -r 277d2555c585 graphics/netpbm/patches/patch-ag
--- a/graphics/netpbm/patches/patch-ag  Mon Apr 17 08:00:08 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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:



Home | Main Index | Thread Index | Old Index