forked from ports/contrib
p5-archive-tar: this functionality is in core/perl now, port dropped.
This commit is contained in:
parent
8addde8dda
commit
6093446324
@ -1,20 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-r-xr-xr-x root/root usr/bin/ptar
|
||||
-r-xr-xr-x root/root usr/bin/ptardiff
|
||||
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/Archive/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/Archive/Tar.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/Archive/Tar/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/Archive/Tar/Constant.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/Archive/Tar/File.pm
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-r--r--r-- root/root usr/man/man1/ptar.1pm.gz
|
||||
-r--r--r-- root/root usr/man/man1/ptardiff.1pm.gz
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-r--r--r-- root/root usr/man/man3/Archive::Tar.3pm.gz
|
||||
-r--r--r-- root/root usr/man/man3/Archive::Tar::File.3pm.gz
|
@ -1 +0,0 @@
|
||||
df0322a37c5282a12da636c6f48d25e4 Archive-Tar-1.40.tar.gz
|
@ -1,21 +0,0 @@
|
||||
# Description: A module for for tar archives manipulations
|
||||
# URL: http://search.cpan.org/~kane/Archive-Tar/
|
||||
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
||||
# Packager: Younes Hafri, ycrux at club-internet fr
|
||||
# Depends on: p5-io-zlib p5-io-string p5-io-compress-bzip2
|
||||
# Nice to have: p5-text-diff
|
||||
|
||||
name=p5-archive-tar
|
||||
version=1.40
|
||||
release=1
|
||||
source=(http://search.cpan.org/CPAN/authors/id/K/KA/KANE/Archive-Tar-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd Archive-Tar-$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