pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/szip import szip-1.1, a (lossless) compressi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/20216e153a77
branches: trunk
changeset: 473536:20216e153a77
user: drochner <drochner%pkgsrc.org@localhost>
date: Tue Apr 20 18:03:29 2004 +0000
description:
import szip-1.1, a (lossless) compression library for scientific sample
data
diffstat:
archivers/szip/DESCR | 3 +++
archivers/szip/Makefile | 17 +++++++++++++++++
archivers/szip/PLIST | 6 ++++++
archivers/szip/buildlink3.mk | 28 ++++++++++++++++++++++++++++
archivers/szip/distinfo | 4 ++++
5 files changed, 58 insertions(+), 0 deletions(-)
diffs (78 lines):
diff -r d74c38d555c0 -r 20216e153a77 archivers/szip/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/szip/DESCR Tue Apr 20 18:03:29 2004 +0000
@@ -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 -r d74c38d555c0 -r 20216e153a77 archivers/szip/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/szip/Makefile Tue Apr 20 18:03:29 2004 +0000
@@ -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@localhost
+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 -r d74c38d555c0 -r 20216e153a77 archivers/szip/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/szip/PLIST Tue Apr 20 18:03:29 2004 +0000
@@ -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 -r d74c38d555c0 -r 20216e153a77 archivers/szip/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/szip/buildlink3.mk Tue Apr 20 18:03:29 2004 +0000
@@ -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 -r d74c38d555c0 -r 20216e153a77 archivers/szip/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/szip/distinfo Tue Apr 20 18:03:29 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index