Path to this page:
./
devel/ruby-rake,
Ruby Make
Branch: pkgsrc-2013Q2,
Version: 10.0.4,
Package name: ruby193-rake-10.0.4,
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: (Expand)
SHA1: 59d5921aab7e0dd212ae8fd0795088cfa48e84ba
RMD160: 7413de974df55d1584f439b3892042ca9df602a3
Filesize: 117.5 KB
Version history: (Expand)
- (2013-07-08) Package added to pkgsrc.se, version ruby193-rake-10.0.4 (created)