abdb4db29a
se has a long history dating back to the early 1980s. Features - command syntax that is very familiar to users who already know ed. - full visual interface allowing you to see the text you're editing. - built-in help system which describes many of the available commands. - many configurable options which can be loaded from a .serc file. - can be run interactively or in a script via the included scriptse utility. - portable across many platforms. - will notify you if you have new/unread e-mail. - optional usage logging. WWW: http://se-editor.org/ PR: ports/177361 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
16 lines
298 B
Makefile
16 lines
298 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= se
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://se-editor.org/dist/
|
|
|
|
MAINTAINER= danilogondolfo@gmail.com
|
|
COMMENT= Screen oriented version of the classic UNIX text editor ed
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= se.1 scriptse.1
|
|
MANCOMPRESSED= no
|
|
|
|
.include <bsd.port.mk>
|