diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-11-15 09:31:16 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-11-15 09:31:16 +0000 |
commit | 3e6ef0efc6bf96ab8617f2f785611ac26a91b2d1 (patch) | |
tree | 2dc31b086c013aea1a946a057f6efd7ea19c9c60 /textproc/p5-CSS-Tiny/pkg-descr | |
parent | 028965c1887bca4faa4166418ef17a3a34f0752d (diff) | |
download | ports-3e6ef0efc6bf96ab8617f2f785611ac26a91b2d1.tar.gz ports-3e6ef0efc6bf96ab8617f2f785611ac26a91b2d1.zip |
Notes
Diffstat (limited to 'textproc/p5-CSS-Tiny/pkg-descr')
-rw-r--r-- | textproc/p5-CSS-Tiny/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/p5-CSS-Tiny/pkg-descr b/textproc/p5-CSS-Tiny/pkg-descr new file mode 100644 index 000000000000..ba3343ed69e6 --- /dev/null +++ b/textproc/p5-CSS-Tiny/pkg-descr @@ -0,0 +1,10 @@ +CSS::Tiny is a perl class to read and write .css stylesheets with as +little code as possible, reducing load time and memory overhead. + +This module is primarily for reading and writing simple files, and +anything we write shouldn't need to have documentation/comments. If you +need something with more power, move up to CSS.pm. + +WWW: http://search.cpan.org/search?dist=CSS-Tiny + +Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at> |