Date: Fri, 18 Apr 2008 06:04:08 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Makefile-DOM Makefile distinfo pkg-descr pkg-plist Message-ID: <200804180604.m3I649LN054819@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2008-04-18 06:04:08 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/p5-Makefile-DOM Makefile distinfo pkg-descr pkg-plist
Log:
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>
Revision Changes Path
1.1232 +1 -0 ports/textproc/Makefile
1.1 +33 -0 ports/textproc/p5-Makefile-DOM/Makefile (new)
1.1 +3 -0 ports/textproc/p5-Makefile-DOM/distinfo (new)
1.1 +11 -0 ports/textproc/p5-Makefile-DOM/pkg-descr (new)
1.1 +31 -0 ports/textproc/p5-Makefile-DOM/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804180604.m3I649LN054819>
