Date: Mon, 25 Mar 2013 01:24:58 GMT From: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/177361: New port editors/se Message-ID: <201303250124.r2P1OwTI048771@red.freebsd.org> Resent-Message-ID: <201303250130.r2P1U0DM097242@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177361 >Category: ports >Synopsis: New port editors/se >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 25 01:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egêa Gondolfo >Release: FreeBSD 9.1-RELEASE >Organization: Universidade Estadual de Maringá >Environment: FreeBSD ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: New port editors/se. se is a screen oriented version of the classic UNIX text editor ed. http://se-editor.org/index.html >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # se # se/distinfo # se/Makefile # se/pkg-plist # se/pkg-descr # echo c - se mkdir -p se > /dev/null 2>&1 echo x - se/distinfo sed 's/^X//' >se/distinfo << '47ac0a4ceda03bc117a2db60736f2b20' XSHA256 (se-3.0.1.tar.gz) = e20d1c4d73dee45d319a086ccb54157f1bd94029af9d60c785f651246e209486 XSIZE (se-3.0.1.tar.gz) = 170236 47ac0a4ceda03bc117a2db60736f2b20 echo x - se/Makefile sed 's/^X//' >se/Makefile << 'e88e59f859e8b91fa211006ef5f2bb64' X# $FreeBSD$ X XPORTNAME= se XPORTVERSION= 3.0.1 XCATEGORIES= editors XMASTER_SITES= http://se-editor.org/dist/ X XMAINTAINER= danilogondolfo@gmail.com XCOMMENT= se is a screen oriented version of the classic UNIX text editor ed. X XGNU_CONFIGURE= yes X XMAN1= se.1 scriptse.1 XMANCOMPRESSED= no X X.include <bsd.port.mk> e88e59f859e8b91fa211006ef5f2bb64 echo x - se/pkg-plist sed 's/^X//' >se/pkg-plist << 'fe6c9d36532b37a0e6f26ae48a21a2b6' Xbin/se Xbin/scriptse X%%DATADIR%%/help/a X%%DATADIR%%/help/abt X%%DATADIR%%/help/ah X%%DATADIR%%/help/arg2 X%%DATADIR%%/help/args X%%DATADIR%%/help/b X%%DATADIR%%/help/bang X%%DATADIR%%/help/bug X%%DATADIR%%/help/c X%%DATADIR%%/help/cc X%%DATADIR%%/help/ccmisc X%%DATADIR%%/help/chardel X%%DATADIR%%/help/charins X%%DATADIR%%/help/colon X%%DATADIR%%/help/com X%%DATADIR%%/help/comdir X%%DATADIR%%/help/comsyn X%%DATADIR%%/help/d X%%DATADIR%%/help/dir X%%DATADIR%%/help/e X%%DATADIR%%/help/eh X%%DATADIR%%/help/elp X%%DATADIR%%/help/equal X%%DATADIR%%/help/f X%%DATADIR%%/help/g X%%DATADIR%%/help/h X%%DATADIR%%/help/i X%%DATADIR%%/help/j X%%DATADIR%%/help/k X%%DATADIR%%/help/l X%%DATADIR%%/help/list X%%DATADIR%%/help/ln X%%DATADIR%%/help/m X%%DATADIR%%/help/motion X%%DATADIR%%/help/n X%%DATADIR%%/help/o X%%DATADIR%%/help/o- X%%DATADIR%%/help/oa X%%DATADIR%%/help/oc X%%DATADIR%%/help/od X%%DATADIR%%/help/of X%%DATADIR%%/help/og X%%DATADIR%%/help/oh X%%DATADIR%%/help/oi X%%DATADIR%%/help/ok X%%DATADIR%%/help/ol X%%DATADIR%%/help/olm X%%DATADIR%%/help/om X%%DATADIR%%/help/os X%%DATADIR%%/help/ot X%%DATADIR%%/help/ou X%%DATADIR%%/help/ov X%%DATADIR%%/help/ow X%%DATADIR%%/help/ox X%%DATADIR%%/help/oy X%%DATADIR%%/help/oz X%%DATADIR%%/help/p X%%DATADIR%%/help/pat X%%DATADIR%%/help/patex X%%DATADIR%%/help/q X%%DATADIR%%/help/quote X%%DATADIR%%/help/r X%%DATADIR%%/help/rpt X%%DATADIR%%/help/s X%%DATADIR%%/help/scan X%%DATADIR%%/help/serc X%%DATADIR%%/help/shell X%%DATADIR%%/help/specl X%%DATADIR%%/help/t X%%DATADIR%%/help/termchar X%%DATADIR%%/help/tilde X%%DATADIR%%/help/u X%%DATADIR%%/help/v X%%DATADIR%%/help/w X%%DATADIR%%/help/x X%%DATADIR%%/help/y X%%DATADIR%%/help/z X%%DATADIR%%/sample.serc X@dirrm %%DATADIR%%/help X@dirrm %%DATADIR%% fe6c9d36532b37a0e6f26ae48a21a2b6 echo x - se/pkg-descr sed 's/^X//' >se/pkg-descr << '3567787af4b9b9326c97d6e4e97f3295' Xse is a screen oriented version of the classic UNIX text editor ed. Xse has a long history dating back to the early 1980s. Beginning in 2013, XThomas Cort undertook the task of modernizing the early code and build Xsystem to get the software working on recent POSIX operating systems. XThe code base was straight forward and only used facilities available X25 years prior, and as a result, with a few modifications, it runs Xon many modern operating systems. Thomas' primary motivation is to Xpreserve this bit of computing history. His goals are to squash any Xremaining bugs and make se as portable as possible. No major new Xfeatures will be added. Inquiries, bug reports, patches, and other Xcorrespondance should be directed to Thomas via e-mail at tcort@se-editor.org X XFeatures X- command syntax that is very familiar to users who already know ed. X- full visual interface allowing you to see the text you're editing. X- built-in help system which describes many of the available commands. X- many configurable options which can be loaded from a .serc file. X- can be run interactively or in a script via the included scriptse utility. X- portable across many platforms. X- will notify you if you have new/unread e-mail. X- optional usage logging. X XWWW: http://se-editor.org/ 3567787af4b9b9326c97d6e4e97f3295 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303250124.r2P1OwTI048771>