diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-06-01 21:39:19 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-06-01 21:39:19 +0000 |
commit | 7e363ebe74b4376e9a87699c3686e3c01b5972c0 (patch) | |
tree | a28b0237dfc160c4322231bf96eb020de62ac415 /graphics/water | |
parent | 8c35eb81174901b24f27e729aa65dc7081f535a3 (diff) | |
download | pkgsrc-7e363ebe74b4376e9a87699c3686e3c01b5972c0.tar.gz |
Remove obsolete packages, per discussion on tech-pkg.
Diffstat (limited to 'graphics/water')
-rw-r--r-- | graphics/water/DESCR | 9 | ||||
-rw-r--r-- | graphics/water/Makefile | 24 | ||||
-rw-r--r-- | graphics/water/PLIST | 6 | ||||
-rw-r--r-- | graphics/water/distinfo | 4 |
4 files changed, 0 insertions, 43 deletions
diff --git a/graphics/water/DESCR b/graphics/water/DESCR deleted file mode 100644 index 5f482f1e42c..00000000000 --- a/graphics/water/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -This is a very cool water effect, written by Scott Scriven. - -This code uses palette tricks to do the height mapping, and assumes an -image size of 320x200. This means that if you want to use your own images, -you'll need to create them as 320x200x8 images with a palette that ranges -from darker colors at entry 0 to lighter colors at palette entry 255. - -I really like this demo, so be sure and read water.txt to see what keys -enable what effects and how it's all done. diff --git a/graphics/water/Makefile b/graphics/water/Makefile deleted file mode 100644 index 24931d87967..00000000000 --- a/graphics/water/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2004/04/12 02:28:00 snj Exp $ -# - -DISTNAME= water-1.0 -PKGREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= http://www.libsdl.org/projects/water/src/ - -MAINTAINER= zuntum@NetBSD.org -HOMEPAGE= http://www.libsdl.org/projects/water/ -COMMENT= Motion in a pool of water - -USE_BUILDLINK3= YES -USE_X11= YES -GNU_CONFIGURE= YES - -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/water - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/water - ${INSTALL_DATA} ${WRKSRC}/water320.bmp ${PREFIX}/share/water - ${INSTALL_DATA} ${WRKSRC}/water.txt ${PREFIX}/share/doc/water - -.include "../../devel/SDL/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/water/PLIST b/graphics/water/PLIST deleted file mode 100644 index 1b6dd2a359b..00000000000 --- a/graphics/water/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:54:24 zuntum Exp $ -bin/water -share/doc/water/water.txt -share/water/water320.bmp -@dirrm share/water -@dirrm share/doc/water diff --git a/graphics/water/distinfo b/graphics/water/distinfo deleted file mode 100644 index 23d323a5ca1..00000000000 --- a/graphics/water/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/07/10 09:48:47 zuntum Exp $ - -SHA1 (water-1.0.tar.gz) = 67231ff42c603efa7ac443b4a053a195eadc5516 -Size (water-1.0.tar.gz) = 49455 bytes |