Download List

项目描述

Yruba provides a rule system similar to make or
ant for the shell (bash). It provides a clear
separation between a list of dependencies that
must be up-to-date before the current task can be
performed, an explicit test that checks whether
the target is really out-of-date, and a command
that finally makes the target. Everything is plain
bash syntax, so there is no new command language
to learn.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-10-11 02:57
2.9

一个任务的测试和指挥职能现已结束,因此任何在目录中的变动,只是地方性的。当测试或命令函数返回,包装更改返回到当前目录,然后再调用函数。
标签: minor feature change
The test and command functions of a task are now wrapped such that any change in directory is only local. When the test or command function returns, the wrapper changes back to the current directory before calling the function.

2007-01-06 22:46
2.8

循环的依赖没有检测工作。现在,这是固定的。
标签: Minor bugfixes
The detection of dependency loops did not work.
This is fixed now.

2006-11-01 16:40
2.7

该mapFilenames功能增强,对扩展允许映射文件名保持不变。
标签: Minor feature enhancements
The mapFilenames function was enhanced to allow
for the extensions of mapped file names to be left
unchanged.

2006-09-25 02:00
2.6

新的功能mapFilenames映射文件到另一个目录的名字,而改变的道路上文件扩展名。它可以用来创建编译Java源文件的目标。旧的功能得到改善的速度。
标签: Minor feature enhancements
The new function mapFilenames maps file names into another directory while changing the file extension on the way. It can be used to create compile targets from Java source files. The speed of function old was improved.

2006-09-16 20:14
2.5

甲在为映射的目标ydoc资料清单错误是固定的。 Debian的软件包准备。
标签: Minor bugfixes
A bug in the listing of ydoc information for
mapped targets was fixed. A Debian package was
prepared.

Project Resources