mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
add sedsed 0.6
sed debugger/tokenizer/indenter
This commit is contained in:
parent
5d3d4cec37
commit
0930cd3506
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73066
@ -781,6 +781,7 @@
|
||||
SUBDIR += sdl_ldbad
|
||||
SUBDIR += sdlmm
|
||||
SUBDIR += sdts++
|
||||
SUBDIR += sedsed
|
||||
SUBDIR += semantic
|
||||
SUBDIR += semantic-emacs20
|
||||
SUBDIR += sfio
|
||||
|
27
devel/sedsed/Makefile
Normal file
27
devel/sedsed/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: sedsed
|
||||
# Date created: Jan 14, 2003
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sedsed
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://sedsed.sourceforge.net/
|
||||
EXTRACT_SUFX= # empty
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= ${WRKDIR}
|
||||
USE_PYTHON= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/sedsed-0.6 ${PREFIX}/bin/sedsed
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/sedsed/distinfo
Normal file
1
devel/sedsed/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sedsed-0.6) = bc585e410d43c638de4049253353fb3f
|
1
devel/sedsed/pkg-comment
Normal file
1
devel/sedsed/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
sed debugger/tokenizer/indenter
|
4
devel/sedsed/pkg-descr
Normal file
4
devel/sedsed/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
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.
|
1
devel/sedsed/pkg-plist
Normal file
1
devel/sedsed/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/sedsed
|
Loading…
Reference in New Issue
Block a user