Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/ruby-rake,
Ruby Make
Branch: CURRENT,
Version: 10.4.2,
Package name: ruby22-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
Required to run:[
lang/ruby22-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: abfbf4fe8d3011f13f922adc81167af76890a627
RMD160: f516f21735b8308d490e13c40014fe3bef0c5f32
Filesize: 127.5 KB
Version history: (Expand)
- (2017-05-31) Package deleted from pkgsrc
- (2016-03-14) Updated to version: ruby22-rake-10.4.2
- (2015-02-01) Updated to version: ruby200-rake-10.4.2
- (2014-07-24) Updated to version: ruby200-rake-10.1.1
- (2014-03-13) Updated to version: ruby193-rake-10.1.1
- (2014-02-09) Updated to version: ruby193-rake-10.0.4nb1
CVS history: (Expand)