mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
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 <vvelox at vvelox.net>
This commit is contained in:
parent
7baa3768c1
commit
cf57632844
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226900
@ -190,6 +190,7 @@
|
||||
SUBDIR += org-mode.el6
|
||||
SUBDIR += p5-Data-ICal
|
||||
SUBDIR += p5-Goo
|
||||
SUBDIR += p5-ZConf-Runner
|
||||
SUBDIR += pal
|
||||
SUBDIR += phpgroupware
|
||||
SUBDIR += phpicalendar
|
||||
|
25
deskutils/p5-ZConf-Runner/Makefile
Normal file
25
deskutils/p5-ZConf-Runner/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-ZConf-Runner
|
||||
# Date created: 2009-01-14
|
||||
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
3
deskutils/p5-ZConf-Runner/distinfo
Normal file
3
deskutils/p5-ZConf-Runner/distinfo
Normal file
@ -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
|
5
deskutils/p5-ZConf-Runner/pkg-descr
Normal file
5
deskutils/p5-ZConf-Runner/pkg-descr
Normal file
@ -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
|
7
deskutils/p5-ZConf-Runner/pkg-plist
Normal file
7
deskutils/p5-ZConf-Runner/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user