Bug 177361 - New port editors/se
Summary: New port editors/se
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-25 01:30 UTC by Danilo Egêa Gondolfo
Modified: 2013-03-29 18:30 UTC (History)
0 users

See Also:


Attachments
file.shar (4.24 KB, text/plain)
2013-03-25 01:30 UTC, Danilo Egêa Gondolfo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-03-25 01:30:00 UTC
New port editors/se.

se is a screen oriented version of the classic UNIX text editor ed.
http://se-editor.org/index.html

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-25 01:30:08 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-25 01:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

bdrewery@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2013-03-25 11:34:05 UTC
Responsible Changed
From-To: bdrewery->freebsd-ports-bugs

Return to the pool as I am quite busy this week.
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2013-03-29 14:54:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-03-29 18:28:59 UTC
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 <danilogondolfo@gmail.com>

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 <bsd.port.mk>

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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Pawel Pekala freebsd_committer freebsd_triage 2013-03-29 18:29:38 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!