diff options
Diffstat (limited to 'editors/ssed')
-rw-r--r-- | editors/ssed/Makefile | 23 | ||||
-rw-r--r-- | editors/ssed/distinfo | 1 | ||||
-rw-r--r-- | editors/ssed/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | editors/ssed/pkg-comment | 1 | ||||
-rw-r--r-- | editors/ssed/pkg-descr | 15 | ||||
-rw-r--r-- | editors/ssed/pkg-plist | 10 |
6 files changed, 61 insertions, 0 deletions
diff --git a/editors/ssed/Makefile b/editors/ssed/Makefile new file mode 100644 index 000000000000..58b78fe12a99 --- /dev/null +++ b/editors/ssed/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: ssed +# Date created: 28 May 2002 +# Whom: verm +# +# $FreeBSD$ +# + +PORTNAME= ssed +PORTVERSION= 3.58 +CATEGORIES= editors textproc +MASTER_SITES= http://king.rett.polimi.it/~paolob/seders/ssed/ +DISTNAME= sed-${PORTVERSION} + +MAINTAINER= verm@drunkmonk.net + +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ + iconv:${PORTSDIR}/converters/libiconv + +CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} --program-prefix=s + +MAN1= ssed.1 + +.include <bsd.port.mk> diff --git a/editors/ssed/distinfo b/editors/ssed/distinfo new file mode 100644 index 000000000000..9b96bb034557 --- /dev/null +++ b/editors/ssed/distinfo @@ -0,0 +1 @@ +MD5 (sed-3.58.tar.gz) = 768eb0a44e784959a502bfff726e6fc2 diff --git a/editors/ssed/files/patch-Makefile.in b/editors/ssed/files/patch-Makefile.in new file mode 100644 index 000000000000..a0fa03cd9ec0 --- /dev/null +++ b/editors/ssed/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Tue Apr 23 12:23:13 2002 ++++ doc/Makefile.in Tue May 28 19:37:39 2002 +@@ -335,7 +335,7 @@ + + info-am: $(INFO_DEPS) + +-install-data-am: install-info-am install-man ++install-data-am: install-man + + install-exec-am: + diff --git a/editors/ssed/pkg-comment b/editors/ssed/pkg-comment new file mode 100644 index 000000000000..0f4964959738 --- /dev/null +++ b/editors/ssed/pkg-comment @@ -0,0 +1 @@ +Super-sed is a heavily enhanced version of sed diff --git a/editors/ssed/pkg-descr b/editors/ssed/pkg-descr new file mode 100644 index 000000000000..cfebd115c59c --- /dev/null +++ b/editors/ssed/pkg-descr @@ -0,0 +1,15 @@ +This is a version of sed based on GNU sed 3.02.80. It is not +a version of GNU sed, though. + +Relative to 3.02, there are several new features (including in-place +editing of files, extended regular expression syntax and a few new +commands) and some bug fixes; see the NEWS file for a brief summary +and the ChangeLog for more detailed descriptions of changes. + +The biggest note, i think is the *huge* speed difference, where +regular sed might take a few mins, super-sed can take only seconds +this is not true in all cases, and sometimes you have modify your +regexp syntax, however for the speed increase, it might be worth +it. + +WWW: http://king.rett.polimi.it/~paolob/seders/ssed/ diff --git a/editors/ssed/pkg-plist b/editors/ssed/pkg-plist new file mode 100644 index 000000000000..1c2f9072e3ab --- /dev/null +++ b/editors/ssed/pkg-plist @@ -0,0 +1,10 @@ +bin/ssed +share/locale/nl/LC_MESSAGES/ssed.mo +share/locale/fr/LC_MESSAGES/ssed.mo +share/locale/ru/LC_MESSAGES/ssed.mo +share/locale/de/LC_MESSAGES/ssed.mo +share/locale/it/LC_MESSAGES/ssed.mo +share/locale/el/LC_MESSAGES/ssed.mo +share/locale/sk/LC_MESSAGES/ssed.mo +share/locale/pt_BR/LC_MESSAGES/ssed.mo +share/locale/sv/LC_MESSAGES/ssed.mo |