Date: Sat, 23 Jun 2012 12:38:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/rebar Makefile distinfo pkg-descr Message-ID: <201206231238.q5NCcZP4044312@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sunpoet 2012-06-23 12:38:35 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rebar Makefile distinfo pkg-descr Log: - Add rebar 2.0.0 rebar is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases. rebar is a self-contained Erlang script, so it's easy to distribute or even embed directly in a project. Where possible, rebar uses standard Erlang/OTP conventions for project structures, thus minimizing the amount of build configuration work. rebar also provides dependency management, enabling application writers to easily re-use common libraries from a variety of locations (git, hg, etc). WWW: https://github.com/basho/rebar PR: ports/168905 Submitted by: koobs <koobs.freebsd@gmail.com> Revision Changes Path 1.4995 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/rebar/Makefile (new) 1.1 +2 -0 ports/devel/rebar/distinfo (new) 1.1 +11 -0 ports/devel/rebar/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206231238.q5NCcZP4044312>