summaryrefslogtreecommitdiff
path: root/devel/cre2
AgeCommit message (Collapse)AuthorFilesLines
2017-05-07Updated devel/cr2 from 0.1b6 to 0.3.4mef3-122/+9
-------------------------------- 0.3.4 2017-04-04 - bumped version number to 0.3.4, added credits 0.3.3 2016-09-15 - development of building infrastructure, better selection of C++11 0.3.2 2016-09-14 - udpated installation infrastructure to work with recent revision of re2 under the autotools 0.3.1 2016-03-18 - bumped version number to 0.3.1 0.3.0 2016-03-17 - bumped version number to 0.3.0 0.2.0 2016-02-16 - documentation review
2017-05-03Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.jperkin1-3/+1
2016-12-25-std=c++11 is a C++-only option, so don't put it in CPPFLAGS.joerg1-2/+2
2016-10-17Add following linemef3-4/+8
CPPFLAGS+= -std=c++11 to fix (at least) pkgsrc NetBSD 7.0.1_PATCH/x86_64 2016-10-13 12:53 build Just for FYI, without FLAGS, | checking re2/re2.h usability... no | checking re2/re2.h presence... no | checking for re2/re2.h... no | configure: error: test for RE2 header failed with CXXFLAGS+=, getting below | configure: WARNING: re2/re2.h: accepted by the compiler, rejected by the preprocessor! | configure: WARNING: re2/re2.h: proceeding with the compiler's result Thanks joerg@,
2016-03-29Don't depend on GCC's VLA of non-POD types extensions.joerg2-1/+112
2016-02-09Make sure we get the re2 buildlink3.mk file from the right placeagc1-2/+2
2016-02-08Add cre2, the C rre2 wrappers, to the Packages Collection.agc4-0/+44
The CRE2 distribution is a C language wrapper for the RE2 library, which is implemented in C++. RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python.