diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-19 23:05:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-19 23:05:01 +0000 |
commit | df2ed5bf4e7e5cc6f58ce4e56275bc32171fd625 (patch) | |
tree | 91474c0beeb15229bd8c8ddd71127a6e09038724 | |
parent | Gtk2-Ex-Dialogs provides some useful tools for Gnome2/Gtk2 (diff) |
Gtk2-Ex-Utils provides simple utility functions for
Gnome/Gtk2 Perl programming.
WWW: http://search.cpan.org/dist/Gtk2-Ex-Utils/
PR: ports/125888
Submitted by: Paul Schmehl <pauls at utdallas.edu>
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk2-Ex-Utils/Makefile | 30 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk2-Ex-Utils/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk2-Ex-Utils/pkg-descr | 4 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk2-Ex-Utils/pkg-plist | 9 |
5 files changed, 47 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 56a0bc59e7bb..9cb75aa9dfa0 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -152,6 +152,7 @@ SUBDIR += p5-Gtk2-Ex-FormFactory SUBDIR += p5-Gtk2-Ex-PodViewer SUBDIR += p5-Gtk2-Ex-Simple-List + SUBDIR += p5-Gtk2-Ex-Utils SUBDIR += p5-Gtk2-GladeXML SUBDIR += p5-Gtk2-Html2 SUBDIR += p5-Gtk2-TrayIcon diff --git a/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile b/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile new file mode 100644 index 000000000000..f0a8f7b6fd7d --- /dev/null +++ b/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Gtk2-Ex-Utils +# Date created: 22 July 2008 +# Whom: Paul Schmehl <pauls@utdallas.edu> +# +# $FreeBSD$ +# + +PORTNAME= Gtk2-Ex-Utils +PORTVERSION= 0.09 +CATEGORIES= x11-toolkits perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= pauls@utdallas.edu +COMMENT= Extra Gtk2 utilities for Gtk2 in perl + +BUILD_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \ + p5-ExtUtils-Depends>=0.3:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + p5-ExtUtils-PkgConfig>=1.1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ + p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ + ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo +RUN_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \ + p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk + +PERL_CONFIGURE= yes + +MAN3= Gtk2::Ex::Constants.3 \ + Gtk2::Ex::Utils.3 + +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk2-Ex-Utils/distinfo b/x11-toolkits/p5-Gtk2-Ex-Utils/distinfo new file mode 100644 index 000000000000..ba7bba10d20b --- /dev/null +++ b/x11-toolkits/p5-Gtk2-Ex-Utils/distinfo @@ -0,0 +1,3 @@ +MD5 (Gtk2-Ex-Utils-0.09.tar.gz) = 076bb6914470fb077f7028fef0a795f8 +SHA256 (Gtk2-Ex-Utils-0.09.tar.gz) = cd508d5cc867cc33e2523d51ddf74b83837ef2c1bd4dc670577a57c48dd561a3 +SIZE (Gtk2-Ex-Utils-0.09.tar.gz) = 14342 diff --git a/x11-toolkits/p5-Gtk2-Ex-Utils/pkg-descr b/x11-toolkits/p5-Gtk2-Ex-Utils/pkg-descr new file mode 100644 index 000000000000..3fc50be88710 --- /dev/null +++ b/x11-toolkits/p5-Gtk2-Ex-Utils/pkg-descr @@ -0,0 +1,4 @@ +Gtk2-Ex-Utils provides simple utility functions for +Gnome/Gtk2 Perl programming. + +WWW: http://search.cpan.org/dist/Gtk2-Ex-Utils/ diff --git a/x11-toolkits/p5-Gtk2-Ex-Utils/pkg-plist b/x11-toolkits/p5-Gtk2-Ex-Utils/pkg-plist new file mode 100644 index 000000000000..6504cf18d19d --- /dev/null +++ b/x11-toolkits/p5-Gtk2-Ex-Utils/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Gtk2/Ex/Constants.pm +%%SITE_PERL%%/Gtk2/Ex/Utils.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Ex/Utils/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Ex/Utils +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Ex +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/Gtk2/Ex +@dirrmtry %%SITE_PERL%%/Gtk2 |