diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-04 16:15:56 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-04 16:15:56 +0200 |
commit | afe6f66a50da6e0a7799bdda3c6179ba0eff6f0c (patch) | |
tree | 201d1aff0a84d07b94e497364d5b3b57e680621a /p5-file-chdir | |
parent | ed9b7fe2ba54a59054f232c9957b91ab104b292f (diff) | |
download | contrib-afe6f66a50da6e0a7799bdda3c6179ba0eff6f0c.tar.gz contrib-afe6f66a50da6e0a7799bdda3c6179ba0eff6f0c.tar.xz |
p5-file-chdir: initial commit
Diffstat (limited to 'p5-file-chdir')
-rw-r--r-- | p5-file-chdir/.footprint | 17 | ||||
-rw-r--r-- | p5-file-chdir/.md5sum | 1 | ||||
-rw-r--r-- | p5-file-chdir/.signature | 5 | ||||
-rw-r--r-- | p5-file-chdir/Pkgfile | 17 |
4 files changed, 40 insertions, 0 deletions
diff --git a/p5-file-chdir/.footprint b/p5-file-chdir/.footprint new file mode 100644 index 000000000..5e6d716e8 --- /dev/null +++ b/p5-file-chdir/.footprint @@ -0,0 +1,17 @@ +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/5.28/ +drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/File/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/File/chdir.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/File/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/File/chdir/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-r--r--r-- root/root usr/share/man/man3/File::chdir.3pm.gz diff --git a/p5-file-chdir/.md5sum b/p5-file-chdir/.md5sum new file mode 100644 index 000000000..962b9a106 --- /dev/null +++ b/p5-file-chdir/.md5sum @@ -0,0 +1 @@ +932090f6c5f602301ae66c259de23ebb File-chdir-0.1011.tar.gz diff --git a/p5-file-chdir/.signature b/p5-file-chdir/.signature new file mode 100644 index 000000000..13a1afb22 --- /dev/null +++ b/p5-file-chdir/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF34XZ9yNk/Cgk7GXh1YajA3y6pqND5KQsf/UdvyequsigsXkIEjWUwvr4R4ByqvrQvrHSJ7tQHpoHcEol33s1KA0= +SHA256 (Pkgfile) = d4ed14e974eeda815b6484d3eb629dd2a0261ae9da6e87e8bb3b7ebf74b6bc1a +SHA256 (.footprint) = b81387838adf96be955346f627732d2fa13e5dab97cb837447338d859bcd3a1b +SHA256 (File-chdir-0.1011.tar.gz) = 31ebf912df48d5d681def74b9880d78b1f3aca4351a0ed1fe3570b8e03af6c79 diff --git a/p5-file-chdir/Pkgfile b/p5-file-chdir/Pkgfile new file mode 100644 index 000000000..fcaed793d --- /dev/null +++ b/p5-file-chdir/Pkgfile @@ -0,0 +1,17 @@ +# Description: a more sensible way to change directories +# URL: https://cpan.metacpan.org/dist/File-chdir +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-file-chdir +version=0.1011 +release=1 +source=(https://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-$version.tar.gz) + +build() { + cd File-chdir-$version + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +} |