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 | |
parent | 8c35eb81174901b24f27e729aa65dc7081f535a3 (diff) | |
download | pkgsrc-7e363ebe74b4376e9a87699c3686e3c01b5972c0.tar.gz |
Remove obsolete packages, per discussion on tech-pkg.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 4 | ||||
-rw-r--r-- | graphics/plasma/DESCR | 1 | ||||
-rw-r--r-- | graphics/plasma/Makefile | 17 | ||||
-rw-r--r-- | graphics/plasma/PLIST | 2 | ||||
-rw-r--r-- | graphics/plasma/distinfo | 4 | ||||
-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 |
9 files changed, 1 insertions, 70 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index af63c8a6290..fb252f92b57 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.313 2004/05/10 13:48:31 wiz Exp $ +# $NetBSD: Makefile,v 1.314 2004/06/01 21:40:41 kristerw Exp $ # COMMENT= Graphics tools and libraries @@ -186,7 +186,6 @@ SUBDIR+= php4-gd SUBDIR+= phpsview SUBDIR+= pixieplus SUBDIR+= pixmap -SUBDIR+= plasma SUBDIR+= ploticus SUBDIR+= ploticus-examples SUBDIR+= plotmtv @@ -236,7 +235,6 @@ SUBDIR+= urt SUBDIR+= vcg SUBDIR+= vid SUBDIR+= viewfax -SUBDIR+= water SUBDIR+= wmphoto SUBDIR+= xart SUBDIR+= xbmbrowser diff --git a/graphics/plasma/DESCR b/graphics/plasma/DESCR deleted file mode 100644 index 012783d14cd..00000000000 --- a/graphics/plasma/DESCR +++ /dev/null @@ -1 +0,0 @@ -warping plasma demo coded using SDL library diff --git a/graphics/plasma/Makefile b/graphics/plasma/Makefile deleted file mode 100644 index d57bf84161d..00000000000 --- a/graphics/plasma/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.7 2004/04/12 02:31:56 snj Exp $ -# - -DISTNAME= plasma-1.0 -PKGREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= http://www.libsdl.org/projects/plasma/src/ - -MAINTAINER= zuntum@NetBSD.org -HOMEPAGE= http://www.libsdl.org/projects/plasma/ -COMMENT= Warping plasma demo - -USE_BUILDLINK3= YES -GNU_CONFIGURE= YES - -.include "../../devel/SDL/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/plasma/PLIST b/graphics/plasma/PLIST deleted file mode 100644 index 6f6d0f12d0c..00000000000 --- a/graphics/plasma/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:52:57 zuntum Exp $ -bin/plasma diff --git a/graphics/plasma/distinfo b/graphics/plasma/distinfo deleted file mode 100644 index c68a1c81fdf..00000000000 --- a/graphics/plasma/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/07/11 08:25:10 zuntum Exp $ - -SHA1 (plasma-1.0.tar.gz) = f4e7c3ad233805ebdf7cee1f3aade9e5cb641a59 -Size (plasma-1.0.tar.gz) = 24940 bytes 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 |