Bug 24758

Summary: New port: opeensched-0.1.0
Product: Ports & Packages Reporter: dwm <dwm>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

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.