FreshPorts -- The Place For Ports Fri, 3 Jul 2009 11:05 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
re2c 0.13.5 devel on this many watch lists=14 search for ports that depend on this port
Compile regular expression to C (much faster final code than flex)
Maintained by: chalpin@cs.wisc.edu search for ports maintained by this maintainer
Port Added: unknown


re2c is a tool for generating C-based recognizers from regular
expressions.  re2c-based scanners are efficient:  for programming
languages, given similar specifications, an re2c-based scanner is
typically almost twice as fast as a flex-based scanner with little or no
increase in size (possibly a decrease on cisc architectures).  Indeed,
re2c-based scanners are quite competitive with hand-crafted ones.

WWW: http://re2c.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

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


Configuration Options
     No options to configure

Master Sites:
http://garr.dl.sourceforge.net/sourceforge/re2c/
http://superb-east.dl.sourceforge.net/sourceforge/re2c/
http://nchc.dl.sourceforge.net/sourceforge/re2c/
http://kent.dl.sourceforge.net/sourceforge/re2c/
http://easynews.dl.sourceforge.net/sourceforge/re2c/
http://ufpr.dl.sourceforge.net/sourceforge/re2c/
http://mesh.dl.sourceforge.net/sourceforge/re2c/
http://heanet.dl.sourceforge.net/sourceforge/re2c/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 28

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
04 May 2009 19:55:19
Original commit files touched by this commit  0.13.5
miwi search for other commits by this committer
- Pass maintainership to Corey Halpin (chalpin@cs.wisc.edu)
24 Apr 2009 21:35:07
Original commit files touched by this commit  0.13.5
miwi search for other commits by this committer
- Fix mtree

PR:             133616
Submitted by:   pgollucci
21 Aug 2008 07:18:49
Original commit files touched by this commit  0.13.5
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)
20 Jun 2008 23:36:20
Original commit files touched by this commit  0.13.5
miwi search for other commits by this committer
- Update to 0.13.5
20 Jun 2008 23:06:21
Original commit files touched by this commit  0.13.4
miwi search for other commits by this committer
- Update to 0.13.4
- Fix NOPORTDOCS/NOPORTEXAMPLES
- Take over maintainership

Approved by:    maintainer implicit
14 May 2008 14:21:06
Original commit files touched by this commit  0.13.3
pav search for other commits by this committer
- Update to 0.13.3

PR:             ports/121968
Submitted by:   Boris S. <bst2006@dva.dyndns.org>
Approved by:    maintainer timeout (laszlof; 1 month)
18 Jun 2007 18:08:20
Original commit files touched by this commit  0.12.1
sat search for other commits by this committer
- Remove obsolete patches

PR:             ports/112501 (part of)
Submitted by:   bf <bf2006a@yahoo.com>
Tested by:      miwi (on 5.x)
Approved by:    laszlof (maintainer timeout, 39 days)
16 Jun 2007 20:43:13
Original commit files touched by this commit  0.12.1
sat search for other commits by this committer
- Update to 0.12.1

PR:             ports/112501
Submitted by:   John Levine <johnl@taugh.com>, bf <bf2006a@yahoo.com>
Approved by:    laszlof (maintainer timeout, 39 days)
21 Feb 2007 14:57:01
Original commit files touched by this commit  0.11.1
laszlof search for other commits by this committer
Update to 0.11.1
07 Nov 2006 15:37:06
Original commit files touched by this commit  0.10.6
laszlof search for other commits by this committer
Update my email address in all ports that I maintain.

Approved by:    flz (mentor)
13 Sep 2006 16:01:29
Original commit files touched by this commit  0.10.6
miwi search for other commits by this committer
- Update to 0.10.6

PR:             ports/103221
Submitted by:   Frank J. Laszlo <laszlof(at)vonostingroup.com> (maintainer)
17 Jun 2006 10:17:43
Original commit files touched by this commit  0.10.5
itetcu search for other commits by this committer
Update to version 0.10.5
 * Fixed long form of -1 switch to --single-pass as noted in man page and help.
 * Added MSVC 2003 project files and renamed old 2002 ones.
 * Fix whitespace in generated code.

PR:             ports/99038
Submitted by:   maintainer
05 Jun 2006 12:04:19
Original commit files touched by this commit  0.10.3
itetcu search for other commits by this committer
Update 0.10.3
Se PR for the list of changes.

PR:             ports/97303
Submitted by:   Martin Wilke <freebsd@unixfreunde.de> (now miwi@)
Approved by:    maintainer (the timeout was bnecause of email delivery problems)
                lawrance (mentor, implicit)
24 Apr 2006 04:18:49
Original commit files touched by this commit  0.10.1
mnag search for other commits by this committer
- Update to 0.10.1

PR:             96056
Submitted by:   maintainer
31 Dec 2005 23:06:05
Original commit files touched by this commit  0.9.12
pav search for other commits by this committer
- Update to 0.9.12
- Take maintainership

PR:             ports/91117
Submitted by:   Frank Laszlo <laszlof@vonostingroup.com>
24 Nov 2005 15:40:04
Original commit files touched by this commit  0.9.7
pav search for other commits by this committer
- Add some SHA256 checksums
13 Jun 2005 10:54:32
Original commit files touched by this commit  0.9.7
novel search for other commits by this committer
Update to 0.9.7.

PR:             82149
Submitted by:   Alex Kiesel <kiesel@schlund.de>
01 Jun 2004 10:41:36
Original commit files touched by this commit  0.9.3
ijliao search for other commits by this committer
upgrade to 0.9.3
16 May 2004 17:19:06
Original commit files touched by this commit  0.9.1_1
krion search for other commits by this committer
- Fix MASTER_SITES

PR:             ports/66687
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.9.1_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.9.1
trevor search for other commits by this committer
SIZEify.
11 Aug 2003 16:03:51
Original commit files touched by this commit  0.9.1
eivind search for other commits by this committer
Resign as maintainer
07 Mar 2003 06:01:16
Original commit files touched by this commit  0.9.1
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
28 Nov 2002 19:26:16
Original commit files touched by this commit  0.9.1
arved search for other commits by this committer
Fix build on -CURRENT

PR:             43720
Submitted by:   Craig Rodrigues <rodrigc@attbi.com>
04 Nov 2002 02:15:27
Original commit files touched by this commit  0.9.1
edwin search for other commits by this committer
PERL -> REINPLACE
Noticed on: bento
14 Mar 2001 18:13:20
files touched by this commit
eivind search for other commits by this committer
Remove one distfile mirror - though the contents of the .tar.gz   in each
location are equal, the MD5 is different.    
20 Feb 2001 22:25:05
files touched by this commit
eivind search for other commits by this committer
Update to version 0.9.1    
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.  

Number of commits found: 28

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 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 20375
Broken 144
Deprecated 44
Ignore 762
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 3
new 48 hours4
new 7 days69
new fortnight98
new month180

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.217 seconds.