Date: Tue, 24 Jun 2008 17:38:35 -0500 From: "Zane C.B." <vvelox@vvelox.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/124964: New port: deskutils/zbgset A desktop BG management system. Message-ID: <1214347115.86667@vixen42.vulpes> Resent-Message-ID: <200806242240.m5OMe0Zc078669@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124964 >Category: ports >Synopsis: New port: deskutils/zbgset A desktop BG management system. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 24 22:40:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Zane C.B. >Release: FreeBSD 6.3-STABLE i386 >Organization: >Environment: System: FreeBSD 6.3-STABLE #3: Mon May 26 17:37:16 CDT 2008 root@vixen42.vulpes:/usr/obj/usr/src/sys/SMP >Description: This port does require ZConf for storing setting information and Image::Size::FillFullSelect. For those two, check out 'ports/124958' and 'ports/124958'. Those have just been submitted today. NAME zbgset - A perl program for managing the background. SYNOPSIS zbgset (-f <file>|-r|-l) [-F <fill type>] [-s <ZConf set>] USAGE Either -f, -r, or -l need used. This does not actually set the background, but calls another program to do it, but what makes it useful is it allows for random images to be used as well as the last image to be called. This makes it useful for setting the image upon login or changing it regullarly through cron. When it is ran for the first time it creates a ZConf config named "zbgset" used store the settings. >How-To-Repeat: 1: unshar 2: 3: check out ports/124958 4: check out ports/124958 5: install and enjoy >Fix: --- deskutils_zbgset.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # deskutils/zbgset/ # deskutils/zbgset/Makefile # deskutils/zbgset/distinfo # deskutils/zbgset/pkg-descr # echo c - deskutils/zbgset/ mkdir -p deskutils/zbgset/ > /dev/null 2>&1 echo x - deskutils/zbgset/Makefile sed 's/^X//' >deskutils/zbgset/Makefile << 'END-of-deskutils/zbgset/Makefile' X# New ports collection makefile for: zbgset X# Date created: 24 June 2008 X# Whom: Zane C. Bowers X# X# $FreeBSD$ X# X XPORTNAME= zbgset XPORTVERSION= 3.0.0 XCATEGORIES= deskutils x11 XDISTNAME= ${PORTNAME}-${PORTVERSION}.pl XEXTRACT_SUFX= XEXTRACT_ONLY= X XMAINTAINER= vvelox@vvelox.net XCOMMENT= A perl program for managing the background. X XRUN_DEPENDS= ${SITE_PERL}/Image/Size/FillFullSelect.pm:${PORTSDIR}/graphics/p5-Image-Size-FillFullSelect \ X ${SITE_PERL}/ZConf.pm:${PORTSDIR}/devel/p5-ZConf \ X ${PREFIX}/bin/hsetroot:${PORTSDIR}/graphics/hsetroot X XUSE_PERL5= yes X XNO_WRKSUBDIR= yes X XMASTER_SITES= http://cpan.org/authors/id/V/VV/VVELOX/ X XMAN1= ${PORTNAME}.1 X XPLIST_FILES= bin/${PORTNAME} X Xpost-extract: X @${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC} X X#nothing to configure Xdo-configure: X @${ECHO} -n X Xdo-build: X @${EXEC} pod2man --section=1 --release=${PORTVERSION} --name=${PORTNAME} --center=${PORTNAME}" user guide" ${WRKSRC}/${DISTNAME} ${WRKSRC}/${PORTNAME}.1 X Xdo-install: X @${CP} -v ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME} X @${CP} -v ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1/${PORTNAME}.1 X @${CHMOD} +x ${PREFIX}/bin/${PORTNAME} X X.include <bsd.port.mk> END-of-deskutils/zbgset/Makefile echo x - deskutils/zbgset/distinfo sed 's/^X//' >deskutils/zbgset/distinfo << 'END-of-deskutils/zbgset/distinfo' XMD5 (zbgset-3.0.0.pl) = 300867f23f46d2e3a86ff2bb07e4c700 XSHA256 (zbgset-3.0.0.pl) = ed586fd8d7abd72af0921e2f01f45c72ac6cc90ab9145f757d06f070a11a7c92 XSIZE (zbgset-3.0.0.pl) = 14398 END-of-deskutils/zbgset/distinfo echo x - deskutils/zbgset/pkg-descr sed 's/^X//' >deskutils/zbgset/pkg-descr << 'END-of-deskutils/zbgset/pkg-descr' XNAME X zbgset - A perl program for managing the background. X XSYNOPSIS X zbgset (-f <file>|-r|-l) [-F <fill type>] [-s <ZConf set>] X XUSAGE X Either -f, -r, or -l need used. X X This does not actually set the background, but calls another program to X do it, but what makes it useful is it allows for random images to be X used as well as the last image to be called. This makes it useful for X setting the image upon login or changing it regullarly through cron. X X When it is ran for the first time it creates a ZConf config named X "zbgset" used store the settings. X END-of-deskutils/zbgset/pkg-descr exit --- deskutils_zbgset.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1214347115.86667>