Commit graph

5 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
150a9b69f4 - 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)
2011-09-02 02:35:31 +00:00
Sunpoet Po-Chuan Hsieh
c37a5adc34 - 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)
2011-08-24 01:34:04 +00:00
Andrej Zverev
7a1dccccd5 - 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
2011-06-20 09:03:27 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Cheng-Lung Sung
fa976d2aed 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>
2008-04-18 06:04:08 +00:00