./wip/cl-ppcre-unicode, CL-PPCRE-UNICODE is the CL-PPCRE package with Unicode support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.11, Package name: ecl-ppcre-unicode-2.0.11, Maintainer: ddeus.pkgsrc

CL-PPCRE is a portable regular expression library for Common Lisp which has the
following features:

- It is compatible with Perl.
- It is pretty fast.
- It is portable between ANSI-compliant Common Lisp implementations.
- It is thread-safe.
- In addition to specifying regular expressions as strings like in Perl you can
also use S-expressions.
- It comes with a BSD-style license so you can basically do with it whatever
you want.

CL-PPCRE-UNICODE is CL-PPCRE with unicode extensions.


Required to run:
[devel/libffi] [lang/ecl] [wip/cl-ppcre]

Required to build:
[pkgtools/cwrappers]

Package options: ecl

Master sites:

RMD160: 2063fe15b9ffa650e68bf07118f36a8117d0ae2c
Filesize: 156.083 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-24 20:26:51 by Aleksej Saushev | Files touched by this commit (116)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-06-18 12:49:11 by Oleksandr Kozachuk | Files touched by this commit (17)
Log message:
For cl-* packages - fix *.asd files to be compatible with ECL-12.2.1.
   2012-02-21 12:55:32 by Oleksandr Kozachuk | Files touched by this commit (1)
Log message:
Fix installation of ECL packages (add missing lib*.a files).

   2011-11-25 15:01:30 by Oleksandr Kozachuk | Files touched by this commit (42)
Log message:
SBCL support for all Common Lisp modules.
   2011-11-24 12:31:40 by Oleksandr Kozachuk | Files touched by this commit (5)
Log message:
Fix dependencies.
   2011-11-24 09:11:03 by Oleksandr Kozachuk | Files touched by this commit (13)
Log message:
Changed the option name from <LISP>-<PACKAGE> to cl-<PACKAGE>.
   2011-03-08 14:36:33 by Oleksandr Kozachuk | Files touched by this commit (26)
Log message:
Merged implementation of Common Lisp packages to mk/cl-package.mk. Added
possibility to choose the ECL package (f.e. lang/ecl or wip/ecl).
   2011-02-22 17:33:55 by Oleksandr Kozachuk | Files touched by this commit (6) | Imported package
Log message:
Import cl-ppcre-unicode-2.0.3 as wip/cl-ppcre-unicode.

CL-PPCRE is a portable regular expression library for Common Lisp which has the
following features:

- It is compatible with Perl.
- It is pretty fast.
- It is portable between ANSI-compliant Common Lisp implementations.
- It is thread-safe.
- In addition to specifying regular expressions as strings like in Perl you can
  also use S-expressions.
- It comes with a BSD-style license so you can basically do with it whatever
  you want.

CL-PPCRE-UNICODE is CL-PPCRE with unicode extensions.