Bug 24758 - New port: opeensched-0.1.0
Summary: New port: opeensched-0.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-31 21:10 UTC by dwm
Modified: 2001-03-11 02:18 UTC (History)
0 users

See Also:


Attachments
file.shar (10.94 KB, text/plain)
2001-01-31 21:10 UTC, dwm
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description dwm 2001-01-31 21:10:00 UTC
	
	This is a port of opensched-0.1.0, a project scheduler.
	See http://www.m-tech.ab.ca/download/sched/

 	My changes....

	I added some simple code to graph.c to make tasks with
	dependencies be filled red instead of gray, and tasks with no
	dependencies to be filled blue instead of gray.  This aids me
	greatly when reading our Gantt charts.  I still honor tg_gray,
	but instead of it being translated directly to a Postscript
	setgray command, it is used as the green and blue component
	values of a setrgbcolor command for tasks with dependencies (red
	is set to 1) and as the red and green component values for tasks
	with no dependencies (blue is set to 1).  i.e. if you increase
	the tg_gray value above the default, you get a lighter red and a
	lighter blue.

	I also fixed a bug in print.c where it was printing an empty
	item list when no milestones were defined, which at least my
	latex doesn't like (running teTeX 1.0.6 and teTeX 1.0.7, both in
	2e mode).

	Both of these changes were sent to the opensched feedback 
	mailbox (sched@m-tech.ab.ca).
Comment 1 Will Andrews freebsd_committer freebsd_triage 2001-03-11 02:17:46 UTC
State Changed
From-To: open->closed

Committed, thanks.  In the future, please use relative paths in your shar. 
And don't spam the rcsid with a colon.