pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/tiff update to 3.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f3f96b1b30f
branches:  trunk
changeset: 509770:4f3f96b1b30f
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Mar 14 14:08:30 2006 +0000

description:
update to 3.8.1
changes:
-many bugfixes
-support PBM files in ppm2tiff
-Added ability to create multipage TIFFs in bmp2tiff

diffstat:

 graphics/tiff/Makefile         |   5 ++---
 graphics/tiff/PLIST            |   4 +++-
 graphics/tiff/distinfo         |  10 +++++-----
 graphics/tiff/patches/patch-at |  15 +++------------
 4 files changed, 13 insertions(+), 21 deletions(-)

diffs (76 lines):

diff -r 68177d3789e2 -r 4f3f96b1b30f graphics/tiff/Makefile
--- a/graphics/tiff/Makefile    Tue Mar 14 14:04:54 2006 +0000
+++ b/graphics/tiff/Makefile    Tue Mar 14 14:08:30 2006 +0000
@@ -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 -r 68177d3789e2 -r 4f3f96b1b30f graphics/tiff/PLIST
--- a/graphics/tiff/PLIST       Tue Mar 14 14:04:54 2006 +0000
+++ b/graphics/tiff/PLIST       Tue Mar 14 14:08:30 2006 +0000
@@ -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.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 -r 68177d3789e2 -r 4f3f96b1b30f graphics/tiff/distinfo
--- a/graphics/tiff/distinfo    Tue Mar 14 14:04:54 2006 +0000
+++ b/graphics/tiff/distinfo    Tue Mar 14 14:08:30 2006 +0000
@@ -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 -r 68177d3789e2 -r 4f3f96b1b30f graphics/tiff/patches/patch-at
--- a/graphics/tiff/patches/patch-at    Tue Mar 14 14:04:54 2006 +0000
+++ b/graphics/tiff/patches/patch-at    Tue Mar 14 14:08:30 2006 +0000
@@ -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 @@
  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
- 



Home | Main Index | Thread Index | Old Index