svn commit: r452598 - in head/devel: . elixir-deppie
Jimmy Olgeni
olgeni at FreeBSD.org
Sat Oct 21 19:53:10 UTC 2017
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 at 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
More information about the svn-ports-head
mailing list