p5-class-std: unmaintained, removed

This commit is contained in:
Tim Biermann 2020-05-24 10:04:53 +00:00
parent 24b49955f2
commit d3fc6fdbd5
3 changed files with 0 additions and 40 deletions

View File

@ -1,11 +0,0 @@
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.24/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/Class/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.24/Class/Std.pm
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::Std.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zlGUp+Sah3TrRAq47XQHRCk1Ds47oI6TWwa7rpxZPGjwqCuThXyN+XscU6mCYxV10shG09kRmfx0SJhjoLLBAg=
SHA256 (Pkgfile) = c31950b4853cc3267a1b8b06316e2d4268aa0735347d87ed4a73dd521832b948
SHA256 (.footprint) = 377f4eaa095b823ee48d184b5c6770387c939a9f0210240a92a22e3160f390db
SHA256 (Class-Std-0.013.tar.gz) = bcd6d82f6c8af0fe069fced7dd165a4795b0b6e92351c7d4e5a1ab9a14fc35c6

View File

@ -1,24 +0,0 @@
# Description: Perl library Class::Std for creating standard "inside-out" classes
# URL: http://search.cpan.org/dist/Class-Std
# Packager: Simon Glossner, viper at hometux dot de
# Maintainer: Moritz Wilhelmy, moritz plus crux at wzff dot de
name=p5-class-std
version=0.013
release=1
source=(http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Class-Std-$version.tar.gz)
build() {
cd Class-Std-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG \
-name .packlist -or \
-name perllocal.pod -or \
-name '*.bs' -or \
-name autosplit.ix | xargs rm
find $PKG -depth -empty -exec rm -rf {} \;
}