diff options
author | Tim Biermann <tbier@posteo.de> | 2020-04-13 12:32:12 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-04-13 12:32:12 +0200 |
commit | 4f66e154805610f701f9d7793989a424db1ee0a8 (patch) | |
tree | e1e74563e03d89ed8a6b96e71ed0adedb07de582 /p5-parse-recdescent | |
parent | a97728f824b2056ea2982e91c83c86606ffd63ea (diff) | |
download | contrib-4f66e154805610f701f9d7793989a424db1ee0a8.tar.gz contrib-4f66e154805610f701f9d7793989a424db1ee0a8.tar.xz |
p5-parse-recdescent: initial commit, version 1.967015
Diffstat (limited to 'p5-parse-recdescent')
-rw-r--r-- | p5-parse-recdescent/.footprint | 15 | ||||
-rw-r--r-- | p5-parse-recdescent/.signature | 5 | ||||
-rw-r--r-- | p5-parse-recdescent/Pkgfile | 20 |
3 files changed, 40 insertions, 0 deletions
diff --git a/p5-parse-recdescent/.footprint b/p5-parse-recdescent/.footprint new file mode 100644 index 000000000..6fbca2fbe --- /dev/null +++ b/p5-parse-recdescent/.footprint @@ -0,0 +1,15 @@ +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.28/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Parse/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Parse/RecDescent.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/Parse/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Parse/RecDescent/ +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/Parse::RecDescent.3pm.gz diff --git a/p5-parse-recdescent/.signature b/p5-parse-recdescent/.signature new file mode 100644 index 000000000..08913c29b --- /dev/null +++ b/p5-parse-recdescent/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF30ZEEYZP2rSN9xajZEVtfWdlhLWsllIdY97jtjuiWiKEkaWcuo80yImyuK7OgcML5XZ9vnJ5dGiVf3iahahgMA8= +SHA256 (Pkgfile) = 2f22347359ad449338e3a2f9a8e6c5bcae667af5f2dcbe28fa612115dd152db6 +SHA256 (.footprint) = e0446bb722103349694ba13a9eaa2ea0038099bb5088cb8a8a502ce571a8ef53 +SHA256 (Parse-RecDescent-1.967015.tar.gz) = 1943336a4cb54f1788a733f0827c0c55db4310d5eae15e542639c9dd85656e37 diff --git a/p5-parse-recdescent/Pkgfile b/p5-parse-recdescent/Pkgfile new file mode 100644 index 000000000..0afed1c78 --- /dev/null +++ b/p5-parse-recdescent/Pkgfile @@ -0,0 +1,20 @@ +# Description: Recursive descent parser generator +# URL: https://metacpan.org/release/Parse-RecDescent +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: p5-module-build + +name=p5-parse-recdescent +version=1.967015 +release=1 +source=(https://search.cpan.org/CPAN/authors/id/J/JT/JTBRAUN/Parse-RecDescent-$version.tar.gz) + +build() { + cd Parse-RecDescent-$version + perl Build.PL installdirs=vendor destdir=$PKG + perl Build + perl Build install + find $PKG -name .packlist -o \ + -name perllocal.pod -o \ + -name README -o \ + -name '*.bs' | xargs rm +} |