Port details |
- pcre Perl Compatible Regular Expressions library
- 8.45_4 devel =575 8.45_4Version of this port present on the latest quarterly branch.
- DEPRECATED: EOLed by upstream, use devel/pcre2 instead
- Maintainer: krion@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-02-29 20:26:10
- Commit Hash: 7f217e2
- People watching this port, also watch:: libiconv, expat, gmake, gettext, m4
- License: BSD3CLAUSE
- WWW:
- https://www.pcre.org/
- Description:
- The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5. PCRE has its
own native API, as well as a set of wrapper functions that correspond to the
POSIX regular expression API. The PCRE library is free, even for building
proprietary software.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/pcre/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pcre
- pkg install pcre
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pcre
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1630910231
SHA256 (pcre-8.45.tar.bz2) = 4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8
SIZE (pcre-8.45.tar.bz2) = 1578809
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- lang/parrot
-
Deleted ports which required this port:
- for Libraries
-
- audio/libmp3splt
- audio/vimpc
- audio/zrythm
- benchmarks/octave-forge-benchmark
- biology/ncbi-blast+
- biology/ncbi-cxx-toolkit
- chinese/tintin++
-
Deleted ports which required this port:
- for Run
-
- devel/shedskin
Configuration Options:
- ===> The following configuration options are available for pcre-8.45_4:
DOCS=on: Build and/or install documentation
JIT=on: Use the JIT compiler (not available on all platforms)
MAN3=on: Install API manpages (section 3)
STACK_RECURSION=on: Use the stack for recursion during matching
====> 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_pcre
- USES:
- cpe libtool pathfix tar:bzip2
- 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 |
7.6 02 Feb 2008 22:32:05 |
krion |
Update to 7.6
PR: ports/120098
Submitted by: leeym |
7.4 10 Oct 2007 12:18:44 |
krion |
Update to 7.4 |
7.3 05 Sep 2007 10:33:04 |
krion |
Update to 7.3 |
7.2 27 Aug 2007 19:59:37 |
krion |
Respect NOPORTDOCS
PR: ports/115847
Submitted by: rafan |
7.2 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
7.2 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
7.2 18 Jul 2007 21:10:11 |
krion |
Update to 7.2 |
7.1 28 May 2007 14:47:35 |
krion |
Fix leftovers.
Submitted by: mnag |
7.1 28 May 2007 12:45:17 |
krion |
Update to 7.1 |
7.0_1 11 Mar 2007 19:41:33 |
krion |
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.
Bump PORTREVISION on all dependent ports. |
7.0 27 Dec 2006 10:26:40 |
krion |
Update to 7.0 |
6.7 04 Nov 2006 08:15:09 |
krion |
Utilize USE_LDCONFIG. |
6.7 04 Nov 2006 08:08:15 |
krion |
Honour pkgname in devel/pcre while building with "WITH_UTF=yes"
PR: ports/105116
Submitted by: girgen |
6.7 07 Jul 2006 09:56:38 |
krion |
Fix build on 4.x
Submitted by: andrew clarke <mail@ozzmosis.com> |
6.7 07 Jul 2006 07:58:20 |
krion |
Update to version 6.7 |
6.6_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
6.6 06 Feb 2006 17:30:49 |
krion |
Update to 6.6 |
6.5 03 Feb 2006 12:22:53 |
krion |
Update to 6.5 |
6.4 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
6.4 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
6.4 16 Oct 2005 18:47:24 |
krion |
Add CONFLICTS.
PR: ports/87526 ports/87527
Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> |
6.4 12 Sep 2005 12:28:08 |
krion |
Update to 6.4 |
6.3 28 Aug 2005 12:01:39 |
krion |
Update to 6.3 |
6.2 01 Aug 2005 14:33:20 |
krion |
Update to 6.2 |
6.1 28 Jul 2005 12:42:55 |
osa |
Update master home page to http://www.pcre.org/.
Approved by: krion (maintainer) |
6.1 27 Jul 2005 13:46:12 |
osa |
Update to 6.1.
CXX patches flamed by: #bsd-unix
Approved by: krion (maintainer)
Special thanks to: fjoe@, vsevolod@, Umka |
5.0 12 Jun 2005 07:39:16 |
krion |
Add WITH_LINK_SIZE knob which allows to adjust pcre internal data
structures for compilation of jumbo-sized patterns.
PR: ports/74369
Submitted by: David Landgren <david (at) landgren dot net> |
5.0 07 Jun 2005 22:22:41 |
krion |
Take maintainership, maintainer is MIA for too long. |
5.0 16 May 2005 21:52:58 |
pav |
- libdata/pkgconfig is now included in mtree
Approved by: marcus (portmgr hat) |
5.0 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
5.0 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
5.0 12 Oct 2004 00:16:52 |
eik |
- update to 5.0 |
4.5 01 Jul 2004 17:06:41 |
ade |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!) |
4.5 18 Mar 2004 01:04:31 |
eik |
SIZEify
Prompted by: trevor |
4.5 19 Jan 2004 22:30:51 |
eik |
- update to version 4.5
- use PORTDOCS
- set homepage to freshmeat (under control of the author)
Approved by: marcus (mentor) |
4.4 14 Nov 2003 00:29:48 |
eik |
switch my ports to my FreeBSD address
Approved by: marcus (mentor) |
4.4 15 Oct 2003 05:28:54 |
erwin |
- add some unofficial mirror sites to make pcre fetchable
PR: 58039
Submitted by: maintainer |
4.4 25 Sep 2003 21:25:10 |
erwin |
Seems the uk site went down and sf is still at 4.3, so I'll
serve the distfile myself for now. |
4.4 25 Sep 2003 06:40:26 |
erwin |
- update to 4.4
- use libtool from ports
- assign maintainership to submitter
PR: 56966
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved by: maintainer |
4.3 10 Jul 2003 01:04:52 |
foxfair |
PR: 53741
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Reviewed by: maintainer
Upgrade devel/pcre to 4.3 |
3.9 21 Feb 2003 17:54:37 |
leeym |
replace ENABLE_UTF8 with WITH_UTF8
PR: 48521
Submitted by: Dominic Mitchell <dom@happygiraffe.net> |
3.9 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
3.9 21 Feb 2003 01:17:51 |
leeym |
add an option to use the UTF-8 code in pcre
PR: 48496
Submitted by: Dominic Mitchell <dom@happygiraffe.net> |
3.9 20 Sep 2002 09:47:36 |
knu |
- Update pcre to 3.9
- Temporarily disable USE_BZIP2 due to corrupted distfile
on SourceForge mirrors
PR: ports/42067
Submitted by: Sergei Kolobov <sergei@kolobov.com>
(no response from MAINTAINER) |
24 Nov 2001 01:56:44 |
dwcjr |
Update to 3.7 |
07 Jun 2001 08:46:07 |
roam |
Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net |
03 May 2001 09:38:55 |
mharo |
The distfile has moved (and switched to a .tar.gz). Also add a pointer to the
homepage. |
24 Jan 2001 02:09:04 |
kuriyama |
Upgrade to 3.4. |
26 Oct 2000 00:54:27 |
jeh |
@${LN} -f ${WRKSRC}/.libs/pgrep ${WRKSRC}/pgrep in the pre-install target
otherwise we get a broken pgrep shell script installed instead of the binary
we really want. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
03 Jun 2000 10:16:52 |
asami |
Add two .la files. |