1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to version 3.61a

PR:		ports/75393
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-12-26 09:07:25 +00:00
parent 277e812694
commit 8147eac374
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125192
4 changed files with 51 additions and 28 deletions

View File

@ -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)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-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=""
.endif
.include <bsd.port.mk>

View File

@ -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

View File

@ -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/

View File

@ -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