FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:23 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
pcre 8.00 devel on this many watch lists=548 search for ports that depend on this port An older version of this port was marked as vulnerable.
Perl Compatible Regular Expressions library
Maintained by: krion@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5, with just
a few differences. The current implementation corresponds to Perl 5.005.
PCRE is  used by many programs, including Exim, Postfix, and PHP.

Written by: Phil Hazel <ph10@cam.ac.uk>

WWW: http://www.pcre.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/devel/pcre/ && make install clean
To add the package: pkg_add -r pcre


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
ftp://ftp.fu-berlin.de/unix/misc/pcre/
ftp://ftp.tin.org/pub/libs/pcre/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 57

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Oct 2009 20:49:26
Original commit files touched by this commit  8.00
krion search for other commits by this committer
Update to 8.00

PR:             ports/139785
Submitted by:   Sahil Tandon <sahil@tandon.net>
12 Apr 2009 10:06:47
Original commit files touched by this commit  7.9
krion search for other commits by this committer
Update to 7.9
04 Oct 2008 12:46:44
Original commit files touched by this commit  7.8
krion search for other commits by this committer
Update to 7.8

PR:             ports/127135
Submitted by:   chinsan@FreeBSD.org
21 Aug 2008 07:18:49
Original commit files touched by this commit  7.7_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
12 Aug 2008 16:48:15
Original commit files touched by this commit  7.7_1
krion search for other commits by this committer
Fix a heap overflow condition when compiling certain regular
expressions involving in-pattern options and branches, potentially
leading to arbitrary code execution.

PR:             ports/126471
Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
14 May 2008 06:53:53
Original commit files touched by this commit  7.7
krion search for other commits by this committer
Update to 7.7

PR:             ports/123585
Submitted by:   leeym
02 Feb 2008 22:32:05
Original commit files touched by this commit  7.6
krion search for other commits by this committer
Update to 7.6

PR:             ports/120098
Submitted by:   leeym
10 Oct 2007 13:18:44
Original commit files touched by this commit  7.4
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 7.4
05 Sep 2007 11:33:04
Original commit files touched by this commit  7.3
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 7.3
27 Aug 2007 20:59:37
Original commit files touched by this commit  7.2
 This port version is marked as vulnerable.
krion search for other commits by this committer
Respect NOPORTDOCS

PR:             ports/115847
Submitted by:   rafan
04 Aug 2007 12:41:31
Original commit files touched by this commit  7.2
 This port version is marked as vulnerable.
gabor search for other commits by this committer
- 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)
23 Jul 2007 10:36:52
Original commit files touched by this commit  7.2
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- 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
18 Jul 2007 22:10:11
Original commit files touched by this commit  7.2
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 7.2
28 May 2007 15:47:35
Original commit files touched by this commit  7.1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix leftovers.

Submitted by:   mnag
28 May 2007 13:45:17
Original commit files touched by this commit  7.1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 7.1
11 Mar 2007 19:41:33
Original commit files touched by this commit  7.0_1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.

Bump PORTREVISION on all dependent ports.
27 Dec 2006 10:26:40
Original commit files touched by this commit  7.0
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 7.0
04 Nov 2006 08:15:09
Original commit files touched by this commit  6.7
 This port version is marked as vulnerable.
krion search for other commits by this committer
Utilize USE_LDCONFIG.
04 Nov 2006 08:08:15
Original commit files touched by this commit  6.7
 This port version is marked as vulnerable.
krion search for other commits by this committer
Honour pkgname in devel/pcre while building with "WITH_UTF=yes"

PR:             ports/105116
Submitted by:   girgen
07 Jul 2006 10:56:38
Original commit files touched by this commit  6.7
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix build on 4.x

Submitted by:   andrew clarke <mail@ozzmosis.com>
07 Jul 2006 08:58:20
Original commit files touched by this commit  6.7
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to version 6.7
23 Feb 2006 10:40:45
Original commit files touched by this commit  6.6_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
06 Feb 2006 17:30:49
Original commit files touched by this commit  6.6
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 6.6
03 Feb 2006 12:22:53
Original commit files touched by this commit  6.5
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 6.5
22 Jan 2006 08:30:12
Original commit files touched by this commit  6.4
 This port version is marked as vulnerable.
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  6.4
 This port version is marked as vulnerable.
ade search for other commits by this committer
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.
16 Oct 2005 19:47:24
Original commit files touched by this commit  6.4
 This port version is marked as vulnerable.
krion search for other commits by this committer
Add CONFLICTS.

PR:             ports/87526 ports/87527
Submitted by:   Denis Shaposhnikov <dsh@neva.vlink.ru>
12 Sep 2005 13:28:08
Original commit files touched by this commit  6.4
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 6.4
28 Aug 2005 13:01:39
Original commit files touched by this commit  6.3
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 6.3
01 Aug 2005 15:33:20
Original commit files touched by this commit  6.2
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 6.2
28 Jul 2005 13:42:55
Original commit files touched by this commit  6.1
 This port version is marked as vulnerable.
osa search for other commits by this committer
Update master home page to http://www.pcre.org/.

Approved by:    krion (maintainer)
27 Jul 2005 14:46:12
Original commit files touched by this commit  6.1
 This port version is marked as vulnerable.
osa search for other commits by this committer
Update to 6.1.

CXX patches flamed by:  #bsd-unix
Approved by:            krion (maintainer)
Special thanks to:      fjoe@, vsevolod@, Umka
12 Jun 2005 08:39:16
Original commit files touched by this commit  5.0
 This port version is marked as vulnerable.
krion search for other commits by this committer
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>
07 Jun 2005 23:22:41
Original commit files touched by this commit  5.0
 This port version is marked as vulnerable.
krion search for other commits by this committer
Take maintainership, maintainer is MIA for too long.
16 May 2005 22:52:58
Original commit files touched by this commit  5.0
 This port version is marked as vulnerable.
pav search for other commits by this committer
- libdata/pkgconfig is now included in mtree

Approved by:    marcus (portmgr hat)
12 Apr 2005 04:26:57
Original commit files touched by this commit  5.0
 This port version is marked as vulnerable.
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  5.0
 This port version is marked as vulnerable.
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
12 Oct 2004 01:16:52
Original commit files touched by this commit  5.0
 This port version is marked as vulnerable.
eik search for other commits by this committer
- update to 5.0
01 Jul 2004 18:06:41
Original commit files touched by this commit  4.5
 This port version is marked as vulnerable.
ade search for other commits by this committer
Autotools cleanup.  Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:             67768
Submitted by:   ade
Approved by:    4-exp bento runs (thanks, kris!)
18 Mar 2004 01:04:31
Original commit files touched by this commit  4.5
 This port version is marked as vulnerable.
eik search for other commits by this committer
SIZEify

Prompted by:    trevor
19 Jan 2004 22:30:51
Original commit files touched by this commit  4.5
 This port version is marked as vulnerable.
eik search for other commits by this committer
- update to version 4.5
- use PORTDOCS
- set homepage to freshmeat (under control of the author)

Approved by:    marcus (mentor)
14 Nov 2003 00:29:48
Original commit files touched by this commit  4.4
 This port version is marked as vulnerable.
eik search for other commits by this committer
switch my ports to my FreeBSD address

Approved by:    marcus (mentor)
15 Oct 2003 06:28:54
Original commit files touched by this commit  4.4
 This port version is marked as vulnerable.
erwin search for other commits by this committer
- add some unofficial mirror sites to make pcre fetchable

PR:             58039
Submitted by:   maintainer
25 Sep 2003 22:25:10
Original commit files touched by this commit  4.4
 This port version is marked as vulnerable.
erwin search for other commits by this committer
Seems the uk site went down and sf is still at 4.3, so I'll
serve the distfile myself for now.
25 Sep 2003 07:40:26
Original commit files touched by this commit  4.4
 This port version is marked as vulnerable.
erwin search for other commits by this committer
- 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
10 Jul 2003 02:04:52
Original commit files touched by this commit  4.3
 This port version is marked as vulnerable.
foxfair search for other commits by this committer
PR:             53741
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Reviewed by:    maintainer
Upgrade devel/pcre to 4.3
21 Feb 2003 17:54:37
Original commit files touched by this commit  3.9
 This port version is marked as vulnerable.
leeym search for other commits by this committer
replace ENABLE_UTF8 with WITH_UTF8

PR:             48521
Submitted by:   Dominic Mitchell <dom@happygiraffe.net>
21 Feb 2003 11:23:04
Original commit files touched by this commit  3.9
 This port version is marked as vulnerable.
knu search for other commits by this committer
De-pkg-comment.
21 Feb 2003 01:17:51
Original commit files touched by this commit  3.9
 This port version is marked as vulnerable.
leeym search for other commits by this committer
add an option to use the UTF-8 code in pcre

PR:             48496
Submitted by:   Dominic Mitchell <dom@happygiraffe.net>
20 Sep 2002 10:47:36
Original commit files touched by this commit  3.9
 This port version is marked as vulnerable.
knu search for other commits by this committer
- 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
files touched by this commit
dwcjr search for other commits by this committer
Update to 3.7    
07 Jun 2001 09:46:07
files touched by this commit
roam search for other commits by this committer
Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net    
03 May 2001 10:38:55
files touched by this commit
mharo search for other commits by this committer
The distfile has moved (and switched to a .tar.gz).   Also add a pointer to the
homepage.    
24 Jan 2001 02:09:04
files touched by this commit
kuriyama search for other commits by this committer
Upgrade to 3.4.    
26 Oct 2000 01:54:27
files touched by this commit
jeh search for other commits by this committer
@${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 03:10:04
files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
03 Jun 2000 11:16:52
files touched by this commit
asami search for other commits by this committer
Add two .la files.    

Number of commits found: 57

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.264 seconds.