summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-05-12 11:38:39 +0000
committeragc <agc@pkgsrc.org>2000-05-12 11:38:39 +0000
commit2e31a229d7ee7f55e43eee9690a4065ee305251f (patch)
tree026d959789ace212631380f5c727ab9c5efe137f
parent9235d824fe5190641f2712fb222a6b4dfb110815 (diff)
downloadpkgsrc-2e31a229d7ee7f55e43eee9690a4065ee305251f.tar.gz
Move wily from plan9 category to editors by repository copy.
-rw-r--r--plan9/wily/Makefile15
-rw-r--r--plan9/wily/files/md53
-rw-r--r--plan9/wily/files/patch-sum4
-rw-r--r--plan9/wily/patches/patch-aa12
-rw-r--r--plan9/wily/patches/patch-ab13
-rw-r--r--plan9/wily/pkg/COMMENT1
-rw-r--r--plan9/wily/pkg/DESCR4
-rw-r--r--plan9/wily/pkg/PLIST3
8 files changed, 0 insertions, 55 deletions
diff --git a/plan9/wily/Makefile b/plan9/wily/Makefile
deleted file mode 100644
index 5dd90c8378a..00000000000
--- a/plan9/wily/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.7 1999/03/08 20:58:16 agc Exp $
-#
-
-DISTNAME= wily-0.13.41
-CATEGORIES= plan9 editors
-MASTER_SITES= ftp://ftp.cs.su.oz.au/gary/wily/src/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= agc@netbsd.org
-HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~gary/wily/
-
-GNU_CONFIGURE= yes
-USE_X11= yes
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/plan9/wily/files/md5 b/plan9/wily/files/md5
deleted file mode 100644
index 44c0e38206c..00000000000
--- a/plan9/wily/files/md5
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: md5,v 1.3 1999/03/08 20:58:16 agc Exp $
-
-MD5 (wily-0.13.41.tgz) = 6fd6052741a4c3915982878405f752ca
diff --git a/plan9/wily/files/patch-sum b/plan9/wily/files/patch-sum
deleted file mode 100644
index f5b835851b8..00000000000
--- a/plan9/wily/files/patch-sum
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 14:17:03 agc Exp $
-
-MD5 (patch-aa) = 36514435cd9771339568e50e634f2934
-MD5 (patch-ab) = 23bbc063e7d4942a15dd53982cc9390f
diff --git a/plan9/wily/patches/patch-aa b/plan9/wily/patches/patch-aa
deleted file mode 100644
index 8c19bc9a696..00000000000
--- a/plan9/wily/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 11:11:19 agc Exp $
-
---- Makefile.in 1997/10/24 08:47:31 1.1
-+++ Makefile.in 1997/10/24 08:49:03
-@@ -17,6 +17,7 @@
-
- install: all
- cd wily; $(MAKE) $(MFLAGS) install
-+ @INSTALL@ -m 0444 Doc/old/wily.1 ${PREFIX}/man/man1
- clean:
- for i in $(SUBDIRS); do \
- (cd $$i; $(MAKE) $(MFLAGS) $@); \
diff --git a/plan9/wily/patches/patch-ab b/plan9/wily/patches/patch-ab
deleted file mode 100644
index 94cfc1c41cc..00000000000
--- a/plan9/wily/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.2 1998/08/07 11:11:20 agc Exp $
-
---- wily/Makefile.in.orig Fri Jun 20 11:58:06 1997
-+++ wily/Makefile.in Tue Aug 4 21:54:46 1998
-@@ -23,7 +23,7 @@
- sam.o text.o click.o tile.o search.o
-
- MYLIBS=../libmsg/libmsg.a ../libframe/libframe.a ../libXg/libXg.a
--XLIBS=$(LIBS) @X_LIBS@ -lXt @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@
-+XLIBS=$(LIBS) -Wl,-R$(X11BASE)/lib @X_LIBS@ -lXt @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@
- all: $(TARGET)
- $(TARGET): $(OBJECTS) $(MYLIBS)
- $(CC) $(LDFLAGS) -o $(TARGET) $(OBJECTS) $(MYLIBS) $(XLIBS)
diff --git a/plan9/wily/pkg/COMMENT b/plan9/wily/pkg/COMMENT
deleted file mode 100644
index faacddf2136..00000000000
--- a/plan9/wily/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Unix/X11 clone of the Plan9 acme editor/environment
diff --git a/plan9/wily/pkg/DESCR b/plan9/wily/pkg/DESCR
deleted file mode 100644
index 9f9522134ef..00000000000
--- a/plan9/wily/pkg/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-This software is a UTF-8 aware clone of the Plan9 editor and working
-environment Acme. Most of the work is done by using mouse clicks, and
-by mouse "chording", where two buttons are pressed at the same time.
-A 3-button mouse is thus needed.
diff --git a/plan9/wily/pkg/PLIST b/plan9/wily/pkg/PLIST
deleted file mode 100644
index b9327766fb8..00000000000
--- a/plan9/wily/pkg/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 1997/11/06 10:04:11 agc Exp $
-bin/wily
-man/man1/wily.1.gz