diff options
| author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2016-08-10 09:39:00 +0000 |
|---|---|---|
| committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2016-08-10 09:39:00 +0000 |
| commit | 8781bbc6716a7125294f1d9ae263a4a4cb1e48dd (patch) | |
| tree | 0b6d4ba4b989bd3ae5a13f47921567ad710246de /misc/elixir-mime | |
| parent | Update to the 20160809 snapshot of GCC 5.4.1. (diff) | |
Add misc/elixir-mime, a library that maps mime types to
extensions and vice-versa.
Diffstat (limited to 'misc/elixir-mime')
| -rw-r--r-- | misc/elixir-mime/Makefile | 20 | ||||
| -rw-r--r-- | misc/elixir-mime/distinfo | 3 | ||||
| -rw-r--r-- | misc/elixir-mime/pkg-descr | 3 | ||||
| -rw-r--r-- | misc/elixir-mime/pkg-plist | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/misc/elixir-mime/Makefile b/misc/elixir-mime/Makefile new file mode 100644 index 000000000000..e25168394600 --- /dev/null +++ b/misc/elixir-mime/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= mime +PORTVERSION= 1.0.1 +DISTVERSIONPREFIX= v +CATEGORIES= misc +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= MIME type module for Elixir + +LICENSE= APACHE20 + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= elixir-lang + +MIX_REWRITE= yes + +.include <bsd.port.mk> diff --git a/misc/elixir-mime/distinfo b/misc/elixir-mime/distinfo new file mode 100644 index 000000000000..6c8975feb5e3 --- /dev/null +++ b/misc/elixir-mime/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1470821732 +SHA256 (elixir-lang-mime-v1.0.1_GH0.tar.gz) = 46098b55ca09275079f046a0ffc70d042c1b95883eb0386a4c89a2058c660834 +SIZE (elixir-lang-mime-v1.0.1_GH0.tar.gz) = 19227 diff --git a/misc/elixir-mime/pkg-descr b/misc/elixir-mime/pkg-descr new file mode 100644 index 000000000000..88faff309d80 --- /dev/null +++ b/misc/elixir-mime/pkg-descr @@ -0,0 +1,3 @@ +A library that maps mime types to extensions and vice-versa. + +WWW: https://github.com/elixir-lang/mime diff --git a/misc/elixir-mime/pkg-plist b/misc/elixir-mime/pkg-plist new file mode 100644 index 000000000000..7b05977e6485 --- /dev/null +++ b/misc/elixir-mime/pkg-plist @@ -0,0 +1,5 @@ +lib/elixir/lib/mime/ebin/Elixir.MIME.beam +lib/elixir/lib/mime/ebin/mime.app +lib/elixir/lib/mime/lib/mime.ex +lib/elixir/lib/mime/lib/mime.types +%%PORTDOCS%%%%DOCSDIR%%/README.md |
