mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add security/elixir-comeonin_i18n, an internationalization library for
security/elixir-comeonin.
This commit is contained in:
parent
c39c1ec545
commit
0ced111be8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401350
6 changed files with 48 additions and 0 deletions
|
@ -112,6 +112,7 @@
|
|||
SUBDIR += easy-rsa
|
||||
SUBDIR += easypg
|
||||
SUBDIR += elixir-comeonin
|
||||
SUBDIR += elixir-comeonin_i18n
|
||||
SUBDIR += elixir-jose
|
||||
SUBDIR += engine_pkcs11
|
||||
SUBDIR += erlang-jose
|
||||
|
|
19
security/elixir-comeonin_i18n/Makefile
Normal file
19
security/elixir-comeonin_i18n/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= comeonin_i18n
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= security
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= Internationalization support for Comeonin
|
||||
|
||||
USES= elixir
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= riverrun
|
||||
GH_TAGNAME= 7d343fd
|
||||
|
||||
MIX_BUILD_DEPS= devel/elixir-gettext
|
||||
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/elixir-comeonin_i18n/distinfo
Normal file
2
security/elixir-comeonin_i18n/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (riverrun-comeonin_i18n-0.1.3-7d343fd_GH0.tar.gz) = e4cec940df5d7a62e76ee68f6dd2b019068f50b3c16368d4e842d0026a0b8480
|
||||
SIZE (riverrun-comeonin_i18n-0.1.3-7d343fd_GH0.tar.gz) = 3032
|
12
security/elixir-comeonin_i18n/files/patch-mix.exs
Normal file
12
security/elixir-comeonin_i18n/files/patch-mix.exs
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- mix.exs.orig 2015-11-12 14:00:09 UTC
|
||||
+++ mix.exs
|
||||
@@ -15,8 +15,7 @@ defmodule ComeoninI18n.Mixfile do
|
||||
description: @description,
|
||||
package: package,
|
||||
source_url: "https://github.com/riverrun/comeonin_i18n",
|
||||
- compilers: [:gettext] ++ Mix.compilers,
|
||||
- deps: deps]
|
||||
+ compilers: [:gettext] ++ Mix.compilers]
|
||||
end
|
||||
|
||||
def application do
|
3
security/elixir-comeonin_i18n/pkg-descr
Normal file
3
security/elixir-comeonin_i18n/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Internationalization support for Comeonin.
|
||||
|
||||
WWW: https://github.com/riverrun/comeonin_i18n
|
11
security/elixir-comeonin_i18n/pkg-plist
Normal file
11
security/elixir-comeonin_i18n/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
lib/elixir/lib/comeonin_i18n/ebin/Elixir.ComeoninI18n.Gettext.beam
|
||||
lib/elixir/lib/comeonin_i18n/ebin/Elixir.ComeoninI18n.beam
|
||||
lib/elixir/lib/comeonin_i18n/ebin/comeonin_i18n.app
|
||||
lib/elixir/lib/comeonin_i18n/lib/comeonin_i18n.ex
|
||||
lib/elixir/lib/comeonin_i18n/lib/comeonin_i18n/gettext.ex
|
||||
lib/elixir/lib/comeonin_i18n/priv/gettext/de_DE/LC_MESSAGES/default.po
|
||||
lib/elixir/lib/comeonin_i18n/priv/gettext/es_ES/LC_MESSAGES/default.po
|
||||
lib/elixir/lib/comeonin_i18n/priv/gettext/fr_FR/LC_MESSAGES/default.po
|
||||
lib/elixir/lib/comeonin_i18n/priv/gettext/ja_JP/LC_MESSAGES/default.po
|
||||
lib/elixir/lib/comeonin_i18n/priv/gettext/ru_RU/LC_MESSAGES/default.po
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
Loading…
Add table
Reference in a new issue