diff options
author | tobez <tobez@FreeBSD.org> | 2005-09-01 17:58:56 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-09-01 17:58:56 +0800 |
commit | 62c2ad5e6ac21c5185af496cfbae2a0cd3afcbe4 (patch) | |
tree | e5b9f0fd4e38c4aa87193e40be740208e2f8c0c5 /www/p5-Syntax-Highlight-Shell/pkg-descr | |
parent | 1d8ff208f055a30d0e2914c21ee6773a06fdbc33 (diff) | |
download | freebsd-ports-gnome-62c2ad5e6ac21c5185af496cfbae2a0cd3afcbe4.tar.gz freebsd-ports-gnome-62c2ad5e6ac21c5185af496cfbae2a0cd3afcbe4.tar.zst freebsd-ports-gnome-62c2ad5e6ac21c5185af496cfbae2a0cd3afcbe4.zip |
Add p5-Syntax-Highlight-Shell, a perl module to highlight shell syntax
in HTML.
Diffstat (limited to 'www/p5-Syntax-Highlight-Shell/pkg-descr')
-rw-r--r-- | www/p5-Syntax-Highlight-Shell/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/p5-Syntax-Highlight-Shell/pkg-descr b/www/p5-Syntax-Highlight-Shell/pkg-descr new file mode 100644 index 000000000000..1ae33641a003 --- /dev/null +++ b/www/p5-Syntax-Highlight-Shell/pkg-descr @@ -0,0 +1,6 @@ +This module is designed to take shell scripts and highlight them in HTML +with meaningful colours using CSS. The resulting HTML output is ready +for inclusion in a web page. Note that no reformating is done, all +spaces are preserved. + +WWW: http://search.cpan.org/dist/Syntax-Highlight-Shell |