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.
This commit is contained in:
parent
98bc63c55c
commit
d4051ff4e1
4 changed files with 18 additions and 29 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue