# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rebar # rebar/Makefile # rebar/pkg-descr # rebar/distinfo # echo c - rebar mkdir -p rebar > /dev/null 2>&1 echo x - rebar/Makefile sed 's/^X//' >rebar/Makefile << '27fe41cc43a81e1e89c1958d7bb01b26' X# New ports collection makefile for: rebar X# Date created: 2012-06-09 X# Whom: koobs X# X# $FreeBSD$ X# X XPORTNAME= rebar XPORTVERSION= 2.0.0 XCATEGORIES= devel XMASTER_SITES= http://github.com/basho/rebar/tarball/${GITVERSION}/ XDISTNAME= basho-rebar-${GITVERSION} X XMAINTAINER= koobs.freebsd@gmail.com XCOMMENT= A build-tool for Erlang that follows OTP principles X XLICENSE= AL2 XLICENSE_FILE= ${WRKSRC}/LICENSE X XBUILD_DEPENDS= escript:${PORTSDIR}/lang/erlang X XGITVERSION= 1c98f6c XFETCH_ARGS= -Fpr X XSTRIP= Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/rebar ${PREFIX}/bin X X.include 27fe41cc43a81e1e89c1958d7bb01b26 echo x - rebar/pkg-descr sed 's/^X//' >rebar/pkg-descr << '0ce3ade6f3c00efccd1d46adf66b23fd' Xrebar is an Erlang build tool that makes it easy to compile and Xtest Erlang applications, port drivers and releases. X Xrebar is a self-contained Erlang script, so it's easy to distribute or even Xembed directly in a project. Where possible, rebar uses standard Erlang/OTP Xconventions for project structures, thus minimizing the amount of build Xconfiguration work. rebar also provides dependency management, enabling Xapplication writers to easily re-use common libraries from a variety of Xlocations (git, hg, etc). X XWWW: https://github.com/basho/rebar 0ce3ade6f3c00efccd1d46adf66b23fd echo x - rebar/distinfo sed 's/^X//' >rebar/distinfo << 'ed1bc4ea815dff7eecd030b41647541c' XSHA256 (basho-rebar-1c98f6c.tar.gz) = 237561ee22e221924edbe7364b556151d1be89a3c661a1d8983c7b99384ea978 XSIZE (basho-rebar-1c98f6c.tar.gz) = 120821 ed1bc4ea815dff7eecd030b41647541c exit