aboutsummaryrefslogtreecommitdiff
path: root/textproc/cl-ppcre/pkg-descr
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 09:49:33 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 09:49:33 +0000
commita5432df574dd1eb5cfacd49250cf8aa7d296c916 (patch)
tree3da7df0c5b720f97981d126002336cff5b3a2934 /textproc/cl-ppcre/pkg-descr
parentb8be369e1de885e808496968aea1f5999a22e077 (diff)
downloadports-a5432df574dd1eb5cfacd49250cf8aa7d296c916.tar.gz
ports-a5432df574dd1eb5cfacd49250cf8aa7d296c916.zip
New Port: Portable Perl-Compatible Regexps for Common Lisp
cl-ppcre is a pure ANSI Common Lisp implementation of Perl-compatible regular expressions. This port depends on the previously submitted ASDF port. It installs the sources and the .asd file. There are other ports for binaries for the supported Lisp implementations. PR: ports/52369 Submitted by: Henrik Motakef <henrik.motakef@web.de>
Notes
Notes: svn path=/head/; revision=89621
Diffstat (limited to 'textproc/cl-ppcre/pkg-descr')
-rw-r--r--textproc/cl-ppcre/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/cl-ppcre/pkg-descr b/textproc/cl-ppcre/pkg-descr
new file mode 100644
index 000000000000..883b0a1c67e3
--- /dev/null
+++ b/textproc/cl-ppcre/pkg-descr
@@ -0,0 +1,6 @@
+CL-PPCRE is a fast, perl compatible implementation of regular expressions
+written in portable, ANSI-compliant Common Lisp.
+
+WWW: http://www.weitz.de/cl-ppcre/
+
+-- Henrik Motakef