summaryrefslogtreecommitdiffstats
path: root/misc/tkregexp
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2000-07-30 02:23:21 +0000
committersada <sada@FreeBSD.org>2000-07-30 02:23:21 +0000
commitdee9888e34ad1bfde514b27016a2a1e0b3486fe1 (patch)
tree9f48aeeeb457d0415f68315b8a4948a166c376d4 /misc/tkregexp
parenta34fc12cfc6ae2d0c2ec81051765f35b4068bb4f (diff)
downloadFreeBSD-ports-dee9888e34ad1bfde514b27016a2a1e0b3486fe1.zip
FreeBSD-ports-dee9888e34ad1bfde514b27016a2a1e0b3486fe1.tar.gz
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 <patseal@hyperhost.net>
Diffstat (limited to 'misc/tkregexp')
-rw-r--r--misc/tkregexp/Makefile26
-rw-r--r--misc/tkregexp/distinfo1
-rw-r--r--misc/tkregexp/pkg-comment1
-rw-r--r--misc/tkregexp/pkg-descr9
-rw-r--r--misc/tkregexp/pkg-plist1
5 files changed, 38 insertions, 0 deletions
diff --git a/misc/tkregexp/Makefile b/misc/tkregexp/Makefile
new file mode 100644
index 0000000..21b49ac
--- /dev/null
+++ b/misc/tkregexp/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: tklregexp
+# Date created: 2 May 2000
+# Whom: Patrick Seal <patseal@hyperhost.net>
+#
+# $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 <bsd.port.mk>
diff --git a/misc/tkregexp/distinfo b/misc/tkregexp/distinfo
new file mode 100644
index 0000000..700b257
--- /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 0000000..ee3e555
--- /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 0000000..0ae10af
--- /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 0000000..d386c7f
--- /dev/null
+++ b/misc/tkregexp/pkg-plist
@@ -0,0 +1 @@
+bin/tkregexp
OpenPOWER on IntegriCloud