diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-07 21:43:19 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-07 21:43:19 +0000 |
commit | 155046e00f25be97c3ce89c62415e69c06b13097 (patch) | |
tree | 721d792d6d1664d021662c67a2e67d4e9a244a79 | |
parent | f8ab514e7986f8171f125d4af8e6ef2a49b59e65 (diff) | |
download | FreeBSD-ports-155046e00f25be97c3ce89c62415e69c06b13097.zip FreeBSD-ports-155046e00f25be97c3ce89c62415e69c06b13097.tar.gz |
add p5-Glade-Perl,"The Perl project building code for Glade"
PR: 27945
Submitted by: Joe Clarke <marcus@marcuscom.com>
Reviewed by: will
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Glade-Perl/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-Glade-Perl/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Glade-Perl/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Glade-Perl/pkg-descr | 7 | ||||
-rw-r--r-- | devel/p5-Glade-Perl/pkg-plist | 12 |
6 files changed, 49 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e720585..b6e505e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -310,6 +310,7 @@ SUBDIR += p5-File-Tools SUBDIR += p5-Filter SUBDIR += p5-FreezeThaw + SUBDIR += p5-Glade-Perl SUBDIR += p5-Heap SUBDIR += p5-IO SUBDIR += p5-IO-String diff --git a/devel/p5-Glade-Perl/Makefile b/devel/p5-Glade-Perl/Makefile new file mode 100644 index 0000000..1f7f00f --- /dev/null +++ b/devel/p5-Glade-Perl/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Glade-Perl +# Date created: 07-Jun-2001 +# Whom: marcus +# +# $FreeBSD$ +# + +PORTNAME= Glade-Perl +PORTVERSION= 0.57 +CATEGORIES= devel perl5 gnome +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Glade +PKGNAMEPREFIX= p5- + +MAINTAINER= marcus@marcuscom.com + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome +RUN_DEPENDS= ${BUILD_DEPENDS} \ + glade:${PORTSDIR}/devel/glade + +USE_GNOME= yes +PERL_CONFIGURE= yes + +MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} +MAN3= Glade::PerlGenerate.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Glade-Perl/distinfo b/devel/p5-Glade-Perl/distinfo new file mode 100644 index 0000000..23554b7 --- /dev/null +++ b/devel/p5-Glade-Perl/distinfo @@ -0,0 +1 @@ +MD5 (Glade-Perl-0.57.tar.gz) = 4d015f8ea83e8b7ad0398f9ede6cd771 diff --git a/devel/p5-Glade-Perl/pkg-comment b/devel/p5-Glade-Perl/pkg-comment new file mode 100644 index 0000000..fd63952 --- /dev/null +++ b/devel/p5-Glade-Perl/pkg-comment @@ -0,0 +1 @@ +The Perl project building code for Glade diff --git a/devel/p5-Glade-Perl/pkg-descr b/devel/p5-Glade-Perl/pkg-descr new file mode 100644 index 0000000..b93af50 --- /dev/null +++ b/devel/p5-Glade-Perl/pkg-descr @@ -0,0 +1,7 @@ +This is a collection of modules that will read a <GTK-Interface> XML file +produced by Glade (the Gtk+/Gnome UI builder), construct and optionally show +the UI using the Gtk-Perl bindings. It is possible, using Glade from version +0.5.0, for you to specify a language of 'Perl' and generate source code from +Glade's 'Build' button. + +WWW: http://www.glade.perl.connectfree.co.uk diff --git a/devel/p5-Glade-Perl/pkg-plist b/devel/p5-Glade-Perl/pkg-plist new file mode 100644 index 0000000..ff1bc41 --- /dev/null +++ b/devel/p5-Glade-Perl/pkg-plist @@ -0,0 +1,12 @@ +bin/glade2perl +lib/perl5/site_perl/%%PERL_VER%%/Glade/PerlProject.pm +lib/perl5/site_perl/%%PERL_VER%%/Glade/PerlGenerate.pm +lib/perl5/site_perl/%%PERL_VER%%/Glade/PerlUI.pm +lib/perl5/site_perl/%%PERL_VER%%/Glade/PerlXML.pm +lib/perl5/site_perl/%%PERL_VER%%/Glade/PerlSource.pm +lib/perl5/site_perl/%%PERL_VER%%/Glade/PerlUIExtra.pm +lib/perl5/site_perl/%%PERL_VER%%/Glade/PerlUIGtk.pm +lib/perl5/site_perl/%%PERL_VER%%/Glade/PerlRun.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Glade/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Glade +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Glade |