diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-20 16:36:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-20 16:36:37 +0000 |
commit | b5e3a2c920d5298a5dab3c2464549ba8399cce3f (patch) | |
tree | 2b0751291b5d889755cc85b6092dea54e92ccfc4 /devel/sedsed | |
parent | 9c924b91870bfd2d7f23c9130a70b84986b870c5 (diff) |
- Update to version 0.8
PR: 59517
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=94500
Diffstat (limited to 'devel/sedsed')
-rw-r--r-- | devel/sedsed/Makefile | 10 | ||||
-rw-r--r-- | devel/sedsed/distinfo | 2 | ||||
-rw-r--r-- | devel/sedsed/pkg-descr | 10 |
3 files changed, 13 insertions, 9 deletions
diff --git a/devel/sedsed/Makefile b/devel/sedsed/Makefile index b9284eeaadfa..83db4effa392 100644 --- a/devel/sedsed/Makefile +++ b/devel/sedsed/Makefile @@ -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 --git a/devel/sedsed/distinfo b/devel/sedsed/distinfo index 600da09b3553..911f4f30514a 100644 --- a/devel/sedsed/distinfo +++ b/devel/sedsed/distinfo @@ -1 +1 @@ -MD5 (sedsed-0.6) = bc585e410d43c638de4049253353fb3f +MD5 (sedsed-0.8) = 6f2e3a57b1e54e62e1a73f735959307d diff --git a/devel/sedsed/pkg-descr b/devel/sedsed/pkg-descr index 1f861d768f6d..458333c3c89a 100644 --- a/devel/sedsed/pkg-descr +++ b/devel/sedsed/pkg-descr @@ -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/ |