ports/contrib (3.5): p5-file-chdir: initial commit
commit afe6f66a50da6e0a7799bdda3c6179ba0eff6f0c Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 4 16:15:56 2019 +0200 p5-file-chdir: initial commit diff --git a/p5-file-chdir/.footprint b/p5-file-chdir/.footprint new file mode 100644 index 00000000..5e6d716e --- /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 00000000..962b9a10 --- /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 00000000..13a1afb2 --- /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 00000000..fcaed793 --- /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 +}
participants (1)
-
crux@crux.nu