diff options
author | drochner <drochner@pkgsrc.org> | 2006-03-14 14:08:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-03-14 14:08:30 +0000 |
commit | b9c3caf48b261d446165716fa0a78f12c323b498 (patch) | |
tree | 30fd3c85f1919ea90b9bb9613ee807ef6b9acc0a /graphics | |
parent | d05133fc3cdfad58a804442fcda81b5e9d77c0e2 (diff) | |
download | pkgsrc-b9c3caf48b261d446165716fa0a78f12c323b498.tar.gz |
update to 3.8.1
changes:
-many bugfixes
-support PBM files in ppm2tiff
-Added ability to create multipage TIFFs in bmp2tiff
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiff/Makefile | 5 | ||||
-rw-r--r-- | graphics/tiff/PLIST | 4 | ||||
-rw-r--r-- | graphics/tiff/distinfo | 10 | ||||
-rw-r--r-- | graphics/tiff/patches/patch-at | 15 |
4 files changed, 13 insertions, 21 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 76fc73bb2e8..2ce207291b8 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2006/03/04 21:29:52 jlam Exp $ +# $NetBSD: Makefile,v 1.78 2006/03/14 14:08:30 drochner Exp $ -DISTNAME= tiff-3.8.0 -PKGREVISION= 1 +DISTNAME= tiff-3.8.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://libtiff.maptools.org/dl/ diff --git a/graphics/tiff/PLIST b/graphics/tiff/PLIST index 08228fc4547..a4cd4230972 100644 --- a/graphics/tiff/PLIST +++ b/graphics/tiff/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2005/10/15 17:11:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2006/03/14 14:08:30 drochner Exp $ bin/bmp2tiff bin/fax2ps bin/fax2tiff @@ -219,6 +219,8 @@ share/doc/tiff/html/v3.7.1.html share/doc/tiff/html/v3.7.2.html share/doc/tiff/html/v3.7.3.html share/doc/tiff/html/v3.7.4.html +share/doc/tiff/html/v3.8.0.html +share/doc/tiff/html/v3.8.1.html @dirrm share/doc/tiff/html/man @dirrm share/doc/tiff/html/images @dirrm share/doc/tiff/html diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index 838d0a4f5b9..fb70ff9784e 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.35 2006/02/22 12:38:17 drochner Exp $ +$NetBSD: distinfo,v 1.36 2006/03/14 14:08:30 drochner Exp $ -SHA1 (tiff-3.8.0.tar.gz) = ad05bb258d20b64cd1a42a2c0b1c9b24ff1a2316 -RMD160 (tiff-3.8.0.tar.gz) = e38cc14f775b63bf420fe2d37cdad856ee67d522 -Size (tiff-3.8.0.tar.gz) = 1330533 bytes +SHA1 (tiff-3.8.1.tar.gz) = 9c18739ec11ec508a0523c3f7e92698660083d00 +RMD160 (tiff-3.8.1.tar.gz) = c99e3e9f1f7ec6c3ac5387e4d3759e3b31bb6ef2 +Size (tiff-3.8.1.tar.gz) = 1334739 bytes SHA1 (patch-aa) = edac79a6f3b61e9fc787fe14f750d88023a29bfa SHA1 (patch-ab) = b517cb8bc2212d3e6c5a70db1bdf45b85b78fc72 -SHA1 (patch-at) = 51673a95ed460aa03825d0c4af60d52bc2a885b1 +SHA1 (patch-at) = 4006ed90f6ab88aff30e2537d613a1b44b5c7347 diff --git a/graphics/tiff/patches/patch-at b/graphics/tiff/patches/patch-at index e01721e7965..a624b9b3ad8 100644 --- a/graphics/tiff/patches/patch-at +++ b/graphics/tiff/patches/patch-at @@ -1,8 +1,8 @@ -$NetBSD: patch-at,v 1.5 2006/02/22 12:38:17 drochner Exp $ +$NetBSD: patch-at,v 1.6 2006/03/14 14:08:30 drochner Exp $ ---- configure.orig 2005-12-29 22:49:59.000000000 +0100 +--- configure.orig 2006-03-13 15:58:42.000000000 +0100 +++ configure -@@ -19765,6 +19765,117 @@ done +@@ -12439,6 +12439,117 @@ done @@ -120,12 +120,3 @@ $NetBSD: patch-at,v 1.5 2006/02/22 12:38:17 drochner Exp $ echo "$as_me:$LINENO: checking native cpu bit order" >&5 echo $ECHO_N "checking native cpu bit order... $ECHO_C" >&6 case "$target_cpu" in -@@ -23354,7 +23465,7 @@ cat >>confdefs.h <<\_ACEOF - _ACEOF - - -- if test "x$with_default_strip_size" == "x" ; then -+ if test "x$with_default_strip_size" = "x" ; then - with_default_strip_size="8192" - fi - |