Port details |
- pcre2 Perl Compatible Regular Expressions library, version 2
- 10.40 devel
=27 10.40Version of this port present on the latest quarterly branch. - Maintainer: krion@FreeBSD.org
 - Port Added: 2015-08-25 17:31:42
- Last Update: 2022-05-12 18:20:07
- Commit Hash: 7de2d9a
- People watching this port, also watch:: ca_root_nss, pcre, liblz4, readline, pkg
- License: BSD3CLAUSE
- Description:
- PCRE2 is the name used for a revised API for the PCRE library, which is
a set of functions, written in C, that implement regular expression
pattern matching using the same syntax and semantics as Perl, with just
a few differences. Some features that appeared in Python and the
original PCRE before they appeared in Perl are also available using the
Python syntax. There is also some support for one or two .NET and
Oniguruma syntax items, and there are options for requesting some minor
changes that give better ECMAScript (aka JavaScript) compatibility.
WWW: https://www.pcre.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For LIB depends:
- libpcre2-16.so:devel/pcre2
- libpcre2-32.so:devel/pcre2
- libpcre2-8.so:devel/pcre2
- libpcre2-posix.so:devel/pcre2
- To install the port:
- cd /usr/ports/devel/pcre2/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pcre2
- pkg install pcre2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pcre2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1651504783
SHA256 (pcre2-10.40.tar.bz2) = 14e4b83c4783933dc17e964318e6324f7cae1bc75d8f3c79bc6969f00c159d68
SIZE (pcre2-10.40.tar.bz2) = 1765440
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Libraries
-
- audio/zrythm
- cad/libredwg
- databases/mariadb105-client
- databases/mariadb105-server
- databases/mariadb106-client
- databases/mariadb106-server
- deskutils/copyq
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- ===> The following configuration options are available for pcre2-10.40:
DOCS=on: Build and/or install documentation
LIBBZ2=off: Using pcre2grep with .bz2 files
LIBZ=off: Using pcre2grep with .gz files
====> Command-line interface support: you can only select none or one of them
LIBEDIT=off: Command line editing via libedit
READLINE=off: Command line editing via libreadline
===> Use 'make config' to modify these settings
- Options name:
- devel_pcre2
- USES:
- autoreconf cpe libtool pkgconfig tar:bz2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
12 May 2022 18:20:07 10.40
|
Kirill Ponomarev (krion)  |
devel/pcre2: enable compression support for pcre2grep
PR: 263935
Reported by: David Siebörger <drs-freebsd@sieborger__dot__nom__dot__za> |
02 May 2022 15:31:35 10.40
|
Kirill Ponomarev (krion)  |
devel/pcre2: Update to 10.40 |
25 Mar 2022 15:15:30 10.39_1
|
Piotr Kubaj (pkubaj)  |
devel/pcre2: fix patch |
25 Mar 2022 14:29:03 10.39_1
|
Piotr Kubaj (pkubaj)  |
pcre: fix runtime issues on powerpc
In sljitConfigInternal.h, pcre checks for existence of __builtin___clear_cache()
function.
LLVM provides that function for all platforms, even those that don't have
implemented flushing the cache.
This leads to runtime errors on e.g. powerpc (32-bit) with __clear_cache()
calling compilerrt_abort(), resulting in SIGABRT. |
02 Nov 2021 09:25:28 10.39
|
Kirill Ponomarev (krion)  |
devel/pcre2: remove superfluous dependency |
02 Nov 2021 09:04:58 10.39
|
Kirill Ponomarev (krion)  |
devel/pcre2: update to 10.39 |
11 Sep 2021 11:47:23 10.37
|
Bernhard Froehlich (decke)  |
devel/pcre2: Add CPE information
Approved by: portmgr (blanket) |
29 Jun 2021 06:58:05 10.37
|
Kirill Ponomarev (krion)  |
devel/pcre2: resort Makefile |
27 May 2021 08:53:26 10.37
|
Kirill Ponomarev (krion)  |
devel/pcre2: update to 10.37 |
06 Apr 2021 14:31:07 10.36
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Dec 2020 16:39:29
10.36
|
krion  |
Update to 10.36 |
17 Nov 2020 06:53:47
10.35
|
krion  |
Disable JIT support on RISC-V.
PR: 251193
Submitted by: mhorne |
12 May 2020 12:01:56
10.35
|
krion  |
Update to 10.35 |
12 Feb 2020 22:21:56
10.34
|
krion  |
Upgrade to 10.34 |
31 Aug 2019 18:01:41
10.33
|
krion  |
Update to 10.33 |
30 Jul 2019 12:36:20
10.32_2
|
pkubaj  |
devel/pcre2: Correctly detect OpenPOWER 64-bit ELFv2 ABI
PR: 239408
Submitted by: bdragon
Reported by: bdragon
Approved by: krion (maintainer), linimon (mentor)
Obtained from: https://bugs.exim.org/show_bug.cgi?id=2353
Differential Revision: https://reviews.freebsd.org/D21063 |
09 Apr 2019 14:04:50
10.32_1
|
sunpoet  |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
06 Feb 2019 18:49:08
10.32
|
krion  |
Update to 10.32 |
03 Oct 2018 13:37:14
10.31
|
krion  |
Grab maintainership. |
02 Oct 2018 19:21:50
10.31
|
feld  |
Reset maintainer for misc ports I do not interact with anymore |
15 Aug 2018 19:09:00
10.31
|
adamw  |
Update pcre2 to 10.31
PR: 229703
Approved by: maintainer (feld) |
19 May 2018 11:08:22
10.21_1
|
sunpoet  |
Update WWW
Approved by: portmgr (blanket) |
18 Feb 2018 09:02:55
10.21_1
|
amdmi3  |
- Switch to new test framework
Approved by: portmgr blanket |
27 Jun 2017 13:46:53
10.21_1
|
sunpoet  |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
25 Jun 2017 00:29:09
10.21
|
linimon  |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
21 Mar 2016 02:47:59
10.21
|
feld  |
devel/pcre2: Update to 10.21 |
21 Mar 2016 02:34:50
10.20_1
|
feld  |
devel/pcre2: Add patch to resolve CVE
PR: 208167
Obtained from: PCRE svn (r489)
Security: CVE-2016-3191 |
25 Aug 2015 17:41:41
10.20 
|
feld  |
Make LIBEDIT and READLINE radio options |
25 Aug 2015 17:31:33
10.20 
|
feld  |
New port: devel/pcre2
PCRE2 is the name used for a revised API for the PCRE library, which is
a set of functions, written in C, that implement regular expression
pattern matching using the same syntax and semantics as Perl, with just
a few differences. |