aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-11-17 19:53:06 +0800
committertg <tg@FreeBSD.org>1997-11-17 19:53:06 +0800
commit3ecc3fa8183bca32d18c51c0f5080f854a9c7f0d (patch)
treef81e713b5bac2a01e0b71cff105e5e923cd9f830
parentc55698b1f59b1dca84e7cedb589fbc10dcf3ca3f (diff)
downloadfreebsd-ports-gnome-3ecc3fa8183bca32d18c51c0f5080f854a9c7f0d.tar.gz
freebsd-ports-gnome-3ecc3fa8183bca32d18c51c0f5080f854a9c7f0d.tar.zst
freebsd-ports-gnome-3ecc3fa8183bca32d18c51c0f5080f854a9c7f0d.zip
Import wily port. wily is a clone of the plan9 editor acme.
PR: 4624 Submitted by: A Joseph Koshy <koshy@india.hp.com>
-rw-r--r--editors/wily/Makefile37
-rw-r--r--editors/wily/distinfo1
-rw-r--r--editors/wily/pkg-comment1
-rw-r--r--editors/wily/pkg-descr6
-rw-r--r--editors/wily/pkg-plist19
5 files changed, 64 insertions, 0 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile
new file mode 100644
index 000000000000..87e2a3a69430
--- /dev/null
+++ b/editors/wily/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: wily
+# Version required: 0.13.36
+# Date created: 23 September 1997
+# Whom: koshy
+#
+# $Id$
+#
+
+DISTNAME= wily-0.13.36
+CATEGORIES= plan9 editors
+MASTER_SITES= ftp://ftp.northsea.com/pub/plan9_unix/wily/wily/src/ \
+ ftp://ftp.cs.york.ac.uk/pub/mhw/wily/src/ \
+ ftp://ftp.cs.su.oz.au/gary/wily/src/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= koshy@india.hp.com
+
+USE_X11= YES
+GNU_CONFIGURE= YES
+
+WILYDOCDIR= ${PREFIX}/share/doc/wily
+WILYDOCFILES= index.html intro.html download.html credits.html FAQ.txt \
+ onepage.html user.html idioms.html C.html python.html \
+ perl.txt hack.html changes.txt AcmeVsWily.html Tcl.html \
+ pythonpaper.html winmanager.html
+
+# The default Wily makefile does not install any documentation. Rectify.
+post-install:
+ strip ${PREFIX}/bin/wily
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${WILYDOCDIR}
+ set -e; for f in ${WILYDOCFILES}; do \
+ ${INSTALL_DATA} ${WRKSRC}/Doc/$${f} ${WILYDOCDIR}/$${f}; \
+ done
+.endif
+
+.include <bsd.port.mk>
diff --git a/editors/wily/distinfo b/editors/wily/distinfo
new file mode 100644
index 000000000000..e4e07c83ce7d
--- /dev/null
+++ b/editors/wily/distinfo
@@ -0,0 +1 @@
+MD5 (wily-0.13.36.tgz) = c58344ef2aea2203400b63ed12bcb91b
diff --git a/editors/wily/pkg-comment b/editors/wily/pkg-comment
new file mode 100644
index 000000000000..1bae17e28569
--- /dev/null
+++ b/editors/wily/pkg-comment
@@ -0,0 +1 @@
+A clone of the Plan9 editor `acme'.
diff --git a/editors/wily/pkg-descr b/editors/wily/pkg-descr
new file mode 100644
index 000000000000..7901edf8b0ce
--- /dev/null
+++ b/editors/wily/pkg-descr
@@ -0,0 +1,6 @@
+Wily is a clone of the Plan 9 editor ACME, a powerful mouse oriented
+text based working environment for programmers.
+
+Wily works best with 3 button rodents.
+
+See the Wily home page at http://www.cs.su.oz.au/~gary/wily/
diff --git a/editors/wily/pkg-plist b/editors/wily/pkg-plist
new file mode 100644
index 000000000000..78f7ff12d386
--- /dev/null
+++ b/editors/wily/pkg-plist
@@ -0,0 +1,19 @@
+bin/wily
+share/doc/wily/index.html
+share/doc/wily/intro.html
+share/doc/wily/download.html
+share/doc/wily/credits.html
+share/doc/wily/FAQ.txt
+share/doc/wily/onepage.html
+share/doc/wily/user.html
+share/doc/wily/idioms.html
+share/doc/wily/C.html
+share/doc/wily/python.html
+share/doc/wily/perl.txt
+share/doc/wily/hack.html
+share/doc/wily/changes.txt
+share/doc/wily/AcmeVsWily.html
+share/doc/wily/Tcl.html
+share/doc/wily/pythonpaper.html
+share/doc/wily/winmanager.html
+@dirrm share/doc/wily