From owner-cvs-all@FreeBSD.ORG Sun Oct 2 17:14:10 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 194C6106567D; Sun, 2 Oct 2011 17:14:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E4B988FC0C; Sun, 2 Oct 2011 17:14:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p92HE9tL008779; Sun, 2 Oct 2011 17:14:09 GMT (envelope-from swills@repoman.freebsd.org) Received: (from swills@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p92HE9Tt008778; Sun, 2 Oct 2011 17:14:09 GMT (envelope-from swills) Message-Id: <201110021714.p92HE9Tt008778@repoman.freebsd.org> From: Steve Wills Date: Sun, 2 Oct 2011 17:14:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/rubygem-sanitize Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 17:14:10 -0000 swills 2011-10-02 17:14:09 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/rubygem-sanitize Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.1656 +1 -0 ports/textproc/Makefile 1.1 +22 -0 ports/textproc/rubygem-sanitize/Makefile (new) 1.1 +2 -0 ports/textproc/rubygem-sanitize/distinfo (new) 1.1 +13 -0 ports/textproc/rubygem-sanitize/pkg-descr (new)