From owner-freebsd-bugbusters Tue Mar 26 8: 4: 6 2002 Delivered-To: freebsd-bugbusters@freebsd.org Received: from hpdi.ath.cx (pc2-nthf5-0-cust237.not.cable.ntl.com [80.4.35.237]) by hub.freebsd.org (Postfix) with ESMTP id E693637B400; Tue, 26 Mar 2002 08:04:00 -0800 (PST) Received: from hpdi.ath.cx (localhost [127.0.0.1]) by hpdi.ath.cx (8.12.2/8.12.2) with ESMTP id g2QG0i2S002125; Tue, 26 Mar 2002 16:00:45 GMT (envelope-from hitenp@hpdi.ath.cx) Received: (from hitenp@localhost) by hpdi.ath.cx (8.12.2/8.12.2/Submit) id g2QG0iuM002124; Tue, 26 Mar 2002 16:00:44 GMT Date: Tue, 26 Mar 2002 16:00:44 +0000 From: Hiten Pandya To: des@FreeBSD.org Cc: bugbusters@FreeBSD.org Subject: send-pr related changes Message-ID: <20020326160044.A2065@hpdi.ath.cx> Reply-To: hiten@uk.FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="R3G7APHDIzY6R/pk" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD hpdi.ath.cx 5.0-CURRENT FreeBSD 5.0-CURRENT Organisation: The FreeBSD Project X-PGP-Key: http://www.pittgoth.com/~hiten/pubkey.asc Sender: owner-freebsd-bugbusters@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --R3G7APHDIzY6R/pk Content-Type: multipart/mixed; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi all, I am sending two patches for review, which will add the recently added categories (ia64, standards, www) to the send-pr.html, and also documenting them in the send-pr(1) manual page. Note: I haven't added the powerpc category in the below patches because of some issues which were discussed by des@ in the commit messages of src/gnu/usr.bin/send-pr/categories. I can add them if someones would like to. If someone has time, and they like the patches below, they can commit them, otherwise comments and criticism is always accepted. ;) The patches are also available from: http://www.pittgoth.com/~hiten/diffs/send-pr.diff I have tested the patches on my system and they work fine. 8-) Thanks, Regards, --=20 Hiten Pandya http://jfs4bsd.sf.net - JFS for FreeBSD (JFS4BSD) http://www.FreeBSD.org - The Power to Serve Public Key: http://www.pittgoth.com/~hiten/pubkey.asc --- 4FB9 C4A9 4925 CF97 9BF3 ADDA 861D 5DBD E4E3 03C3 --- --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="send-pr.diff" Content-Transfer-Encoding: quoted-printable Index: send-pr.1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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=20 .B EDITOR Index: send-pr.sgml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 @@ + - + + + =20
Severity: