Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  2 May 2000 19:24:01 -0400 (EDT)
From:      patseal@hyperhost.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18355: New port: tkregex
Message-ID:  <20000502232401.0709C137F76@foobar.foobar.eyep.net>

next in thread | raw e-mail | index | archive | help

>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 <patseal@hyperhost.net>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000502232401.0709C137F76>