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 | |
parent | 028965c1887bca4faa4166418ef17a3a34f0752d (diff) | |
download | ports-3e6ef0efc6bf96ab8617f2f785611ac26a91b2d1.tar.gz ports-3e6ef0efc6bf96ab8617f2f785611ac26a91b2d1.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-CSS-Tiny/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-CSS-Tiny/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-CSS-Tiny/pkg-descr | 10 | ||||
-rw-r--r-- | textproc/p5-CSS-Tiny/pkg-plist | 5 |
5 files changed, 38 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 70b519522c18..4541e808bda0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -182,6 +182,7 @@ SUBDIR += orchard-c SUBDIR += p5-Apache-ParseLog SUBDIR += p5-CSS-SAC + SUBDIR += p5-CSS-Tiny SUBDIR += p5-Data-FormValidator SUBDIR += p5-DelimMatch SUBDIR += p5-FreeBSD-Ports diff --git a/textproc/p5-CSS-Tiny/Makefile b/textproc/p5-CSS-Tiny/Makefile new file mode 100644 index 000000000000..0b98d0b3cdef --- /dev/null +++ b/textproc/p5-CSS-Tiny/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-CSS-Tiny +# Date created: 2003-10-31 +# Whom: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at> +# +# $FreeBSD$ +# + +PORTNAME= CSS-Tiny +PORTVERSION= 1.02 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= CSS +PKGNAMEPREFIX= p5- + +MAINTAINER= hansjoerg.pehofer@uibk.ac.at +COMMENT= Read/Write .css files with as little code as possible + +PERL_CONFIGURE= yes +MAN3= CSS::Tiny.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-CSS-Tiny/distinfo b/textproc/p5-CSS-Tiny/distinfo new file mode 100644 index 000000000000..258028e0ede1 --- /dev/null +++ b/textproc/p5-CSS-Tiny/distinfo @@ -0,0 +1 @@ +MD5 (CSS-Tiny-1.02.tar.gz) = 2d2e1424afff1eb06f19e997af62ba84 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> diff --git a/textproc/p5-CSS-Tiny/pkg-plist b/textproc/p5-CSS-Tiny/pkg-plist new file mode 100644 index 000000000000..f6c19a5d3f42 --- /dev/null +++ b/textproc/p5-CSS-Tiny/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/CSS/Tiny.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Tiny/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Tiny +@unexec rmdir %D%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS 2>/dev/null || true +@unexec rmdir %D%%SITE_PERL%%/CSS 2>/dev/null || true |