diff options
author | agc <agc@pkgsrc.org> | 2002-09-02 10:10:03 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-09-02 10:10:03 +0000 |
commit | baf5b8c5302b991730406cb9c8b1fc659e91703f (patch) | |
tree | 394ce7eef40c39424723ae857e8c3796fd9d1606 /misc | |
parent | faa581017b4b9151db1e1e137cc597206a334a39 (diff) | |
download | pkgsrc-baf5b8c5302b991730406cb9c8b1fc659e91703f.tar.gz |
Initial import of visual_regexp 3.0 into the NetBSD Packages Collection.
Provided in PR 18139 by Julio Merino <jmmv@hispabsd.org>
Visual REGEXP lets you easily design and debug regular expressions
by providing a graphical visualization of the expression and its
matches on a sample of your choice.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/visual-regexp/DESCR | 3 | ||||
-rw-r--r-- | misc/visual-regexp/Makefile | 20 | ||||
-rw-r--r-- | misc/visual-regexp/PLIST | 2 | ||||
-rw-r--r-- | misc/visual-regexp/distinfo | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/misc/visual-regexp/DESCR b/misc/visual-regexp/DESCR new file mode 100644 index 00000000000..c40905eaf68 --- /dev/null +++ b/misc/visual-regexp/DESCR @@ -0,0 +1,3 @@ +Visual REGEXP lets you easily design and debug regular expressions +by providing a graphical visualization of the expression and its +matches on a sample of your choice. diff --git a/misc/visual-regexp/Makefile b/misc/visual-regexp/Makefile new file mode 100644 index 00000000000..d31f62bcd7e --- /dev/null +++ b/misc/visual-regexp/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/02 10:10:03 agc Exp $ +# + +DISTNAME= visual_regexp-3.0 +CATEGORIES= misc +MASTER_SITES= http://laurent.riesterer.free.fr/regexp/ + +MAINTAINER= jmmv@hispabsd.org +HOMEPAGE= http://laurent.riesterer.free.fr/regexp/ +COMMENT= Easily design and debug regular expressions graphically + +DEPENDS+= tk>=8.3.2:../../x11/tk + +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/visual_regexp.tcl \ + ${PREFIX}/bin/visual_regexp + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/visual-regexp/PLIST b/misc/visual-regexp/PLIST new file mode 100644 index 00000000000..d501d48a2c3 --- /dev/null +++ b/misc/visual-regexp/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/02 10:10:03 agc Exp $ +bin/visual_regexp diff --git a/misc/visual-regexp/distinfo b/misc/visual-regexp/distinfo new file mode 100644 index 00000000000..4854352acb6 --- /dev/null +++ b/misc/visual-regexp/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/09/02 10:10:03 agc Exp $ + +SHA1 (visual_regexp-3.0.tar.gz) = e77660ef9ef3700ecdd5e2a03dca598cfc6e20d7 +Size (visual_regexp-3.0.tar.gz) = 25659 bytes |