Commit graph

8 commits

Author SHA1 Message Date
Steve Wills
0dc503ae7d - Add stage support 2013-10-30 02:59:10 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Sunpoet Po-Chuan Hsieh
fdd462485d - Remove Author line 2013-08-29 18:06:47 +00:00
Steve Wills
e7bb45acaf - Update to 2.0.6 2013-07-28 22:33:04 +00:00
Steve Wills
413424ee99 - Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here

Reviewed by:	danfe
2013-07-27 16:06:01 +00:00
Philip M. Gollucci
72e8a40a13 - One WWW line in pkg-descr will do just fine 2011-12-20 00:29:16 +00:00
Cheng-Lung Sung
05e95d1a6b - Update to 2.0.3
PR:		ports/162000
Submitted by:	clsung
Approved by:	maintainer (Eric)
Feature safe:	yes
2011-11-13 01:59:24 +00:00
Steve Wills
fb3a2d1c70 Sanitize is a whitelist-based HTML sanitizer. Given a list of
acceptable elements and attributes, Sanitize will remove all
unacceptable HTML from a string.

Using a simple configuration syntax, you can tell Sanitize to
allow certain elements, certain attributes within those elements,
and even certain URL protocols within attributes that contain URLs.
Any HTML elements or attributes that you don't explicitly allow
will be removed.

Author: Ryan Grove
WWW: https://github.com/rgrove/sanitize/
WWW: http://wonko.com/post/sanitize

PR:		ports/158312
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
2011-10-02 17:14:09 +00:00