diff options
author | miwi <miwi@FreeBSD.org> | 2009-10-29 19:17:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-10-29 19:17:15 +0800 |
commit | 101db9451253dbd37781173247783b64b7a81852 (patch) | |
tree | b61e06941fb09487cc3aa6fc5c241909eda8e5da /deskutils | |
parent | 0c0a1a843c574b9421e41986ad48070e89f8821e (diff) | |
download | freebsd-ports-gnome-101db9451253dbd37781173247783b64b7a81852.tar.gz freebsd-ports-gnome-101db9451253dbd37781173247783b64b7a81852.tar.zst freebsd-ports-gnome-101db9451253dbd37781173247783b64b7a81852.zip |
The GTK GUI backend for ZConf::Runner.
WWW: http://search.cpan.org/dist/ZConf-Runner-GUI-GTK
PR: ports/139749
Submitted by: Zane C, Bowers <vvelox at vvelox.net>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/p5-ZConf-Runner-GUI-GTK/Makefile | 25 | ||||
-rw-r--r-- | deskutils/p5-ZConf-Runner-GUI-GTK/distinfo | 3 | ||||
-rw-r--r-- | deskutils/p5-ZConf-Runner-GUI-GTK/pkg-descr | 3 | ||||
-rw-r--r-- | deskutils/p5-ZConf-Runner-GUI-GTK/pkg-plist | 10 |
5 files changed, 42 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 8007aeed8521..715677bf98db 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -198,6 +198,7 @@ SUBDIR += p5-Goo SUBDIR += p5-ZConf-BGSet SUBDIR += p5-ZConf-Runner + SUBDIR += p5-ZConf-Runner-GUI-GTK SUBDIR += pal SUBDIR += parcellite SUBDIR += phpgroupware diff --git a/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile b/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile new file mode 100644 index 000000000000..83c6ed35ad58 --- /dev/null +++ b/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-ZConf-Runner-GUI-GTK +# Date created: 2009-10-19 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD$ +# + +PORTNAME= ZConf-Runner-GUI-GTK +PORTVERSION= 0.0.1 +CATEGORIES= deskutils perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= The GTK GUI backend for ZConf::Runner + +RUN_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \ + p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 + +PERL_CONFIGURE= yes + +MAN3= ZConf::Runner::GUI::GTK.3 + +.include <bsd.port.mk> diff --git a/deskutils/p5-ZConf-Runner-GUI-GTK/distinfo b/deskutils/p5-ZConf-Runner-GUI-GTK/distinfo new file mode 100644 index 000000000000..3fb6e771e64b --- /dev/null +++ b/deskutils/p5-ZConf-Runner-GUI-GTK/distinfo @@ -0,0 +1,3 @@ +MD5 (ZConf-Runner-GUI-GTK-0.0.1.tar.gz) = 64dfa07f90343b7861bc16b6cd98563a +SHA256 (ZConf-Runner-GUI-GTK-0.0.1.tar.gz) = 1dbf03c8b4a5882aaab91b59308955a56f49870caa7fbf6d2f35337c6721f5cb +SIZE (ZConf-Runner-GUI-GTK-0.0.1.tar.gz) = 5284 diff --git a/deskutils/p5-ZConf-Runner-GUI-GTK/pkg-descr b/deskutils/p5-ZConf-Runner-GUI-GTK/pkg-descr new file mode 100644 index 000000000000..0745c5603b7a --- /dev/null +++ b/deskutils/p5-ZConf-Runner-GUI-GTK/pkg-descr @@ -0,0 +1,3 @@ +The GTK GUI backend for ZConf::Runner. + +WWW: http://search.cpan.org/dist/ZConf-Runner-GUI-GTK diff --git a/deskutils/p5-ZConf-Runner-GUI-GTK/pkg-plist b/deskutils/p5-ZConf-Runner-GUI-GTK/pkg-plist new file mode 100644 index 000000000000..7fa434b4fb68 --- /dev/null +++ b/deskutils/p5-ZConf-Runner-GUI-GTK/pkg-plist @@ -0,0 +1,10 @@ +%%SITE_PERL%%/ZConf/Runner/GUI/GTK.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Runner/GUI/GTK/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Runner/GUI/GTK +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Runner/GUI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Runner +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrmtry %%SITE_PERL%%/ZConf/Runner/GUI +@dirrmtry %%SITE_PERL%%/ZConf/Runner +@dirrmtry %%SITE_PERL%%/ZConf |