summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-10-02 21:37:41 +0000
committercjep <cjep@pkgsrc.org>2002-10-02 21:37:41 +0000
commit18b0d121be081d33277bca038e4f56d793826ee1 (patch)
tree3f2669b265690be4ee42641c0a401dd4fed031cd /editors
parenta833d5ca80b25ac7c8114fe2dfbce96646dee031 (diff)
downloadpkgsrc-18b0d121be081d33277bca038e4f56d793826ee1.tar.gz
Initial import of the Easy Editor 1.4.5a into the NetBSD packages
collection as editors/ee. EE is an easy to use text editor, intended to be usable with little or no instruction. (A version of this editor is found in FreeBSD).
Diffstat (limited to 'editors')
-rw-r--r--editors/ee/DESCR2
-rw-r--r--editors/ee/Makefile20
-rw-r--r--editors/ee/PLIST3
-rw-r--r--editors/ee/distinfo4
4 files changed, 29 insertions, 0 deletions
diff --git a/editors/ee/DESCR b/editors/ee/DESCR
new file mode 100644
index 00000000000..1fd81ae5cf1
--- /dev/null
+++ b/editors/ee/DESCR
@@ -0,0 +1,2 @@
+EE is an easy to use text editor, intended to be usable with little or no
+instruction.
diff --git a/editors/ee/Makefile b/editors/ee/Makefile
new file mode 100644
index 00000000000..ded80aeae6c
--- /dev/null
+++ b/editors/ee/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/10/02 21:37:41 cjep Exp $
+#
+
+DISTNAME= ee-1.4.5a.src
+PKGNAME= ee-1.4.5a
+CATEGORIES= editors
+MASTER_SITES= http://mahon.cwx.net/sources/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://mahon.cwx.net/
+COMMENT= Easy to use text editor
+
+WRKSRC= ${WRKDIR}/easyedit-1.4.5a
+
+do-install:
+ ${CP} ${WRKSRC}/ee ${PREFIX}/bin/ee
+ ${CP} ${WRKSRC}/ee.1 ${PREFIX}/man/man1/ee.1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/editors/ee/PLIST b/editors/ee/PLIST
new file mode 100644
index 00000000000..6d44b5a7e16
--- /dev/null
+++ b/editors/ee/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/02 21:37:41 cjep Exp $
+bin/ee
+man/man1/ee.1
diff --git a/editors/ee/distinfo b/editors/ee/distinfo
new file mode 100644
index 00000000000..b404e352b1f
--- /dev/null
+++ b/editors/ee/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/10/02 21:37:41 cjep Exp $
+
+SHA1 (ee-1.4.5a.src.tgz) = b8e6a192ae25ef474af258cc3d59c3de7a9639fc
+Size (ee-1.4.5a.src.tgz) = 70378 bytes