diff options
author | drochner <drochner@pkgsrc.org> | 2004-04-20 18:03:29 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-04-20 18:03:29 +0000 |
commit | 0bf2754c78fe6dfe14b2557ad853d75b28b47e28 (patch) | |
tree | 78bc26436d658f0d3da2461ea43e2e8d671207e3 /archivers/szip | |
parent | f9f409d024849e3182c2044bcc00089bf51daa26 (diff) | |
download | pkgsrc-0bf2754c78fe6dfe14b2557ad853d75b28b47e28.tar.gz |
import szip-1.1, a (lossless) compression library for scientific sample
data
Diffstat (limited to 'archivers/szip')
-rw-r--r-- | archivers/szip/DESCR | 3 | ||||
-rw-r--r-- | archivers/szip/Makefile | 17 | ||||
-rw-r--r-- | archivers/szip/PLIST | 6 | ||||
-rw-r--r-- | archivers/szip/buildlink3.mk | 28 | ||||
-rw-r--r-- | archivers/szip/distinfo | 4 |
5 files changed, 58 insertions, 0 deletions
diff --git a/archivers/szip/DESCR b/archivers/szip/DESCR new file mode 100644 index 00000000000..17137450821 --- /dev/null +++ b/archivers/szip/DESCR @@ -0,0 +1,3 @@ +SZIP implements an extended Rice adaptive lossless compression algorithm +for sample data. The primary algorithm was developed by R. F. Rice at +Jet Propulsion Laboratory. diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile new file mode 100644 index 00000000000..64ec2cbf975 --- /dev/null +++ b/archivers/szip/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/20 18:03:29 drochner Exp $ +# + +DISTNAME= szip1.1 +PKGNAME= szip-1.1 +CATEGORIES= archivers +MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/szip/src/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/ +COMMENT= Extended-Rice lossless compression + +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} +LICENSE= no-commercial-use + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/szip/PLIST b/archivers/szip/PLIST new file mode 100644 index 00000000000..eba7fb00b51 --- /dev/null +++ b/archivers/szip/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/20 18:03:29 drochner Exp $ +include/rice.h +include/ricehdf.h +include/szip_adpt.h +include/szlib.h +lib/libsz.a diff --git a/archivers/szip/buildlink3.mk b/archivers/szip/buildlink3.mk new file mode 100644 index 00000000000..913e2bb705b --- /dev/null +++ b/archivers/szip/buildlink3.mk @@ -0,0 +1,28 @@ +# $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 + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +SZIP_BUILDLINK3_MK:= ${SZIP_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= szip +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nszip} +BUILDLINK_PACKAGES+= szip + +.if !empty(SZIP_BUILDLINK3_MK:M+) +BUILDLINK_DEPENDS.szip+= szip>=1.1 +BUILDLINK_PKGSRCDIR.szip?= ../../archivers/szip +.endif # SZIP_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/archivers/szip/distinfo b/archivers/szip/distinfo new file mode 100644 index 00000000000..fbc27b0292b --- /dev/null +++ b/archivers/szip/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/04/20 18:03:29 drochner Exp $ + +SHA1 (szip1.1.tar.gz) = a75f909366e0bce60552f260ef88e26614763f2f +Size (szip1.1.tar.gz) = 98774 bytes |