editors/se: initial revision. OK by agc.
This commit is contained in:
parent
b8ce7f0988
commit
5a2f96d6e2
4 changed files with 108 additions and 0 deletions
4
editors/se/DESCR
Normal file
4
editors/se/DESCR
Normal file
|
@ -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.
|
16
editors/se/Makefile
Normal file
16
editors/se/Makefile
Normal file
|
@ -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"
|
83
editors/se/PLIST
Normal file
83
editors/se/PLIST
Normal file
|
@ -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
|
5
editors/se/distinfo
Normal file
5
editors/se/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue