From vsevolod@highsecure.ru  Mon Jul 18 12:54:06 2005
Return-Path: <vsevolod@highsecure.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 452CB16A41C
	for <freebsd-gnats-submit@freebsd.org>; Mon, 18 Jul 2005 12:54:06 +0000 (GMT)
	(envelope-from vsevolod@highsecure.ru)
Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8592C43D5C
	for <freebsd-gnats-submit@freebsd.org>; Mon, 18 Jul 2005 12:54:04 +0000 (GMT)
	(envelope-from vsevolod@highsecure.ru)
Received: from waterwall.inec.ru (root@localhost)
  by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j6ICtB4W009999
    for <freebsd-gnats-submit@freebsd.org>; Mon, 18 Jul 2005 16:55:11 +0400 (MSD)
Received: from core (postbox.inec.ru [213.148.3.226])
  by waterwall.inec.ru (8.13.1/8.12.6) with ESMTP id j6ICtAvc009993
    for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Jul 2005 16:55:11 +0400 (MSD)
Received: from [213.219.249.64] (helo=spray.anyhost.ru)
	by core with esmtp (Exim 4.51 (FreeBSD))
	id 1DuV7b-0003Fv-SW
	for FreeBSD-gnats-submit@freebsd.org; Mon, 18 Jul 2005 16:53:24 +0400
Received: from cebka by spray.anyhost.ru with local (Exim 4.51 (FreeBSD))
	id 1DuV8B-000IsQ-0m
	for FreeBSD-gnats-submit@freebsd.org; Mon, 18 Jul 2005 16:53:59 +0400
Message-Id: <E1DuV8B-000IsQ-0m@spray.anyhost.ru>
Date: Mon, 18 Jul 2005 16:53:59 +0400
From: Vsevolod Stakhov <vsevolod@highsecure.ru>
Sender: Vsevolod Stakhov <vsevolod@highsecure.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: textproc/redet - visual regexp constructor
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         83664
>Category:       ports
>Synopsis:       New port: textproc/redet - visual regexp constructor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sem
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 18 13:00:34 GMT 2005
>Closed-Date:    Wed Jul 20 10:47:25 GMT 2005
>Last-Modified:  Wed Jul 20 10:47:25 GMT 2005
>Originator:     Vsevolod Stakhov
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
>Description:
Visual regexp editor written on tcl/tk with many regexp types support.

WWW:	http://www.cis.upenn.edu/~wjposer/redet.html
>How-To-Repeat:
>Fix:

--- redet-6.11.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	redet
#	redet/pkg-descr
#	redet/Makefile
#	redet/distinfo
#
echo c - redet
mkdir -p redet > /dev/null 2>&1
echo x - redet/pkg-descr
sed 's/^X//' >redet/pkg-descr << 'END-of-redet/pkg-descr'
XRedet allows the user to construct regular expressions and test them against
Xinput data by executing any of a variety of search programs, editors, and
Xprogramming languages that make use of regular expressions. When a suitable
Xregular expression has been constructed it may be saved to a file. redet stands
Xfor Regular Expression Development and Execution Tool. For each program, a
Xpalette showing the available regular expression syntax is provided. Selections
Xfrom the palette may be copied to the regular expression window with a mouse
Xclick. Users may add their own definitions to the palette via their
Xinitialization file. Redet also keeps a list of the regular expressions
Xexecuted, from which entries may be copied back into the regular expression
Xunder construction. The history list is saved to a file and restored on
Xstartup, so it persists across sessions. So long as the underlying program
Xsupports Unicode, redet allows UTF-8 Unicode in both test data and regular
Xexpressions
X
XWWW:	http://www.cis.upenn.edu/~wjposer/redet.html
END-of-redet/pkg-descr
echo x - redet/Makefile
sed 's/^X//' >redet/Makefile << 'END-of-redet/Makefile'
X# New ports collection makefile for:	redet
X# Date created:		2005-07-18
X# Whom:			Vsevolod Stakhov <vsevolod@highsecure.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	redet
XPORTVERSION=	6.11
XCATEGORIES=	textproc tk84
XMASTER_SITES=	http://www.cis.upenn.edu/~wjposer/.downloads/
XDISTNAME=	${PORTNAME}tiny-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	vsevolod@highsecure.ru
XCOMMENT=	Visual regexp constructor with many regexp types support
X
XRUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
X
XNO_BUILD=	yes
XUSE_REINPLACE=	yes
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
XPORTDOCS=	BUGS COPYING CREDITS LICENSE README
XMAN1=		redet.1
XPLIST_FILES=	bin/redet
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's/wish/wish8.4/' ${WRKSRC}/redet.tcl
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/redet.tcl ${PREFIX}/bin/redet
X	${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X. for doc in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
X. endfor
X.endif
X
X.include <bsd.port.mk>
END-of-redet/Makefile
echo x - redet/distinfo
sed 's/^X//' >redet/distinfo << 'END-of-redet/distinfo'
XMD5 (redettiny-6.11.tgz) = ef69d79ab9346498f6f0ad7367ac813b
XSIZE (redettiny-6.11.tgz) = 127301
END-of-redet/distinfo
exit
--- redet-6.11.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sem 
Responsible-Changed-By: sem 
Responsible-Changed-When: Tue Jul 19 11:02:19 GMT 2005 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=83664 

From: Vsevolod Stakhov <vsevolod@highsecure.ru>
To: bug-followup@freebsd.org
Cc: sem@freebsd.org
Subject: Re: ports/83664: New port: textproc/redet - visual regexp constructor
Date: Wed, 20 Jul 2005 02:03:25 +0400

 Redet 6.12 is out. Here is updated shar:
 
 --- redet.shar begins here ---
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	redet
 #	redet/pkg-descr
 #	redet/Makefile
 #	redet/distinfo
 #
 echo c - redet
 mkdir -p redet > /dev/null 2>&1
 echo x - redet/pkg-descr
 sed 's/^X//' >redet/pkg-descr << 'END-of-redet/pkg-descr'
 XRedet allows the user to construct regular expressions and test them against
 Xinput data by executing any of a variety of search programs, editors, and
 Xprogramming languages that make use of regular expressions. When a suitable
 Xregular expression has been constructed it may be saved to a file. redet stands
 Xfor Regular Expression Development and Execution Tool. For each program, a
 Xpalette showing the available regular expression syntax is provided. Selections
 Xfrom the palette may be copied to the regular expression window with a mouse
 Xclick. Users may add their own definitions to the palette via their
 Xinitialization file. Redet also keeps a list of the regular expressions
 Xexecuted, from which entries may be copied back into the regular expression
 Xunder construction. The history list is saved to a file and restored on
 Xstartup, so it persists across sessions. So long as the underlying program
 Xsupports Unicode, redet allows UTF-8 Unicode in both test data and regular
 Xexpressions
 X
 XWWW:	http://www.cis.upenn.edu/~wjposer/redet.html
 END-of-redet/pkg-descr
 echo x - redet/Makefile
 sed 's/^X//' >redet/Makefile << 'END-of-redet/Makefile'
 X# New ports collection makefile for:	redet
 X# Date created:		2005-07-18
 X# Whom:			Vsevolod Stakhov <vsevolod@highsecure.ru>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	redet
 XPORTVERSION=	6.12
 XCATEGORIES=	textproc tk84
 XMASTER_SITES=	http://www.cis.upenn.edu/~wjposer/.downloads/
 XDISTNAME=	${PORTNAME}tiny-${PORTVERSION}
 XEXTRACT_SUFX=	.tgz
 X
 XMAINTAINER=	vsevolod@highsecure.ru
 XCOMMENT=	Visual regexp constructors with many regexp types support
 X
 X#RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
 X
 XNO_BUILD=	yes
 XUSE_TK=		yes
 X
 XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 XPORTDOCS=	BUGS COPYING CREDITS LICENSE README
 XMAN1=		redet.1
 XPLIST_FILES=	bin/redet
 XPATCH_TK_SCRIPTS=	redet.tcl
 X
 Xdo-install:
 X	${INSTALL_SCRIPT} ${WRKSRC}/redet.tcl ${PREFIX}/bin/redet
 X	${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/
 X.if !defined(NOPORTDOCS)
 X	${MKDIR} ${DOCSDIR}
 X. for doc in ${PORTDOCS}
 X	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
 X. endfor
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-redet/Makefile
 echo x - redet/distinfo
 sed 's/^X//' >redet/distinfo << 'END-of-redet/distinfo'
 XMD5 (redettiny-6.12.tgz) = 35ddb962b0e61a15c8503c755f4a7f82
 XSIZE (redettiny-6.12.tgz) = 127314
 END-of-redet/distinfo
 exit
 --- redet.shar ends here ---
 
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Wed Jul 20 10:47:12 GMT 2005 
State-Changed-Why:  
New port added, thanks! 

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