diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-16 04:24:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-16 04:24:21 +0800 |
commit | 43f79bfed06f0522ba5fd40989f44ed65a10b4ee (patch) | |
tree | 869dd1c53237a427f5bf4ef71719d762b3750380 /deskutils/p5-ZConf-BGSet | |
parent | 1c31812b2d3ea302cc7f6f9d2aa539457293093a (diff) | |
download | freebsd-ports-gnome-43f79bfed06f0522ba5fd40989f44ed65a10b4ee.tar.gz freebsd-ports-gnome-43f79bfed06f0522ba5fd40989f44ed65a10b4ee.tar.zst freebsd-ports-gnome-43f79bfed06f0522ba5fd40989f44ed65a10b4ee.zip |
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/
PR: ports/131517
Submitted by: Zane C, Bowers <vvelox at vvelox.net>
Diffstat (limited to 'deskutils/p5-ZConf-BGSet')
-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 |