summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-06-21 11:08:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-06-21 11:08:24 +0000
commit0c9f97ba1f199eb63b453f4d8a839e8467097035 (patch)
treecb53b4ad1fbc0ec01cafbec1bd7bc7f84c0ff428 /editors
parentMove gnat to BROKEN list. It's really not broken at all, it just (diff)
A Tcl/Tk-based editor. The license agreement looks a little scary,
so it's NO_PACKAGE for now. Someone with a little better legal mind than me please check it.
Notes
Notes: svn path=/head/; revision=1847
Diffstat (limited to 'editors')
-rw-r--r--editors/e93/Makefile29
-rw-r--r--editors/e93/distinfo1
-rw-r--r--editors/e93/pkg-comment1
-rw-r--r--editors/e93/pkg-descr6
-rw-r--r--editors/e93/pkg-plist2
5 files changed, 39 insertions, 0 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile
new file mode 100644
index 000000000000..2e442e4c5670
--- /dev/null
+++ b/editors/e93/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: e93
+# Version required: 1.0r2X
+# Date created: 21 June 1995
+# Whom: Satoshi Asami (asami)
+#
+# $Id: Makefile,v 1.18 1995/04/23 10:33:33 asami Exp $
+#
+
+DISTNAME= e93-1.0r2X
+PKGNAME= e93-1.0.2
+CATEGORIES+= editors
+MASTER_SITES= ftp://ftp.x.org/contrib/editors/ \
+ ftp://crl.dec.com/pub/X11/contrib/editors/
+
+MAINTAINER= asami@FreeBSD.ORG
+
+MAKEFILE= makefile
+USE_X11= yes
+# The license is a little scary, so disable packaging for now
+NO_PACKAGE= yes
+
+do-install:
+ if ! [ -d ${PREFIX}/lib/e93 ]; then mkdir ${PREFIX}/lib/e93; fi
+ (cd ${WRKSRC}; \
+ install -c -s e93 ${PREFIX}/bin; \
+ install -c .e93rc ${PREFIX}/lib/e93; \
+ )
+
+.include <bsd.port.mk>
diff --git a/editors/e93/distinfo b/editors/e93/distinfo
new file mode 100644
index 000000000000..187ac1845078
--- /dev/null
+++ b/editors/e93/distinfo
@@ -0,0 +1 @@
+MD5 (e93-1.0r2X.tar.gz) = f59f6cc41ec65f60f19bebbac0f966ed
diff --git a/editors/e93/pkg-comment b/editors/e93/pkg-comment
new file mode 100644
index 000000000000..e48080dddc06
--- /dev/null
+++ b/editors/e93/pkg-comment
@@ -0,0 +1 @@
+e93-1.0r2X, a nifty editor based on Tcl/Tk.
diff --git a/editors/e93/pkg-descr b/editors/e93/pkg-descr
new file mode 100644
index 000000000000..45fb460669f4
--- /dev/null
+++ b/editors/e93/pkg-descr
@@ -0,0 +1,6 @@
+This is e93-1.0.2rX, a nifty little editor based on Tcl/Tk.
+
+Note that this requires a .e93rc file in the user's home directory.
+You can find this file in /usr/X11R6/lib/e93.
+
+Satoshi
diff --git a/editors/e93/pkg-plist b/editors/e93/pkg-plist
new file mode 100644
index 000000000000..207775bac850
--- /dev/null
+++ b/editors/e93/pkg-plist
@@ -0,0 +1,2 @@
+bin/e93
+lib/e93/.e93rc