mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Add devel/erlang-hut, a logging helper library for Erlang.
This commit is contained in:
parent
1b293fa901
commit
a1c9ed66e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423341
@ -503,6 +503,7 @@
|
||||
SUBDIR += erlang-goldrush
|
||||
SUBDIR += erlang-gpb
|
||||
SUBDIR += erlang-gproc
|
||||
SUBDIR += erlang-hut
|
||||
SUBDIR += erlang-jobs
|
||||
SUBDIR += erlang-jsx
|
||||
SUBDIR += erlang-jsxd
|
||||
|
18
devel/erlang-hut/Makefile
Normal file
18
devel/erlang-hut/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hut
|
||||
PORTVERSION= 1.2.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= Helper library for logging in Erlang
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= erlang:rebar
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= tolbrino
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/erlang-hut/distinfo
Normal file
3
devel/erlang-hut/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1475671213
|
||||
SHA256 (tolbrino-hut-v1.2.0_GH0.tar.gz) = 1d8131f740ddf23322011549cfadb62c1a527d3727ee76c3ee6a6a6f45b65b87
|
||||
SIZE (tolbrino-hut-v1.2.0_GH0.tar.gz) = 52884
|
4
devel/erlang-hut/pkg-descr
Normal file
4
devel/erlang-hut/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Hut is a header-only library for Erlang libraries and small
|
||||
applications to stay agnostic to the logging framework in use.
|
||||
|
||||
WWW: https://github.com/tolbrino/hut
|
4
devel/erlang-hut/pkg-plist
Normal file
4
devel/erlang-hut/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/erlang/lib/hut-%%VERSION%%/ebin/hut.app
|
||||
lib/erlang/lib/hut-%%VERSION%%/include/hut.hrl
|
||||
lib/erlang/lib/hut-%%VERSION%%/src/hut.app.src
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
Loading…
Reference in New Issue
Block a user