Index: head/textproc/opensched/Makefile =================================================================== --- head/textproc/opensched/Makefile (revision 107046) +++ head/textproc/opensched/Makefile (revision 107047) @@ -1,31 +1,30 @@ # New ports collection makefile for: opensched # Date created: 31 January 2001 # Whom: Daniel McRobb # # $FreeBSD$ # 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 BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX USE_GMAKE= yes MAN1= opensched.1 PLIST_FILES= bin/opensched .include .if ${ARCH} == "alpha" BROKEN= "Does not compile" .endif .include Property changes on: head/textproc/opensched/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/textproc/opensched/pkg-descr =================================================================== --- head/textproc/opensched/pkg-descr (revision 107046) +++ head/textproc/opensched/pkg-descr (revision 107047) @@ -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/ Property changes on: head/textproc/opensched/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property