Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2015 14:31:54 +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: r392150 - in head/textproc: . elixir-sweet_xml elixir-sweet_xml/files
Message-ID:  <201507151431.t6FEVsRr000953@svnmir.geo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Wed Jul 15 14:31:54 2015
New Revision: 392150
URL: https://svnweb.freebsd.org/changeset/ports/392150

Log:
  Add textproc/elixir-sweet_xml, a wrapper around xmerl for Elixir.

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Jul 15 14:29:22 2015	(r392149)
+++ head/textproc/Makefile	Wed Jul 15 14:31:54 2015	(r392150)
@@ -152,6 +152,7 @@
     SUBDIR += elixir-earmark
     SUBDIR += elixir-ex_doc
     SUBDIR += elixir-funnel
+    SUBDIR += elixir-sweet_xml
     SUBDIR += emacs-wiki
     SUBDIR += en-aspell
     SUBDIR += en-hunspell

Added: head/textproc/elixir-sweet_xml/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/elixir-sweet_xml/Makefile	Wed Jul 15 14:31:54 2015	(r392150)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	sweet_xml
+PORTVERSION=	0.2.1
+CATEGORIES=	textproc
+PKGNAMEPREFIX=	elixir-
+
+MAINTAINER=	olgeni@FreeBSD.org
+COMMENT=	Wrapper around xmerl application for Elixir
+
+LICENSE=	MIT
+
+USES=		elixir
+USE_GITHUB=	yes
+GH_ACCOUNT=	gniquil
+
+.include <bsd.port.mk>

Added: head/textproc/elixir-sweet_xml/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/elixir-sweet_xml/distinfo	Wed Jul 15 14:31:54 2015	(r392150)
@@ -0,0 +1,2 @@
+SHA256 (gniquil-sweet_xml-0.2.1_GH0.tar.gz) = cec2c401bfe336d1151f3996f7d38b7afad527b7e1c6967f7dcbc40a668ad3f5
+SIZE (gniquil-sweet_xml-0.2.1_GH0.tar.gz) = 66589

Added: head/textproc/elixir-sweet_xml/files/patch-mix.exs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/elixir-sweet_xml/files/patch-mix.exs	Wed Jul 15 14:31:54 2015	(r392150)
@@ -0,0 +1,11 @@
+--- mix.exs.orig	2015-07-15 14:25:56 UTC
++++ mix.exs
+@@ -26,8 +26,6 @@ defmodule SweetXml.Mixfile do
+ 
+   defp deps do
+     [
+-      {:ex_doc, "~> 0.7", only: :dev},
+-      {:markdown, github: "devinus/markdown"}
+     ]
+   end
+ end

Added: head/textproc/elixir-sweet_xml/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/elixir-sweet_xml/pkg-descr	Wed Jul 15 14:31:54 2015	(r392150)
@@ -0,0 +1,5 @@
+SweetXml is a thin wrapper around :xmerl. It allows you to converts
+a string or xmlElement record as defined in :xmerl to an elixir
+value such as map, list, char_list, or any combination of these.
+
+WWW: https://github.com/gniquil/sweet_xml

Added: head/textproc/elixir-sweet_xml/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/elixir-sweet_xml/pkg-plist	Wed Jul 15 14:31:54 2015	(r392150)
@@ -0,0 +1,5 @@
+lib/elixir/lib/sweet_xml/ebin/Elixir.SweetXml.beam
+lib/elixir/lib/sweet_xml/ebin/Elixir.SweetXpath.beam
+lib/elixir/lib/sweet_xml/ebin/sweet_xml.app
+lib/elixir/lib/sweet_xml/lib/sweet_xml.ex
+%%PORTDOCS%%%%DOCSDIR%%/README.md



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