diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-14 18:51:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-14 18:51:58 +0000 |
commit | f953f46545ed7a5fe8c14fab847df73b8b5b8fea (patch) | |
tree | a6e721c69755c8b6b97e6bca9bb6fe585d5146a2 /textproc/opensched | |
parent | 7a6f3c3705460c0eeeb61665653a0b74cdb636a3 (diff) | |
download | ports-f953f46545ed7a5fe8c14fab847df73b8b5b8fea.tar.gz ports-f953f46545ed7a5fe8c14fab847df73b8b5b8fea.zip |
Notes
Diffstat (limited to 'textproc/opensched')
-rw-r--r-- | textproc/opensched/Makefile | 3 | ||||
-rw-r--r-- | textproc/opensched/pkg-descr | 28 |
2 files changed, 6 insertions, 25 deletions
diff --git a/textproc/opensched/Makefile b/textproc/opensched/Makefile index 71e4dc8bf56f..d93bc405df3a 100644 --- a/textproc/opensched/Makefile +++ b/textproc/opensched/Makefile @@ -9,8 +9,7 @@ PORTNAME= opensched PORTVERSION= 0.1.0 PORTREVISION= 2 CATEGORIES= textproc -MASTER_SITES= http://www.m-tech.ab.ca/download/sched/ -DISTNAME= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://mtechit.com/dlsoftware/opensched/ MAINTAINER= ports@FreeBSD.org COMMENT= A project scheduler diff --git a/textproc/opensched/pkg-descr b/textproc/opensched/pkg-descr index c027b28c45f1..b7030e73156a 100644 --- a/textproc/opensched/pkg-descr +++ b/textproc/opensched/pkg-descr @@ -1,24 +1,6 @@ +OpenSched is a project management / scheduling program. It reads a +description file that describes what must be done and who can do what +work, and it automatically assigns work to people, and schedules the +entire project. -From the opensched home page: - - OPENSCHED is a project scheduler. It reads a project description file, - which contains information about: - - Tasks which must be accomplished. - Resources (e.g., people, equipment, facilities) which may work - on tasks. - Work that has already been completed. - - It schedules resources to work on tasks, and produces various reports: - - A summary of all tasks and task dependencies. - A work schedule for the entire project. - A work schedule for each resource. - GANTT charts. - Weekly and monthly work summaries for each resource. - - These reports are typeset using LaTeX, for display or printing. - -For more details, please see the opensched homepage: - -WWW: http://www.m-tech.ab.ca/download/sched/ +WWW: http://mtechit.com/dlsoftware/opensched/ |