svn commit: r420001 - in head/misc: . elixir-mime

Jimmy Olgeni olgeni at FreeBSD.org
Wed Aug 10 09:39:02 UTC 2016


Author: olgeni
Date: Wed Aug 10 09:39:00 2016
New Revision: 420001
URL: https://svnweb.freebsd.org/changeset/ports/420001

Log:
  Add misc/elixir-mime, a library that maps mime types to
  extensions and vice-versa.

Added:
  head/misc/elixir-mime/
  head/misc/elixir-mime/Makefile   (contents, props changed)
  head/misc/elixir-mime/distinfo   (contents, props changed)
  head/misc/elixir-mime/pkg-descr   (contents, props changed)
  head/misc/elixir-mime/pkg-plist   (contents, props changed)
Modified:
  head/misc/Makefile

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Wed Aug 10 09:37:21 2016	(r420000)
+++ head/misc/Makefile	Wed Aug 10 09:39:00 2016	(r420001)
@@ -73,6 +73,7 @@
     SUBDIR += dvorakng
     SUBDIR += e2fsprogs-libblkid
     SUBDIR += e2fsprogs-libuuid
+    SUBDIR += elixir-mime
     SUBDIR += elixir-uuid
     SUBDIR += elscreen
     SUBDIR += erlang-mimerl

Added: head/misc/elixir-mime/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/elixir-mime/Makefile	Wed Aug 10 09:39:00 2016	(r420001)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	mime
+PORTVERSION=	1.0.1
+DISTVERSIONPREFIX=	v
+CATEGORIES=	misc
+PKGNAMEPREFIX=	elixir-
+
+MAINTAINER=	olgeni at 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>

Added: head/misc/elixir-mime/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/elixir-mime/distinfo	Wed Aug 10 09:39:00 2016	(r420001)
@@ -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

Added: head/misc/elixir-mime/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/elixir-mime/pkg-descr	Wed Aug 10 09:39:00 2016	(r420001)
@@ -0,0 +1,3 @@
+A library that maps mime types to extensions and vice-versa.
+
+WWW: https://github.com/elixir-lang/mime

Added: head/misc/elixir-mime/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/elixir-mime/pkg-plist	Wed Aug 10 09:39:00 2016	(r420001)
@@ -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


More information about the svn-ports-all mailing list