mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add port devel/gzstream:
Gzstream is a small C++ library, basically just a wrapper, that provides the functionality of the zlib C-library in a C++ iostream. It is freely available under the LGPL license. Gzstream has been written by Deepak Bandyopadhyay and Lutz Kettner at the Computational Geometry Group at UNC Chapel Hill. WWW: http://www.cs.unc.edu/Research/compgeom/gzstream/
This commit is contained in:
parent
16ceebda18
commit
8ed21f8cee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171550
@ -385,6 +385,7 @@
|
||||
SUBDIR += guichan
|
||||
SUBDIR += guikachu
|
||||
SUBDIR += gwenhywfar
|
||||
SUBDIR += gzstream
|
||||
SUBDIR += happydoc
|
||||
SUBDIR += hapy
|
||||
SUBDIR += hc12mem
|
||||
|
27
devel/gzstream/Makefile
Normal file
27
devel/gzstream/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: gzstream
|
||||
# Date created: 28 August 2006
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gzstream
|
||||
DISTVERSION= 1.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CSME
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Provides zlib functionality in an iostream
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
PLIST_FILES= lib/lib${PORTNAME}.a include/${PORTNAME}.h
|
||||
ALL_TARGET= default
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/=/?=/;s/$${AR}/$${AR} cr/' ${WRKSRC}/${MAKEFILE}
|
||||
|
||||
do-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/lib${PORTNAME}.a ${PREFIX}/lib/
|
||||
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.h ${PREFIX}/include/
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/gzstream/distinfo
Normal file
3
devel/gzstream/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gzstream-1.5.tar.gz) = 74a0beaa4e185b883993d537a7019a53
|
||||
SHA256 (gzstream-1.5.tar.gz) = 99acb23903dd0e41ee86c29f65b9f36a8f43af29325dd233fb45362df14dc103
|
||||
SIZE (gzstream-1.5.tar.gz) = 20503
|
8
devel/gzstream/pkg-descr
Normal file
8
devel/gzstream/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Gzstream is a small C++ library, basically just a wrapper, that provides
|
||||
the functionality of the zlib C-library in a C++ iostream. It is freely
|
||||
available under the LGPL license.
|
||||
|
||||
Gzstream has been written by Deepak Bandyopadhyay and Lutz Kettner at the
|
||||
Computational Geometry Group at UNC Chapel Hill.
|
||||
|
||||
WWW: http://www.cs.unc.edu/Research/compgeom/gzstream/
|
Loading…
Reference in New Issue
Block a user