diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-26 09:07:25 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-26 09:07:25 +0000 |
commit | 8147eac3747c2054d9e00ac0df3a15a99319eb50 (patch) | |
tree | 17e959572dd74db1c46fc8d067012c5dc31719ee /editors/ssed | |
parent | 277e81269496e957cd50f53498e8e18be712a098 (diff) | |
download | ports-8147eac3747c2054d9e00ac0df3a15a99319eb50.tar.gz ports-8147eac3747c2054d9e00ac0df3a15a99319eb50.zip |
Notes
Diffstat (limited to 'editors/ssed')
-rw-r--r-- | editors/ssed/Makefile | 27 | ||||
-rw-r--r-- | editors/ssed/distinfo | 4 | ||||
-rw-r--r-- | editors/ssed/pkg-descr | 14 | ||||
-rw-r--r-- | editors/ssed/pkg-plist | 32 |
4 files changed, 50 insertions, 27 deletions
diff --git a/editors/ssed/Makefile b/editors/ssed/Makefile index beacd5d3c6ab..230e413f77c7 100644 --- a/editors/ssed/Makefile +++ b/editors/ssed/Makefile @@ -5,29 +5,30 @@ # $FreeBSD$ # -PORTNAME= ssed -PORTVERSION= 3.58 -PORTREVISION= 2 +PORTNAME= sed +PORTVERSION= 3.61a CATEGORIES= editors textproc -MASTER_SITES= http://queen.rett.polimi.it/~paolob/seders/ssed/ -DISTNAME= sed-${PORTVERSION} +MASTER_SITES= http://sed.sourceforge.net/grabbag/ssed/ +PKGNAMEPREFIX= s MAINTAINER= ports@FreeBSD.org -COMMENT= Super-sed is a heavily enhanced version of sed +COMMENT= Super-sed - a heavily enhanced version of sed -LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} --program-prefix=s +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --program-prefix=s -MAN1= ssed.1 +MAN1= ssed.1 -.if !defined(WITHOUT_NLS) +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else USE_GETTEXT= yes +CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " .endif .include <bsd.port.mk> diff --git a/editors/ssed/distinfo b/editors/ssed/distinfo index b867c2fd8307..781bd1d3abab 100644 --- a/editors/ssed/distinfo +++ b/editors/ssed/distinfo @@ -1,2 +1,2 @@ -MD5 (sed-3.58.tar.gz) = 768eb0a44e784959a502bfff726e6fc2 -SIZE (sed-3.58.tar.gz) = 704647 +MD5 (sed-3.61a.tar.gz) = e4aa8e4f70bdd90eeaeeba8f9f0773c3 +SIZE (sed-3.61a.tar.gz) = 847385 diff --git a/editors/ssed/pkg-descr b/editors/ssed/pkg-descr index 68c308a1b221..d9aae1cf9788 100644 --- a/editors/ssed/pkg-descr +++ b/editors/ssed/pkg-descr @@ -1,10 +1,10 @@ -This is a version of sed based on GNU sed 3.02.80. It is not -a version of GNU sed, though. +This is a version of sed based on GNU sed. 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. +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 @@ -12,4 +12,4 @@ 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://queen.rett.polimi.it/~paolob/seders/ssed/ +WWW: http://sed.sourceforge.net/grabbag/ssed/ diff --git a/editors/ssed/pkg-plist b/editors/ssed/pkg-plist index a7c90bb33c55..bd3fe1471c89 100644 --- a/editors/ssed/pkg-plist +++ b/editors/ssed/pkg-plist @@ -1,10 +1,32 @@ bin/ssed -%%NLS%%share/locale/nl/LC_MESSAGES/ssed.mo -%%NLS%%share/locale/fr/LC_MESSAGES/ssed.mo -%%NLS%%share/locale/ru/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/af/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/ca/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/cs/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/da/LC_MESSAGES/ssed.mo %%NLS%%share/locale/de/LC_MESSAGES/ssed.mo -%%NLS%%share/locale/it/LC_MESSAGES/ssed.mo %%NLS%%share/locale/el/LC_MESSAGES/ssed.mo -%%NLS%%share/locale/sk/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/eo/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/es/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/et/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/fi/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/fr/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/ga/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/gl/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/he/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/hr/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/hu/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/id/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/it/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/ja/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/ko/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/nl/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/pl/LC_MESSAGES/ssed.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/ro/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/ru/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/sk/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/sl/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/sr/LC_MESSAGES/ssed.mo %%NLS%%share/locale/sv/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/tr/LC_MESSAGES/ssed.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/ssed.mo |