diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-15 20:50:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-15 20:50:44 +0000 |
commit | 5cda1e078381faa4ab8787c862e038825ca560e3 (patch) | |
tree | 447bef75bb2a5e3669a89aa3d3d0a93212ad08d6 /devel/p5-ZConf-GUI | |
parent | efde59074e5b49f0ef76cb7fed8229fa54d5ff6d (diff) | |
download | ports-5cda1e078381faa4ab8787c862e038825ca560e3.tar.gz ports-5cda1e078381faa4ab8787c862e038825ca560e3.zip |
Notes
Diffstat (limited to 'devel/p5-ZConf-GUI')
-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 |
4 files changed, 49 insertions, 0 deletions
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/ |