diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-07 21:43:19 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-07 21:43:19 +0000 |
commit | 5e2bd0c53adcb663dd00096f8e3e50296cad4b36 (patch) | |
tree | 49853bad68001b87566433873433088260069301 /devel/p5-Glade-Perl | |
parent | d38e98f181a6f3f351fd2080529693c65dac74a5 (diff) |
Notes
Diffstat (limited to 'devel/p5-Glade-Perl')
-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 |
5 files changed, 48 insertions, 0 deletions
diff --git a/devel/p5-Glade-Perl/Makefile b/devel/p5-Glade-Perl/Makefile new file mode 100644 index 000000000000..1f7f00f28f14 --- /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 000000000000..23554b7d2b52 --- /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 000000000000..fd63952c453e --- /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 000000000000..b93af504f562 --- /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 000000000000..ff1bc417026d --- /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 |