summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2000-07-30 02:23:21 +0000
committerSADA Kenji <sada@FreeBSD.org>2000-07-30 02:23:21 +0000
commitbc4c5ccfbdddf971fce97bde3060011903dcacf8 (patch)
tree0761ffaa1b58aa2f5dadf9dcdde5bb86f128d13b /misc
parentFix my not-tested-enough KDE2-related ports. :-( (diff)
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>
Notes
Notes: svn path=/head/; revision=31120
Diffstat (limited to 'misc')
-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 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 <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 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