From tkato@prontomail.com  Thu Nov 20 08:16:19 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9BD1B16A4D1
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 20 Nov 2003 08:15:38 -0800 (PST)
Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5207C43FBF
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 20 Nov 2003 08:15:37 -0800 (PST)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([61.198.241.17]) by hfep04.dion.ne.jp with SMTP
          id <20031120161533863.ENG@hfep04.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Fri, 21 Nov 2003 01:15:33 +0900
Message-Id: <20031121011509.67dcb85f.tkato@prontomail.com>
Date: Fri, 21 Nov 2003 01:15:09 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: devel/sedsed to 0.8

>Number:         59517
>Category:       ports
>Synopsis:       Update port: devel/sedsed to 0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 20 08:20:23 PST 2003
>Closed-Date:    Thu Nov 20 08:36:53 PST 2003
>Last-Modified:  Thu Nov 20 08:36:53 PST 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Thu Nov 20 08:36:44 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59517 
>Unformatted:
