Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2017 19:53:08 +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: r452598 - in head/devel: . elixir-deppie
Message-ID:  <201710211953.v9LJr8UZ027919@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Sat Oct 21 19:53:08 2017
New Revision: 452598
URL: https://svnweb.freebsd.org/changeset/ports/452598

Log:
  Add devel/elixir-deppie, a deprecation logger for Elixir.

Added:
  head/devel/elixir-deppie/
  head/devel/elixir-deppie/Makefile   (contents, props changed)
  head/devel/elixir-deppie/distinfo   (contents, props changed)
  head/devel/elixir-deppie/pkg-descr   (contents, props changed)
  head/devel/elixir-deppie/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Oct 21 18:12:35 2017	(r452597)
+++ head/devel/Makefile	Sat Oct 21 19:53:08 2017	(r452598)
@@ -507,6 +507,7 @@
     SUBDIR += elixir-crontab
     SUBDIR += elixir-csv
     SUBDIR += elixir-decimal
+    SUBDIR += elixir-deppie
     SUBDIR += elixir-dialyze
     SUBDIR += elixir-estree
     SUBDIR += elixir-exactor

Added: head/devel/elixir-deppie/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/elixir-deppie/Makefile	Sat Oct 21 19:53:08 2017	(r452598)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	deppie
+PORTVERSION=	1.1.0
+DISTVERSIONPREFIX=	v
+CATEGORIES=	devel
+PKGNAMEPREFIX=	elixir-
+
+MAINTAINER=	olgeni@FreeBSD.org
+COMMENT=	Deprecation logger for Elixir
+
+LICENSE=	MIT
+
+USES=		elixir
+USE_GITHUB=	yes
+GH_ACCOUNT=	whitfin
+
+MIX_REWRITE=	yes
+
+.include <bsd.port.mk>

Added: head/devel/elixir-deppie/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/elixir-deppie/distinfo	Sat Oct 21 19:53:08 2017	(r452598)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1508611304
+SHA256 (whitfin-deppie-v1.1.0_GH0.tar.gz) = 797228435c08f3a356a61f8593e59982c2e9a5993b08aa13d84bc5cb23c58f00
+SIZE (whitfin-deppie-v1.1.0_GH0.tar.gz) = 4229

Added: head/devel/elixir-deppie/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/elixir-deppie/pkg-descr	Sat Oct 21 19:53:08 2017	(r452598)
@@ -0,0 +1,5 @@
+Deppie is a minimal deprecation logger for Elixir. The intent is
+to provide a very fast way to emit a deprecation message the first
+time a function is called.
+
+WWW: https://github.com/whitfin/deppie

Added: head/devel/elixir-deppie/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/elixir-deppie/pkg-plist	Sat Oct 21 19:53:08 2017	(r452598)
@@ -0,0 +1,6 @@
+lib/elixir/lib/deppie/ebin/Elixir.Deppie.Application.beam
+lib/elixir/lib/deppie/ebin/Elixir.Deppie.beam
+lib/elixir/lib/deppie/ebin/deppie.app
+lib/elixir/lib/deppie/lib/deppie.ex
+lib/elixir/lib/deppie/lib/deppie/application.ex
+%%PORTDOCS%%%%DOCSDIR%%/README.md



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