Port details |
- p5-Makefile-DOM Simple DOM parser for Makefiles
- 0.008_1 textproc =2 0.008_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2008-04-18 06:04:29
- Last Update: 2022-09-07 22:17:26
- Commit Hash: cd5c1aa
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Makefile-DOM
- Description:
- This libary can serve as an advanced lexer for (GNU) makefiles. It parses
makefiles as "documents" and the parsing is lossless. The results are data
structures similar to DOM trees. The DOM trees hold every single bit of the
information in the original input files, including white spaces, blank lines and
makefile comments. That means it's possible to reproduce the original makefiles
from the DOM trees. In addition, each node of the DOM trees is modifiable and
so is the whole tree, just like the PPI module used for Perl source parsing and
the HTML::TreeBuilder module used for parsing HTML source.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Makefile-DOM>0:textproc/p5-Makefile-DOM
- To install the port:
- cd /usr/ports/textproc/p5-Makefile-DOM/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-Makefile-DOM
- pkg install p5-Makefile-DOM
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Makefile-DOM
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Makefile-DOM-0.008.tar.gz) = df54998f4c523489ab0c4d8b2fae44c9bb04a98c63a7d5004d0179e5dcf75824
SIZE (Makefile-DOM-0.008.tar.gz) = 96929
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:
-
- p5-Clone>=0.18 : devel/p5-Clone
- p5-List-MoreUtils>=0.21 : lang/p5-List-MoreUtils
- p5-Params-Util>=0.22 : devel/p5-Params-Util
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Clone>=0.18 : devel/p5-Clone
- p5-List-MoreUtils>=0.21 : lang/p5-List-MoreUtils
- p5-Params-Util>=0.22 : devel/p5-Params-Util
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- textproc/p5-Makefile-Parser
- for Run
-
- textproc/p5-Makefile-Parser
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-Makefile-DOM
- USES:
- perl5
- 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 |
0.008_1 07 Sep 2022 22:17:26 |
Stefan Eßer (se) |
Remove WWW: from more pkg-descr files
The URLs have been moved to WWW entries in the ports' Makefiles.
Approved by: portmgr (implicit) |
0.008_1 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 ) |
0.008_1 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.008_1 25 Jun 2021 13:36:34 |
Po-Chuan Hsieh (sunpoet) |
textproc/p5-Makefile-DOM: Add NO_ARCH |
0.008_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.008_1 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.008_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.008_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.008_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.008_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.008 24 Nov 2014 18:27:13 |
sunpoet |
- Update to 0.008
- Cleanup PLIST
Changes: http://search.cpan.org/dist/Makefile-DOM/Changes |
0.006 31 Jul 2014 18:54:36 |
sunpoet |
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr
- Use single space after WWW: |
0.006 30 Jun 2014 16:42:18 |
sunpoet |
- Take maintainership |
0.006 30 Jun 2014 05:51:03 |
eadler |
multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.
Gea-Suan Lin's work is much appreciated.
Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) |
0.006 21 Jan 2014 17:03:01 |
mat |
* Convert to staging
* Add license
Sponsored by: Absolight |
0.006 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.006 11 Sep 2013 06:49:58 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.006 02 Sep 2011 02:35:31 |
sunpoet |
- Update to 0.006
Changes: http://search.cpan.org/dist/Makefile-DOM/Changes
PR: ports/160371
Submitted by: sunpoet (myself)
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.005 24 Aug 2011 01:34:04 |
sunpoet |
- Update to 0.005
Changes: http://search.cpan.org/dist/Makefile-DOM/Changes
PR: ports/160004
Submitted by: sunpoet (myself)
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.004 20 Jun 2011 09:03:27 |
az |
- 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 |
0.004 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
0.004 18 Apr 2008 06:04:08 |
clsung |
This libary can serve as an advanced lexer for (GNU) makefiles. It
parses makefiles as "documents" and the parsing is lossless. The
results are data structures similar to DOM trees. The DOM trees hold
every single bit of the information in the original input files,
including white spaces, blank lines and makefile comments. That means
it's possible to reproduce the original makefiles from the DOM trees.
In addition, each node of the DOM trees is modifiable and so is the
whole tree, just like the PPI module used for Perl source parsing and
the HTML::TreeBuilder module used for parsing HTML source.
WWW: http://search.cpan.org/dist/Makefile-DOM/
PR: ports/122843
Submitted by: Gea-Suan Lin <gslin at gslin.org> |