diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-10-29 21:31:46 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-10-29 21:31:46 +0000 |
commit | 71f808e7d70576ad485b0d44fd7c7c2cc1c7fd32 (patch) | |
tree | 234ebff26f21a63d98427e0099fe38d7b344ddca /x11-toolkits/p5-GdkPixbuf | |
parent | 3e1a2f8aa3f7749febdb0835617a4fd632d20a7e (diff) | |
download | ports-71f808e7d70576ad485b0d44fd7c7c2cc1c7fd32.tar.gz ports-71f808e7d70576ad485b0d44fd7c7c2cc1c7fd32.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-GdkPixbuf')
-rw-r--r-- | x11-toolkits/p5-GdkPixbuf/Makefile | 29 | ||||
-rw-r--r-- | x11-toolkits/p5-GdkPixbuf/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-GdkPixbuf/files/patch-Makefile.PL | 20 | ||||
-rw-r--r-- | x11-toolkits/p5-GdkPixbuf/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-GdkPixbuf/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/p5-GdkPixbuf/pkg-plist | 13 |
6 files changed, 67 insertions, 0 deletions
diff --git a/x11-toolkits/p5-GdkPixbuf/Makefile b/x11-toolkits/p5-GdkPixbuf/Makefile new file mode 100644 index 000000000000..e31d2ca960d6 --- /dev/null +++ b/x11-toolkits/p5-GdkPixbuf/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-GdkPixbuf +# Date created: 30 Oct 2000 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= GdkPixbuf +PORTVERSION= 0.7004 +CATEGORIES= x11-toolkits lang perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Gtk +PKGNAMEPREFIX= p5- +DISTNAME= Gtk-Perl-${PORTVERSION} + +MAINTAINER= vanilla@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/mach/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf + +USE_PERL5= yes +USE_GNOME= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ + CC="${CC}" CCFLAGS="${CFLAGS} -L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-GdkPixbuf/distinfo b/x11-toolkits/p5-GdkPixbuf/distinfo new file mode 100644 index 000000000000..ebd8f2180544 --- /dev/null +++ b/x11-toolkits/p5-GdkPixbuf/distinfo @@ -0,0 +1 @@ +MD5 (Gtk-Perl-0.7004.tar.gz) = f8f5d889e7a005667a93946ab1bf3e69 diff --git a/x11-toolkits/p5-GdkPixbuf/files/patch-Makefile.PL b/x11-toolkits/p5-GdkPixbuf/files/patch-Makefile.PL new file mode 100644 index 000000000000..20922441faf1 --- /dev/null +++ b/x11-toolkits/p5-GdkPixbuf/files/patch-Makefile.PL @@ -0,0 +1,20 @@ +--- Makefile.PL.orig Tue Jun 20 18:37:48 2000 ++++ Makefile.PL Mon Oct 30 03:53:05 2000 +@@ -1,6 +1,5 @@ + use ExtUtils::MakeMaker; + use File::Basename; +-use blib '..'; + use Gtk::Install::Files; + use Cwd; + require '../Depends.pm'; +@@ -29,8 +28,8 @@ + $typemaps, [keys %defs], [@defines], [@headers], $pm); + + foreach (@typemaps) { +- print "Add typemap: $Gtk::Install::Files::CORE/$_\n"; +- push(@$typemaps, cwd() .'/'.$Gtk::Install::Files::CORE . '/'. $_); ++ print "Add typemap: $Gtk::Install::Files::CORE$_\n"; ++ push(@$typemaps, '/'.$Gtk::Install::Files::CORE . $_); + } + + push(@defines, @Gtk::Install::Files::defines); diff --git a/x11-toolkits/p5-GdkPixbuf/pkg-comment b/x11-toolkits/p5-GdkPixbuf/pkg-comment new file mode 100644 index 000000000000..a3e98a712c6d --- /dev/null +++ b/x11-toolkits/p5-GdkPixbuf/pkg-comment @@ -0,0 +1 @@ +The Pixbuf module of Gtk-Perl diff --git a/x11-toolkits/p5-GdkPixbuf/pkg-descr b/x11-toolkits/p5-GdkPixbuf/pkg-descr new file mode 100644 index 000000000000..3ac22950165a --- /dev/null +++ b/x11-toolkits/p5-GdkPixbuf/pkg-descr @@ -0,0 +1,3 @@ +The Pixbuf module of Gtk-Perl (Gtk::Gdk::Pixbuf namespace). + +WWW: http://projects.prosa.it/gtkperl/ diff --git a/x11-toolkits/p5-GdkPixbuf/pkg-plist b/x11-toolkits/p5-GdkPixbuf/pkg-plist new file mode 100644 index 000000000000..6c53758c2886 --- /dev/null +++ b/x11-toolkits/p5-GdkPixbuf/pkg-plist @@ -0,0 +1,13 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/Gdk/GdkPixbufDefs.h +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/Gdk/PerlGdkPixbufInt.h +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/Gdk/Pixbuf.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/Gdk/Pixbuf/Install/Files.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/Gdk/Pixbuf/Install/GdkPixbufTypemap +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/Gdk/Pixbuf/Install/pkg.typemap +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/Gdk/Pixbuf/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/Gdk/Pixbuf/Pixbuf.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/Gdk/Pixbuf/Pixbuf.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/Gdk/Pixbuf/autosplit.ix +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/Gdk/Pixbuf/Install +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/Gdk/Pixbuf +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/Gdk/Pixbuf |