From dcf0f7317d1266a5ce2b9e5ab276a52bd239d6f7 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 5 Dec 1998 03:56:15 +0000 Subject: draws an animated flame (what did you expect? :) --- x11/xflame/Makefile | 12 ++++++++++++ x11/xflame/files/md5 | 3 +++ x11/xflame/patches/patch-aa | 17 +++++++++++++++++ x11/xflame/pkg/COMMENT | 1 + x11/xflame/pkg/DESCR | 18 ++++++++++++++++++ x11/xflame/pkg/PLIST | 2 ++ 6 files changed, 53 insertions(+) create mode 100644 x11/xflame/Makefile create mode 100644 x11/xflame/files/md5 create mode 100644 x11/xflame/patches/patch-aa create mode 100644 x11/xflame/pkg/COMMENT create mode 100644 x11/xflame/pkg/DESCR create mode 100644 x11/xflame/pkg/PLIST (limited to 'x11/xflame') 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 -- cgit v1.2.3