commit 19ab551fa313c2e11bc12e3ccc04768c0cfb59b4 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:03 2019 +0000 p5-class-inspector: initial commit, version 1.36 diff --git a/p5-class-inspector/.footprint b/p5-class-inspector/.footprint new file mode 100644 index 00000000..b0e061c8 --- /dev/null +++ b/p5-class-inspector/.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/Class/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Class/Inspector.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Class/Inspector/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Class/Inspector/Functions.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/Class/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Class/Inspector/ +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/Class::Inspector.3pm.gz +-r--r--r-- root/root usr/share/man/man3/Class::Inspector::Functions.3pm.gz diff --git a/p5-class-inspector/.signature b/p5-class-inspector/.signature new file mode 100644 index 00000000..6b84020c --- /dev/null +++ b/p5-class-inspector/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3xgAuFt+7w9qINT93r+bg9Ugtf9s1wrrX4XKd1GMY23QwK+ifHPZoOY0Q3uDm2d+KzRDNCIikxSm3RGhxMT9VwQ= +SHA256 (Pkgfile) = 1fe89976726325002fd54f83e02fe284a0dbe5de9a89ac2903e9e449223a5e41 +SHA256 (.footprint) = 6e09df398d6daa9086e625313228d99a8b3b425d03a0d8b733490d94f746cc7e +SHA256 (Class-Inspector-1.36.tar.gz) = cc295d23a472687c24489d58226ead23b9fdc2588e522f0b5f0747741700694e diff --git a/p5-class-inspector/Pkgfile b/p5-class-inspector/Pkgfile new file mode 100644 index 00000000..517e86db --- /dev/null +++ b/p5-class-inspector/Pkgfile @@ -0,0 +1,20 @@ +# Description: Get information about a class and its structure +# URL: https://cpan.metacpan.org/dist/Class-Inspector +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-class-inspector +version=1.36 +release=1 +source=(https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Class-Inspector-$version....) + +build() { + cd Class-Inspector-$version + perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG \( -iname .packlist -o \ + -iname perllocal.pod -o \ + -iname README -o \ + -iname '*.bs' \) -delete +}