Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2015 15:36:11 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
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
Message-ID:  <201507161536.t6GFaBhf048362@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507161536.t6GFaBhf048362>