From acf0f9e315d7ebeb6b73a1641ff0493d72c751e9 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Mon, 26 Jan 2009 17:45:24 +0000 Subject: A configuration system allowing for either file or LDAP backed storage. A utility is included as well, 'zcrunner'. It can be used to configure actions and run files using them. WWW: http://search.cpan.org/dist/ZConf-Runner PR: ports/ports/130566 Submitted by: Zane C, Bowers --- deskutils/p5-ZConf-Runner/Makefile | 25 +++++++++++++++++++++++++ deskutils/p5-ZConf-Runner/distinfo | 3 +++ deskutils/p5-ZConf-Runner/pkg-descr | 5 +++++ deskutils/p5-ZConf-Runner/pkg-plist | 7 +++++++ 4 files changed, 40 insertions(+) create mode 100644 deskutils/p5-ZConf-Runner/Makefile create mode 100644 deskutils/p5-ZConf-Runner/distinfo create mode 100644 deskutils/p5-ZConf-Runner/pkg-descr create mode 100644 deskutils/p5-ZConf-Runner/pkg-plist (limited to 'deskutils/p5-ZConf-Runner') diff --git a/deskutils/p5-ZConf-Runner/Makefile b/deskutils/p5-ZConf-Runner/Makefile new file mode 100644 index 000000000000..48a2be9bc328 --- /dev/null +++ b/deskutils/p5-ZConf-Runner/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-ZConf-Runner +# Date created: 2009-01-14 +# Whom: Zane C, Bowers +# +# $FreeBSD$ +# + +PORTNAME= ZConf-Runner +PORTVERSION= 0.0.0 +CATEGORIES= deskutils perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Run a file using a choosen methode, desktop entry or mimetype + +RUN_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \ + ${SITE_PERL}/File/MimeInfo/Applications.pm:${PORTSDIR}/devel/p5-File-MimeInfo + +PERL_CONFIGURE= yes + +MAN3= ZConf::Runner.3 + +.include diff --git a/deskutils/p5-ZConf-Runner/distinfo b/deskutils/p5-ZConf-Runner/distinfo new file mode 100644 index 000000000000..5f3292c1fbc4 --- /dev/null +++ b/deskutils/p5-ZConf-Runner/distinfo @@ -0,0 +1,3 @@ +MD5 (ZConf-Runner-0.0.0.tar.gz) = e82881c51fb617453d3dd271d6a82289 +SHA256 (ZConf-Runner-0.0.0.tar.gz) = bc0bcff049db0f749c41d401c252d138d5b56aeb796a3776d18cc110e93d2d4b +SIZE (ZConf-Runner-0.0.0.tar.gz) = 12233 diff --git a/deskutils/p5-ZConf-Runner/pkg-descr b/deskutils/p5-ZConf-Runner/pkg-descr new file mode 100644 index 000000000000..e067613187be --- /dev/null +++ b/deskutils/p5-ZConf-Runner/pkg-descr @@ -0,0 +1,5 @@ +A configuration system allowing for either file or LDAP backed storage. A +utility is included as well, 'zcrunner'. It can be used to configure +actions and run files using them. + +WWW: http://search.cpan.org/dist/ZConf-Runner diff --git a/deskutils/p5-ZConf-Runner/pkg-plist b/deskutils/p5-ZConf-Runner/pkg-plist new file mode 100644 index 000000000000..40ee834ef1e0 --- /dev/null +++ b/deskutils/p5-ZConf-Runner/pkg-plist @@ -0,0 +1,7 @@ +bin/zcrunner +%%SITE_PERL%%/ZConf/Runner.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Runner/.packlist +@dirrm %%SITE_PERL%%/ZConf/Runner +@dirrmtry %%SITE_PERL%%/ZConf +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Runner +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf -- cgit