summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1997-10-24 09:49:55 +0000
committeragc <agc@pkgsrc.org>1997-10-24 09:49:55 +0000
commita997a37697856b178fdd440d12fbf1f0dfcb7662 (patch)
tree0f0e64f63cb62201e08715cb540a66ad4fc65e58 /plan9
parent0875453abbc402c30299bd3087af98ac035848b9 (diff)
downloadpkgsrc-a997a37697856b178fdd440d12fbf1f0dfcb7662.tar.gz
Initial import of Gary Capell's UTF-aware wily editor/working
environment, which is an X11 clone of Rob Pike's acme.
Diffstat (limited to 'plan9')
-rw-r--r--plan9/wily/Makefile18
-rw-r--r--plan9/wily/files/md51
-rw-r--r--plan9/wily/patches/patch-aa10
-rw-r--r--plan9/wily/pkg/COMMENT1
-rw-r--r--plan9/wily/pkg/DESCR4
-rw-r--r--plan9/wily/pkg/PLIST2
6 files changed, 36 insertions, 0 deletions
diff --git a/plan9/wily/Makefile b/plan9/wily/Makefile
new file mode 100644
index 00000000000..035e10ee68c
--- /dev/null
+++ b/plan9/wily/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 1997/10/24 09:49:55 agc Exp $
+# New ports collection makefile for: wily
+# Version required: 0.13.36
+# Date created: Tue Oct 21 16:06:30 BST 1997
+# Whom: agc@netbsd.org (Alistair Crooks)
+#
+
+DISTNAME= wily-0.13.36
+CATEGORIES= plan9 editors
+MASTER_SITES= ftp://ftp.cs.su.oz.au/gary/wily/src/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= agc@netbsd.org
+
+GNU_CONFIGURE= yes
+MAN1= wily.1
+
+.include <bsd.port.mk>
diff --git a/plan9/wily/files/md5 b/plan9/wily/files/md5
new file mode 100644
index 00000000000..e4e07c83ce7
--- /dev/null
+++ b/plan9/wily/files/md5
@@ -0,0 +1 @@
+MD5 (wily-0.13.36.tgz) = c58344ef2aea2203400b63ed12bcb91b
diff --git a/plan9/wily/patches/patch-aa b/plan9/wily/patches/patch-aa
new file mode 100644
index 00000000000..d465be28209
--- /dev/null
+++ b/plan9/wily/patches/patch-aa
@@ -0,0 +1,10 @@
+--- 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/pkg/COMMENT b/plan9/wily/pkg/COMMENT
new file mode 100644
index 00000000000..ded10036181
--- /dev/null
+++ b/plan9/wily/pkg/COMMENT
@@ -0,0 +1 @@
+A Unix/X11 clone of the Plan9 acme editor/environment
diff --git a/plan9/wily/pkg/DESCR b/plan9/wily/pkg/DESCR
new file mode 100644
index 00000000000..9f9522134ef
--- /dev/null
+++ b/plan9/wily/pkg/DESCR
@@ -0,0 +1,4 @@
+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
new file mode 100644
index 00000000000..1c81f110162
--- /dev/null
+++ b/plan9/wily/pkg/PLIST
@@ -0,0 +1,2 @@
+bin/wily
+man/man1/wily.1.gz