1
0
forked from ports/contrib

p5-gd: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 19:32:12 +00:00
parent 48a3260634
commit c5f02e2a77
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 53 deletions

View File

@ -1,29 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-r-xr-xr-x root/root usr/bin/bdf2gdfont.pl
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/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/GD.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/GD/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/GD/Group.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/GD/Image.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/GD/Polygon.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/GD/Polyline.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/GD/Simple.pm
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/GD/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/GD/GD.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-r--r--r-- root/root usr/share/man/man1/bdf2gdfont.pl.1pm.gz
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/GD.3pm.gz
-r--r--r-- root/root usr/share/man/man3/GD::Group.3pm.gz
-r--r--r-- root/root usr/share/man/man3/GD::Image.3pm.gz
-r--r--r-- root/root usr/share/man/man3/GD::Polygon.3pm.gz
-r--r--r-- root/root usr/share/man/man3/GD::Polyline.3pm.gz
-r--r--r-- root/root usr/share/man/man3/GD::Simple.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xPrtdnAMCOq5NvxQZ0dnibBRPM9+2vsGqRdyom1/E+AlY3JgZhh2+B+nfGvj12xshCd3srVa9i7jnSgPqPWzgs=
SHA256 (Pkgfile) = 66cd610cc32edcb71d8b68cabab1e2546ed5464855c3f51d7be86168744673f2
SHA256 (.footprint) = a08764864e915270dfc429688eb7e8559793283dfbfd9404bbf647154fbcdaa8
SHA256 (GD-2.73.tar.gz) = 491c9e73238522e2987e66725a20935f4268a3864202ecbaf4659a1691ba322b

View File

@ -1,19 +0,0 @@
# Description: Perl interface to GD graphics library
# URL: https://metacpan.org/pod/GD
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: libgd p5-extutils-pkgconfig
name=p5-gd
version=2.73
release=1
source=(http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/GD-$version.tar.gz)
build() {
install -d $PKG/usr/bin
cd GD-$version
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps"
perl Makefile.PL
make OPTIMIZE="${CFLAGS}"
make DESTDIR=${PKG} install
find $PKG \( \( -depth -empty \) -o \( -name .packlist -o -name '*.bs' -o -name autosplit.ix -o -name perllocal.pod \) \) -exec rm -rf {} \;
}