diff options
author | tron <tron@pkgsrc.org> | 1999-01-29 21:31:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-01-29 21:31:34 +0000 |
commit | e187d38b66935d86b60d3d5e7f5879fa60e2d51f (patch) | |
tree | 2026e312cd1ea3011676ee67990d12e6cac52f05 /x11 | |
parent | cdb43dad97d5c5dd2aad59b3f1844036e38715e1 (diff) | |
download | pkgsrc-e187d38b66935d86b60d3d5e7f5879fa60e2d51f.tar.gz |
Move xinvest to category misc per PR pkg/6909 by Klaus Klein.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 | ||||
-rw-r--r-- | x11/xinvest/Makefile | 20 | ||||
-rw-r--r-- | x11/xinvest/files/md5 | 3 | ||||
-rw-r--r-- | x11/xinvest/patches/patch-aa | 12 | ||||
-rw-r--r-- | x11/xinvest/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xinvest/pkg/DESCR | 3 | ||||
-rw-r--r-- | x11/xinvest/pkg/PLIST | 3 |
7 files changed, 1 insertions, 44 deletions
diff --git a/x11/Makefile b/x11/Makefile index 27ce77f9834..86f9d9f200f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 1999/01/29 21:21:56 tron Exp $ +# $NetBSD: Makefile,v 1.79 1999/01/29 21:31:35 tron Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -110,7 +110,6 @@ SUBDIR += xgas SUBDIR += xglobe # SUBDIR += xgrab - SUBDIR += xinvest SUBDIR += xkeycaps SUBDIR += xless # SUBDIR += xloadimage diff --git a/x11/xinvest/Makefile b/x11/xinvest/Makefile deleted file mode 100644 index 801ef2c6868..00000000000 --- a/x11/xinvest/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/12/26 16:03:00 garbled Exp $ - -DISTNAME= xinvest-2.5.1 -CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications - -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.sunsite.auc.dk/xinvest/xinvest.html - -DEPENDS+= xpm-3.4k:../../graphics/xpm - -USE_IMAKE= yes -USE_MOTIF= yes -NO_INSTALL_MANPAGES= yes - -post-patch: - ${TOUCH} ${WRKSRC}/Xinvest.man - -.include "../../mk/bsd.pkg.mk" diff --git a/x11/xinvest/files/md5 b/x11/xinvest/files/md5 deleted file mode 100644 index 2a8a782db66..00000000000 --- a/x11/xinvest/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 1998/12/26 16:03:00 garbled Exp $ - -MD5 (xinvest-2.5.1.tar.gz) = 7805a2b99985907bd32ca4d191a9b461 diff --git a/x11/xinvest/patches/patch-aa b/x11/xinvest/patches/patch-aa deleted file mode 100644 index a945f63698f..00000000000 --- a/x11/xinvest/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 1998/12/26 16:03:00 garbled Exp $ ---- portfolio.c.orig Mon Sep 22 16:50:40 1997 -+++ portfolio.c Tue Dec 22 13:08:26 1998 -@@ -32,7 +32,7 @@ - #include <monetary.h> - #endif - --#ifndef NeXT -+#if !defined(NeXT) && !defined(__NetBSD__) - #include <values.h> - #endif - diff --git a/x11/xinvest/pkg/COMMENT b/x11/xinvest/pkg/COMMENT deleted file mode 100644 index fd5752f02a5..00000000000 --- a/x11/xinvest/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -a personal finance tracking and performance tool. diff --git a/x11/xinvest/pkg/DESCR b/x11/xinvest/pkg/DESCR deleted file mode 100644 index a6200dbb1d7..00000000000 --- a/x11/xinvest/pkg/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -Xinvest is a personal finance tracking and performance tool for UNIX -systems using the X Window System. Xinvest requires Motif 1.2 or later and -XPM. diff --git a/x11/xinvest/pkg/PLIST b/x11/xinvest/pkg/PLIST deleted file mode 100644 index bf3652ea7cc..00000000000 --- a/x11/xinvest/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1998/12/26 16:03:00 garbled Exp $ -lib/X11/app-defaults/Xinvest -bin/Xinvest |