Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2007 00:16:23 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/textproc/pear-Text_Highlighter pkg-descr
Message-ID:  <200712310016.lBV0GNBS052193@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2007-12-31 00:16:23 UTC

  FreeBSD ports repository

  Modified files:
    textproc/pear-Text_Highlighter pkg-descr 
  Log:
  - Add correct pkg-descr
  
  Text_Highlighter is a package for syntax highlighting.
  
  It provides a base class provining all the functionality,
  and a descendent classes geneator class.
  
  The main idea is to simplify creation of subclasses
  implementing syntax highlighting for particular language.
  Subclasses do not implement any new functioanality,
  they just provide syntax highlighting rules.
  The rules sources are in XML format.
  
  To create a highlighter for a language, there is no need
  to code a new class manually. Simply describe the rules
  in XML file and use Text_Highlighter_Generator to create
  a new class.
  
  WWW:    http://pear.php.net/package/Text_Highlighter
  
  Revision  Changes    Path
  1.2       +15 -7     ports/textproc/pear-Text_Highlighter/pkg-descr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712310016.lBV0GNBS052193>