bc75 FreshPorts -- devel/p5-Parse-RecDescent
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Parse-RecDescent 1.967.009_1 devel on this many watch lists=48 search for ports that depend on this port
A recursive descent parsing framework for Perl
Maintained by: tobez@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: perl5
License: not specified in port


RecDescent incrementally generates top-down recursive-descent text
parsers from simple yacc-like grammar specifications. It provides:

  * Regular expressions or literal strings as terminals (tokens)
  * Multiple (non-contiguous) productions for any rule
  * Repeated, optional and alternate subrules within productions
  * Late-bound (run-time dispatched) subrules
  * Full access to Perl within actions specified as part of the grammar
  * Simple automated error reporting during generation and parsing
  * The ability to commit to, uncommit to, or reject particular
    productions during a parse
  * Incremental extension of the parsing grammar (even during a parse)
  * The ability to retrieve the generated parsing code.

Author: Damian Conway <damian@conway.org>
WWW: http://search.cpan.org/dist/Parse-RecDescent/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-ExtUtils-MakeMaker
  2. lang/perl5.8
Required To Run:
  1. lang/perl5.8

This port is required by:

for Build for Run

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Parse/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Parse/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Parse/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Parse/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Parse/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Parse/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Parse/
  9. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Parse/
  10. http://at.cpan.org/modules/by-module/Parse/
  11. http://backpan.perl.org/modules/by-module/Parse/
  12. http://cpan.nctu.edu.tw/modules/by-module/Parse/
  13. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Parse/
  14. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Parse/
  15. http://www.cpan.dk/modules/by-module/Parse/

Number of commits found: 31

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
22 May 2012 08:39:23
Original commit files touched by this commit  1.967.009_1
tobez search for other commits by this committer
Add TEST_DEPENDS and do other cosmetic changes.

PR:             167920
Submitted by:   sunpoet
20 May 2012 01:00:30
Original commit files touched by this commit  1.967.009
swills search for other commits by this committer
- Update to 1.967.009

PR:             ports/167407
Approved by:    maintainer timeout (tobez, >2 weeks)
13 Mar 2012 16:15:36
Original commit files touched by this commit  1.965.001
pgollucci search for other commits by this committer
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
08 Mar 2012 18:45:38
Original commit files touched by this commit  1.965.001
pgollucci search for other commits by this committer
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
24 Oct 2011 09:11:38
Original commit files touched by this commit  1.965.001
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
21 Jun 2011 06:58:21
Original commit files touched by this commit  1.965.001
az search for other commits by this committer
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
06 Apr 2010 18:47:18
Original commit files touched by this commit  1.965.001
tobez search for other commits by this committer
Update to 1.965(.)001.

Changes:        http://search.cpan.org/dist/Parse-RecDescent/Changes
16 Feb 2010 23:36:13
Original commit files touched by this commit  1.964.0
tobez search for other commits by this committer
Update to 1.964(.0).

Changes:        http://search.cpan.org/dist/Parse-RecDescent/Changes
Feature safe:   yes
25 Jan 2010 11:51:34
Original commit files touched by this commit  1.963.0
tobez search for other commits by this committer
Update to 1.963.

Changes:        http://search.cpan.org/dist/Parse-RecDescent/Changes
31 Aug 2009 10:10:57
Original commit files touched by this commit  1.962.2
tobez search for other commits by this committer
Update to 1.962.2.

Changes:        http://search.cpan.org/dist/Parse-RecDescent/Changes
22 Jul 2009 16:27:08
Original commit files touched by this commit  1.96.0_2
pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
28 Nov 2008 10:08:52
Original commit files touched by this commit  1.96.0_2
skv search for other commits by this committer
Fix RUN_DEPENDS.

Approved by:    tobez (maintainer)
20 Nov 2008 18:26:07
Original commit files touched by this commit  1.96.0_1
leeym search for other commits by this committer
- use conditional dependency for dual life modules [1]
- keep BUILD_DEPENDS=RUN_DEPENDS to avoid spurious warnings [2]
- bump PORTREVISION

PR:             128187
Submitted by:   leeym
Approved by:    tobez (agreed on [1] and perferred to keep [2])
17 Oct 2008 12:31:26
Original commit files touched by this commit  1.96.0
tobez search for other commits by this committer
Update to 1.96.0.

Changes: http://search.cpan.org/dist/Parse-RecDescent/Changes
17 Apr 2008 14:30:31
Original commit files touched by this commit  1.95.1
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
24 Oct 2007 10:23:25
Original commit files touched by this commit  1.95.1
tobez search for other commits by this committer
Update to 1.95.1.

The author logged no changes in the Changes file.
22 Jan 2006 08:30:12
Original commit files touched by this commit  1.94
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
22 Jan 2006 01:48:34
Original commit files touched by this commit  1.94
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
21 Sep 2005 19:31:43
Original commit files touched by this commit  1.94
fenner search for other commits by this committer
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
25 Jul 2004 11:06:44
Original commit files touched by this commit  1.94
vs search for other commits by this committer
Install tutorial under DOCSDIR

PR:             ports/53657
Submitted by:   "parv"
Approved by     maintainer timeout
31 Mar 2004 03:12:58
Original commit files touched by this commit  1.94
trevor search for other commits by this committer
SIZEify (maintainer timeout)
24 Oct 2003 12:05:09
Original commit files touched by this commit  1.94
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
22 Apr 2003 13:48:46
Original commit files touched by this commit  1.94
tobez search for other commits by this committer
Update to 1.94, grab maintainership.
20 Feb 2003 17:07:10
Original commit files touched by this commit  1.80
knu search for other commits by this committer
De-pkg-comment.
22 Jul 2002 03:58:22
Original commit files touched by this commit  1.80
fenner search for other commits by this committer
Remove gehicks@cisco.com as MAINTAINER; mail has been bouncing for 2 months.
30 May 2001 16:17:04
files touched by this commit
vanilla search for other commits by this committer
Upgrade to latest version:    
14 Apr 2001 23:31:53
files touched by this commit
steve search for other commits by this committer
Remove empty directories on uninstall.    
01 Mar 2001 06:39:18
files touched by this commit
vanilla search for other commits by this committer
Remove do-configure section, use PERL_CONFIGURE now.    
15 Dec 2000 03:07:25
files touched by this commit
vanilla search for other commits by this committer
Upgrade to 1.79.    
08 Oct 2000 02:10:04
files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
23 Sep 2000 19:47:29
files touched by this commit
will search for other commits by this committer
Update maintainer address.    

Number of commits found: 31

2847
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24528
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days26
new fortnight58
new month215

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0