From a997a37697856b178fdd440d12fbf1f0dfcb7662 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 24 Oct 1997 09:49:55 +0000 Subject: Initial import of Gary Capell's UTF-aware wily editor/working environment, which is an X11 clone of Rob Pike's acme. --- plan9/wily/Makefile | 18 ++++++++++++++++++ plan9/wily/files/md5 | 1 + plan9/wily/patches/patch-aa | 10 ++++++++++ plan9/wily/pkg/COMMENT | 1 + plan9/wily/pkg/DESCR | 4 ++++ plan9/wily/pkg/PLIST | 2 ++ 6 files changed, 36 insertions(+) create mode 100644 plan9/wily/Makefile create mode 100644 plan9/wily/files/md5 create mode 100644 plan9/wily/patches/patch-aa create mode 100644 plan9/wily/pkg/COMMENT create mode 100644 plan9/wily/pkg/DESCR create mode 100644 plan9/wily/pkg/PLIST (limited to 'plan9') 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 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 -- cgit v1.2.3