Port details |
- pcre2 Perl Compatible Regular Expressions library, version 2
- 10.42 devel
=27 Version of this port present on the latest quarterly branch. - Maintainer: krion@FreeBSD.org
 - Port Added: 2015-08-25 17:31:42
- Last Update: 2023-01-02 22:14:14
- Commit Hash: 04f6baa
- People watching this port, also watch:: ca_root_nss, pkg, readline, liblz4, libiconv
- 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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 = 1672697328
SHA256 (pcre2-10.42.tar.bz2) = 8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840
SIZE (pcre2-10.42.tar.bz2) = 1799866
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.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Libraries
-
- audio/zrythm
- cad/libredwg
- chinese/tin
- databases/mariadb105-client
- databases/mariadb105-server
- databases/mariadb106-client
- databases/mariadb106-server
-
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.42:
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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
10.42 02 Jan 2023 22:14:14
    |
Kirill Ponomarev (krion)  |
devel/pcre2: Update to 10.42 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
10.40 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
10.40 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
10.40 12 May 2022 18:20:07
    |
Kirill Ponomarev (krion)  |
devel/pcre2: enable compression support for pcre2grep
PR: 263935
Reported by: David Siebörger <drs-freebsd@sieborger__dot__nom__dot__za> |
10.40 02 May 2022 15:31:35
    |
Kirill Ponomarev (krion)  |
devel/pcre2: Update to 10.40 |
10.39_1 25 Mar 2022 15:15:30
    |
Piotr Kubaj (pkubaj)  |
devel/pcre2: fix patch |
10.39_1 25 Mar 2022 14:29:03
    |
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. |
10.39 02 Nov 2021 09:25:28
    |
Kirill Ponomarev (krion)  |
devel/pcre2: remove superfluous dependency |
10.39 02 Nov 2021 09:04:58
    |
Kirill Ponomarev (krion)  |
devel/pcre2: update to 10.39 |
10.37 11 Sep 2021 11:47:23
    |
Bernhard Froehlich (decke)  |
devel/pcre2: Add CPE information
Approved by: portmgr (blanket) |
10.37 29 Jun 2021 06:58:05
    |
Kirill Ponomarev (krion)  |
devel/pcre2: resort Makefile |
10.37 27 May 2021 08:53:26
    |
Kirill Ponomarev (krion)  |
devel/pcre2: update to 10.37 |
10.36 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10.36 07 Dec 2020 16:39:29
  |
krion  |
Update to 10.36 |
10.35 17 Nov 2020 06:53:47
  |
krion  |
Disable JIT support on RISC-V.
PR: 251193
Submitted by: mhorne |
10.35 12 May 2020 12:01:56
  |
krion  |
Update to 10.35 |
10.34 12 Feb 2020 22:21:56
  |
krion  |
Upgrade to 10.34 |
10.33 31 Aug 2019 18:01:41
  |
krion  |
Update to 10.33 |
10.32_2 30 Jul 2019 12:36:20
  |
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 |
10.32_1 09 Apr 2019 14:04:50
  |
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 |
10.32 06 Feb 2019 18:49:08
  |
krion  |
Update to 10.32 |
10.31 03 Oct 2018 13:37:14
  |
krion  |
Grab maintainership. |
10.31 02 Oct 2018 19:21:50
  |
feld  |
Reset maintainer for misc ports I do not interact with anymore |
10.31 15 Aug 2018 19:09:00
  |
adamw  |
Update pcre2 to 10.31
PR: 229703
Approved by: maintainer (feld) |
10.21_1 19 May 2018 11:08:22
  |
sunpoet  |
Update WWW
Approved by: portmgr (blanket) |
10.21_1 18 Feb 2018 09:02:55
  |
amdmi3  |
- Switch to new test framework
Approved by: portmgr blanket |
10.21_1 27 Jun 2017 13:46:53
  |
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 |
10.21 25 Jun 2017 00:29:09
  |
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) |
10.21 21 Mar 2016 02:47:59
  |
feld  |
devel/pcre2: Update to 10.21 |
10.20_1 21 Mar 2016 02:34:50
  |
feld  |
devel/pcre2: Add patch to resolve CVE
PR: 208167
Obtained from: PCRE svn (r489)
Security: CVE-2016-3191 |
10.20 25 Aug 2015 17:41:41
  |
feld  |
Make LIBEDIT and READLINE radio options |
10.20 25 Aug 2015 17:31:33
  |
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. |