Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
a8f2ab17
Commit
a8f2ab17
authored
Oct 21, 2017
by
olgeni
Browse files
Add devel/elixir-deppie, a deprecation logger for Elixir.
parent
ee5903ee
Changes
5
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
a8f2ab17
...
...
@@ -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
...
...
devel/elixir-deppie/Makefile
0 → 100644
View file @
a8f2ab17
# $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>
devel/elixir-deppie/distinfo
0 → 100644
View file @
a8f2ab17
TIMESTAMP = 1508611304
SHA256 (whitfin-deppie-v1.1.0_GH0.tar.gz) = 797228435c08f3a356a61f8593e59982c2e9a5993b08aa13d84bc5cb23c58f00
SIZE (whitfin-deppie-v1.1.0_GH0.tar.gz) = 4229
devel/elixir-deppie/pkg-descr
0 → 100644
View file @
a8f2ab17
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
devel/elixir-deppie/pkg-plist
0 → 100644
View file @
a8f2ab17
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment