diff options
author | steve <steve@FreeBSD.org> | 1999-01-18 12:46:23 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-18 12:46:23 +0800 |
commit | a61d940f25625a55b5f23a6f96aced05606de989 (patch) | |
tree | c6b241e83c25ac76c93c477357c77aa4940d0e85 /x11 | |
parent | 44eb1383483d22b87eef4f89932ed1c5d4cf43b8 (diff) | |
download | freebsd-ports-graphics-a61d940f25625a55b5f23a6f96aced05606de989.tar.gz freebsd-ports-graphics-a61d940f25625a55b5f23a6f96aced05606de989.tar.zst freebsd-ports-graphics-a61d940f25625a55b5f23a6f96aced05606de989.zip |
Initial import of bgrot version 1.10.
A program to handle your X background to prevent boredom.
PR: 9469
Submitted by: Matthew Fuller <fullermd@futuresouth.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/bgrot/Makefile | 23 | ||||
-rw-r--r-- | x11/bgrot/distinfo | 1 | ||||
-rw-r--r-- | x11/bgrot/pkg-comment | 1 | ||||
-rw-r--r-- | x11/bgrot/pkg-descr | 9 | ||||
-rw-r--r-- | x11/bgrot/pkg-plist | 5 |
5 files changed, 39 insertions, 0 deletions
diff --git a/x11/bgrot/Makefile b/x11/bgrot/Makefile new file mode 100644 index 00000000000..1e6be01dea3 --- /dev/null +++ b/x11/bgrot/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: bgrot +# Version required: 1.10 +# Date created: 12 January 1999 +# Whom: Matthew Fuller <fullermd@futuresouth.com> +# +# $Id$ +# + +DISTNAME= bgrot-1.10 +CATEGORIES= x11 +MASTER_SITES= http://www.futuresouth.com/~fullermd/bgrot/ \ + http://www.over-yonder.net/~fullermd/bgrot/ + +MAINTAINER= fullermd@futuresouth.com + +RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv + +USE_PERL5= yes + +MAN1= bgrot.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/x11/bgrot/distinfo b/x11/bgrot/distinfo new file mode 100644 index 00000000000..0c261589556 --- /dev/null +++ b/x11/bgrot/distinfo @@ -0,0 +1 @@ +MD5 (bgrot-1.10.tar.gz) = c4dbcea6ad0a884bee7c8feddb5c10d2 diff --git a/x11/bgrot/pkg-comment b/x11/bgrot/pkg-comment new file mode 100644 index 00000000000..8ed87b949b0 --- /dev/null +++ b/x11/bgrot/pkg-comment @@ -0,0 +1 @@ +A program to handle your X background to prevent boredom. diff --git a/x11/bgrot/pkg-descr b/x11/bgrot/pkg-descr new file mode 100644 index 00000000000..e9e3a3aa5cd --- /dev/null +++ b/x11/bgrot/pkg-descr @@ -0,0 +1,9 @@ +bgrot is a simple suite of scripts to handle rotation of your X +background, using (at present) xv. It takes a series of images, puts +them in random order, and rotates them at given intervals. Why? Heck, +why not? + +Home page: http://www.futuresouth.com/~fullermd/bgrot/ + +- Matthew Fuller +<fullermd@futuresouth.com> diff --git a/x11/bgrot/pkg-plist b/x11/bgrot/pkg-plist new file mode 100644 index 00000000000..1ffb22cf313 --- /dev/null +++ b/x11/bgrot/pkg-plist @@ -0,0 +1,5 @@ +bin/background.sh +bin/bgrandom.pl +bin/createlist.sh +bin/masterlistgen.sh +bin/bgrotman.pl |