summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortcort <tcort>2013-03-07 05:38:26 +0000
committertcort <tcort>2013-03-07 05:38:26 +0000
commita5d04891e2e349cdf8b2cba4456916247cf6a352 (patch)
treebace4c444a32edb7092f85d4b3553330abfa43d6 /editors
parent417f9a30ec74a7775e9d051e84db46499909674c (diff)
downloadpkgsrc-a5d04891e2e349cdf8b2cba4456916247cf6a352.tar.gz
editors/se: initial revision. OK by agc.
Diffstat (limited to 'editors')
-rw-r--r--editors/se/DESCR4
-rw-r--r--editors/se/Makefile16
-rw-r--r--editors/se/PLIST83
-rw-r--r--editors/se/distinfo5
4 files changed, 108 insertions, 0 deletions
diff --git a/editors/se/DESCR b/editors/se/DESCR
new file mode 100644
index 00000000000..07b29ea2233
--- /dev/null
+++ b/editors/se/DESCR
@@ -0,0 +1,4 @@
+se is a screen oriented version of the classic UNIX text editor ed. The se
+editor implements many of the familiar ed commands, but instead of being
+line oriented, se is screen oriented. se has a built-in help system and
+many configurable options that can be set in a start-up file.
diff --git a/editors/se/Makefile b/editors/se/Makefile
new file mode 100644
index 00000000000..09c2e5743ad
--- /dev/null
+++ b/editors/se/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2013/03/07 05:38:26 tcort Exp $
+#
+
+DISTNAME= se-3.0
+CATEGORIES= editors
+MASTER_SITES= http://se-editor.org/dist/
+
+MAINTAINER= tcort@NetBSD.org
+HOMEPAGE= http://se-editor.org/
+COMMENT= Screen oriented version of ed
+LICENSE= public-domain
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/editors/se/PLIST b/editors/se/PLIST
new file mode 100644
index 00000000000..174afe583b9
--- /dev/null
+++ b/editors/se/PLIST
@@ -0,0 +1,83 @@
+@comment $NetBSD: PLIST,v 1.1 2013/03/07 05:38:27 tcort Exp $
+bin/scriptse
+bin/se
+man/man1/scriptse.1
+man/man1/se.1
+share/se/help/a
+share/se/help/abt
+share/se/help/ah
+share/se/help/arg2
+share/se/help/args
+share/se/help/b
+share/se/help/bang
+share/se/help/bug
+share/se/help/c
+share/se/help/cc
+share/se/help/ccmisc
+share/se/help/chardel
+share/se/help/charins
+share/se/help/colon
+share/se/help/com
+share/se/help/comdir
+share/se/help/comsyn
+share/se/help/d
+share/se/help/dir
+share/se/help/e
+share/se/help/eh
+share/se/help/elp
+share/se/help/equal
+share/se/help/f
+share/se/help/g
+share/se/help/h
+share/se/help/i
+share/se/help/j
+share/se/help/k
+share/se/help/l
+share/se/help/list
+share/se/help/ln
+share/se/help/m
+share/se/help/motion
+share/se/help/n
+share/se/help/o
+share/se/help/o-
+share/se/help/oa
+share/se/help/oc
+share/se/help/od
+share/se/help/of
+share/se/help/og
+share/se/help/oh
+share/se/help/oi
+share/se/help/ok
+share/se/help/ol
+share/se/help/olm
+share/se/help/om
+share/se/help/os
+share/se/help/ot
+share/se/help/ou
+share/se/help/ov
+share/se/help/ow
+share/se/help/ox
+share/se/help/oy
+share/se/help/oz
+share/se/help/p
+share/se/help/pat
+share/se/help/patex
+share/se/help/q
+share/se/help/quote
+share/se/help/r
+share/se/help/rpt
+share/se/help/s
+share/se/help/scan
+share/se/help/serc
+share/se/help/shell
+share/se/help/specl
+share/se/help/t
+share/se/help/termchar
+share/se/help/tilde
+share/se/help/u
+share/se/help/v
+share/se/help/w
+share/se/help/x
+share/se/help/y
+share/se/help/z
+share/se/sample.serc
diff --git a/editors/se/distinfo b/editors/se/distinfo
new file mode 100644
index 00000000000..b2942f6ea74
--- /dev/null
+++ b/editors/se/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/03/07 05:38:27 tcort Exp $
+
+SHA1 (se-3.0.tar.gz) = b41bc99da14883e0887abc17fcfd80e5c87d2e52
+RMD160 (se-3.0.tar.gz) = 82b398b0a8cf7c940db9d6a0f46536bac3a23ebd
+Size (se-3.0.tar.gz) = 168238 bytes