From mark@ukug.uk.freebsd.org  Sat Aug 26 07:46:28 2000
Return-Path: <mark@ukug.uk.freebsd.org>
Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45])
	by hub.freebsd.org (Postfix) with ESMTP id 69F9E37B43E
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Aug 2000 07:46:28 -0700 (PDT)
Received: from parish.my.domain ([62.255.96.240]) by mta05-svc.ntlworld.com
          (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP
          id <20000826144626.JZAS317.mta05-svc.ntlworld.com@parish.my.domain>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Sat, 26 Aug 2000 15:46:26 +0100
Received: (from root@localhost)
	by parish.my.domain (8.9.3/8.9.3) id PAA02969;
	Sat, 26 Aug 2000 15:46:10 +0100 (BST)
	(envelope-from mark)
Message-Id: <200008261446.PAA02969@parish.my.domain>
Date: Sat, 26 Aug 2000 15:46:10 +0100 (BST)
From: marko@freebsd.org
Sender: mark@ukug.uk.freebsd.org
Reply-To: marko@freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: [NEW PORT] Utility for searching the ports tree
X-Send-Pr-Version: 3.2

>Number:         20863
>Category:       ports
>Synopsis:       [NEW PORT] Utility for searching the ports tree
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 26 07:50:00 PDT 2000
>Closed-Date:    Mon Aug 28 04:37:36 PDT 2000
>Last-Modified:  Mon Aug 28 04:39:15 PDT 2000
>Originator:     marko
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
>Environment:

	

>Description:

	A utility for searching the ports tree. It allows more
	detailed search criteria than ``make search key=<string>''
	and accepts all perl(1) regular expressions

>How-To-Repeat:

	

>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/sysutils/sp
#	/usr/ports/sysutils/sp/Makefile
#	/usr/ports/sysutils/sp/files
#	/usr/ports/sysutils/sp/files/md5
#	/usr/ports/sysutils/sp/pkg
#	/usr/ports/sysutils/sp/pkg/COMMENT
#	/usr/ports/sysutils/sp/pkg/DESCR
#	/usr/ports/sysutils/sp/pkg/PLIST
#
echo c - /usr/ports/sysutils/sp
mkdir -p /usr/ports/sysutils/sp > /dev/null 2>&1
echo x - /usr/ports/sysutils/sp/Makefile
sed 's/^X//' >/usr/ports/sysutils/sp/Makefile << 'END-of-/usr/ports/sysutils/sp/Makefile'
X# New ports collection makefile for:	sp
X# Date created:		25 Aug 2000
X# Whom:			Mark Ovens <marko@freebsd.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sp
XPORTVERSION=	1.0
XCATEGORIES=	sysutils
XMASTER_SITES=	ftp://ukug.uk.freebsd.org/pub/mark/sp/
X
XMAINTAINER=	marko@freebsd.org
X
XMAN1=		sp.1
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKDIR}/sp ${PREFIX}/bin/sp
X	${INSTALL_MAN} ${WRKDIR}/sp.man ${PREFIX}/man/man1/${MAN1}
X
X.include <bsd.port.mk>
END-of-/usr/ports/sysutils/sp/Makefile
echo c - /usr/ports/sysutils/sp/files
mkdir -p /usr/ports/sysutils/sp/files > /dev/null 2>&1
echo x - /usr/ports/sysutils/sp/files/md5
sed 's/^X//' >/usr/ports/sysutils/sp/files/md5 << 'END-of-/usr/ports/sysutils/sp/files/md5'
XMD5 (sp-1.0.tar.gz) = 75c0ae47aa244775ee8fd57e22e1a2da
END-of-/usr/ports/sysutils/sp/files/md5
echo c - /usr/ports/sysutils/sp/pkg
mkdir -p /usr/ports/sysutils/sp/pkg > /dev/null 2>&1
echo x - /usr/ports/sysutils/sp/pkg/COMMENT
sed 's/^X//' >/usr/ports/sysutils/sp/pkg/COMMENT << 'END-of-/usr/ports/sysutils/sp/pkg/COMMENT'
XA utility for searching the ports tree
END-of-/usr/ports/sysutils/sp/pkg/COMMENT
echo x - /usr/ports/sysutils/sp/pkg/DESCR
sed 's/^X//' >/usr/ports/sysutils/sp/pkg/DESCR << 'END-of-/usr/ports/sysutils/sp/pkg/DESCR'
XA utility for searching the ports tree. It allows more detailed search criteria than ``make search key=<string>'' and accepts all perl(1) regular expressions
X
X- Mark Ovens
Xmarko@freebsd.org
END-of-/usr/ports/sysutils/sp/pkg/DESCR
echo x - /usr/ports/sysutils/sp/pkg/PLIST
sed 's/^X//' >/usr/ports/sysutils/sp/pkg/PLIST << 'END-of-/usr/ports/sysutils/sp/pkg/PLIST'
Xbin/sp
END-of-/usr/ports/sysutils/sp/pkg/PLIST
exit


>Release-Note:
>Audit-Trail:

From: alex@big.endian.de (Alexander Langer)
To: marko@FreeBSD.ORG
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/20863: [NEW PORT] Utility for searching the ports tree
Date: Sat, 26 Aug 2000 19:22:37 +0200

 Thus spake marko@FreeBSD.ORG (marko@FreeBSD.ORG):
 
 > 	A utility for searching the ports tree. It allows more
 > 	detailed search criteria than ``make search key=<string>''
 > 	and accepts all perl(1) regular expressions
 
 Nice!
 
 but:
 
 > #	/usr/ports/sysutils/sp
 
 This name is way too short, it should be called portsearch or similar.
 
 On the other hand, it could also be imported into the ports Tools dir
 (my favourite)
 
 Alex
 
 -- 
 cat: /home/alex/.sig: No such file or directory
 

From: Alexander Langer <alex@big.endian.de>
To: Mark Ovens <marko@freebsd.org>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/20863: [NEW PORT] Utility for searching the ports tree
Date: Sat, 26 Aug 2000 19:51:50 +0200

 Thus spake Mark Ovens (marko@freebsd.org):
 
 > Who needs to approve that, asami?
 
 Noone, if you put it into the scripts dir.
 
 Update the README file as well.
 
 Alex
 
 -- 
 cat: /home/alex/.sig: No such file or directory
 

From: Mark Ovens <marko@freebsd.org>
To: Alexander Langer <alex@big.endian.de>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/20863: [NEW PORT] Utility for searching the ports tree
Date: Sat, 26 Aug 2000 18:48:06 +0100

 On Sat, Aug 26, 2000 at 07:22:37PM +0200, Alexander Langer wrote:
 > Thus spake marko@FreeBSD.ORG (marko@FreeBSD.ORG):
 > 
 > > 	A utility for searching the ports tree. It allows more
 > > 	detailed search criteria than ``make search key=<string>''
 > > 	and accepts all perl(1) regular expressions
 > 
 > Nice!
 > 
 
 Thanks
 
 > but:
 > 
 > > #	/usr/ports/sysutils/sp
 > 
 > This name is way too short, it should be called portsearch or similar.
 > 
 
 I was upholding the fine Unix tradition of brevity and terseness :)
 
 > On the other hand, it could also be imported into the ports Tools dir
 > (my favourite)
 > 
 
 Who needs to approve that, asami?
 
 > Alex
 > 
 > -- 
 > cat: /home/alex/.sig: No such file or directory
 
 -- 
 		4.4 - The number of the Beastie
 ________________________________________________________________
 51.44N  FreeBSD - The Power To Serve http://www.freebsd.org
 2.057W  My Webpage http://ukug.uk.freebsd.org/~mark
 mailto:marko@freebsd.org                http://www.radan.com
 
 

From: Mark Ovens <marko@freebsd.org>
To: Alexander Langer <alex@big.endian.de>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/20863: [NEW PORT] Utility for searching the ports tree
Date: Sat, 26 Aug 2000 21:40:16 +0100

 On Sat, Aug 26, 2000 at 07:51:50PM +0200, Alexander Langer wrote:
 > Thus spake Mark Ovens (marko@freebsd.org):
 > 
 > > Who needs to approve that, asami?
 > 
 > Noone, if you put it into the scripts dir.
 > 
 
 OK, so if I rename it ``portsearch'' and add it to the scripts dir
 will you approve it?
 
 > Update the README file as well.
 > 
 
 What should I do with the manpage?
 ``man sp | col -b > README.portsearch''
 and put it in the scripts dir as well?
 
 
 > Alex
 > 
 > -- 
 > cat: /home/alex/.sig: No such file or directory
 
 -- 
 		4.4 - The number of the Beastie
 ________________________________________________________________
 51.44N  FreeBSD - The Power To Serve http://www.freebsd.org
 2.057W  My Webpage http://ukug.uk.freebsd.org/~mark
 mailto:marko@freebsd.org                http://www.radan.com
 
 
State-Changed-From-To: open->closed 
State-Changed-By: marko 
State-Changed-When: Mon Aug 28 04:37:36 PDT 2000 
State-Changed-Why:  
Committed to Tools/scripts instead of as a port at alex's suggestion. 


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