diff options
author | garbled <garbled@pkgsrc.org> | 1998-12-26 16:03:00 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-12-26 16:03:00 +0000 |
commit | 58a127a799b2816e86868b1893bc9cdf6ac35ac6 (patch) | |
tree | 37ae041bd068dfcfd1c93a0cf2613acbaee5caee /misc | |
parent | f544fc14ed1e41244d3fba2d11315ca2098805a0 (diff) | |
download | pkgsrc-58a127a799b2816e86868b1893bc9cdf6ac35ac6.tar.gz |
a personal finance tracking and performance tool.
Xinvest-2.5.1
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xinvest/Makefile | 20 | ||||
-rw-r--r-- | misc/xinvest/files/md5 | 3 | ||||
-rw-r--r-- | misc/xinvest/patches/patch-aa | 12 | ||||
-rw-r--r-- | misc/xinvest/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/xinvest/pkg/DESCR | 3 | ||||
-rw-r--r-- | misc/xinvest/pkg/PLIST | 3 |
6 files changed, 42 insertions, 0 deletions
diff --git a/misc/xinvest/Makefile b/misc/xinvest/Makefile new file mode 100644 index 00000000000..801ef2c6868 --- /dev/null +++ b/misc/xinvest/Makefile @@ -0,0 +1,20 @@ +# $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/misc/xinvest/files/md5 b/misc/xinvest/files/md5 new file mode 100644 index 00000000000..2a8a782db66 --- /dev/null +++ b/misc/xinvest/files/md5 @@ -0,0 +1,3 @@ +$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/misc/xinvest/patches/patch-aa b/misc/xinvest/patches/patch-aa new file mode 100644 index 00000000000..a945f63698f --- /dev/null +++ b/misc/xinvest/patches/patch-aa @@ -0,0 +1,12 @@ +$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/misc/xinvest/pkg/COMMENT b/misc/xinvest/pkg/COMMENT new file mode 100644 index 00000000000..fd5752f02a5 --- /dev/null +++ b/misc/xinvest/pkg/COMMENT @@ -0,0 +1 @@ +a personal finance tracking and performance tool. diff --git a/misc/xinvest/pkg/DESCR b/misc/xinvest/pkg/DESCR new file mode 100644 index 00000000000..a6200dbb1d7 --- /dev/null +++ b/misc/xinvest/pkg/DESCR @@ -0,0 +1,3 @@ +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/misc/xinvest/pkg/PLIST b/misc/xinvest/pkg/PLIST new file mode 100644 index 00000000000..bf3652ea7cc --- /dev/null +++ b/misc/xinvest/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/12/26 16:03:00 garbled Exp $ +lib/X11/app-defaults/Xinvest +bin/Xinvest |