forked from ports/contrib
p5-io-compress-zlib: this functionality is in core/perl now, port dropped.
This commit is contained in:
parent
5347c38d5f
commit
05d11f4eb8
@ -1,41 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/perl5/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Adapter/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Adapter/Deflate.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Adapter/Identity.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Deflate.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Gzip.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Gzip/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Gzip/Constants.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/RawDeflate.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Zip.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Zip/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Zip/Constants.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Zlib/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Zlib/Constants.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Zlib/Extra.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/Adapter/
|
||||
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/Adapter/Identity.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/Adapter/Inflate.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/AnyInflate.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/Gunzip.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/Inflate.pm
|
||||
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/RawInflate.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/Unzip.pm
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-r--r--r-- root/root usr/man/man3/IO::Compress::Deflate.3pm.gz
|
||||
-r--r--r-- root/root usr/man/man3/IO::Compress::Gzip.3pm.gz
|
||||
-r--r--r-- root/root usr/man/man3/IO::Compress::RawDeflate.3pm.gz
|
||||
-r--r--r-- root/root usr/man/man3/IO::Compress::Zip.3pm.gz
|
||||
-r--r--r-- root/root usr/man/man3/IO::Uncompress::AnyInflate.3pm.gz
|
||||
-r--r--r-- root/root usr/man/man3/IO::Uncompress::Gunzip.3pm.gz
|
||||
-r--r--r-- root/root usr/man/man3/IO::Uncompress::Inflate.3pm.gz
|
||||
-r--r--r-- root/root usr/man/man3/IO::Uncompress::RawInflate.3pm.gz
|
||||
-r--r--r-- root/root usr/man/man3/IO::Uncompress::Unzip.3pm.gz
|
@ -1 +0,0 @@
|
||||
22f3b677a6f1782713c8451966598d3f IO-Compress-Zlib-2.015.tar.gz
|
@ -1,19 +0,0 @@
|
||||
# Description: Perl interface to allow reading and writing zip/gzip files/buffers
|
||||
# URL: http://search.cpan.org/~pmqs/IO-Compress-Zlib/
|
||||
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
||||
# Depends on: p5-compress-raw-zlib p5-io-compress-base
|
||||
|
||||
name=p5-io-compress-zlib
|
||||
version=2.015
|
||||
release=1
|
||||
source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress-Zlib-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd IO-Compress-Zlib-$version
|
||||
perl Makefile.PL
|
||||
make OPTIMIZE="$CFLAGS"
|
||||
make DESTDIR=$PKG install
|
||||
find $PKG -name .packlist -exec rm {} \;
|
||||
find $PKG -name perllocal.pod -exec rm {} \;
|
||||
find $PKG -depth -type d -empty -exec rm -rf {} \;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user