ports/contrib (3.5): p5-package-deprecationmanager: initial commit, version 0.17
commit fca093666bd338ca3bb231aa73f8e194b354102d Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:28 2019 +0000 p5-package-deprecationmanager: initial commit, version 0.17 diff --git a/p5-package-deprecationmanager/.footprint b/p5-package-deprecationmanager/.footprint new file mode 100644 index 00000000..7d9def22 --- /dev/null +++ b/p5-package-deprecationmanager/.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/Package/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Package/DeprecationManager.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/Package/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Package/DeprecationManager/ +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/Package::DeprecationManager.3pm.gz diff --git a/p5-package-deprecationmanager/.signature b/p5-package-deprecationmanager/.signature new file mode 100644 index 00000000..a05529a0 --- /dev/null +++ b/p5-package-deprecationmanager/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF38xa7uZ5bgMM4RQtySXlHkpVfoKH01DFQtxdu7DuNQZK92TWh5tsKJB+RZMoCdNJMsBLXZddMpeWd0Jlrgj5awM= +SHA256 (Pkgfile) = 4b48f3d30ba532249eca68fa13da8213273aa02969f97fb7631f3716cfc42bc1 +SHA256 (.footprint) = 5f24413958c0fba409c5b902152bd94efa38c0c90e105f98091bec458694bdd0 +SHA256 (Package-DeprecationManager-0.17.tar.gz) = 1d743ada482b5c9871d894966e87d4c20edc96931bb949fb2638b000ddd6684b diff --git a/p5-package-deprecationmanager/Pkgfile b/p5-package-deprecationmanager/Pkgfile new file mode 100644 index 00000000..8c74ba6e --- /dev/null +++ b/p5-package-deprecationmanager/Pkgfile @@ -0,0 +1,17 @@ +# Description: Manage deprecation warnings for your distribution +# URL: https://metacpan.org/release/Package-DeprecationManager +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: p5-module-implementation p5-namespace-autoclean p5-package-stash p5-params-util p5-sub-install p5-sub-name + +name=p5-package-deprecationmanager +version=0.17 +release=1 +source=(https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Package-DeprecationManager...) + +build() { + cd Package-DeprecationManager-$version + perl Makefile.PL INSTALLDIRS=vendor + make + make install DESTDIR=$PKG + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +}
participants (1)
-
crux@crux.nu