diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-15 20:24:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-15 20:24:21 +0000 |
commit | 4428b8eee1dea6dada019d33542cdfb3ff8639a1 (patch) | |
tree | 29f9ccca7fa226cba68bd9bbbf45f93f79a738c3 /deskutils | |
parent | cf83e84a25d6b733932d74ec73b990a3ce0c65fc (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/p5-ZConf-BGSet/Makefile | 26 | ||||
-rw-r--r-- | deskutils/p5-ZConf-BGSet/distinfo | 3 | ||||
-rw-r--r-- | deskutils/p5-ZConf-BGSet/pkg-descr | 7 | ||||
-rw-r--r-- | deskutils/p5-ZConf-BGSet/pkg-plist | 8 |
4 files changed, 44 insertions, 0 deletions
diff --git a/deskutils/p5-ZConf-BGSet/Makefile b/deskutils/p5-ZConf-BGSet/Makefile new file mode 100644 index 000000000000..977ff507d3e9 --- /dev/null +++ b/deskutils/p5-ZConf-BGSet/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-ZConf-BGSet +# Date created: 2008-02-08 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD$ +# + +PORTNAME= ZConf-BGSet +PORTVERSION= 0.1.0 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Background management utitility and Perl module that uses ZConf + +RUN_DEPENDS= ${SITE_PERL}/Image/Size/FillFullSelect.pm:${PORTSDIR}/graphics/p5-Image-Size-FillFullSelect \ + ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \ + ${LOCALBASE}/bin/hsetroot:${PORTSDIR}/graphics/hsetroot + +PERL_CONFIGURE= yes + +MAN3= ZConf::BGSet.3 + +.include <bsd.port.mk> diff --git a/deskutils/p5-ZConf-BGSet/distinfo b/deskutils/p5-ZConf-BGSet/distinfo new file mode 100644 index 000000000000..6a4effe3c3d8 --- /dev/null +++ b/deskutils/p5-ZConf-BGSet/distinfo @@ -0,0 +1,3 @@ +MD5 (ZConf-BGSet-0.1.0.tar.gz) = 3b24225fff61d4bae27e26eab03380e3 +SHA256 (ZConf-BGSet-0.1.0.tar.gz) = 3c10ff90da175b876f24da0940762c5733cdd780be45803a24d7ab4ef15cd314 +SIZE (ZConf-BGSet-0.1.0.tar.gz) = 13758 diff --git a/deskutils/p5-ZConf-BGSet/pkg-descr b/deskutils/p5-ZConf-BGSet/pkg-descr new file mode 100644 index 000000000000..f0f0ab6323a5 --- /dev/null +++ b/deskutils/p5-ZConf-BGSet/pkg-descr @@ -0,0 +1,7 @@ +A versitile background setter supporting random backgrounds +that uses ZConf as the setting storage backend. + +zbgset - Background setter. +zbgset-admin - Manages the settings. + +WWW: http://search.cpan.org/~vvelox/ZConf-BGSet/ diff --git a/deskutils/p5-ZConf-BGSet/pkg-plist b/deskutils/p5-ZConf-BGSet/pkg-plist new file mode 100644 index 000000000000..f66e92db70d0 --- /dev/null +++ b/deskutils/p5-ZConf-BGSet/pkg-plist @@ -0,0 +1,8 @@ +bin/zbgset +bin/zbgset-admin +%%SITE_PERL%%/ZConf/BGSet.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/BGSet/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/BGSet +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrm %%SITE_PERL%%/ZConf |