Port details |
- dparser Simple but powerful tool for parsing
- 1.33_1 devel
=3 1.33_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2003-11-11 12:18:37
- Last Update: 2024-02-23 11:25:06
- Commit Hash: 604246f
- People watching this port, also watch:: Maaate, py39-pexpect, libevent, R, valgrind
- License: BSD3CLAUSE
- WWW:
- https://dparser.sourceforge.net/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- 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/dparser/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/dparser
- pkg install dparser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dparser
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1647329130
SHA256 (jplevyak-dparser-v1.33_GH0.tar.gz) = f55897e2a80aaf2e4961d410bca6282ca96aa97b0904f3d734ba31463350fb0b
SIZE (jplevyak-dparser-v1.33_GH0.tar.gz) = 419309
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dparser-1.33_1:
BOEHM=off: Boehm garbage collector support
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_dparser
- USES:
- gmake
- 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 |
1.33_1 23 Feb 2024 11:25:06
    |
Muhammad Moinur Rahman (bofh)  |
devel/dparser: Moved man to share/man
Approved by: portmgr (blanket) |
1.33 01 Nov 2023 22:11:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.33 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.33 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.33 15 Mar 2022 07:50:42
    |
Fernando Apesteguía (fernape)  |
devel/dparser: update to 1.33
From ChangeLog: https://github.com/jplevyak/dparser/releases/tag/v1.33
Moved to a priority heap for unshared subtree detection.
Reported by: portscout |
1.32 04 Mar 2022 12:19:23
    |
Fernando Apesteguía (fernape)  |
devel/dparser: update to 1.32
From ChangeLog: https://github.com/jplevyak/dparser/releases/tag/v1.32
* Update .gitignore: make_parser -> make_dparser
* Convert FAQ into Markdown
* Convert manual into Markdown
* Consolidate README.md and index.html
* Change from COPYRIGHT to LICENSE.txt
* Remove old HTML documents
* Convert TODO into docs/todo.md
* Make includes more explicit
Reported by: portscout |
1.31 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.31 12 Feb 2019 15:34:15
  |
gahr  |
devel/dparser: update to 1.31 |
1.30_3 31 Aug 2018 18:27:14
  |
fernape  |
devel/boehm-gc: update to 7.6.8
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8
* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports
PR: 230577
Submitted by: yasu@utahime.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16704 |
1.30_2 01 Jun 2018 10:16:42
  |
cpm  |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6
PR: 228597
Approved by: portmgr (antoine) |
1.30_1 10 Mar 2018 11:22:59
  |
cpm  |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4
PR: 225560
Submitted by: Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by: cpm
Approved by: portmgr (antoine) |
1.30 25 Jun 2017 00:29:09
  |
linimon  |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
1.30 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.30 19 Dec 2015 01:37:21
  |
amdmi3  |
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch` |
1.30 10 Dec 2014 22:29:15
  |
gahr  |
- Reset maintainership of my ports |
1.30 04 Feb 2014 13:32:05
  |
gahr  |
- STAGE-clean
- Add LICENSE
- Fix LIB_DEPENDS format |
20 Sep 2013 17:03:27

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
1.30 26 Aug 2013 12:21:33
  |
gahr  |
- s|USE_GMAKE=yes|USES=gmake| |
1.30 29 Apr 2013 08:57:13
  |
bapt  |
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 |
1.30 17 Apr 2013 07:42:04
  |
gahr  |
- Update to 1.30
- Remove article from COMMENT line
Feature safe: yes |
1.29 23 Jan 2013 16:49:24
  |
gahr  |
- 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 |
1.26 23 Dec 2010 19:36:18
 |
gahr  |
- 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 |
1.23 07 Nov 2009 10:02:28
 |
gahr  |
- Update to 1.23 |
1.19 22 Aug 2009 00:18:43
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.19 01 Jun 2008 09:42:37
 |
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
1.19 22 Apr 2008 11:53:11
 |
gahr  |
- Update to 1.19
Approved by: miwi (mentor) |
1.18 14 Mar 2008 14:57:14
 |
gahr  |
- Update to 1.18
- Adopt maintainship
Approved by: miwi (mentor) |
1.15 04 Nov 2006 23:25:20
 |
miwi  |
- Update to 1.15
PR: ports/105030
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Sponsored by: FreeBSD Bug-a-thon #2 |
1.14 07 May 2006 12:40:10
 |
sem  |
- Clean up distinfo for unmaintained ports: remove CVS tags, empty lines etc.
Obtained from: distinfo survey |
1.14 17 Mar 2006 09:56:26
 |
ehaupt  |
Update to version 1.14
PR: 94492
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.13 24 Nov 2005 15:40:04
 |
pav  |
- Add some SHA256 checksums |
1.13 21 Nov 2005 01:36:19
 |
kris  |
BROKEN on ia64: Does not build |
1.13 10 Apr 2005 20:56:57
 |
kris  |
Now builds on sparc64 |
1.13 12 Oct 2004 12:48:34
 |
krion  |
Update to version 1.13
PR: ports/72526
Submitted by: Ports Fury |
1.11 27 Sep 2004 22:55:52
 |
kris  |
Now builds on amd64
Approved by: portmgr (self) |
1.11 13 Aug 2004 15:39:02
 |
krion  |
Update to version 1.11
PR: ports/70406
Submitted by: Ports Fury |
1.10 27 Jun 2004 18:06:18
 |
krion  |
Update to version 1.10
PR: ports/68375
Submitted by: Ports Fury |
1.8_1 23 Feb 2004 05:15:26
 |
kris  |
BROKEN on !i386: Does not compile |
1.8_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.8 02 Feb 2004 15:34:51
 |
krion  |
- Fix build on -stable
- Support CFLAGS properly
PR: ports/62259
Submitted by: Ports Fury |
1.8 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
1.8 05 Jan 2004 03:04:09
 |
ijliao  |
upgrade to 1.8 |
1.7 11 Nov 2003 09:44:04
 |
ijliao  |
add dparser 1.7
A simple but powerful tool for parsing |