cvs commit: ports/textproc Makefile ports/textproc/p5-Makefile-DOM Makefile distinfo pkg-descr pkg-plist

Cheng-Lung Sung clsung at FreeBSD.org
Fri Apr 18 06:04:09 UTC 2008


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)


More information about the cvs-ports mailing list