diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-10-29 21:30:13 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-10-29 21:30:13 +0000 |
commit | 3e1a2f8aa3f7749febdb0835617a4fd632d20a7e (patch) | |
tree | 24e73246cf98861e8e03ec942332d157ad88ed39 /x11-toolkits/p5-GdkImlib | |
parent | 569e59b1d0339acee37601acf075a3f718a19420 (diff) | |
download | ports-3e1a2f8aa3f7749febdb0835617a4fd632d20a7e.tar.gz ports-3e1a2f8aa3f7749febdb0835617a4fd632d20a7e.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-GdkImlib')
-rw-r--r-- | x11-toolkits/p5-GdkImlib/Makefile | 28 | ||||
-rw-r--r-- | x11-toolkits/p5-GdkImlib/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-GdkImlib/files/patch-Makefile.PL | 19 | ||||
-rw-r--r-- | x11-toolkits/p5-GdkImlib/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-GdkImlib/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/p5-GdkImlib/pkg-plist | 11 |
6 files changed, 63 insertions, 0 deletions
diff --git a/x11-toolkits/p5-GdkImlib/Makefile b/x11-toolkits/p5-GdkImlib/Makefile new file mode 100644 index 000000000000..2475979a89a9 --- /dev/null +++ b/x11-toolkits/p5-GdkImlib/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-GdkImlib +# Date created: 30 Oct 2000 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= GdkImlib +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 + +USE_PERL5= yes +USE_IMLIB= 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-GdkImlib/distinfo b/x11-toolkits/p5-GdkImlib/distinfo new file mode 100644 index 000000000000..ebd8f2180544 --- /dev/null +++ b/x11-toolkits/p5-GdkImlib/distinfo @@ -0,0 +1 @@ +MD5 (Gtk-Perl-0.7004.tar.gz) = f8f5d889e7a005667a93946ab1bf3e69 diff --git a/x11-toolkits/p5-GdkImlib/files/patch-Makefile.PL b/x11-toolkits/p5-GdkImlib/files/patch-Makefile.PL new file mode 100644 index 000000000000..bef10553998a --- /dev/null +++ b/x11-toolkits/p5-GdkImlib/files/patch-Makefile.PL @@ -0,0 +1,19 @@ +--- Makefile.PL.orig Fri Oct 13 00:20:57 2000 ++++ Makefile.PL Mon Oct 30 03:51:44 2000 +@@ -1,5 +1,4 @@ + use ExtUtils::MakeMaker; +-use blib '..'; + use Gtk::Install::Files; + use Cwd; + require '../Depends.pm'; +@@ -27,8 +26,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-GdkImlib/pkg-comment b/x11-toolkits/p5-GdkImlib/pkg-comment new file mode 100644 index 000000000000..6a58527cb487 --- /dev/null +++ b/x11-toolkits/p5-GdkImlib/pkg-comment @@ -0,0 +1 @@ +The Imlib module of Gtk-Perl diff --git a/x11-toolkits/p5-GdkImlib/pkg-descr b/x11-toolkits/p5-GdkImlib/pkg-descr new file mode 100644 index 000000000000..7340aa18a2f4 --- /dev/null +++ b/x11-toolkits/p5-GdkImlib/pkg-descr @@ -0,0 +1,3 @@ +The Imlib module of Gtk-Perl (Gtk::Gdk::ImlibImage namespace). + +WWW: http://projects.prosa.it/gtkperl/ diff --git a/x11-toolkits/p5-GdkImlib/pkg-plist b/x11-toolkits/p5-GdkImlib/pkg-plist new file mode 100644 index 000000000000..b99c0e87fa87 --- /dev/null +++ b/x11-toolkits/p5-GdkImlib/pkg-plist @@ -0,0 +1,11 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/Gdk/ImlibImage.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/Gdk/ImlibImage/Install/Files.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/Gdk/ImlibImage/Install/GdkImlibTypes.h +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/Gdk/ImlibImage/Install/pkg.typemap +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/Gdk/ImlibImage/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/Gdk/ImlibImage/ImlibImage.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/Gdk/ImlibImage/ImlibImage.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/Gdk/ImlibImage/autosplit.ix +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/Gdk/ImlibImage/Install +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/Gdk/ImlibImage +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/Gdk/ImlibImage |