Initial import of p5-Cmprs-LZO-1.00.

p5-Cmprs-LZO is Perl5 interface to lzo compression library.

Submitted by:	Dan Harnett <danh@nfol.com>
This commit is contained in:
kevlo 2000-07-07 03:41:36 +00:00
parent e37b0e5427
commit 6e7b9c0b28
6 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/07/07 03:41:36 kevlo Exp $
DISTNAME= perl-lzo-1.00
PKGNAME= p5-Cmprs-LZO-1.00
CATEGORIES= archivers
NEED_VERSION= 1.310
HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html
MAINTAINER= danh@nfol.com
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/
LIB_DEPENDS= lzo.1::archivers/lzo
WRKDIST= ${WRKDIR}/Compress-LZO-1.00
INSTALL_TARGET= install_site
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (perl-lzo-1.00.tar.gz) = 43bb3776adbf30b62e6d42ea0b2c35a2
RMD160 (perl-lzo-1.00.tar.gz) = 312bedfda8c6cedc394ff2005d4628f8b23b1e51
SHA1 (perl-lzo-1.00.tar.gz) = 23371439924e0da5dff79609b742395047ada152

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2000/07/07 03:41:36 kevlo Exp $
--- Makefile.PL.orig Thu Jul 6 05:06:42 2000
+++ Makefile.PL Thu Jul 6 05:06:51 2000
@@ -6,14 +6,14 @@ use Config;
# <lzoconf.h> and <lzo1x.h> can be found.
#$LZO_INCLUDE = '-I/usr/include/lzo';
-#$LZO_INCLUDE = '-I/usr/local/include';
+$LZO_INCLUDE = '-I/usr/local/include';
#$LZO_INCLUDE = '-I/usr/local/include/lzo';
# If liblzo is not installed in some place obvious, uncomment the next
# line and change the path to point to the directory where liblzo is
# installed.
-#$LZO_LIB = '-L/usr/local/lib';
+$LZO_LIB = '-L/usr/local/lib';
# It shouldn't be necessary to change anything from here on.

View File

@ -0,0 +1 @@
Perl5 interface to lzo compression library

View File

@ -0,0 +1,5 @@
Perl-LZO provides LZO bindings for Perl5. I.e. you can access the
LZO library from your Perl scripts thereby compressing ordinary
Perl strings.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/07/07 03:41:36 kevlo Exp $
libdata/perl5/site_perl/${ARCH}-openbsd/Compress/LZO.pm
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Compress/LZO/.packlist
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Compress/LZO/LZO.bs
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Compress/LZO/LZO.so
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Compress/LZO/autosplit.ix
man/man3/Compress::LZO.3p
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/Compress/LZO