From bc4c5ccfbdddf971fce97bde3060011903dcacf8 Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Sun, 30 Jul 2000 02:23:21 +0000 Subject: New port tkregexp - This software will let you design your regexps by letting you type the expression and visualize its effect on a sample of your choice. PR: ports/18355 Submitted by: Patrick Seal --- misc/tkregexp/Makefile | 26 ++++++++++++++++++++++++++ misc/tkregexp/distinfo | 1 + misc/tkregexp/pkg-comment | 1 + misc/tkregexp/pkg-descr | 9 +++++++++ misc/tkregexp/pkg-plist | 1 + 5 files changed, 38 insertions(+) create mode 100644 misc/tkregexp/Makefile create mode 100644 misc/tkregexp/distinfo create mode 100644 misc/tkregexp/pkg-comment create mode 100644 misc/tkregexp/pkg-descr create mode 100644 misc/tkregexp/pkg-plist (limited to 'misc/tkregexp') diff --git a/misc/tkregexp/Makefile b/misc/tkregexp/Makefile new file mode 100644 index 000000000000..21b49ac0c0f1 --- /dev/null +++ b/misc/tkregexp/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: tklregexp +# Date created: 2 May 2000 +# Whom: Patrick Seal +# +# $FreeBSD$ +# + +PORTNAME= tkregexp +PORTVERSION= 2.1 +CATEGORIES= misc tk83 +MASTER_SITES= http://laurent.riesterer.free.fr/regexp/ +DISTNAME= visual_regexp-${PORTVERSION} + +MAINTAINER= patseal@hyperhost.net + +RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 + +NO_WRKSUBDIR= yes +USE_ZIP= yes +NO_BUILD= yes +USE_X_PREFIX= yes + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/visual_regexp-${PORTVERSION}.tcl ${PREFIX}/bin/${PORTNAME} + +.include diff --git a/misc/tkregexp/distinfo b/misc/tkregexp/distinfo new file mode 100644 index 000000000000..700b2572a31a --- /dev/null +++ b/misc/tkregexp/distinfo @@ -0,0 +1 @@ +MD5 (visual_regexp-2.1.zip) = d95619fe9020c1dfa42e06b85a9aa0d0 diff --git a/misc/tkregexp/pkg-comment b/misc/tkregexp/pkg-comment new file mode 100644 index 000000000000..ee3e555a09b0 --- /dev/null +++ b/misc/tkregexp/pkg-comment @@ -0,0 +1 @@ +An interactive regexp design tool diff --git a/misc/tkregexp/pkg-descr b/misc/tkregexp/pkg-descr new file mode 100644 index 000000000000..0ae10af3bb52 --- /dev/null +++ b/misc/tkregexp/pkg-descr @@ -0,0 +1,9 @@ +Tired of debugging your regular expressions? Do you want to quickly build +efficient regexps? + +Visual REGEXP is for you! + +This software will let you design your regexps by letting you type the +expression and visualize its effect on a sample of your choice. + +WWW: http://laurent.riesterer.free.fr/regexp/ diff --git a/misc/tkregexp/pkg-plist b/misc/tkregexp/pkg-plist new file mode 100644 index 000000000000..d386c7f20aa8 --- /dev/null +++ b/misc/tkregexp/pkg-plist @@ -0,0 +1 @@ +bin/tkregexp -- cgit v1.2.3