From hiten@pittgoth.com  Wed Apr  3 17:57:34 2002
Return-Path: <hiten@pittgoth.com>
Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111])
	by hub.freebsd.org (Postfix) with ESMTP id 60EB937B41C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Apr 2002 17:57:32 -0800 (PST)
Received: (from hiten@localhost)
	by pittgoth.com (8.11.6/8.11.6) id g341vVp04774;
	Wed, 3 Apr 2002 20:57:31 -0500 (EST)
	(envelope-from hiten)
Message-Id: <200204040157.g341vVp04774@pittgoth.com>
Date: Wed, 3 Apr 2002 20:57:31 -0500 (EST)
From: Hiten Pandya <hiten@uk.FreeBSD.org>
Reply-To: Hiten Pandya <hiten@uk.FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Update the send-pr(1) web interface and man page
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         36713
>Category:       misc
>Synopsis:       [PATCH] Update the send-pr(1) web interface and man page
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 03 18:00:02 PST 2002
>Closed-Date:    Fri Apr 05 11:05:23 PST 2002
>Last-Modified:  Fri Apr 05 11:05:23 PST 2002
>Originator:     Hiten Pandya
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pittgoth.com 4.5-RELEASE FreeBSD 4.5-RELEASE #2: Thu Feb 21 23:00:49 EST 2002 root@pittgoth.com:/usr/src/sys/compile/PITTGOTH i386

>Description:

	The send-pr(1) man page and the send-pr web interface have been
	forgotten to be updated, after recent commits to:

	src/gnu/usr.bin/send-pr/categories (revision 1.9 - 1.13)

	To summarize, the following changes were made to the above file:

		o Add a 'www' category 
		o Add an 'ia64' category
		o Change sparc -> sparc64
		o Add a 'standards' category
		o Add a 'powerpc' category
 
	The patches attached below will bring the man page and the web
	interface in sync with the above file.

	NOTE:  I have left the "powerpc" category out, because of the
	reason that it was going to be renamed to "ppc" after some
	discussions on the various lists, and I was unsure about this
	issue.

	The person who will close this PR can add that category, or else
	I will submit the patch (for the manpage and the interface) if
	requested. :)
 
	Thanks,

		-- Hiten
		-- <hiten@uk.FreeBSD.org>
 
>How-To-Repeat:

	Visit the:

	send-pr(1) manual page.
	http://www.FreeBSD.org/send-pr.html - Web Interface

	And notice the difference with:

		src/gnu/usr.bin/send-pr/categories
 
>Fix:

	(kindly) Apply the patches attached below.  Otherwise I
	would appreciate some feedback. :) 

Index: send-pr.1
===================================================================
RCS file: /home/ncvs/src/gnu/usr.bin/send-pr/send-pr.1,v
retrieving revision 1.11
diff -u -r1.11 send-pr.1
--- send-pr.1	2001/06/17 11:22:57	1.11
+++ send-pr.1	2002/03/26 15:47:07
@@ -194,6 +194,9 @@
 .B i386
 Intel x86 processor specific problems.
 .TP
+.B ia64
+Intel ia64 processor specific problems.
+.TP
 .B kern
 Changes or enhancements to the architecture independent kernel sources.
 .TP
@@ -203,8 +206,14 @@
 .B ports
 Corrections or enhancements (including new ports) to the ports collection.
 .TP
-.B sparc
+.B sparc64
 SPARC processor specific problems.
+.TP
+.B standards
+C99 and POSIX conformance related changes or enhancements.
+.TP
+.B www
+Changes or enhancements to the FreeBSD website.
 .SH ENVIRONMENT
 The environment variable 
 .B EDITOR

Index: send-pr.sgml
===================================================================
RCS file: /home/ncvs/www/en/send-pr.sgml,v
retrieving revision 1.25
diff -u -r1.25 send-pr.sgml
--- send-pr.sgml	2002/03/16 08:18:29	1.25
+++ send-pr.sgml	2002/03/26 15:40:22
@@ -47,10 +47,13 @@
 	<option> docs</option>
 	<option> gnu</option>
 	<option> i386</option>
+	<option> ia64</option>
 	<option> kern</option>
 	<option selected> misc</option>
 	<option> ports</option>
-	<option> sparc</option>
+	<option> sparc64</option>
+	<option> standards</option>
+	<option> www</option>
       </select>
       
       <br><b>Severity</b>: <select name="severity">

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: des 
State-Changed-When: Fri Apr 5 11:05:21 PST 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36713 
>Unformatted:
