Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97246 - upd.: dev-libs/libpcre-6.1
Summary: upd.: dev-libs/libpcre-6.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-06-27 12:46 UTC by Carsten Lohrke (RETIRED)
Modified: 2005-07-02 16:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
pcre-6.1-link.patch (pcre-6.1-link.patch,832 bytes, text/plain)
2005-06-27 12:47 UTC, Carsten Lohrke (RETIRED)
Details
libpcre-6.1.ebuild (libpcre-6.1.ebuild,1.17 KB, text/plain)
2005-06-27 12:49 UTC, Carsten Lohrke (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Lohrke (RETIRED) gentoo-dev 2005-06-27 12:46:19 UTC
http://www.pcre.org/changelog.txt

Release 6.0 07-Jun-05
---------------------

The release number has been increased to 6.0 because of the addition of several
major new pieces of functionality.

A new function, pcre_dfa_exec(), which implements pattern matching using a DFA
algorithm, has been added. This has a number of advantages for certain cases,
though it does run more slowly, and lacks the ability to capture substrings. On
the other hand, it does find all matches, not just the first, and it works
better for partial matching. The pcrematching man page discusses the
differences.

The pcretest program has been enhanced so that it can make use of the new
pcre_dfa_exec() matching function and the extra features it provides.

The distribution now includes a C++ wrapper library. This is built
automatically if a C++ compiler is found. The pcrecpp man page discusses this
interface.

The code itself has been re-organized into many more files, one for each
function, so it no longer requires everything to be linked in when static
linkage is used. As a consequence, some internal functions have had to have
their names exposed. These functions all have names starting with _pcre_. They
are undocumented, and are not intended for use by outside callers.

The pcregrep program has been enhanced with new functionality such as
multiline-matching and options for output more matching context. See the
ChangeLog for a complete list of changes to the library and the utility
programs.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-06-27 12:47:14 UTC
Created attachment 62094 [details]
pcre-6.1-link.patch
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-06-27 12:49:41 UTC
Created attachment 62096 [details]
libpcre-6.1.ebuild

- the existing uclibc patch applies, untested
- install new libpcrecpp.so
- correct html doc installation and make optional
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2005-07-02 16:23:23 UTC
in portage. thanks for the heads up...