Date: Wed, 24 Aug 2016 09:31:08 +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: r420780 - in head/devel: . elixir-math Message-ID: <201608240931.u7O9V8Og050531@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Wed Aug 24 09:31:08 2016 New Revision: 420780 URL: https://svnweb.freebsd.org/changeset/ports/420780 Log: Add devel/elixir-math, a math library for Elixir. (GH_TAGNAME is required here, pending an official tag on GH) Added: head/devel/elixir-math/ head/devel/elixir-math/Makefile (contents, props changed) head/devel/elixir-math/distinfo (contents, props changed) head/devel/elixir-math/pkg-descr (contents, props changed) head/devel/elixir-math/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 24 09:26:50 2016 (r420779) +++ head/devel/Makefile Wed Aug 24 09:31:08 2016 (r420780) @@ -455,6 +455,7 @@ SUBDIR += elixir-hex SUBDIR += elixir-inflex SUBDIR += elixir-lager_logger + SUBDIR += elixir-math SUBDIR += elixir-msgpax SUBDIR += elixir-nadia SUBDIR += elixir-nimble_csv Added: head/devel/elixir-math/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-math/Makefile Wed Aug 24 09:31:08 2016 (r420780) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= math +DISTVERSION= 0.2.0 +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Math module for Elixir + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= folz +GH_TAGNAME= 3610d16 + +MIX_REWRITE= yes + +.include <bsd.port.mk> Added: head/devel/elixir-math/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-math/distinfo Wed Aug 24 09:31:08 2016 (r420780) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472030030 +SHA256 (folz-math-0.2.0-3610d16_GH0.tar.gz) = 6ad42c4533c8af9f338a1a084d6db878b3405f823ecdd8418369c200e95b75d6 +SIZE (folz-math-0.2.0-3610d16_GH0.tar.gz) = 79206 Added: head/devel/elixir-math/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-math/pkg-descr Wed Aug 24 09:31:08 2016 (r420780) @@ -0,0 +1,3 @@ +The missing Math module for Elixir. + +WWW: https://github.com/folz/math Added: head/devel/elixir-math/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-math/pkg-plist Wed Aug 24 09:31:08 2016 (r420780) @@ -0,0 +1,6 @@ +lib/elixir/lib/math/ebin/Elixir.Math.Enum.beam +lib/elixir/lib/math/ebin/Elixir.Math.beam +lib/elixir/lib/math/ebin/math.app +lib/elixir/lib/math/lib/math.ex +lib/elixir/lib/math/lib/math/enum.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608240931.u7O9V8Og050531>