Date: Fri, 21 Nov 2003 01:15:09 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59517: Update port: devel/sedsed to 0.8 Message-ID: <20031121011509.67dcb85f.tkato@prontomail.com> Resent-Message-ID: <200311201620.hAKGKN2Z078450@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 59517 >Category: ports >Synopsis: Update port: devel/sedsed to 0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 20 08:20:23 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.8 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/sedsed/Makefile devel/sedsed/Makefile --- /usr/ports/devel/sedsed/Makefile Sat Apr 12 22:43:51 2003 +++ devel/sedsed/Makefile Tue Nov 18 20:55:34 2003 @@ -7,22 +7,24 @@ # PORTNAME= sedsed -PORTVERSION= 0.6 +PORTVERSION= 0.8 CATEGORIES= devel MASTER_SITES= http://sedsed.sourceforge.net/ EXTRACT_SUFX= # empty MAINTAINER= ports@FreeBSD.org -COMMENT= sed debugger/tokenizer/indenter +COMMENT= A Python script that masters SED scripts EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKDIR} -USE_PYTHON= yes + NO_WRKSUBDIR= yes NO_BUILD= yes +USE_PYTHON= yes + do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/sedsed-0.6 ${PREFIX}/bin/sedsed + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/sedsed .include <bsd.port.mk> diff -urN /usr/ports/devel/sedsed/distinfo devel/sedsed/distinfo --- /usr/ports/devel/sedsed/distinfo Tue Jan 14 03:02:50 2003 +++ devel/sedsed/distinfo Tue Nov 18 20:29:14 2003 @@ -1 +1 @@ -MD5 (sedsed-0.6) = bc585e410d43c638de4049253353fb3f +MD5 (sedsed-0.8) = 6f2e3a57b1e54e62e1a73f735959307d diff -urN /usr/ports/devel/sedsed/pkg-descr devel/sedsed/pkg-descr --- /usr/ports/devel/sedsed/pkg-descr Tue Jan 14 03:02:50 2003 +++ devel/sedsed/pkg-descr Tue Nov 18 20:56:57 2003 @@ -1,4 +1,6 @@ -SEDSED is a python script that introduces debug commands on a sed script. The -debug commands are in sed and they show the pattern and hold space contents. -Your own version of sed is used to run it. It's also a sed tokenizer and -indenter. +SEDSED is a Python script that masters SED scripts. It generates SED debug +files in SED, which lets you debug scripts with your own version of SED. +It's also a script beautifier, doing indentation and spaces/comments +formatting. It can also convert SED scripts to colorful HTML files. + +WWW: http://sedsed.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031121011509.67dcb85f.tkato>