summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2000-12-18 20:38:32 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2000-12-18 20:38:32 +0000
commitad8364e7b431fe415f3ded152f8831187ff61ef5 (patch)
tree752454a29c934d40e09cbfc27859003ce7caec62 /editors
parentRemove trailing period and package name from the pkg-comment. (diff)
A full featured text editor written in assembler.
PR: 23312 Submitted by: Joseph Scott <joseph@randomnetworks.com> Reviewed by: sobomax
Notes
Notes: svn path=/head/; revision=36072
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/e3/Makefile25
-rw-r--r--editors/e3/distinfo1
-rw-r--r--editors/e3/files/patch-Makefile26
-rw-r--r--editors/e3/pkg-comment1
-rw-r--r--editors/e3/pkg-descr6
-rw-r--r--editors/e3/pkg-plist5
7 files changed, 65 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 6fc71d770b22..a398b1b38e88 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -23,6 +23,7 @@
SUBDIR += custom-mule
SUBDIR += dedit
SUBDIR += dte
+ SUBDIR += e3
SUBDIR += e93
SUBDIR += elvis
SUBDIR += emacs
diff --git a/editors/e3/Makefile b/editors/e3/Makefile
new file mode 100644
index 000000000000..a24de24ff1e1
--- /dev/null
+++ b/editors/e3/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: e3
+# Date created: Tue 5 Dec 2000
+# Whom: joseph@randomnetworks.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= e3
+PORTVERSION= 1.1
+CATEGORIES= editors
+MASTER_SITES= http://www.sax.de/~adlibit/
+
+MAINTAINER= joseph@randomnetworks.com
+
+BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
+
+WRKSRC= ${WRKDIR}/${DISTNAME}a
+
+USE_GMAKE= yes
+MAKE_ARGS= OS=FREEBSD
+ONLY_FOR_ARCH= i386
+
+MAN1= e3.1
+
+.include <bsd.port.mk>
diff --git a/editors/e3/distinfo b/editors/e3/distinfo
new file mode 100644
index 000000000000..0d648bb59acf
--- /dev/null
+++ b/editors/e3/distinfo
@@ -0,0 +1 @@
+MD5 (e3-1.1.tar.gz) = 51576bff69bfb0f35a9a517a5244f4fa
diff --git a/editors/e3/files/patch-Makefile b/editors/e3/files/patch-Makefile
new file mode 100644
index 000000000000..5ffa14cfe4a3
--- /dev/null
+++ b/editors/e3/files/patch-Makefile
@@ -0,0 +1,26 @@
+--- Makefile.orig Mon Dec 18 21:08:30 2000
++++ Makefile Mon Dec 18 21:10:02 2000
+@@ -7,7 +7,7 @@
+
+ # 2. edit dest dir prefix if you want....
+
+-PREFIX='/usr/local'
++PREFIX?='/usr/local'
+ #PREFIX=/boot/home
+
+ BINDIR='$(PREFIX)/bin'
+@@ -38,12 +38,12 @@
+
+ install: e3
+ install -d $(PREFIX) $(BINDIR) $(MANDIR)
+- install -m 755 e3 $(BINDIR)
++ ${BSD_INSTALL_PROGRAM} e3 $(BINDIR)
+ ln -sf $(BINDIR)/e3 $(BINDIR)/e3ws
+ ln -sf $(BINDIR)/e3 $(BINDIR)/e3em
+ ln -sf $(BINDIR)/e3 $(BINDIR)/e3pi
+ ln -sf $(BINDIR)/e3 $(BINDIR)/e3vi
+- install -m 644 e3.man $(MANDIR)/e3.$(MANSEC)
++ ${BSD_INSTALL_MAN} e3.man $(MANDIR)/e3.$(MANSEC)
+
+ clean:
+ rm -f e3*.o e3*.lst e3 e3em e3pi e3vi e3ws
diff --git a/editors/e3/pkg-comment b/editors/e3/pkg-comment
new file mode 100644
index 000000000000..4e315758a54a
--- /dev/null
+++ b/editors/e3/pkg-comment
@@ -0,0 +1 @@
+A full featured text editor written in assembler
diff --git a/editors/e3/pkg-descr b/editors/e3/pkg-descr
new file mode 100644
index 000000000000..9110726395af
--- /dev/null
+++ b/editors/e3/pkg-descr
@@ -0,0 +1,6 @@
+e3 is a full featured text editor written in NASM assembler. It is highly
+optimized for size. For the command syntax you can choice between the
+families of Wordstar(TM), EMACS, Pico or vi editors. The executable's size is
+below 10000 byte, so you won't waste your disk space ;-)
+
+WWW: http://www.sax.de/~adlibit/
diff --git a/editors/e3/pkg-plist b/editors/e3/pkg-plist
new file mode 100644
index 000000000000..39ba1852c491
--- /dev/null
+++ b/editors/e3/pkg-plist
@@ -0,0 +1,5 @@
+bin/e3
+bin/e3em
+bin/e3pi
+bin/e3vi
+bin/e3ws