From owner-svn-ports-head@freebsd.org Sat Oct 21 21:12:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 135DFE3A862; Sat, 21 Oct 2017 21:12:05 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E15E56C29E; Sat, 21 Oct 2017 21:12:04 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9LLC40s063162; Sat, 21 Oct 2017 21:12:04 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9LLC3wD063157; Sat, 21 Oct 2017 21:12:03 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710212112.v9LLC3wD063157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 21 Oct 2017 21:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452615 - in head/www: . elixir-html_sanitize_ex X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: in head/www: . elixir-html_sanitize_ex X-SVN-Commit-Revision: 452615 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2017 21:12:05 -0000 Author: olgeni Date: Sat Oct 21 21:12:03 2017 New Revision: 452615 URL: https://svnweb.freebsd.org/changeset/ports/452615 Log: Add www/elixir-html_sanitize_ex, an HTML sanitizer for Elixir. Added: head/www/elixir-html_sanitize_ex/ head/www/elixir-html_sanitize_ex/Makefile (contents, props changed) head/www/elixir-html_sanitize_ex/distinfo (contents, props changed) head/www/elixir-html_sanitize_ex/pkg-descr (contents, props changed) head/www/elixir-html_sanitize_ex/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Oct 21 20:22:31 2017 (r452614) +++ head/www/Makefile Sat Oct 21 21:12:03 2017 (r452615) @@ -128,6 +128,7 @@ SUBDIR += elgg SUBDIR += elinks SUBDIR += elixir-html_entities + SUBDIR += elixir-html_sanitize_ex SUBDIR += elixir-httpoison SUBDIR += elixir-httpotion SUBDIR += elixir-joken Added: head/www/elixir-html_sanitize_ex/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-html_sanitize_ex/Makefile Sat Oct 21 21:12:03 2017 (r452615) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= html_sanitize_ex +PORTVERSION= 1.3.0 +DISTVERSIONPREFIX= v +CATEGORIES= www +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= HTML sanitizer for Elixir + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= rrrene + +MIX_BUILD_DEPS= www/erlang-mochiweb +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +MIX_REWRITE= yes + +.include Added: head/www/elixir-html_sanitize_ex/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-html_sanitize_ex/distinfo Sat Oct 21 21:12:03 2017 (r452615) @@ -0,0 +1,3 @@ +TIMESTAMP = 1508619646 +SHA256 (rrrene-html_sanitize_ex-v1.3.0_GH0.tar.gz) = 52708c5beb86d9c2851164bea4cdd917c4cef65ebf92dad50878bd64f142c2da +SIZE (rrrene-html_sanitize_ex-v1.3.0_GH0.tar.gz) = 17544 Added: head/www/elixir-html_sanitize_ex/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-html_sanitize_ex/pkg-descr Sat Oct 21 21:12:03 2017 (r452615) @@ -0,0 +1,5 @@ +html_sanitize_ex provides a fast and straightforward HTML Sanitizer +written in Elixir which lets you include HTML authored by third-parties +in your web application while protecting against XSS. + +WWW: https://github.com/rrrene/html_sanitize_ex Added: head/www/elixir-html_sanitize_ex/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-html_sanitize_ex/pkg-plist Sat Oct 21 21:12:03 2017 (r452615) @@ -0,0 +1,24 @@ +lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Parser.beam +lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.BasicHTML.beam +lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.CSS.beam +lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.HTML5.beam +lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.MarkdownHTML.beam +lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.Meta.beam +lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.NoScrub.beam +lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.StripTags.beam +lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.beam +lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Traverser.beam +lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.beam +lib/elixir/lib/html_sanitize_ex/ebin/html_sanitize_ex.app +lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex.ex +lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/parser.ex +lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber.ex +lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber/basic_html.ex +lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber/css.ex +lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber/html5.ex +lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber/markdown_html.ex +lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber/meta.ex +lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber/no_scrub.ex +lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber/strip_tags.ex +lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/traverser.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md