diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-16 04:50:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-16 04:50:44 +0800 |
commit | 5feef18f8039b89e34eb46d555ffcf50b9dbb36a (patch) | |
tree | d1de5920abf83a334c9333a313d1b5b904d896bb /devel | |
parent | 6c93f43159b9dd7bc129ff4c10546b83b719a7fa (diff) | |
download | freebsd-ports-gnome-5feef18f8039b89e34eb46d555ffcf50b9dbb36a.tar.gz freebsd-ports-gnome-5feef18f8039b89e34eb46d555ffcf50b9dbb36a.tar.zst freebsd-ports-gnome-5feef18f8039b89e34eb46d555ffcf50b9dbb36a.zip |
A ZConf backed method of choosing a backend for a Perl module that
has multiple backends.
zcgui-get Gets the current preferred backends for a module.
zcgui-gux Gets the value for useX.
zcgui-la Lists available GUI backends for a ZConf::GUI compliant module.
zcgui-lm Lists the modules that currently have preferences set.
zcgui-set Set the preferred backends for a module.
zcgui-sux Set the useX value for a module.
zcgui-which Prints a list of the available preferred modules for a module.
WWW: http://search.cpan.org/dist/ZConf-GUI/
PR: ports/134988
Submitted by: Zane C, Bowers <vvelox at vvelox.net>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-ZConf-GUI/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-ZConf-GUI/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-ZConf-GUI/pkg-descr | 12 | ||||
-rw-r--r-- | devel/p5-ZConf-GUI/pkg-plist | 12 |
5 files changed, 50 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 893313dc6a2b..c1494eebd7eb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2021,6 +2021,7 @@ SUBDIR += p5-XML-Compile-Tester SUBDIR += p5-XSLoader SUBDIR += p5-Yada-Yada-Yada + SUBDIR += p5-ZConf-GUI SUBDIR += p5-ZML SUBDIR += p5-accessors SUBDIR += p5-aliased diff --git a/devel/p5-ZConf-GUI/Makefile b/devel/p5-ZConf-GUI/Makefile new file mode 100644 index 000000000000..9ffd38549c04 --- /dev/null +++ b/devel/p5-ZConf-GUI/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-ZConf-GUI +# Date created: 2009-05-25 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD$ +# + +PORTNAME= ZConf-GUI +PORTVERSION= 0.1.0 +CATEGORIES= devel +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= A GUI backend chooser + +PERL_CONFIGURE= yes + +MAN3= ZConf::GUI.3 + +.include <bsd.port.mk> diff --git a/devel/p5-ZConf-GUI/distinfo b/devel/p5-ZConf-GUI/distinfo new file mode 100644 index 000000000000..8ec93de5c3ea --- /dev/null +++ b/devel/p5-ZConf-GUI/distinfo @@ -0,0 +1,3 @@ +MD5 (ZConf-GUI-0.1.0.tar.gz) = 94b49492e5378085b8be1eb0ccf4abc3 +SHA256 (ZConf-GUI-0.1.0.tar.gz) = 994512b67bc7c43f991bcf51c9388fd312cc5ff81425b0b027553a0ff2e76ec9 +SIZE (ZConf-GUI-0.1.0.tar.gz) = 9953 diff --git a/devel/p5-ZConf-GUI/pkg-descr b/devel/p5-ZConf-GUI/pkg-descr new file mode 100644 index 000000000000..02124529b437 --- /dev/null +++ b/devel/p5-ZConf-GUI/pkg-descr @@ -0,0 +1,12 @@ +A ZConf backed method of choosing a backend for a Perl module that +has multiple backends. + +zcgui-get Gets the current preferred backends for a module. +zcgui-gux Gets the value for useX. +zcgui-la Lists available GUI backends for a ZConf::GUI compliant module. +zcgui-lm Lists the modules that currently have preferences set. +zcgui-set Set the preferred backends for a module. +zcgui-sux Set the useX value for a module. +zcgui-which Prints a list of the available preferred modules for a module. + +WWW: http://search.cpan.org/dist/ZConf-GUI/ diff --git a/devel/p5-ZConf-GUI/pkg-plist b/devel/p5-ZConf-GUI/pkg-plist new file mode 100644 index 000000000000..7586f03d7f5a --- /dev/null +++ b/devel/p5-ZConf-GUI/pkg-plist @@ -0,0 +1,12 @@ +bin/zcgui-set +bin/zcgui-lm +bin/zcgui-la +bin/zcgui-which +bin/zcgui-get +bin/zcgui-sux +bin/zcgui-gux +%%SITE_PERL%%/ZConf/GUI.pm +%%SITE_PERL%%/mach/auto/ZConf/GUI/.packlist +@dirrmtry %%SITE_PERL%%/mach/auto/ZConf/GUI +@dirrmtry %%SITE_PERL%%/mach/auto/ZConf +@dirrmtry %%SITE_PERL%%/ZConf/ |