summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-14 01:00:23 +0000
committerwiz <wiz@pkgsrc.org>2000-12-14 01:00:23 +0000
commitda0d9795c20b4ef0a5e2229d4bf714d98eac89e9 (patch)
tree08def63903b3472d88b6c24adfd9f443793d76e1 /plan9
parent6a7df842d5c11e65daa86a0b901e147706a61d42 (diff)
downloadpkgsrc-da0d9795c20b4ef0a5e2229d4bf714d98eac89e9.tar.gz
Move 9menu to from plan9 to misc.
Diffstat (limited to 'plan9')
-rw-r--r--plan9/9menu/Makefile22
-rw-r--r--plan9/9menu/files/md53
-rw-r--r--plan9/9menu/files/patch-sum3
-rw-r--r--plan9/9menu/patches/patch-aa25
-rw-r--r--plan9/9menu/pkg/COMMENT1
-rw-r--r--plan9/9menu/pkg/DESCR8
-rw-r--r--plan9/9menu/pkg/PLIST3
7 files changed, 0 insertions, 65 deletions
diff --git a/plan9/9menu/Makefile b/plan9/9menu/Makefile
deleted file mode 100644
index 24f3715156a..00000000000
--- a/plan9/9menu/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2000/06/14 02:10:58 hubertf Exp $
-# FreeBSD Id: Makefile,v 1.4 1997/09/08 12:23:55 tg Exp
-#
-
-DISTNAME= 9menu-1.5
-CATEGORIES= plan9
-MASTER_SITES= ftp://ftp.mathcs.emory.edu/pub/arnold/
-EXTRACT_SUFX= .shar.gz
-
-MAINTAINER= packages@netbsd.org
-
-.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} == "NetBSD")
-MANCOMPRESSED= yes
-.endif
-
-NO_WRKSUBDIR= yes
-EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
-
-USE_X11= yes
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/plan9/9menu/files/md5 b/plan9/9menu/files/md5
deleted file mode 100644
index 7d72f4d1a16..00000000000
--- a/plan9/9menu/files/md5
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: md5,v 1.2 1998/08/07 13:27:33 agc Exp $
-
-MD5 (9menu-1.5.shar.gz) = 00f8dcb2bd1ab9291ce15834eb4e1588
diff --git a/plan9/9menu/files/patch-sum b/plan9/9menu/files/patch-sum
deleted file mode 100644
index 11af80c8a50..00000000000
--- a/plan9/9menu/files/patch-sum
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: patch-sum,v 1.2 1999/10/13 11:32:43 simonb Exp $
-
-MD5 (patch-aa) = da06b11238263ff0883970f09f142251
diff --git a/plan9/9menu/patches/patch-aa b/plan9/9menu/patches/patch-aa
deleted file mode 100644
index 5b321855b4f..00000000000
--- a/plan9/9menu/patches/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.3 1999/10/13 11:32:06 simonb Exp $
-
---- Makefile.orig Wed Oct 13 19:58:26 1999
-+++ Makefile Wed Oct 13 20:56:08 1999
-@@ -6,8 +6,18 @@
- # arnold@skeeve.atl.ga.us
-
- CC = gcc
--CFLAGS = -g -O
-+CFLAGS = -O -I/usr/X11R6/include
- LIBS = -lX11
-
-+
-+all: 9menu
-+
- 9menu: 9menu.c
-- $(CC) $(CFLAGS) 9menu.c $(LIBS) -o 9menu
-+ $(CC) $(CFLAGS) 9menu.c $(LDFLAGS) $(LIBS) -o 9menu
-+
-+install:
-+ $(INSTALL) -c 9menu $(PREFIX)/bin
-+ $(INSTALL) -c 9menu.1 $(PREFIX)/man/man1
-+ strip $(PREFIX)/bin/9menu
-+ gzip -9nf $(PREFIX)/man/man1/9menu.1
-+
diff --git a/plan9/9menu/pkg/COMMENT b/plan9/9menu/pkg/COMMENT
deleted file mode 100644
index fad4b281bd2..00000000000
--- a/plan9/9menu/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Simple menu patterened after plan9
diff --git a/plan9/9menu/pkg/DESCR b/plan9/9menu/pkg/DESCR
deleted file mode 100644
index 7e6ec1bdf10..00000000000
--- a/plan9/9menu/pkg/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-This is 9menu, a simple program that allows you to create X menus from the
-shell, where each menu item will run a command. 9menu is intended for use
-with 9wm, but can be used with any other window manager.
-
-The idea of a command line menu generator is from xmenu, but xmenu was
-exclusively a pop-up menu, not what I wanted.
-
-Author: Arnold Robbins <arnold@gnu.ai.mit.edu>
diff --git a/plan9/9menu/pkg/PLIST b/plan9/9menu/pkg/PLIST
deleted file mode 100644
index ebdb75aa750..00000000000
--- a/plan9/9menu/pkg/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 1997/11/06 10:03:48 agc Exp $
-bin/9menu
-man/man1/9menu.1.gz