a small perl package to make it easy to handle CSS.
This commit is contained in:
parent
ed4c34d0ca
commit
7340032f69
17
www/p5-CSS-Tiny/Makefile
Normal file
17
www/p5-CSS-Tiny/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/21 21:57:29 espie Exp $
|
||||
|
||||
COMMENT= "handle CSS with little overhead"
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= CSS-Tiny-1.14
|
||||
CATEGORIES= www
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
4
www/p5-CSS-Tiny/distinfo
Normal file
4
www/p5-CSS-Tiny/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (CSS-Tiny-1.14.tar.gz) = 778e4184dcac079b2eb0264c4748c335
|
||||
RMD160 (CSS-Tiny-1.14.tar.gz) = c4ab4fb62137899b0a859b194715fe0c29677773
|
||||
SHA1 (CSS-Tiny-1.14.tar.gz) = 898137936dc9684267c516f377f2e76186b2d7ba
|
||||
SIZE (CSS-Tiny-1.14.tar.gz) = 25413
|
8
www/p5-CSS-Tiny/pkg/DESCR
Normal file
8
www/p5-CSS-Tiny/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
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. With the increasing
|
||||
complexity of CSS, this is becoming more common, but many situations can
|
||||
still live with simple CSS files.
|
4
www/p5-CSS-Tiny/pkg/PLIST
Normal file
4
www/p5-CSS-Tiny/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/21 21:57:29 espie Exp $
|
||||
${P5SITE}/CSS/
|
||||
${P5SITE}/CSS/Tiny.pm
|
||||
@man man/man3p/CSS::Tiny.3p
|
Loading…
x
Reference in New Issue
Block a user