Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
5c00045c
Commit
5c00045c
authored
Dec 06, 2015
by
olgeni
Browse files
Add devel/elixir-conform_exrm, a Conform plugin for ExRM.
parent
1354a7f8
Changes
6
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
5c00045c
...
...
@@ -431,6 +431,7 @@
SUBDIR
+=
elixir-calendar
SUBDIR
+=
elixir-combine
SUBDIR
+=
elixir-conform
SUBDIR
+=
elixir-conform_exrm
SUBDIR
+=
elixir-connection
SUBDIR
+=
elixir-coverex
SUBDIR
+=
elixir-csv
...
...
devel/elixir-conform_exrm/Makefile
0 → 100644
View file @
5c00045c
# $FreeBSD$
PORTNAME
=
conform_exrm
PORTVERSION
=
0.2.0
CATEGORIES
=
devel
PKGNAMEPREFIX
=
elixir-
MAINTAINER
=
olgeni@FreeBSD.org
COMMENT
=
Conform plugin
for
ExRM
LICENSE
=
MIT
USES
=
elixir
USE_GITHUB
=
yes
GH_ACCOUNT
=
bitwalker
MIX_BUILD_DEPS
=
devel/elixir-conform
\
devel/elixir-exrm
MIX_RUN_DEPS
:=
${MIX_BUILD_DEPS}
.
include
<bsd.port.mk>
devel/elixir-conform_exrm/distinfo
0 → 100644
View file @
5c00045c
SHA256 (bitwalker-conform_exrm-0.2.0_GH0.tar.gz) = 085d8b0a8d7a3ec5b001b9c418e1e5c12310401996d9632b4410ba907cb4315d
SIZE (bitwalker-conform_exrm-0.2.0_GH0.tar.gz) = 3208
devel/elixir-conform_exrm/files/patch-mix.exs
0 → 100644
View file @
5c00045c
---
mix
.
exs
.
orig
2015
-
12
-
06
21
:
51
:
08
UTC
+++
mix
.
exs
@@
-
8
,
8
+
8
,
7
@@
defmodule
ConformExrm
.
Mixfile
do
build_embedded:
Mix
.
env
==
:prod
,
start_permanent:
Mix
.
env
==
:prod
,
package:
package
,
-
description:
"Conform plugin for ExRM"
,
-
deps:
deps
]
+
description:
"Conform plugin for ExRM"
]
end
# Configuration for the OTP application
devel/elixir-conform_exrm/pkg-descr
0 → 100644
View file @
5c00045c
This plugin enables use of Conform with your ExRM releases.
WWW: https://github.com/bitwalker/conform_exrm
devel/elixir-conform_exrm/pkg-plist
0 → 100644
View file @
5c00045c
lib/elixir/lib/conform_exrm/ebin/Elixir.ReleaseManager.Plugin.Conform.beam
lib/elixir/lib/conform_exrm/ebin/conform_exrm.app
lib/elixir/lib/conform_exrm/lib/conform_exrm.ex
%%PORTDOCS%%%%DOCSDIR%%/README.md
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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