Path to this page:
./
devel/ruby-rake,
Ruby Make
Branch: pkgsrc-2012Q4,
Version: 10.0.3,
Package name: ruby193-rake-10.0.3,
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.1 2012/03/17 13:57:59 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_HACK}.save ${RAKE_BIN}
${MV} ${RAKE_BIN} ${RAKE_BIN_HACK}
fi
;;
esac
Master sites:
SHA1: 606ae35717d8a576647f3fcb4d8cb14628209d14
RMD160: d5b36a000b66d8e1c9641bfef9ce79ca7aa4fd4c
Filesize: 117 KB
Version history: (Expand)
- (2013-01-06) Package added to pkgsrc.se, version ruby193-rake-10.0.3 (created)