From nobody@FreeBSD.org  Thu Aug 19 05:24:40 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 541FC16A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 19 Aug 2004 05:24:40 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3879B43D39
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 19 Aug 2004 05:24:40 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7J5OeUF004655
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 19 Aug 2004 05:24:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i7J5OeM2004654;
	Thu, 19 Aug 2004 05:24:40 GMT
	(envelope-from nobody)
Message-Id: <200408190524.i7J5OeM2004654@www.freebsd.org>
Date: Thu, 19 Aug 2004 05:24:40 GMT
From: Paul Armstrong <freebsdbugs@otoh.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New man page: portindex(5) 
X-Send-Pr-Version: www-2.3

>Number:         70652
>Category:       docs
>Synopsis:       [patch] New man page: portindex(5)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 19 05:30:16 GMT 2004
>Closed-Date:    Fri Feb 06 17:23:12 UTC 2009
>Last-Modified:  Fri Feb  6 17:30:02 UTC 2009
>Originator:     Paul Armstrong
>Release:        
>Organization:
>Environment:
>Description:
      This man page describes the contents of the INDEX or INDEX-5 file on a FreeBSD system.
>How-To-Repeat:
      
>Fix:
.\"
.\" Copyright (c) 2004 Paul Armstrong
.\"
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD$
.\"
.Dd August 14, 2004
.Dt PORTINDEX 5
.Os
.Sh NAME
.Nm INDEX
.Nd File containing information about the ports tree
.Sh DESCRIPTION
The file
.Pa /usr/ports/INDEX-5
(or
.Pa /usr/ports/INDEX
on FreeBSD <= 4)
contains the following fields seperated by a pipe (``|''):
.\"http://lists.freebsd.org/mailman/htdig/freebsd-ports/2004-June/013462.html
.Bl -tag -compact -width indent
.It Cm \&name
The name of the port
.It Cm \&path
The full path to the port
.It Cm \&install prefix
The default install prefix
.It Cm \&short description
A short description
.It Cm \&full description
The path to the full description
.It Cm \&maintainer email
The email address of the maintainer
.It Cm \&index
The collections this port is part of
.It Cm \&build dependancies
Other ports required to build this port
.It Cm \&run dependancies
Other ports required for this port to run
.It Cm \&website
The project website for the port
.El

The following apply to
.Pa INDEX-5
only:
.Bl -tag -compact -width indent
.It Cm \&e-deps
Other ports required to extract this port
.It Cm \&p-deps
Other ports required to patch this port
.It Cm \&f-deps
Other ports required to fetch this port
.El
.Sh FILES
.Bl -tag -width /usr/ports/INDEX-5 -compact
.It Pa /usr/ports/INDEX-5
The INDEX file (FreeBSD >= 5)
.It Pa /usr/ports/INDEX
The INDEX file (FreeBSD <= 4)
.El
.Sh EXAMPLES
.Bd -literal
vim-6.3.15|/usr/ports/editors/vim|/usr/local|Vi "workalike", with many additional features|/usr/ports/editors/vim/pkg-descr|obrien@FreeBSD.org|editors|libiconv-1.9.2_1|libiconv-1.9.2_1|http://www.vim.org/|||
.Ed
.Sh SEE ALSO
.Xr ports 7
.Xr cvsup 1
.Sh AUTHORS
.An -nosplit
This man page was originated by
.An Paul Armstrong.
>Release-Note:
>Audit-Trail:

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: Paul Armstrong <freebsdbugs@otoh.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: docs/70652: New man page: portindex(5) 
Date: Sat, 21 Aug 2004 12:29:51 +0200

 Paul Armstrong wrote:
 
 > The following apply to
 > .Pa INDEX-5
 > only:
 
 Really? There is no code in `describe' that differs depending on 
 OSVERSION. Besides, methods to refresh the INDEX should be mentioned 
 (make index, make fetchindex), some internals (make describe) and 
 applications (make search)
 
 -Oliver
 

From: Paul Armstrong <freebsdbugs@otoh.org>
To: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: docs/70652: New man page: portindex(5)
Date: Sun, 12 Sep 2004 22:30:04 -0700

 On Sat, Aug 21, 2004 at 12:29:51PM +0200, Oliver Eikemeier wrote:
 > >The following apply to
 > >.Pa INDEX-5
 > >only:
 > 
 > Really? There is no code in `describe' that differs depending on 
 > OSVERSION. Besides, methods to refresh the INDEX should be mentioned 
 > (make index, make fetchindex), some internals (make describe) and 
 > applications (make search)
 
 Is this better?
 
 \"
 \" Copyright (c) 2004 Paul Armstrong
 \"
 \" All rights reserved.
 \"
 \" Redistribution and use in source and binary forms, with or without
 \" modification, are permitted provided that the following conditions
 \" are met:
 \" 1. Redistributions of source code must retain the above copyright
 \"    notice, this list of conditions and the following disclaimer.
 \" 2. Redistributions in binary form must reproduce the above copyright
 \"    notice, this list of conditions and the following disclaimer in the
 \"    documentation and/or other materials provided with the distribution.
 \"
 \" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
 \" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 \" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 \" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
 \" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 \" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 \" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 \" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 \" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 \" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 \"
 \" $FreeBSD$
 \"
 Dd August 14, 2004
 Dt PORTINDEX 5
 Os
 Sh NAME
 Nm INDEX
 Nd pre-compiled information about the ports tree
 Sh SYNOPSYS
 Nm /usr/ports/INDEX
 Nm /usr/ports/INDEX-5
 Sh DESCRIPTION
 The
 Nm
 file can be used to quickly search through the available ports using the
 Nm Makefile
 in the base of the ports tree.
 Sh FILE FORMAT
 The file
 Pa /usr/ports/INDEX-5
 (or
 Pa /usr/ports/INDEX
 on FreeBSD <= 4)
 contains the following fields seperated by a pipe (``|''):
 \"http://lists.freebsd.org/mailman/htdig/freebsd-ports/2004-June/013462.html
 Bl -tag -compact -width indent
 It Cm \&name
 The name of the port
 It Cm \&path
 The full path to the port
 It Cm \&install prefix
 The default install prefix
 It Cm \&short description
 A short description
 It Cm \&full description
 The path to the full description
 It Cm \&maintainer email
 The email address of the maintainer
 It Cm \&index
 The collections this port is part of
 It Cm \&build dependancies
 Other ports required to build this port
 It Cm \&run dependancies
 Other ports required for this port to run
 It Cm \&website
 The project website for the port
 It Cm \&e-deps
 Other ports required to extract this port
 It Cm \&p-deps
 Other ports required to patch this port
 It Cm \&f-deps
 Other ports required to fetch this port
 El
 Sh USAGE
 The following targets in the ports
 Nm Makefile
 apply to the
 Nm
 file.
 Bl -tag -compact -width indent
 It Cm fetchindex
 fetches the latest copy of the index file from http://www.freebsd.org/ports/
 It Cm index
 creates a version based on the local ports tree
 It Cm search key=<keyword>
 searches the ports tree for ports containing
 Cm <keyword>
 in any part of the port description
 It Cm search name=<keyword>
 searches the ports tree for ports containing
 Cm <keyword>
 in the port name
 It Cm print-index
 prints out the contents of the
 Nm
 file in a neat format
 El
 Sh FILES
 Bl -tag -width -compact
 It Pa /usr/ports/INDEX-5
 The INDEX file (FreeBSD >= 5)
 It Pa /usr/ports/INDEX
 The INDEX file (FreeBSD <= 4)
 It Pa /usr/ports/Tools/make_index
 The main routines for building the
 Nm
 file.
 It Pa /usr/ports/Makefile
 The toplevel Makefile used to generate the
 Nm
 file.
 It Pa /usr/ports/Mk/bsd.port.mk
 This include provides the describe function for building short descriptions of
 each port.
 El
 Sh ENVIRONMENT
 Bl -tag -width -compact
 It Ev INDEX_JOBS
 The number of concurrent jobs to run when building the
 Nm
 file
 It Ev INDEX_QUIET
 Don't print the warning at the end of the build
 It Ev INDEX_VERBOSE
 Print out each port as it is processed
 El
 Sh EXAMPLES
 Bd -literal
 vim-6.3.15|/usr/ports/editors/vim|/usr/local|Vi "workalike", with many additional features|/usr/ports/editors/vim/pkg-descr|obrien@FreeBSD.org|editors|libiconv-1.9.2_1|libiconv-1.9.2_1|http://www.vim.org/|||
 Ed
 Sh SEE ALSO
 Xr ports 7
 Xr cvsup 1
 Sh AUTHORS
 An -nosplit
 This man page was originated by
 An Paul Armstrong Aq psa+freebsd@otoh.org .
 
Responsible-Changed-From-To: freebsd-doc->hmp 
Responsible-Changed-By: hmp 
Responsible-Changed-When: Mon Dec 6 00:23:28 GMT 2004 
Responsible-Changed-Why:  
The current manual page lacks mdoc conformity totally, so I am in 
the process of giving it a face-lift, as well as other structural 
changes where neccessary. 

It is under my radar now, bear with me. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=70652 
Responsible-Changed-From-To: freebsd-doc->tabthorpe 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Fri Jan 23 15:15:43 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70652 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/70652: commit references a PR
Date: Wed, 28 Jan 2009 15:22:55 +0000 (UTC)

 Author: tabthorpe (ports committer)
 Date: Wed Jan 28 15:22:44 2009
 New Revision: 187825
 URL: http://svn.freebsd.org/changeset/base/187825
 
 Log:
   - Add initial version of portindex(5) manual page
   
   PR:		docs/70652
   Submitted by:	Paul Armstrong <psa otoh.org>
   Reviewed by:	pav keramida trhodes
   Approved by:	keramida
   MFC after:	3 days
 
 Added:
   head/share/man/man5/portindex.5   (contents, props changed)
 Modified:
   head/share/man/man5/Makefile
 
 Modified: head/share/man/man5/Makefile
 ==============================================================================
 --- head/share/man/man5/Makefile	Wed Jan 28 15:21:38 2009	(r187824)
 +++ head/share/man/man5/Makefile	Wed Jan 28 15:22:44 2009	(r187825)
 @@ -51,6 +51,7 @@ MAN=	acct.5 \
  	pbm.5 \
  	periodic.conf.5 \
  	phones.5 \
 +	portindex.5 \
  	portsnap.conf.5 \
  	procfs.5 \
  	protocols.5 \
 
 Added: head/share/man/man5/portindex.5
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/share/man/man5/portindex.5	Wed Jan 28 15:22:44 2009	(r187825)
 @@ -0,0 +1,101 @@
 +.\"
 +.\" Copyright (c) 2004 Paul Armstrong
 +.\" Copyright (c) 2009 Thomas Abthorpe
 +.\"
 +.\" All rights reserved.
 +.\"
 +.\" Redistribution and use in source and binary forms, with or without
 +.\" modification, are permitted provided that the following conditions
 +.\" are met:
 +.\" 1. Redistributions of source code must retain the above copyright
 +.\" notice, this list of conditions and the following disclaimer.
 +.\" 2. Redistributions in binary form must reproduce the above copyright
 +.\" notice, this list of conditions and the following disclaimer in the
 +.\" documentation and/or other materials provided with the distribution.
 +.\"
 +.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
 +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 +.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
 +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 +.\"
 +.\" $FreeBSD$
 +.\"
 +.Dd January 28, 2009
 +.Dt PORTINDEX 5
 +.Os
 +.Sh NAME
 +.Nm INDEX
 +.Nd "File containing information about the state of the ports tree"
 +.Sh DESCRIPTION
 +The port index file in
 +.Pa /usr/ports
 +contains various bits of information about the ports tree.
 +Each major branch of
 +.Fx
 +has a separate index file, named
 +.Dq INDEX- Ns Ar N ,
 +where
 +.Ar N
 +is the major version number of the
 +.Fx
 +branch, i.e.:
 +.Pa INDEX-7 ,
 +or
 +.Pa INDEX-8 .
 +.Bl -tag -compact -width indent
 +.It Cm \&name
 +The name of the package.
 +.It Cm \&path
 +The path to the port directory.
 +.It Cm \&install prefix
 +The default install prefix.
 +.It Cm \&short description
 +A short description.
 +.It Cm \&full description
 +The path to the full description.
 +.It Cm \&maintainer email
 +The email address of the maintainer.
 +.It Cm \&index
 +The categories this port is part of.
 +.It Cm \&build dependencies
 +Ports required to be installed prior to building this port.
 +.It Cm \&run dependencies
 +Ports required to be installed for this port to run.
 +.It Cm \&website
 +The project website for the port.
 +.It Cm \&e-deps
 +Ports that may be required to extract this port.
 +.It Cm \&p-deps
 +Ports that may be required to patch this port.
 +.It Cm \&f-deps
 +Ports that may be required to fetch this port.
 +.El
 +.Sh FILES
 +.Bl -tag -width /usr/ports/INDEX-8
 +.It Pa /usr/ports/INDEX- Ns Ar N
 +where
 +.Ar N
 +is the major version number of the
 +.Fx
 +branch.
 +.El
 +.Sh EXAMPLES
 +.Bd -literal
 +vim-6.3.15|/usr/ports/editors/vim|/usr/local|Vi "workalike", with many additional features|/usr/ports/editors/vim/pkg-descr|obrien@FreeBSD.org|editors|libiconv-1.9.2_1|libiconv-1.9.2_1|http://www.vim.org/|||
 +.Ed
 +.Sh SEE ALSO
 +.Xr csup 1 ,
 +.Xr build 1 ,
 +.Xr ports 7
 +.Sh AUTHORS
 +.An -nosplit
 +This manual page was written by
 +.An Paul Armstrong
 +and
 +.An Thomas Abthorpe Aq tabthorpe@FreeBSD.org .
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: tabthorpe 
State-Changed-When: Wed Jan 28 15:30:50 UTC 2009 
State-Changed-Why:  
MFC reminder 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70652 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/70652: commit references a PR
Date: Fri,  6 Feb 2009 17:19:15 +0000 (UTC)

 Author: tabthorpe (ports committer)
 Date: Fri Feb  6 17:19:02 2009
 New Revision: 188241
 URL: http://svn.freebsd.org/changeset/base/188241
 
 Log:
   - MFC the portindex(5) manual page
   
   PR:		docs/70652
   Approved by:	trhodes
 
 Added:
   stable/7/share/man/man5/portindex.5
      - copied, changed from r187825, head/share/man/man5/portindex.5
 Modified:
   stable/7/share/man/man5/Makefile
 
 Modified: stable/7/share/man/man5/Makefile
 ==============================================================================
 --- stable/7/share/man/man5/Makefile	Fri Feb  6 17:14:07 2009	(r188240)
 +++ stable/7/share/man/man5/Makefile	Fri Feb  6 17:19:02 2009	(r188241)
 @@ -51,6 +51,7 @@ MAN=	acct.5 \
  	pbm.5 \
  	periodic.conf.5 \
  	phones.5 \
 +	portindex.5 \
  	portsnap.conf.5 \
  	procfs.5 \
  	protocols.5 \
 
 Copied and modified: stable/7/share/man/man5/portindex.5 (from r187825, head/share/man/man5/portindex.5)
 ==============================================================================
 --- head/share/man/man5/portindex.5	Wed Jan 28 15:22:44 2009	(r187825, copy source)
 +++ stable/7/share/man/man5/portindex.5	Fri Feb  6 17:19:02 2009	(r188241)
 @@ -90,8 +90,8 @@ branch.
  vim-6.3.15|/usr/ports/editors/vim|/usr/local|Vi "workalike", with many additional features|/usr/ports/editors/vim/pkg-descr|obrien@FreeBSD.org|editors|libiconv-1.9.2_1|libiconv-1.9.2_1|http://www.vim.org/|||
  .Ed
  .Sh SEE ALSO
 -.Xr csup 1 ,
  .Xr build 1 ,
 +.Xr csup 1 ,
  .Xr ports 7
  .Sh AUTHORS
  .An -nosplit
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Fri Feb 6 17:23:11 UTC 2009 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70652 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/70652: commit references a PR
Date: Fri,  6 Feb 2009 17:22:04 +0000 (UTC)

 Author: tabthorpe (ports committer)
 Date: Fri Feb  6 17:21:41 2009
 New Revision: 188242
 URL: http://svn.freebsd.org/changeset/base/188242
 
 Log:
   - MFC the portindex(5) manual page
   
   PR:		docs/70652
   Reviewed by:	keramida
   Approved by:	trhodes
 
 Added:
   stable/6/share/man/man5/portindex.5
      - copied, changed from r187825, head/share/man/man5/portindex.5
 Modified:
   stable/6/share/man/man5/Makefile
 
 Modified: stable/6/share/man/man5/Makefile
 ==============================================================================
 --- stable/6/share/man/man5/Makefile	Fri Feb  6 17:19:02 2009	(r188241)
 +++ stable/6/share/man/man5/Makefile	Fri Feb  6 17:21:41 2009	(r188242)
 @@ -45,9 +45,10 @@ MAN=	acct.5 \
  	nsswitch.conf.5 \
  	passwd.5 \
  	pbm.5 \
 -	portsnap.conf.5 \
  	periodic.conf.5 \
  	phones.5 \
 +	portindex.5 \
 +	portsnap.conf.5 \
  	procfs.5 \
  	protocols.5 \
  	quota.user.5 \
 
 Copied and modified: stable/6/share/man/man5/portindex.5 (from r187825, head/share/man/man5/portindex.5)
 ==============================================================================
 --- head/share/man/man5/portindex.5	Wed Jan 28 15:22:44 2009	(r187825, copy source)
 +++ stable/6/share/man/man5/portindex.5	Fri Feb  6 17:21:41 2009	(r188242)
 @@ -90,8 +90,8 @@ branch.
  vim-6.3.15|/usr/ports/editors/vim|/usr/local|Vi "workalike", with many additional features|/usr/ports/editors/vim/pkg-descr|obrien@FreeBSD.org|editors|libiconv-1.9.2_1|libiconv-1.9.2_1|http://www.vim.org/|||
  .Ed
  .Sh SEE ALSO
 -.Xr csup 1 ,
  .Xr build 1 ,
 +.Xr csup 1 ,
  .Xr ports 7
  .Sh AUTHORS
  .An -nosplit
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
