diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-12-05 03:56:15 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-12-05 03:56:15 +0000 |
commit | 3771e035a26de2515868716f06c351c2804ad1d0 (patch) | |
tree | 98a68c688b6267f46c261d79e6a12f231301dbc1 /x11/xflame | |
parent | 134d30f7ac5f131e4d299964096313e90eefe405 (diff) | |
download | pkgsrc-3771e035a26de2515868716f06c351c2804ad1d0.tar.gz |
draws an animated flame (what did you expect? :)
Diffstat (limited to 'x11/xflame')
-rw-r--r-- | x11/xflame/Makefile | 12 | ||||
-rw-r--r-- | x11/xflame/files/md5 | 3 | ||||
-rw-r--r-- | x11/xflame/patches/patch-aa | 17 | ||||
-rw-r--r-- | x11/xflame/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xflame/pkg/DESCR | 18 | ||||
-rw-r--r-- | x11/xflame/pkg/PLIST | 2 |
6 files changed, 53 insertions, 0 deletions
diff --git a/x11/xflame/Makefile b/x11/xflame/Makefile new file mode 100644 index 00000000000..69674ad05af --- /dev/null +++ b/x11/xflame/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 03:56:15 hubertf Exp $ +# + +DISTNAME= xflame-1.1 +CATEGORIES= x11 +MASTER_SITES= http://www.owlnet.rice.edu/~rahul/ + +MAINTAINER= hubertf@netbsd.org + +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xflame/files/md5 b/x11/xflame/files/md5 new file mode 100644 index 00000000000..1efcd27ac2b --- /dev/null +++ b/x11/xflame/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/12/05 03:56:15 hubertf Exp $ + +MD5 (xflame-1.1.tar.gz) = baf6ed099156362c750d2bda90da82e2 diff --git a/x11/xflame/patches/patch-aa b/x11/xflame/patches/patch-aa new file mode 100644 index 00000000000..92c4b454d69 --- /dev/null +++ b/x11/xflame/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1.1.1 1998/12/05 03:56:15 hubertf Exp $ + +--- Imakefile.BAK Sat Dec 5 04:43:29 1998 ++++ Imakefile Sat Dec 5 04:48:26 1998 +@@ -29,9 +29,9 @@ + CleanTarget() + + # To get around a messiness in Imake on Solaris +-LD_RUN_PATH += +-install:: +- export LD_RUN_PATH ++#LD_RUN_PATH += ++#install:: ++# export LD_RUN_PATH + + InstallProgram(xflame,$(BINDIR)) + diff --git a/x11/xflame/pkg/COMMENT b/x11/xflame/pkg/COMMENT new file mode 100644 index 00000000000..08d07d3d6a4 --- /dev/null +++ b/x11/xflame/pkg/COMMENT @@ -0,0 +1 @@ +Draws a flame on the screen. diff --git a/x11/xflame/pkg/DESCR b/x11/xflame/pkg/DESCR new file mode 100644 index 00000000000..c1dca60e52d --- /dev/null +++ b/x11/xflame/pkg/DESCR @@ -0,0 +1,18 @@ +XFlame is a cool little graphics hack originally made by the Rasterman +and modified by me, Rahul Jain. + +It does what you would expect it to do, draw a flame on the screen. + +FEATURES: +* User-settable window size +* User-settable color spectrum +* Frame rate limiting so you can still crack RC5 keys in the background :) + (default 10 fps) +* Option to draw to the root window +* Single pass, 2 pass (default), and 4 pass interlacing +* Option to draw only the changed portion of the image to the screen in 8 + bit color only, resulting in a massive increase in speed w/ large windows + (e.g., root window). +* Colormap niceness options +* Swallow-able into FVWM2's Button Bar + diff --git a/x11/xflame/pkg/PLIST b/x11/xflame/pkg/PLIST new file mode 100644 index 00000000000..320e1f644ab --- /dev/null +++ b/x11/xflame/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/12/05 03:56:15 hubertf Exp $ +bin/xflame |