diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-04-29 21:16:29 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-04-29 21:16:29 +0000 |
commit | 5fe413d889b8e494e17514a77ed6b7043da24fb6 (patch) | |
tree | 169d2e0f39c963a4c1d18fc0159bcf645b74da73 /x11-toolkits | |
parent | 6cce4353f3dff0d70d0d9864480888b8e572f8ed (diff) | |
download | FreeBSD-ports-5fe413d889b8e494e17514a77ed6b7043da24fb6.zip FreeBSD-ports-5fe413d889b8e494e17514a77ed6b7043da24fb6.tar.gz |
Import p5-Gtk, It's gtk perl interface.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Gtk/Makefile | 23 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk/pkg-descr | 7 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk/pkg-plist | 13 |
5 files changed, 45 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile new file mode 100644 index 0000000..25688d1 --- /dev/null +++ b/x11-toolkits/p5-Gtk/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Gtk +# Version required: 0.1.17 +# Date created: 28 Oct 1997 +# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> +# +# $Id$ +# + +DISTNAME= Gtk-0.1.17 +PKGNAME= p5-Gtk-0.1.17 +CATEGORIES= x11 lang perl5 +MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/perl/ + +MAINTAINER= vanilla@MinJe.com.TW + +LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk + +USE_PERL5= YES + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk/distinfo b/x11-toolkits/p5-Gtk/distinfo new file mode 100644 index 0000000..121b331 --- /dev/null +++ b/x11-toolkits/p5-Gtk/distinfo @@ -0,0 +1 @@ +MD5 (Gtk-0.1.17.tar.gz) = fc2b80294bd6fd2277507316ba50b1ab diff --git a/x11-toolkits/p5-Gtk/pkg-comment b/x11-toolkits/p5-Gtk/pkg-comment new file mode 100644 index 0000000..e74685d --- /dev/null +++ b/x11-toolkits/p5-Gtk/pkg-comment @@ -0,0 +1 @@ +a perl5 interface to Gtk Graphics Library diff --git a/x11-toolkits/p5-Gtk/pkg-descr b/x11-toolkits/p5-Gtk/pkg-descr new file mode 100644 index 0000000..a811725 --- /dev/null +++ b/x11-toolkits/p5-Gtk/pkg-descr @@ -0,0 +1,7 @@ +Gtk.pm is a perl module to access Gtk library, +and this version(0.1.10) was designed around gtk 971025, + +Gtk is available at <ftp://ftp.gimp.org/pub/gtk/>. + +- Vanilla +vanilla@MinJe.com.TW diff --git a/x11-toolkits/p5-Gtk/pkg-plist b/x11-toolkits/p5-Gtk/pkg-plist new file mode 100644 index 0000000..b9cb29e --- /dev/null +++ b/x11-toolkits/p5-Gtk/pkg-plist @@ -0,0 +1,13 @@ +lib/perl5/site_perl/Gtk.pm +lib/perl5/site_perl/Gtk/Atoms.pm +lib/perl5/site_perl/Gtk/Gdk.pm +lib/perl5/site_perl/Gtk/Types.pm +lib/perl5/site_perl/auto/Gtk/autosplit.ix +lib/perl5/site_perl/auto/Gtk/Gdk/autosplit.ix +lib/perl5/site_perl/i386-freebsd/auto/Gtk/.packlist +lib/perl5/site_perl/i386-freebsd/auto/Gtk/Gtk.bs +lib/perl5/site_perl/i386-freebsd/auto/Gtk/Gtk.so +@dirrm lib/perl5/site_perl/i386-freebsd/auto/Gtk +@dirrm lib/perl5/site_perl/auto/Gtk/Gdk +@dirrm lib/perl5/site_perl/auto/Gtk +@dirrm lib/perl5/site_perl/Gtk |