diff options
author | tg <tg@FreeBSD.org> | 1997-11-17 20:47:05 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-11-17 20:47:05 +0800 |
commit | d71ed121d0b6dcdf6c286944be8480e9d03a459b (patch) | |
tree | 53271512096097989b9751eecf93dd1ceba79b00 /x11 | |
parent | d6b635d6939381758f35cf1805a291883180bfb0 (diff) | |
download | freebsd-ports-gnome-d71ed121d0b6dcdf6c286944be8480e9d03a459b.tar.gz freebsd-ports-gnome-d71ed121d0b6dcdf6c286944be8480e9d03a459b.tar.zst freebsd-ports-gnome-d71ed121d0b6dcdf6c286944be8480e9d03a459b.zip |
Import xaniroc port. xaniroc animates your root cursor.
PR: 4590
Submitted by: Stefan 'Sec' Zehl <sec@42.org>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xaniroc/Makefile | 23 | ||||
-rw-r--r-- | x11/xaniroc/distinfo | 1 | ||||
-rw-r--r-- | x11/xaniroc/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xaniroc/pkg-descr | 1 | ||||
-rw-r--r-- | x11/xaniroc/pkg-plist | 2 |
5 files changed, 28 insertions, 0 deletions
diff --git a/x11/xaniroc/Makefile b/x11/xaniroc/Makefile new file mode 100644 index 000000000000..ec8be96c4447 --- /dev/null +++ b/x11/xaniroc/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xaniroc +# Version required: 0.3 +# Date created: 20 Sep 1997 +# Whom: Stefan Zehl <sec@42.org> +# +# $Id$ +# + +DISTNAME= xaniroc +PKGNAME= xaniroc-1.02 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.freebird.org/unixware/freebird/x11/utils/ \ + ftp://sunsite.cnlab-switch.ch/mirror/novell/freebird/x11/utils/ +EXTRACT_SUFX= .src.tar.Z + +MAINTAINER= sec@42.org + +USE_IMAKE= yes + +post-extract: + ${MV} ${WRKSRC}/manpage.1 ${WRKSRC}/xaniroc.man + +.include <bsd.port.mk> diff --git a/x11/xaniroc/distinfo b/x11/xaniroc/distinfo new file mode 100644 index 000000000000..5acb8388aeb3 --- /dev/null +++ b/x11/xaniroc/distinfo @@ -0,0 +1 @@ +MD5 (xaniroc.src.tar.Z) = 7239894765ae639b87f2712f7e4eeb1a diff --git a/x11/xaniroc/pkg-comment b/x11/xaniroc/pkg-comment new file mode 100644 index 000000000000..85de518022b2 --- /dev/null +++ b/x11/xaniroc/pkg-comment @@ -0,0 +1 @@ +Animate your root-cursor. diff --git a/x11/xaniroc/pkg-descr b/x11/xaniroc/pkg-descr new file mode 100644 index 000000000000..348c335c4862 --- /dev/null +++ b/x11/xaniroc/pkg-descr @@ -0,0 +1 @@ +xaniroc will change the root window cursor of an X11 screen into a rotating X. diff --git a/x11/xaniroc/pkg-plist b/x11/xaniroc/pkg-plist new file mode 100644 index 000000000000..46f399519019 --- /dev/null +++ b/x11/xaniroc/pkg-plist @@ -0,0 +1,2 @@ +bin/xaniroc +man/man1/xaniroc.1.gz |