92a6 FreshPorts -- devel/dparser
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
dparser 1.30 devel on this many watch lists=1 search for ports that depend on this port
Simple but powerful tool for parsing
Maintained by: gahr@FreeBSD.org search for ports maintained by this maintainer
Port Added: 11 Nov 2003 12:18:37
License: not specified in port


DParser is a simple but powerful tool for parsing. You can specify the form of
the text to be parsed using a combination of regular expressions and grammar
productions. Because of the parsing technique (technically a scannerless GLR
parser based on the Tomita algorithm) there are no restrictions. The grammar
can be ambiguous, right or left recursive, have any number of null productions,
and because there is no separate tokenizer, can include whitespace in terminals
and have terminals which are prefixes of other terminals. DParser handles not
just well formed computer languages and data files, but just about any wacky
situation that occurs in the real world.

WWW: http://dparser.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Build:
  1. devel/gmake
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for dparser-1.30:
     BOEHM=off: Boehm garbage collector support
     DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/dparser/
  3. http://freefr.dl.sourceforge.net/project/dparser/
  4. http://garr.dl.sourceforge.net/project/dparser/
  5. http://heanet.dl.sourceforge.net/project/dparser/
  6. http://hivelocity.dl.sourceforge.net/project/dparser/
  7. http://ignum.dl.sourceforge.net/project/dparser/
  8. http://internode.dl.sourceforge.net/project/dparser/
  9. http://iweb.dl.sourceforge.net/project/dparser/
  10. http://jaist.dl.sourceforge.net/project/dparser/
  11. http://kaz.dl.sourceforge.net/project/dparser/
  12. http://kent.dl.sourceforge.net/project/dparser/
  13. http://master.dl.sourceforge.net/project/dparser/
  14. http://nchc.dl.sourceforge.net/project/dparser/
  15. http://ncu.dl.sourceforge.net/project/dparser/
  16. http://netcologne.dl.sourceforge.net/project/dparser/
  17. http://sunet.dl.sourceforge.net/project/dparser/
  18. http://superb-dca3.dl.sourceforge.net/project/dparser/
  19. http://switch.dl.sourceforge.net/project/dparser/
  20. http://tenet.dl.sourceforge.net/project/dparser/
  21. http://ufpr.dl.sourceforge.net/project/dparser/
  22. http://waix.dl.sourceforge.net/project/dparser/

Number of commits found: 25

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Apr 2013 08:57:13
Original commit files touched by this commit  1.30
bapt search for other commits by this committer
Rely on bsdtar to autodetermine the format of the distfiles when possible

For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
17 Apr 2013 07:42:04
Original commit files touched by this commit  1.30
gahr search for other commits by this committer
- Update to 1.30
- Remove article from COMMENT line

Feature safe:	yes
23 Jan 2013 16:49:24
Original commit files touched by this commit  1.29
gahr search for other commits by this committer
- Update to 1.29

  Changes:

  * Fixed bug with handling of priorities and associativity (thanx Sjoerd
Cranen)
  * Fixed a bug in error recovery.
  * Fixed a slash escapes in string literals (thanx Sjoerd Cranen)
  * Fixed bug with actions containing commments containing '
  * Python 2.6+ support (thanx to jonas@lophus.org)

- Trim Makefile header
- Convert to OptionsNG
23 Dec 2010 19:36:18
Original commit files touched by this commit  1.26
gahr search for other commits by this committer
- Update to 1.26
  Changes since last update:
  * Unicode fix thanx to agsags
  * Fixed some compilation warnings
  * Fix const issues thanx to Harald Gutsche
  * Fix MINGW issue where it lies about the size of a file
  * Fixed bug in with -R option
  * Prevented substitutions in strings in code
07 Nov 2009 10:02:28
Original commit files touched by this commit  1.23
gahr search for other commits by this committer
- Update to 1.23
22 Aug 2009 00:18:43
Original commit files touched by this commit  1.19
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
01 Jun 2008 09:42:37
Original commit files touched by this commit  1.19
olgeni search for other commits by this committer
Large round of typo fixes in ports/devel (pkg-descr).
22 Apr 2008 11:53:11
Original commit files touched by this commit  1.19
gahr search for other commits by this committer
- Update to 1.19

Approved by:    miwi (mentor)
14 Mar 2008 14:57:14
Original commit files touched by this commit  1.18
gahr search for other commits by this committer
- Update to 1.18
- Adopt maintainship

Approved by:    miwi (mentor)
04 Nov 2006 23:25:20
Original commit files touched by this commit  1.15
miwi search for other commits by this committer
- Update to 1.15

PR:             ports/105030
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Sponsored by:   FreeBSD Bug-a-thon #2
07 May 2006 12:40:10
Original commit files touched by this commit  1.14
sem search for other commits by this committer
- Clean up distinfo for unmaintained ports: remove CVS tags, empty lines etc.

Obtained from:  distinfo survey
17 Mar 2006 09:56:26
Original commit files touched by this commit  1.14
ehaupt search for other commits by this committer
Update to version 1.14

PR:             94492
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
24 Nov 2005 15:40:04
Original commit files touched by this commit  1.13
pav search for other commits by this committer
- Add some SHA256 checksums
21 Nov 2005 01:36:19
Original commit files touched by this commit  1.13
kris search for other commits by this committer
BROKEN on ia64: Does not build
10 Apr 2005 20:56:57
Original commit files touched by this commit  1.13
kris search for other commits by this committer
Now builds on sparc64
12 Oct 2004 12:48:34
Original commit files touched by this commit  1.13
krion search for other commits by this committer
Update to version 1.13

PR:             ports/72526
Submitted by:   Ports Fury
27 Sep 2004 22:55:52
Original commit files touched by this commit  1.11
kris search for other commits by this committer
Now builds on amd64

Approved by:    portmgr (self)
13 Aug 2004 15:39:02
Original commit files touched by this commit  1.11
krion search for other commits by this committer
Update to version 1.11

PR:             ports/70406
Submitted by:   Ports Fury
27 Jun 2004 18:06:18
Original commit files touched by this commit  1.10
krion search for other commits by this committer
Update to version 1.10

PR:             ports/68375
Submitted by:   Ports Fury
23 Feb 2004 05:15:26
Original commit files touched by this commit  1.8_1
kris search for other commits by this committer
BROKEN on !i386: Does not compile
04 Feb 2004 05:21:48
Original commit files touched by this commit  1.8_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
02 Feb 2004 15:34:51
Original commit files touched by this commit  1.8
krion search for other commits by this committer
- Fix build on -stable
- Support CFLAGS properly

PR:             ports/62259
Submitted by:   Ports Fury
29 Jan 2004 07:24:56
Original commit files touched by this commit  1.8
trevor search for other commits by this committer
SIZEify.
05 Jan 2004 03:04:09
Original commit files touched by this commit  1.8
ijliao search for other commits by this committer
upgrade to 1.8
11 Nov 2003 09:44:04
Original commit files touched by this commit  1.7
ijliao search for other commits by this committer
add dparser 1.7
A simple but powerful tool for parsing

Number of commits found: 25

282f
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 3
new 48 hours7
new 7 days29
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