Bug 75830

Summary: ports.cgi used ports/INDEX from CVS
Product: Documentation Reporter: Simon L. B. Nielsen <simon>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Simon L. B. Nielsen freebsd_committer freebsd_triage 2005-01-05 00:10:26 UTC
	The ports.cgi script uses the CVS version of ports/INDEX{,-5}
	to extract information about which ports and which ports
	versions existed for a particular FreeBSD release.  Now that
	INDEX is no longer kept in CVS this won't work for 4.11, and
	later releases.

	The solution is probably to make some kind of achieve of INDEX
	files for old releases, like what's done for manual pages used
	by man.cgi, and drop using the CVS version of INDEX entirely
	in ports.cgi.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-11-29 20:54:50 UTC
State Changed
From-To: open->closed

I killed off the CVS operationg in the cgi. 

As for the proposed solution, well, I'm not going to implement it, sorry.