From owner-cvs-all@FreeBSD.ORG Thu Jun 3 17:06:22 2010 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 D06041065672; Thu, 3 Jun 2010 17:06:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C04798FC25; Thu, 3 Jun 2010 17:06:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o53H6Mp6014855; Thu, 3 Jun 2010 17:06:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o53H6MfI014854; Thu, 3 Jun 2010 17:06:22 GMT (envelope-from miwi) Message-Id: <201006031706.o53H6MfI014854@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jun 2010 17:06:22 +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-loofah 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: Thu, 03 Jun 2010 17:06:22 -0000 miwi 2010-06-03 17:06:22 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/rubygem-loofah Makefile distinfo pkg-descr Log: Loofah is a general library for manipulating HTML/XML documents and fragments. It's built on top of Nokogiri and libxml2, so it's fast and has a nice API. Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML sanitizers, which are based on HTML5lib's whitelist. WWW: http://github.com/flavorjones/loofah WWW: http://loofah.rubyforge.org/loofah/ PR: ports/147185 Submitted by: Eric Freeman Revision Changes Path 1.1467 +1 -0 ports/textproc/Makefile 1.1 +22 -0 ports/textproc/rubygem-loofah/Makefile (new) 1.1 +3 -0 ports/textproc/rubygem-loofah/distinfo (new) 1.1 +7 -0 ports/textproc/rubygem-loofah/pkg-descr (new)