svn commit: r400243 - in head/misc: . erlang-mimerl

Jimmy Olgeni olgeni at FreeBSD.org
Tue Oct 27 13:54:15 UTC 2015


Author: olgeni
Date: Tue Oct 27 13:54:13 2015
New Revision: 400243
URL: https://svnweb.freebsd.org/changeset/ports/400243

Log:
  Add misc/erlang-mimerl, an Erlang library to handle MIME types.

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

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Tue Oct 27 13:50:35 2015	(r400242)
+++ head/misc/Makefile	Tue Oct 27 13:54:13 2015	(r400243)
@@ -77,6 +77,7 @@
     SUBDIR += e2fsprogs-libuuid
     SUBDIR += elixir-uuid
     SUBDIR += elscreen
+    SUBDIR += erlang-mimerl
     SUBDIR += esniper
     SUBDIR += estic
     SUBDIR += excel-writer

Added: head/misc/erlang-mimerl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/erlang-mimerl/Makefile	Tue Oct 27 13:54:13 2015	(r400243)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	mimerl
+PORTVERSION=	1.0.0
+CATEGORIES=	misc
+PKGNAMEPREFIX=	erlang-
+
+MAINTAINER=	olgeni at FreeBSD.org
+COMMENT=	Erlang library to handle mimetypes
+
+LICENSE=	MIT
+
+USES=		erlang:rebar3
+USE_GITHUB=	yes
+GH_ACCOUNT=	benoitc
+
+.include <bsd.port.mk>

Added: head/misc/erlang-mimerl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/erlang-mimerl/distinfo	Tue Oct 27 13:54:13 2015	(r400243)
@@ -0,0 +1,2 @@
+SHA256 (benoitc-mimerl-1.0.0_GH0.tar.gz) = 531e5bf5bd896bd3d340f7c297614e38f4e4fec76c76596ba000308ed689cd29
+SIZE (benoitc-mimerl-1.0.0_GH0.tar.gz) = 536412

Added: head/misc/erlang-mimerl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/erlang-mimerl/pkg-descr	Tue Oct 27 13:54:13 2015	(r400243)
@@ -0,0 +1,3 @@
+Erlang library to handle MIME types.
+
+WWW: https://github.com/benoitc/mimerl

Added: head/misc/erlang-mimerl/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/erlang-mimerl/pkg-plist	Tue Oct 27 13:54:13 2015	(r400243)
@@ -0,0 +1,6 @@
+lib/erlang/lib/mimerl-%%VERSION%%/ebin/mimerl.app
+lib/erlang/lib/mimerl-%%VERSION%%/ebin/mimerl.beam
+lib/erlang/lib/mimerl-%%VERSION%%/src/mimerl.app.src
+lib/erlang/lib/mimerl-%%VERSION%%/src/mimerl.erl
+lib/erlang/lib/mimerl-%%VERSION%%/src/mimerl.erl.src
+%%PORTDOCS%%%%DOCSDIR%%/README.md


More information about the svn-ports-all mailing list