libshrink port

This commit is contained in:
dhill 2011-03-11 21:24:03 +00:00
parent fc76e6572f
commit ec48c56b6d
5 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/11 21:24:03 dhill Exp $
COMMENT= compression wrapper library
DISTNAME= shrink-0.2
PKGNAME= lib${DISTNAME}
CATEGORIES= archivers devel
SHARED_LIBS= shrink 0.0
EXTRACT_SUFX= .tgz
HOMEPAGE= http://opensource.conformal.com/wiki/Shrink
MASTER_SITES= http://opensource.conformal.com/snapshots/shrink/
MAINTAINER= David Hill <dhill@openbsd.org>
WANTLIB= c crypto lzma lzo2 ssl util z
LIB_DEPENDS= archivers/lzo2 \
archivers/xz
NO_REGRESS= Yes
# ISC
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
do-configure:
printf "major=${LIBshrink_VERSION:R}\nminor=${LIBshrink_VERSION:E}\n" \
> ${WRKSRC}/libshrink/shlib_version
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (shrink-0.2.tgz) = jAql2H9A9xuPjhE8pqou8A==
RMD160 (shrink-0.2.tgz) = z2sE4DSYeek8ZnCB8LjnBlPaQiE=
SHA1 (shrink-0.2.tgz) = Frndmowg7ynXlARDMaX1Oufqsa4=
SHA256 (shrink-0.2.tgz) = QnIM6PSMUKGy/bgLotuCko53Hfj5ZzLSJMceNPhUGas=
SIZE (shrink-0.2.tgz) = 11036

View File

@ -0,0 +1,3 @@
The shrink library provides a single API into several compression
algorithms. It enables developers to easily add compression and
decompression functionality to an existing code base.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2011/03/11 21:24:03 dhill Exp $
@lib lib/libshrink.so.${LIBshrink_VERSION}

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/03/11 21:24:03 dhill Exp $
%%SHARED%%
@bin bin/shrink
include/shrink.h
lib/libshrink.a
lib/libshrink_p.a
lib/libshrink_pic.a
@man man/cat3/shrink.0