mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
. Add a port of the Szip scientific compression library, used by current
versions of HDF: "Szip is an implementation of the extended-Rice lossless compression algorithm. WWW: http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/"
This commit is contained in:
parent
227fec853d
commit
792eace3c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131521
@ -53,6 +53,7 @@
|
||||
SUBDIR += ruby-dcl
|
||||
SUBDIR += ruby-gphys
|
||||
SUBDIR += simlib
|
||||
SUBDIR += szip
|
||||
SUBDIR += udunits
|
||||
SUBDIR += vis5d+
|
||||
SUBDIR += vmd
|
||||
|
20
science/szip/Makefile
Normal file
20
science/szip/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: hdf-szip
|
||||
# Date created: 3 March 2005
|
||||
# Whom: glewis
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= szip
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= science archivers
|
||||
MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/szip/${PORTVERSION}/src/
|
||||
PKGNAMEPREFIX= hdf-
|
||||
|
||||
MAINTAINER= glewis@FreeBSD.org
|
||||
COMMENT= Lossless compression library for scientific data
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
science/szip/distinfo
Normal file
2
science/szip/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (szip-2.0.tar.gz) = 21383e286267021cbe93cbb2698bf8b9
|
||||
SIZE (szip-2.0.tar.gz) = 368913
|
3
science/szip/pkg-descr
Normal file
3
science/szip/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Szip is an implementation of the extended-Rice lossless compression algorithm.
|
||||
|
||||
WWW: http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/
|
7
science/szip/pkg-plist
Normal file
7
science/szip/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
include/ricehdf.h
|
||||
include/szip_adpt.h
|
||||
include/szlib.h
|
||||
lib/libsz.a
|
||||
lib/libsz.la
|
||||
lib/libsz.so
|
||||
lib/libsz.so.2
|
Loading…
Reference in New Issue
Block a user