From owner-svn-ports-head@freebsd.org Thu Jul 16 15:36:13 2015 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 EDA3B9A369C; Thu, 16 Jul 2015 15:36:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 D14A11949; Thu, 16 Jul 2015 15:36:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6GFaCUM048367; Thu, 16 Jul 2015 15:36:12 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6GFaBhf048362; Thu, 16 Jul 2015 15:36:11 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507161536.t6GFaBhf048362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 16 Jul 2015 15:36:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392299 - in head/www: . elixir-html_entities X-SVN-Group: ports-head 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.20 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: Thu, 16 Jul 2015 15:36:13 -0000 Author: olgeni Date: Thu Jul 16 15:36:10 2015 New Revision: 392299 URL: https://svnweb.freebsd.org/changeset/ports/392299 Log: Add www/elixir-html_entities, an Elixir module for decoding HTML entities in strings. Added: head/www/elixir-html_entities/ head/www/elixir-html_entities/Makefile (contents, props changed) head/www/elixir-html_entities/distinfo (contents, props changed) head/www/elixir-html_entities/pkg-descr (contents, props changed) head/www/elixir-html_entities/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Jul 16 15:28:07 2015 (r392298) +++ head/www/Makefile Thu Jul 16 15:36:10 2015 (r392299) @@ -161,6 +161,7 @@ SUBDIR += elgg SUBDIR += elinks SUBDIR += eliom + SUBDIR += elixir-html_entities SUBDIR += elixir-httpoison SUBDIR += elixir-httpotion SUBDIR += elixir-joken Added: head/www/elixir-html_entities/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-html_entities/Makefile Thu Jul 16 15:36:10 2015 (r392299) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= html_entities +PORTVERSION= 0.2.0 +DISTVERSIONPREFIX= v +CATEGORIES= www +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Elixir module for decoding HTML entities + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= martinsvalin + +MIX_REWRITE= yes + +.include Added: head/www/elixir-html_entities/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-html_entities/distinfo Thu Jul 16 15:36:10 2015 (r392299) @@ -0,0 +1,2 @@ +SHA256 (martinsvalin-html_entities-v0.2.0_GH0.tar.gz) = c497e66486a56b6718039bca0789d0f79669c5c8145ae0087119928f537632c5 +SIZE (martinsvalin-html_entities-v0.2.0_GH0.tar.gz) = 54409 Added: head/www/elixir-html_entities/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-html_entities/pkg-descr Thu Jul 16 15:36:10 2015 (r392299) @@ -0,0 +1,3 @@ +Elixir module for decoding HTML entities in a string. + +WWW: https://github.com/martinsvalin/html_entities Added: head/www/elixir-html_entities/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-html_entities/pkg-plist Thu Jul 16 15:36:10 2015 (r392299) @@ -0,0 +1,5 @@ +lib/elixir/lib/html_entities/ebin/Elixir.HtmlEntities.beam +lib/elixir/lib/html_entities/ebin/html_entities.app +lib/elixir/lib/html_entities/lib/html_entities.ex +lib/elixir/lib/html_entities/lib/html_entities_list.txt +%%PORTDOCS%%%%DOCSDIR%%/README.md