Date: Tue, 27 Oct 2015 13:54:13 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400243 - in head/misc: . erlang-mimerl Message-ID: <201510271354.t9RDsDs0013102@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510271354.t9RDsDs0013102>