Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2015 10:50:18 +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: r391558 - in head/misc: . elixir-uuid elixir-uuid/files
Message-ID:  <201507081050.t68AoIwH036584@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Wed Jul  8 10:50:17 2015
New Revision: 391558
URL: https://svnweb.freebsd.org/changeset/ports/391558

Log:
  Add misc/elixir-uuid, UUID generator for Elixir.

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

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Wed Jul  8 10:39:29 2015	(r391557)
+++ head/misc/Makefile	Wed Jul  8 10:50:17 2015	(r391558)
@@ -74,6 +74,7 @@
     SUBDIR += dvorakng
     SUBDIR += e2fsprogs-libblkid
     SUBDIR += e2fsprogs-libuuid
+    SUBDIR += elixir-uuid
     SUBDIR += elscreen
     SUBDIR += esniper
     SUBDIR += estic

Added: head/misc/elixir-uuid/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/elixir-uuid/Makefile	Wed Jul  8 10:50:17 2015	(r391558)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	uuid
+PORTVERSION=	1.0.1
+DISTVERSIONPREFIX=	v
+CATEGORIES=	misc
+PKGNAMEPREFIX=	elixir-
+
+MAINTAINER=	olgeni@FreeBSD.org
+COMMENT=	UUID generator and utilities for Elixir
+
+LICENSE=	APACHE20
+
+USES=		elixir
+USE_GITHUB=	yes
+GH_ACCOUNT=	zyro
+GH_PROJECT=	${PKGNAMEPREFIX}${PORTNAME}
+
+.include <bsd.port.mk>

Added: head/misc/elixir-uuid/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/elixir-uuid/distinfo	Wed Jul  8 10:50:17 2015	(r391558)
@@ -0,0 +1,2 @@
+SHA256 (zyro-elixir-uuid-v1.0.1_GH0.tar.gz) = f4e39a85dfd54cfe87681ac0148de8dfd46dcad6d7cc02b3d7642f6c9dd3b204
+SIZE (zyro-elixir-uuid-v1.0.1_GH0.tar.gz) = 11464

Added: head/misc/elixir-uuid/files/patch-mix.exs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/elixir-uuid/files/patch-mix.exs	Wed Jul  8 10:50:17 2015	(r391558)
@@ -0,0 +1,12 @@
+--- mix.exs.orig	2015-07-08 10:43:54 UTC
++++ mix.exs
+@@ -9,8 +9,7 @@ defmodule UUID.Mixfile do
+      homepage_url: "http://hexdocs.pm/uuid",
+      elixir: "~> 1.0",
+      description: description,
+-     package: package,
+-     deps: deps]
++     package: package]
+   end
+ 
+   # Application configuration.

Added: head/misc/elixir-uuid/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/elixir-uuid/pkg-descr	Wed Jul  8 10:50:17 2015	(r391558)
@@ -0,0 +1,3 @@
+UUID generator and utilities for Elixir. See RFC 4122.
+
+WWW: https://github.com/zyro/elixir-uuid

Added: head/misc/elixir-uuid/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/elixir-uuid/pkg-plist	Wed Jul  8 10:50:17 2015	(r391558)
@@ -0,0 +1,4 @@
+lib/elixir/lib/uuid/ebin/Elixir.UUID.beam
+lib/elixir/lib/uuid/ebin/uuid.app
+lib/elixir/lib/uuid/lib/uuid.ex
+%%PORTDOCS%%%%DOCSDIR%%/README.md



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