mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Update to version 0.8
PR: 59517 Submitted by: Ports Fury
This commit is contained in:
parent
9c924b9187
commit
b5e3a2c920
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94500
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (sedsed-0.6) = bc585e410d43c638de4049253353fb3f
|
||||
MD5 (sedsed-0.8) = 6f2e3a57b1e54e62e1a73f735959307d
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user