From owner-freebsd-ports Tue May 2 16:30:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ECA237BB51 for ; Tue, 2 May 2000 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA46496; Tue, 2 May 2000 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hyperhost.net (hyperhost.net [207.159.132.249]) by hub.freebsd.org (Postfix) with ESMTP id 72EA137BB3F for ; Tue, 2 May 2000 16:26:24 -0700 (PDT) (envelope-from root@hyperhost.net) Received: from foobar.foobar.eyep.net (postfix@p3.a8.du.radix.net [207.192.132.131]) by hyperhost.net (8.9.3/8.9.3) with ESMTP id TAA01574 for ; Tue, 2 May 2000 19:26:17 -0400 (EDT) Received: by foobar.foobar.eyep.net (Postfix, from userid 0) id 0709C137F76; Tue, 2 May 2000 19:24:01 -0400 (EDT) Message-Id: <20000502232401.0709C137F76@foobar.foobar.eyep.net> Date: Tue, 2 May 2000 19:24:01 -0400 (EDT) From: patseal@hyperhost.net Reply-To: patseal@hyperhost.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18355: New port: tkregex Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18355 >Category: ports >Synopsis: New port: tkregex >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 2 16:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Patrick Seal >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: Design your regexps by typing the expression and visualizing its effects on a sample data file of your choice. VERY HANDY!! >How-To-Repeat: >Fix: # 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: # # tkregex # tkregex/Makefile # tkregex/files # tkregex/files/md5 # tkregex/pkg # tkregex/pkg/COMMENT # tkregex/pkg/DESCR # tkregex/pkg/PLIST # echo c - tkregex mkdir -p tkregex > /dev/null 2>&1 echo x - tkregex/Makefile sed 's/^X//' >tkregex/Makefile << 'END-of-tkregex/Makefile' X# New ports collection makefile for: tklregexp X# Date created: 2 May 2000 X# Whom: Patrick Seal X# X# $FreeBSD$ X# X XPORTNAME= tkregexp XPORTVERSION= 2.1 XCATEGORIES= editors tk83 XMASTER_SITES= http://laurent.riesterer.free.fr/regexp/ XDISTNAME= visual_regexp-${PORTVERSION} X XMAINTAINER= patseal@hyperhost.net X XRUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 X XNO_WRKSUBDIR= yes XUSE_ZIP= yes XNO_BUILD= yes XUSE_X_PREFIX= yes X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/visual_regexp-${PORTVERSION}.tcl ${PREFIX}/bin/${PORTNAME} X X.include END-of-tkregex/Makefile echo c - tkregex/files mkdir -p tkregex/files > /dev/null 2>&1 echo x - tkregex/files/md5 sed 's/^X//' >tkregex/files/md5 << 'END-of-tkregex/files/md5' XMD5 (visual_regexp-2.1.zip) = d95619fe9020c1dfa42e06b85a9aa0d0 END-of-tkregex/files/md5 echo c - tkregex/pkg mkdir -p tkregex/pkg > /dev/null 2>&1 echo x - tkregex/pkg/COMMENT sed 's/^X//' >tkregex/pkg/COMMENT << 'END-of-tkregex/pkg/COMMENT' XDesign your regexps by typing the expression and visualizing its effects END-of-tkregex/pkg/COMMENT echo x - tkregex/pkg/DESCR sed 's/^X//' >tkregex/pkg/DESCR << 'END-of-tkregex/pkg/DESCR' XTired of debugging your regular expressions? Do you want to quickly build Xefficient regexps? X XVisual REGEXP is for you! X XThis software will let you design your regexps by letting you type the Xexpression and visualize its effect on a sample of your choice. X XWWW: http://laurent.riesterer.free.fr/regexp/ END-of-tkregex/pkg/DESCR echo x - tkregex/pkg/PLIST sed 's/^X//' >tkregex/pkg/PLIST << 'END-of-tkregex/pkg/PLIST' Xbin/tkregexp END-of-tkregex/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message