diff options
author | wen <wen@FreeBSD.org> | 2009-10-28 20:34:42 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-10-28 20:34:42 +0800 |
commit | f6241e083e72ceea3be9edf0904a5ff53e572f01 (patch) | |
tree | 506d43a888f584a1458d9ddef9f3fe1b3293e459 /deskutils/p5-ZConf-BGSet | |
parent | 1c801d39a8d2fb563dbd446d9beb52a30cb5efb9 (diff) | |
download | freebsd-ports-gnome-f6241e083e72ceea3be9edf0904a5ff53e572f01.tar.gz freebsd-ports-gnome-f6241e083e72ceea3be9edf0904a5ff53e572f01.tar.zst freebsd-ports-gnome-f6241e083e72ceea3be9edf0904a5ff53e572f01.zip |
- Update to 1.0.0
PR: ports/139895
Submitted by: "Zane C.B." <vvelox@vvelox.net> (maintainer)
Approved by: miwi,jadawin(mentors,implicit)
Diffstat (limited to 'deskutils/p5-ZConf-BGSet')
-rw-r--r-- | deskutils/p5-ZConf-BGSet/Makefile | 7 | ||||
-rw-r--r-- | deskutils/p5-ZConf-BGSet/distinfo | 6 | ||||
-rw-r--r-- | deskutils/p5-ZConf-BGSet/pkg-descr | 2 | ||||
-rw-r--r-- | deskutils/p5-ZConf-BGSet/pkg-plist | 9 |
4 files changed, 15 insertions, 9 deletions
diff --git a/deskutils/p5-ZConf-BGSet/Makefile b/deskutils/p5-ZConf-BGSet/Makefile index 126a7962b73e..0f943125a74f 100644 --- a/deskutils/p5-ZConf-BGSet/Makefile +++ b/deskutils/p5-ZConf-BGSet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ZConf-BGSet -PORTVERSION= 0.2.0 +PORTVERSION= 1.0.0 CATEGORIES= deskutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX @@ -17,7 +17,10 @@ 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 + ${LOCALBASE}/bin/hsetroot:${PORTSDIR}/graphics/hsetroot \ + ${SITE_PERL}/Imager/AverageGray.pm:${PORTSDIR}/graphics/p5-Imager-AverageGray \ + ${SITE_PERL}/X11/Resolution.pm:${PORTSDIR}/x11/p5-X11-Resolution \ + ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote PERL_CONFIGURE= yes diff --git a/deskutils/p5-ZConf-BGSet/distinfo b/deskutils/p5-ZConf-BGSet/distinfo index cbe05a1c71ea..6c5e16c399db 100644 --- a/deskutils/p5-ZConf-BGSet/distinfo +++ b/deskutils/p5-ZConf-BGSet/distinfo @@ -1,3 +1,3 @@ -MD5 (ZConf-BGSet-0.2.0.tar.gz) = 167cd910e831ea6ef0f4b9e03cfa9c3c -SHA256 (ZConf-BGSet-0.2.0.tar.gz) = 20e44d97488e1b3eef9c0c837bf3c0ff9606294ae5128773610ad96b2b5e29ff -SIZE (ZConf-BGSet-0.2.0.tar.gz) = 14042 +MD5 (ZConf-BGSet-1.0.0.tar.gz) = 336ff2ac2d935b271c7b1898ac2e2e04 +SHA256 (ZConf-BGSet-1.0.0.tar.gz) = 144bf4784db270789a649a096fa6a4fde283fff27458b65b247d9b6c61fd237f +SIZE (ZConf-BGSet-1.0.0.tar.gz) = 15085 diff --git a/deskutils/p5-ZConf-BGSet/pkg-descr b/deskutils/p5-ZConf-BGSet/pkg-descr index f0f0ab6323a5..6047fba6332b 100644 --- a/deskutils/p5-ZConf-BGSet/pkg-descr +++ b/deskutils/p5-ZConf-BGSet/pkg-descr @@ -3,5 +3,7 @@ that uses ZConf as the setting storage backend. zbgset - Background setter. zbgset-admin - Manages the settings. +zbgset-pt - Automatically populate a path based on fill type + and average gray. WWW: http://search.cpan.org/~vvelox/ZConf-BGSet/ diff --git a/deskutils/p5-ZConf-BGSet/pkg-plist b/deskutils/p5-ZConf-BGSet/pkg-plist index f66e92db70d0..0ae82cd3b2a9 100644 --- a/deskutils/p5-ZConf-BGSet/pkg-plist +++ b/deskutils/p5-ZConf-BGSet/pkg-plist @@ -1,8 +1,9 @@ bin/zbgset +bin/zbgset-pt 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 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/BGSet +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/ZConf |