From owner-svn-ports-head@FreeBSD.ORG Fri Mar 29 18:28:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BAB46747; Fri, 29 Mar 2013 18:28:43 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9E0D3313; Fri, 29 Mar 2013 18:28:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TIShWS088722; Fri, 29 Mar 2013 18:28:43 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2TISg8N088712; Fri, 29 Mar 2013 18:28:42 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201303291828.r2TISg8N088712@svn.freebsd.org> From: Pawel Pekala Date: Fri, 29 Mar 2013 18:28:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315556 - in head/editors: . se X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 18:28:43 -0000 Author: pawel Date: Fri Mar 29 18:28:42 2013 New Revision: 315556 URL: http://svnweb.freebsd.org/changeset/ports/315556 Log: se is a screen oriented version of the classic UNIX text editor ed. 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 Added: head/editors/se/ head/editors/se/Makefile (contents, props changed) head/editors/se/distinfo (contents, props changed) head/editors/se/pkg-descr (contents, props changed) head/editors/se/pkg-plist (contents, props changed) Modified: head/editors/Makefile Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Fri Mar 29 18:24:14 2013 (r315555) +++ head/editors/Makefile Fri Mar 29 18:28:42 2013 (r315556) @@ -247,6 +247,7 @@ SUBDIR += rox-edit SUBDIR += scite SUBDIR += scribes + SUBDIR += se SUBDIR += semi SUBDIR += semi-emacs21 SUBDIR += semi-emacs22 Added: head/editors/se/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/se/Makefile Fri Mar 29 18:28:42 2013 (r315556) @@ -0,0 +1,16 @@ +# $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 Added: head/editors/se/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/se/distinfo Fri Mar 29 18:28:42 2013 (r315556) @@ -0,0 +1,2 @@ +SHA256 (se-3.0.1.tar.gz) = e20d1c4d73dee45d319a086ccb54157f1bd94029af9d60c785f651246e209486 +SIZE (se-3.0.1.tar.gz) = 170236 Added: head/editors/se/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/se/pkg-descr Fri Mar 29 18:28:42 2013 (r315556) @@ -0,0 +1,14 @@ +se is a screen oriented version of the classic UNIX text editor ed. +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/ Added: head/editors/se/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/se/pkg-plist Fri Mar 29 18:28:42 2013 (r315556) @@ -0,0 +1,82 @@ +bin/se +bin/scriptse +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 +@dirrm share/se/help +@dirrm share/se