aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/sedsed/Makefile10
-rw-r--r--devel/sedsed/distinfo2
-rw-r--r--devel/sedsed/pkg-descr10
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/