ports/contrib (3.5): p5-www-robotrules: initial commit, version 6.02
commit 2a2252736bad793dfe37a199aadcf8800a065fa1 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:50 2019 +0000 p5-www-robotrules: initial commit, version 6.02 diff --git a/p5-www-robotrules/.footprint b/p5-www-robotrules/.footprint new file mode 100644 index 00000000..f5f24d57 --- /dev/null +++ b/p5-www-robotrules/.footprint @@ -0,0 +1,20 @@ +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/WWW/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/WWW/RobotRules.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/WWW/RobotRules/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/WWW/RobotRules/AnyDBM_File.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/WWW/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/WWW/RobotRules/ +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/WWW::RobotRules.3pm.gz +-r--r--r-- root/root usr/share/man/man3/WWW::RobotRules::AnyDBM_File.3pm.gz diff --git a/p5-www-robotrules/.signature b/p5-www-robotrules/.signature new file mode 100644 index 00000000..1d07ccdb --- /dev/null +++ b/p5-www-robotrules/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF34TkWjXZWu1n4OI5jaqr8G+HsREe9wlv5xW5TqCJ1S9eP9cAFrc4wCys4xkp3WAA31uu2WvmwiTS5d/yLZ645AM= +SHA256 (Pkgfile) = 8d6670bb668f51062a5cf6ed170ea022fdcd215bdfdd6c8181b384e371863c07 +SHA256 (.footprint) = 3a75d27c1562c732b6d3add6a5ec9a702997a40981037e1f04311c345d0b2195 +SHA256 (WWW-RobotRules-6.02.tar.gz) = 46b502e7a288d559429891eeb5d979461dd3ecc6a5c491ead85d165b6e03a51e diff --git a/p5-www-robotrules/Pkgfile b/p5-www-robotrules/Pkgfile new file mode 100644 index 00000000..eef64cfd --- /dev/null +++ b/p5-www-robotrules/Pkgfile @@ -0,0 +1,17 @@ +# Description: Database of robots.txt-derived permissions +# URL: https://metacpan.org/release/WWW-RobotRules +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: p5-uri + +name=p5-www-robotrules +version=6.02 +release=1 +source=(https://cpan.metacpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-$version.tar.g...) + +build() { + cd WWW-RobotRules-$version + perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +}
participants (1)
-
crux@crux.nu