r30718 - in /trunk/libsyntax-highlight-engine-simple-perl/debian: changelog control

bremner-guest at users.alioth.debian.org bremner-guest at users.alioth.debian.org
Sun Feb 15 02:12:06 UTC 2009


Author: bremner-guest
Date: Sun Feb 15 02:11:50 2009
New Revision: 30718

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30718
Log:
Update long description

Modified:
    trunk/libsyntax-highlight-engine-simple-perl/debian/changelog
    trunk/libsyntax-highlight-engine-simple-perl/debian/control

Modified: trunk/libsyntax-highlight-engine-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-perl/debian/changelog?rev=30718&op=diff
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-perl/debian/changelog (original)
+++ trunk/libsyntax-highlight-engine-simple-perl/debian/changelog Sun Feb 15 02:11:50 2009
@@ -1,9 +1,11 @@
-TODO: 
-  Make a -modules package modelled on 
+TODO:
+  - Make a -modules package modelled on 
   libcatalyst-modules-perl containing language 
   definitions. Recommend from this package. 
-  -- David Bremner <bremner at unb.ca>  
 
+-- David Bremner <bremner at unb.ca>  
+
+  
 libsyntax-highlight-engine-simple-perl (0.08-1) UNRELEASED; urgency=low
 
   * Initial Release (Closes: #515105)

Modified: trunk/libsyntax-highlight-engine-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-perl/debian/control?rev=30718&op=diff
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-perl/debian/control (original)
+++ trunk/libsyntax-highlight-engine-simple-perl/debian/control Sun Feb 15 02:11:50 2009
@@ -13,18 +13,14 @@
 Package: libsyntax-highlight-engine-simple-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libuniversal-require-perl
-Description: Simple Syntax Highlight Engine
- This is a Syntax highlight Engine. This generates a part of HTML string by
- marking up the input string with span tags along the given rules so that you
- can easily coloring with CSS.
- .
- Advantage is the simpleness. This provides a simple way to define the
- highlighting rules by packing the complicated part of it into regular
- expression. Also, This works faster than similar highlight solutions on rough
- benchmarks.
- .
- Here is a working example of This module.
- .
- http://jamadam.com/dev/cpan/demo/Syntax/Highlight/Engine/Simple/
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: framework for generating syntax highlighted HTML from source code.
+ Syntax::Highlight::Engine::Simple provides an easy way to create
+ syntax highlighting modules for various languages. It generates HTML
+ by marking up the input string with span tags according the given
+ rules.  The appearence of e.g. keywords is then easily controllable
+ via CSS.  Highlighting rules are defined by regular expressions,
+ typically in a subclass.  Compared to similar perl modules, this
+ module is simple, fast, and does not require any external
+ dependencies.
+
+




More information about the Pkg-perl-cvs-commits mailing list