diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-19 20:04:40 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-19 20:04:40 +0000 |
commit | 85b6cf8bd2aab74a1a63a73bb1a3ce4a8513f62a (patch) | |
tree | 4653d1b4ccaa9fb2956f96d4284e08a34eb9df5d /editors | |
parent | eb790307f97a5cbcaab2253e24f9140edfe92a9b (diff) | |
download | FreeBSD-ports-85b6cf8bd2aab74a1a63a73bb1a3ce4a8513f62a.zip FreeBSD-ports-85b6cf8bd2aab74a1a63a73bb1a3ce4a8513f62a.tar.gz |
add ssed 3.58
Super-sed is a heavily enhanced version of sed
PR: 39156
Submitted by: Amar Takhar <verm@drunkmonk.net>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-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 |
7 files changed, 62 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index c54ddd8..05c2df4 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -122,6 +122,7 @@ SUBDIR += semi113-xemacs21-mule SUBDIR += speedbar SUBDIR += speedbar-emacs20 + SUBDIR += ssed SUBDIR += staroffice5 SUBDIR += staroffice52 SUBDIR += staroffice52-pt diff --git a/editors/ssed/Makefile b/editors/ssed/Makefile new file mode 100644 index 0000000..58b78fe --- /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 0000000..9b96bb0 --- /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 0000000..a0fa03c --- /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 0000000..0f49649 --- /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 0000000..cfebd11 --- /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 0000000..1c2f907 --- /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 |