Bug 168905 - [NEW PORT] devel/rebar: A build-tool for Erlang that follows OTP principles
Summary: [NEW PORT] devel/rebar: A build-tool for Erlang that follows OTP principles
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-10 02:00 UTC by koobs
Modified: 2012-06-23 13:40 UTC (History)
0 users

See Also:


Attachments
.shar (2.05 KB, text/plain)
2012-06-10 02:00 UTC, koobs
no flags Details
rebar.shar (2.21 KB, TEXT/PLAIN; charset=US-ASCII)
2012-06-23 11:01 UTC, koobs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-06-10 02:00:21 UTC
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

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 koobs 2012-06-23 11:01:22 UTC
Apologies, missing PLIST_FILES/pkg-plist from original .shar

New shar attached.
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-06-23 13:08:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-23 13:38:46 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-06-23 13:39:25 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!