Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2015 15:47:30 +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: r391167 - in head/www: . elixir-phoenix_html elixir-phoenix_html/files
Message-ID:  <201507021547.t62FlUve019197@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Thu Jul  2 15:47:30 2015
New Revision: 391167
URL: https://svnweb.freebsd.org/changeset/ports/391167

Log:
  Add www/phoenix_html, functions for working with HTML from Phoenix.

Added:
  head/www/elixir-phoenix_html/
  head/www/elixir-phoenix_html/Makefile   (contents, props changed)
  head/www/elixir-phoenix_html/distinfo   (contents, props changed)
  head/www/elixir-phoenix_html/files/
  head/www/elixir-phoenix_html/files/patch-mix.exs   (contents, props changed)
  head/www/elixir-phoenix_html/pkg-descr   (contents, props changed)
  head/www/elixir-phoenix_html/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Jul  2 15:44:56 2015	(r391166)
+++ head/www/Makefile	Thu Jul  2 15:47:30 2015	(r391167)
@@ -164,6 +164,7 @@
     SUBDIR += elixir-maru
     SUBDIR += elixir-phoenix
     SUBDIR += elixir-phoenix_ecto
+    SUBDIR += elixir-phoenix_html
     SUBDIR += emacs-w3m
     SUBDIR += encode-explorer
     SUBDIR += entrans

Added: head/www/elixir-phoenix_html/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/elixir-phoenix_html/Makefile	Thu Jul  2 15:47:30 2015	(r391167)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	phoenix_html
+PORTVERSION=	1.2.1
+DISTVERSIONPREFIX=	v
+CATEGORIES=	www
+PKGNAMEPREFIX=	elixir-
+
+MAINTAINER=	olgeni@FreeBSD.org
+COMMENT=	Functions for working with HTML from Phoenix
+
+LICENSE=	MIT
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	phoenixframework
+
+MIX_BUILD_DEPS=	devel/elixir-plug
+MIX_RUN_DEPS:=	${MIX_BUILD_DEPS}
+
+.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk"
+.include <bsd.port.mk>

Added: head/www/elixir-phoenix_html/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/elixir-phoenix_html/distinfo	Thu Jul  2 15:47:30 2015	(r391167)
@@ -0,0 +1,2 @@
+SHA256 (phoenixframework-phoenix_html-v1.2.1_GH0.tar.gz) = f9c09bbaa62de5439b013f399036403742523f6fc0ff38c0f2d865c4c370f0be
+SIZE (phoenixframework-phoenix_html-v1.2.1_GH0.tar.gz) = 19417

Added: head/www/elixir-phoenix_html/files/patch-mix.exs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/elixir-phoenix_html/files/patch-mix.exs	Thu Jul  2 15:47:30 2015	(r391167)
@@ -0,0 +1,14 @@
+--- mix.exs.orig	2015-07-02 15:30:23 UTC
++++ mix.exs
+@@ -20,10 +20,6 @@ defmodule PhoenixHtml.Mixfile do
+   end
+ 
+   defp deps do
+-    [{:plug, ">= 0.12.2 and < 2.0.0"},
+-
+-     # Docs dependencies
+-     {:earmark, "~> 0.1", only: :docs},
+-     {:ex_doc, "~> 0.7.1", only: :docs}]
++    []
+   end
+ end

Added: head/www/elixir-phoenix_html/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/elixir-phoenix_html/pkg-descr	Thu Jul  2 15:47:30 2015	(r391167)
@@ -0,0 +1,3 @@
+Phoenix.HTML functions for working with HTML strings and templates
+
+WWW: https://github.com/phoenixframework/phoenix_html

Added: head/www/elixir-phoenix_html/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/elixir-phoenix_html/pkg-plist	Thu Jul  2 15:47:30 2015	(r391167)
@@ -0,0 +1,23 @@
+lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Engine.beam
+lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Form.beam
+lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.FormData.Plug.Conn.beam
+lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.FormData.beam
+lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Link.beam
+lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.Atom.beam
+lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.BitString.beam
+lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.Float.beam
+lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.Integer.beam
+lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.List.beam
+lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.Tuple.beam
+lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.beam
+lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Tag.beam
+lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.beam
+lib/elixir/lib/phoenix_html/ebin/phoenix_html.app
+lib/elixir/lib/phoenix_html/lib/phoenix_html.ex
+lib/elixir/lib/phoenix_html/lib/phoenix_html/engine.ex
+lib/elixir/lib/phoenix_html/lib/phoenix_html/form.ex
+lib/elixir/lib/phoenix_html/lib/phoenix_html/form_data.ex
+lib/elixir/lib/phoenix_html/lib/phoenix_html/link.ex
+lib/elixir/lib/phoenix_html/lib/phoenix_html/safe.ex
+lib/elixir/lib/phoenix_html/lib/phoenix_html/tag.ex
+%%PORTDOCS%%%%DOCSDIR%%/README.md



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