diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-27 07:06:02 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-27 07:06:02 +0000 |
commit | f86509dcf23211e5b6e88a14351ef58627cd17ca (patch) | |
tree | b8fd29954581517ceca0f2b30aa635bbfab94606 /misc | |
parent | 73d006ecd3a0fbeaadac9429dec0fbe7ae6bd433 (diff) | |
download | pkgsrc-f86509dcf23211e5b6e88a14351ef58627cd17ca.tar.gz |
xrolodex pkg, part of my master plan.
a Motif/X11 rolodex application
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xrolodex/Makefile | 17 | ||||
-rw-r--r-- | misc/xrolodex/files/md5 | 3 | ||||
-rw-r--r-- | misc/xrolodex/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/xrolodex/pkg/DESCR | 8 | ||||
-rw-r--r-- | misc/xrolodex/pkg/PLIST | 4 |
5 files changed, 33 insertions, 0 deletions
diff --git a/misc/xrolodex/Makefile b/misc/xrolodex/Makefile new file mode 100644 index 00000000000..6df994cb360 --- /dev/null +++ b/misc/xrolodex/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 1998/08/27 07:06:02 garbled Exp $ + +DISTNAME= xrolodex.1.5.motif +PKGNAME= xrolodex-1.5 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications +EXTRACT_SUFX= .tar.Z + +MAINTAINER= root@garbled.net + +WRKSRC= ${WRKDIR}/xrolodex.15 +MAKE_ENV+= XMLIB='-lXm' +USE_MOTIF= yes +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/xrolodex/files/md5 b/misc/xrolodex/files/md5 new file mode 100644 index 00000000000..fbbea6635f5 --- /dev/null +++ b/misc/xrolodex/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1 1998/08/27 07:06:02 garbled Exp $ + +MD5 (xrolodex.1.5.motif.tar.Z) = 6c48b12be83a8f47925eac6e222afd9a diff --git a/misc/xrolodex/pkg/COMMENT b/misc/xrolodex/pkg/COMMENT new file mode 100644 index 00000000000..e74cae18f3b --- /dev/null +++ b/misc/xrolodex/pkg/COMMENT @@ -0,0 +1 @@ +a Motif/X11 rolodex application diff --git a/misc/xrolodex/pkg/DESCR b/misc/xrolodex/pkg/DESCR new file mode 100644 index 00000000000..b0f639a9b37 --- /dev/null +++ b/misc/xrolodex/pkg/DESCR @@ -0,0 +1,8 @@ +`xrolodex' is a Rolodex(R)-style application for maintaining a set of +"virtual business cards." `xrolodex's top-level window includes four +principal components: + - an application-level menu bar, + - a label area for displaying the name of the current rolodex file, + - a control panel for entry-level rolodex manipulation, and + - an edit window (with local menu bar) for editing the currently + displayed rolodex entry, also providing a basic viewport facility. diff --git a/misc/xrolodex/pkg/PLIST b/misc/xrolodex/pkg/PLIST new file mode 100644 index 00000000000..ba79152d5a1 --- /dev/null +++ b/misc/xrolodex/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 1998/08/27 07:06:02 garbled Exp $ +bin/xrolodex +man/cat1/xrolodex.0 +lib/X11/app-defaults/XRolodex |