diff options
author | Han Boetes <han@mijncomputer.nl> | 2006-12-19 22:23:02 +0100 |
---|---|---|
committer | Han Boetes <han@mijncomputer.nl> | 2006-12-19 22:23:02 +0100 |
commit | 1f07d5e6d90c004e1219309a11e8660953be99dc (patch) | |
tree | b0628d7042c02eb6130e649f1a49b755abdf81ed /p5-cairo | |
parent | 610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff) | |
download | contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz |
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'p5-cairo')
-rw-r--r-- | p5-cairo/.footprint | 20 | ||||
-rw-r--r-- | p5-cairo/.md5sum | 1 | ||||
-rw-r--r-- | p5-cairo/Pkgfile | 22 |
3 files changed, 0 insertions, 43 deletions
diff --git a/p5-cairo/.footprint b/p5-cairo/.footprint deleted file mode 100644 index 8271bdf49..000000000 --- a/p5-cairo/.footprint +++ /dev/null @@ -1,20 +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.8.8/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/ --r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Cairo.pm -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/Cairo/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/Cairo/Install/ --r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Cairo/Install/Files.pm --r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Cairo/Install/cairo-perl-auto.h --r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Cairo/Install/cairo-perl-auto.typemap --r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Cairo/Install/cairo-perl.h --r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Cairo/Install/cairo-perl.typemap -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Cairo/ --r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Cairo/Cairo.so -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --r--r--r-- root/root usr/man/man3/Cairo.3pm.gz diff --git a/p5-cairo/.md5sum b/p5-cairo/.md5sum deleted file mode 100644 index 8dc659f65..000000000 --- a/p5-cairo/.md5sum +++ /dev/null @@ -1 +0,0 @@ -72696240a9ba97694209d0a0c7367b57 Cairo-1.021.tar.gz diff --git a/p5-cairo/Pkgfile b/p5-cairo/Pkgfile deleted file mode 100644 index d43b731f7..000000000 --- a/p5-cairo/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# Description: Perl bindings for cairo -# URL: http://www.gtkperl.org -# Maintainer: Han Boetes <han@mijncomputer.nl> -# Depends on: p5-glib - -name=p5-cairo -version=1.021 -release=1 -source="http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/Cairo-1.021.tar.gz" - -build() -{ - cd Cairo-$version - perl Makefile.PL - make OPTIMIZE="$CFLAGS" - make install DESTDIR=$PKG - find $PKG \ - -name perllocal.pod \ - -o -name "*.bs" \ - -o -name .packlist | xargs rm - find $PKG -empty | xargs rmdir -p ||: -} |