SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
www/p5-HTML-Clean/Makefile
Normal file
12
www/p5-HTML-Clean/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
COMMENT= cleans up HTML code for web browsers, not humans
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= HTML-Clean-1.4
|
||||
CATEGORIES= www
|
||||
REVISION= 0
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-HTML-Clean/distinfo
Normal file
2
www/p5-HTML-Clean/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (HTML-Clean-1.4.tar.gz) = pn1KvadR/DxrSjUYU3eoi8pbZRxgszN5gEtOkKF4hwY=
|
||||
SIZE (HTML-Clean-1.4.tar.gz) = 48598
|
13
www/p5-HTML-Clean/pkg/DESCR
Normal file
13
www/p5-HTML-Clean/pkg/DESCR
Normal file
|
@ -0,0 +1,13 @@
|
|||
The HTML::Clean module encapsulates a number of common techniques for
|
||||
minimizing the size of HTML files. You can typically save between 10%
|
||||
and 50% of the size of a HTML file using these methods. It provides the
|
||||
following features:
|
||||
|
||||
- Remove unneeded whitespace (beginning of line, etc)
|
||||
- Remove unneeded META elements.
|
||||
- Remove HTML comments (except for styles, javascript and SSI)
|
||||
- Replace tags with equivalent shorter tags (<strong> --> <b>)
|
||||
- etc.
|
||||
|
||||
The entire process is configurable, so you can pick and choose what you
|
||||
want to clean.
|
9
www/p5-HTML-Clean/pkg/PLIST
Normal file
9
www/p5-HTML-Clean/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
bin/htmlclean
|
||||
${P5SITE}/HTML/
|
||||
${P5SITE}/HTML/Clean.pm
|
||||
${P5SITE}/auto/
|
||||
${P5SITE}/auto/HTML/
|
||||
${P5SITE}/auto/HTML/Clean/
|
||||
${P5SITE}/auto/HTML/Clean/autosplit.ix
|
||||
@man man/man1/htmlclean.1
|
||||
@man man/man3p/HTML::Clean.3p
|
Loading…
Add table
Add a link
Reference in a new issue