./textproc/regexx, C++ regular expression library

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


Branch: CURRENT, Version: 0.98.1nb3, Package name: regexx-0.98.1nb3, Maintainer: pkgsrc-users

Regexx is a complete regular expressions C++ solution. It implements
easy expression execution, global searching, replace with atom
substitution, customized replaces, easy match and atom strings retrieving.
Also included in the library are functions to split strings using strings
or regular expressions.

Since 0.97, Regexx is using Perl Compatible Regular Expressions. It
means that you can use regular expressions very similar to the ones you
use with Perl.

It's very easy to use Regexx. Just include the "regexx" namespace and
the "regexx.hh" header in your project, create a Regexx instance and use
its methods as you like.


Required to run:
[devel/pcre]

Master sites:

Filesize: 412.14 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-17 20:57:26 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
regexx: fix build on compilers defaulting to c++17 and above
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2017-09-04 20:08:31 by Thomas Klausner | Files touched by this commit (163)
Log message:
Follow some redirects.
   2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797)
Log message:
Add SHA512 digests for distfiles for textproc category

Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-03-03 01:14:27 by Thomas Klausner | Files touched by this commit (1657)
Log message:
Recursive bump for pcre-8.30* (shlib major change)
   2011-11-24 14:32:56 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix build with newer GCC versions