forked from ports/contrib
p5-string-crc32: deleted unmaintained port
This commit is contained in:
parent
dc5c9cb4b3
commit
75b3c3afda
@ -1,17 +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.32/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/String/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/String/CRC32.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/String/CRC32.pod
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/String/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/String/CRC32/
|
||||
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/String/CRC32/CRC32.so
|
||||
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/String::CRC32.3pm.gz
|
@ -1,5 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF351UnzlWLI8EQJJqJeIONGw+1APpza9QwbreMTNc+JzfoDyipF54Jxi1xv0EH2JP4wZXOMvOT+wRZnTKLxPOpAQ=
|
||||
SHA256 (Pkgfile) = 8a0cd66fa188dff22ed47d2273658a4372690ab8a892c312f7d024004548dc62
|
||||
SHA256 (.footprint) = 27cb222c1a6a451b6f01810c8c4a2eaa04cf6763ff628000f97d73f2188678af
|
||||
SHA256 (String-CRC32-2.100.tar.gz) = 9706093b2d068b6715d35b4c58f51558e37960083202129fbb00a57e19a74713
|
@ -1,30 +0,0 @@
|
||||
# Description: Perl interface for cyclic redundancy check generation
|
||||
# URL: https://metacpan.org/pod/distribution/String-CRC32/CRC32.pod
|
||||
# Maintainer: UNMAINTAINED
|
||||
|
||||
name=p5-string-crc32
|
||||
version=2.100
|
||||
release=1
|
||||
source=(https://cpan.metacpan.org/authors/id/L/LE/LEEJO/String-CRC32-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd String-CRC32-$version
|
||||
|
||||
perl Makefile.PL
|
||||
|
||||
# remove default -pipe flag
|
||||
sed -i -e '/CCFLAGS = /s/ -pipe / /' Makefile
|
||||
|
||||
make OPTIMIZE="$CFLAGS"
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
# remove perlcrap
|
||||
find $PKG -name perllocal.pod \
|
||||
-o -name "*.bs" \
|
||||
-o -name .packlist \
|
||||
-o -name autosplit.ix \
|
||||
| xargs rm -f
|
||||
|
||||
# remove empty dirs
|
||||
find $PKG -depth -type d -empty -delete
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user