1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: opensched
Section: misc
Priority: optional
Maintainer: Tommaso Moroni <moronito@debian.org>
Build-Depends: debhelper (>> 4.0.0), dpatch, tetex-bin, tetex-extra, gs-common, psutils
Standards-Version: 3.6.1
Package: opensched
Architecture: any
Depends: ${shlibs:Depends} ${misc:Depends}
Suggests: tetex-bin, tetex-extra, gs-common, www-browser
Description: Tool for project management
This program is used to automatically schedule resources for a project.
It takes as input a file describing the project and generates the following:
* Textural descriptions of the generated project plan.
* Gantt charts.
* Network diagrams.
.
The textural description can be generated in one or more of raw text, HTML,
and TeX formats.
.
The Gantt charts and network diagrams are generated directly as EPS drawings.
The package contains a routine to convert these to GIFs.
|