Path to this page:
./
devel/ruby-rake,
Ruby Make
Branch: pkgsrc-2015Q1,
Version: 10.4.2,
Package name: ruby200-rake-10.4.2,
Maintainer: tacaRake is a simple ruby build program with capabilities similar to make.
Rake has the following features:
* Rakefiles (rake's version of Makefiles) are completely defined in
standard Ruby syntax. No XML files to edit. No quirky Makefile
syntax to worry about (is that a tab or a space?)
* Users can specify tasks with prerequisites.
* Rake supports rule patterns to sythesize implicit tasks.
* Rake is lightweight. It can be distributed with other projects as
a single file. Projects that depend upon rake do not require that
rake be installed on target systems.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2013/06/16 15:23:39 taca Exp $
GEMSPEC="@PREFIX@/@GEM_HOME@/specifications/@GEM_NAME@.gemspec"
RAKE_HACK="@RAKE_HACK@"
RAKE_BIN="@PREFIX@/bin/rake@RUBY_VER@"
RAKE_BIN_HACK="@PREFIX@/bin/@RAKEBIN@"
case ${STAGE} in
DEINSTALL)
if [ "${RAKE_HACK}" -a -f ${GEMSPEC}.orig ]; then
${MV} ${GEMSPEC} ${GEMSPEC}${RAKE_HACK}
${MV} ${GEMSPEC}.orig ${GEMSPEC}
fi
if [ "${RAKE_BIN}" != "${RAKE_BIN_HACK}" ]; then
${MV} ${RAKE_BIN} ${RAKE_BIN_HACK}
${MV} ${RAKE_BIN_HACK}.save ${RAKE_BIN}
fi
;;
esac
Master sites:
SHA1: abfbf4fe8d3011f13f922adc81167af76890a627
RMD160: f516f21735b8308d490e13c40014fe3bef0c5f32
Filesize: 127.5 KB
Version history: (Expand)
- (2015-04-03) Package added to pkgsrc.se, version ruby200-rake-10.4.2 (created)