summaryrefslogtreecommitdiff
path: root/editors/wily
diff options
context:
space:
mode:
authoragc <agc>1997-10-24 09:49:55 +0000
committeragc <agc>1997-10-24 09:49:55 +0000
commit881285bc948a56c9e6a4f2139900389ce2760383 (patch)
tree0f0e64f63cb62201e08715cb540a66ad4fc65e58 /editors/wily
parenta07bedc035c0fe7d52136d36eac7b6c362acff78 (diff)
downloadpkgsrc-881285bc948a56c9e6a4f2139900389ce2760383.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 'editors/wily')
-rw-r--r--editors/wily/Makefile18
-rw-r--r--editors/wily/files/md51
-rw-r--r--editors/wily/patches/patch-aa10
-rw-r--r--editors/wily/pkg/COMMENT1
-rw-r--r--editors/wily/pkg/DESCR4
-rw-r--r--editors/wily/pkg/PLIST2
6 files changed, 36 insertions, 0 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile
new file mode 100644
index 00000000000..035e10ee68c
--- /dev/null
+++ b/editors/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/editors/wily/files/md5 b/editors/wily/files/md5
new file mode 100644
index 00000000000..e4e07c83ce7
--- /dev/null
+++ b/editors/wily/files/md5
@@ -0,0 +1 @@
+MD5 (wily-0.13.36.tgz) = c58344ef2aea2203400b63ed12bcb91b
diff --git a/editors/wily/patches/patch-aa b/editors/wily/patches/patch-aa
new file mode 100644
index 00000000000..d465be28209
--- /dev/null
+++ b/editors/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/editors/wily/pkg/COMMENT b/editors/wily/pkg/COMMENT
new file mode 100644
index 00000000000..ded10036181
--- /dev/null
+++ b/editors/wily/pkg/COMMENT
@@ -0,0 +1 @@
+A Unix/X11 clone of the Plan9 acme editor/environment
diff --git a/editors/wily/pkg/DESCR b/editors/wily/pkg/DESCR
new file mode 100644
index 00000000000..9f9522134ef
--- /dev/null
+++ b/editors/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/editors/wily/pkg/PLIST b/editors/wily/pkg/PLIST
new file mode 100644
index 00000000000..1c81f110162
--- /dev/null
+++ b/editors/wily/pkg/PLIST
@@ -0,0 +1,2 @@
+bin/wily
+man/man1/wily.1.gz