summaryrefslogtreecommitdiff
path: root/p5-class-inspector
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-31 10:40:03 +0000
committerTim Biermann <tbier@posteo.de>2019-08-31 10:40:03 +0000
commit19ab551fa313c2e11bc12e3ccc04768c0cfb59b4 (patch)
tree25f5688874df0d1b3ed6b1bd9818e8eea345c92d /p5-class-inspector
parent9704737db573dd4995d4dc653531307186f2dbeb (diff)
downloadcontrib-19ab551fa313c2e11bc12e3ccc04768c0cfb59b4.tar.gz
contrib-19ab551fa313c2e11bc12e3ccc04768c0cfb59b4.tar.xz
p5-class-inspector: initial commit, version 1.36
Diffstat (limited to 'p5-class-inspector')
-rw-r--r--p5-class-inspector/.footprint20
-rw-r--r--p5-class-inspector/.signature5
-rw-r--r--p5-class-inspector/Pkgfile20
3 files changed, 45 insertions, 0 deletions
diff --git a/p5-class-inspector/.footprint b/p5-class-inspector/.footprint
new file mode 100644
index 000000000..b0e061c8c
--- /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 000000000..6b84020c9
--- /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 000000000..517e86db9
--- /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.tar.gz)
+
+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
+}

Generated by cgit