mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add devel/elixir-deppie, a deprecation logger for Elixir.
This commit is contained in:
parent
5db7e93eca
commit
5b4b44febd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452598
5 changed files with 35 additions and 0 deletions
|
@ -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
|
||||
|
|
20
devel/elixir-deppie/Makefile
Normal file
20
devel/elixir-deppie/Makefile
Normal file
|
@ -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>
|
3
devel/elixir-deppie/distinfo
Normal file
3
devel/elixir-deppie/distinfo
Normal file
|
@ -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
|
5
devel/elixir-deppie/pkg-descr
Normal file
5
devel/elixir-deppie/pkg-descr
Normal file
|
@ -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
|
6
devel/elixir-deppie/pkg-plist
Normal file
6
devel/elixir-deppie/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue