From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 18 13:00:35 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1F3E16A41C for ; Mon, 18 Jul 2005 13:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D36C943D4C for ; Mon, 18 Jul 2005 13:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6ID0Yqa015408 for ; Mon, 18 Jul 2005 13:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6ID0YaK015404; Mon, 18 Jul 2005 13:00:34 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jul 2005 13:00:34 GMT Resent-Message-Id: <200507181300.j6ID0YaK015404@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vsevolod Stakhov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 452CB16A41C for ; 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 ; 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 ; 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 ; 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: Date: Mon, 18 Jul 2005 16:53:59 +0400 From: Vsevolod Stakhov Sender: Vsevolod Stakhov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83664: New port: textproc/redet - visual regexp constructor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 13:00:35 -0000 >Number: 83664 >Category: ports >Synopsis: New port: textproc/redet - visual regexp constructor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 18 13:00:34 GMT 2005 >Closed-Date: >Last-Modified: >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 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 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: >Unformatted: