./devel/rebar, Rebar is an Erlang build tool

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.6.4nb1, Package name: rebar-2.6.4nb1, Maintainer: reinoud

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).


Required to run:
[lang/erlang]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 208.162 KB

Version history: (Expand)


CVS history: (Expand)


   2023-01-11 23:07:47 by Nikita | Files touched by this commit (10)
Log message:
revbump after lang/relang fix.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423)
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
   2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229)
Log message:
Switch github HOMEPAGEs to https.
   2016-09-18 15:38:17 by Filip Hajny | Files touched by this commit (2)
Log message:
Update devel/rebar to 2.6.4.

- rebar/619: Fix cdb processing when a file is skipped
   2016-09-10 22:54:47 by Filip Hajny | Files touched by this commit (2)
Log message:
Update devel/rebar to 2.6.3.

- rebar/610: qc: lift experimental notice
- rebar/611: port_compiler: consistently format default_env/0
- rebar/612: Introduce and use compat random number module
- rebar/614: Add an additional check for the existence of a 'rebar.beam' file
- rebar/615: port_compiler: generate clang compilation db
- rebar/616: port_compiler: clean up compile_each()
- rebar/617: port_compiler: auto-select C++ specific link template
   2016-07-06 17:03:25 by Filip Hajny | Files touched by this commit (2)
Log message:
Update devel/rebar to 2.6.2.

- rebar/532: Automatically clean neotoma-generated erl files,
  regression test
- rebar/549: Add Windows continuous integration through AppVeyor
- rebar/551: fprof: document Cachegrind support
- rebar/556: fprof: further document Cachegrind support
- rebar/557: Fix windows eunit tests
- rebar/558: Add qualified name tests docs (see pr #119)
- rebar/560: Lock retest dependency
- rebar/562: Add support for Windows integration testing
- rebar/567: Allow windows release to use etc conf dir
- rebar/570: xref: fix dialyzer warning introduced in 69802f63120
- rebar/573: Provide additional debug logging on relup generation
- rebar/578: Add the latest OTP 18 version to the Travis build
- rebar/580: Additional Common Test regression tests
- rebar/581: Update retest dependency url
- rebar/586: Ensure ebin created for dia compiler
- rebar/587: rebar_require_vsn: Update regexp to account for newer
  OTP versions
- rebar/588: Look for ct .spec files in the ct_dir that was
  specified
- rebar/589: Introduce REBAR_DEPS_PREFER_LIBS env variable to
  alter search behaviour
- rebar/590: Treat port env vars as expandable only if they self
  reference
- rebar/591: Fix/eunit tests surefire crash
- rebar/594: Introduce REBAR_VSN_CACHE_FILE env variable to
  load/save vsn cache
- rebar/599: Fix bug when running gcc in cross_sizeof
- rebar/602: Support full-source rebar3-style deps (deps without
  Version Regexes)
- rebar/603: add deprecated message
- rebar/605: Add necessary OSX flags for port driver linking
- rebar/606: Revert 'Treat port env vars as expandable only if
  they self reference'