diff options
author | adam <adam> | 2005-02-24 16:20:25 +0000 |
---|---|---|
committer | adam <adam> | 2005-02-24 16:20:25 +0000 |
commit | 4a1b8b9b0431d46de76655ac8f6e400bfe97786e (patch) | |
tree | bf931748fc52961f4fd7063e3f18668ed440d06a /archivers | |
parent | a46190e366a90531a0eebe7e50f6bcf622599781 (diff) | |
download | pkgsrc-4a1b8b9b0431d46de76655ac8f6e400bfe97786e.tar.gz |
Changes 2.0:
Bug fixes:
-- Few bugs that caused overflow of the output buffer were fixed.
New features:
-- For information about changes in the SZIP source code see
http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/Release_notes_2_0.pdf
-- This release supports shared libraries.
See "Known problems" section for additional information.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/szip/Makefile | 20 | ||||
-rw-r--r-- | archivers/szip/PLIST | 5 | ||||
-rw-r--r-- | archivers/szip/buildlink3.mk | 14 | ||||
-rw-r--r-- | archivers/szip/distinfo | 8 |
4 files changed, 18 insertions, 29 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index 785e741d799..85d0dcaf374 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2004/07/28 02:47:35 minskim Exp $ -# +# $NetBSD: Makefile,v 1.3 2005/02/24 16:20:25 adam Exp $ -DISTNAME= szip1.1 -PKGNAME= szip-1.1 -CATEGORIES= archivers -MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/szip/src/ +DISTNAME= szip-2.0 +CATEGORIES= archivers +MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/szip/2.0/src/ +EXTRACT_SUFX= .tar -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/ -COMMENT= Extended-Rice lossless compression +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/ +COMMENT= Extended-Rice lossless compression PKG_INSTALLATION_TYPES= overwrite pkgviews -HAS_CONFIGURE= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} LICENSE= no-commercial-use diff --git a/archivers/szip/PLIST b/archivers/szip/PLIST index eba7fb00b51..9d0d1c19956 100644 --- a/archivers/szip/PLIST +++ b/archivers/szip/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/20 18:03:29 drochner Exp $ -include/rice.h +@comment $NetBSD: PLIST,v 1.2 2005/02/24 16:20:25 adam Exp $ include/ricehdf.h include/szip_adpt.h include/szlib.h -lib/libsz.a +lib/libsz.la diff --git a/archivers/szip/buildlink3.mk b/archivers/szip/buildlink3.mk index 913e2bb705b..5a624582f4d 100644 --- a/archivers/szip/buildlink3.mk +++ b/archivers/szip/buildlink3.mk @@ -1,14 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/04/20 18:03:29 drochner Exp $ -# XXX -# XXX This file was created automatically using createbuildlink-3.4. -# XXX After this file as been verified as correct, the comment lines -# XXX beginning with "XXX" should be removed. Please do not commit -# XXX unverified buildlink[23].mk files. -# XXX -# XXX Packages that only install static libraries or headers should -# XXX include the following line: -# XXX -# XXX BUILDLINK_DEPMETHOD.szip?= build +# $NetBSD: buildlink3.mk,v 1.2 2005/02/24 16:20:25 adam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ SZIP_BUILDLINK3_MK:= ${SZIP_BUILDLINK3_MK}+ @@ -21,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nszip} BUILDLINK_PACKAGES+= szip .if !empty(SZIP_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.szip+= szip>=1.1 +BUILDLINK_DEPENDS.szip+= szip>=2.0 BUILDLINK_PKGSRCDIR.szip?= ../../archivers/szip .endif # SZIP_BUILDLINK3_MK diff --git a/archivers/szip/distinfo b/archivers/szip/distinfo index f6d50c710df..47e75f5ee9c 100644 --- a/archivers/szip/distinfo +++ b/archivers/szip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 14:45:26 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/02/24 16:20:25 adam Exp $ -SHA1 (szip1.1.tar.gz) = a75f909366e0bce60552f260ef88e26614763f2f -RMD160 (szip1.1.tar.gz) = a54cd87a1cf6cb50323d4baa164319ff9e237388 -Size (szip1.1.tar.gz) = 98774 bytes +SHA1 (szip-2.0.tar) = 164d90ffe1f79e12062c1b13c43d93878f9faa96 +RMD160 (szip-2.0.tar) = 56b3b5ec6bc1bb6d31421354e9e093c17820e59c +Size (szip-2.0.tar) = 1636352 bytes |