From wollman@forlennh.lcs.mit.edu  Thu May 21 17:31:12 1998
Received: from forlennh.lcs.mit.edu (24-7-47.dialup.lcs.mit.edu [18.24.7.47])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA10625
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 May 1998 17:31:06 -0700 (PDT)
          (envelope-from wollman@forlennh.lcs.mit.edu)
Received: (from wollman@localhost)
	by forlennh.lcs.mit.edu (8.8.8/8.8.5) id UAA09575;
	Thu, 21 May 1998 20:30:18 -0400 (EDT)
Message-Id: <199805220030.UAA09575@forlennh.lcs.mit.edu>
Date: Thu, 21 May 1998 20:30:18 -0400 (EDT)
From: wollman@lcs.mit.edu
Reply-To: wollman@lcs.mit.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: p5-Term-Query
X-Send-Pr-Version: 3.2

>Number:         6716
>Category:       ports
>Synopsis:       New port: p5-Term-Query
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mph
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 21 17:30:01 PDT 1998
>Closed-Date:    Thu May 21 22:08:08 EDT 1998
>Last-Modified:  Thu May 21 22:08:28 EDT 1998
>Originator:     Garrett A. Wollman
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
MIT Laboratory for Computer Science
>Environment:

	N/A

>Description:

	I was looking for Perl modules to help me build a user interface
	to something.  Term::Query looks useful and fairly well-documented.
	Since it was easy, I made a port of it (copying p5-Curses IIRC).
	NB: I don't volunteer to be maintainer -- I haven't even decided
	whether I'll actually use it or not.  The directories take up more
	disk space than the port itself.

>How-To-Repeat:

	locate Term::Query.3.gz

>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:
#
#	p5-Term-Query
#	p5-Term-Query/Makefile
#	p5-Term-Query/files
#	p5-Term-Query/files/md5
#	p5-Term-Query/pkg
#	p5-Term-Query/pkg/COMMENT
#	p5-Term-Query/pkg/DESCR
#	p5-Term-Query/pkg/PLIST
#
echo c - p5-Term-Query
mkdir -p p5-Term-Query > /dev/null 2>&1
echo x - p5-Term-Query/Makefile
sed 's/^X//' >p5-Term-Query/Makefile << 'END-of-p5-Term-Query/Makefile'
X# New ports collection makefile for:    p5-Term-Query
X# Version required:			2.0
X# Date created:				21 May 1998
X# Whom:	      				Garrett Wollman <wollman@lcs.mit.edu>
X#
X# $Id$
X#
X
XDISTNAME=	Term-Query-2.0
XPKGNAME=	p5-Term-Query-2.0
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Term
X
XMAINTAINER=	ports@FreeBSD.ORG
X
XRUN_DEPENDS=	${PREFIX}/lib/perl5/site_perl/Array/PrintCols.pm:${PORTSDIR}/misc/p5-Array-PrintCols
X
XUSE_PERL5=	YES
X
XMANPREFIX=	${PREFIX}/lib/perl5
XMAN3=		Term::Query.3
X
Xdo-configure:
X		@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
X
X.include <bsd.port.mk>
END-of-p5-Term-Query/Makefile
echo c - p5-Term-Query/files
mkdir -p p5-Term-Query/files > /dev/null 2>&1
echo x - p5-Term-Query/files/md5
sed 's/^X//' >p5-Term-Query/files/md5 << 'END-of-p5-Term-Query/files/md5'
XMD5 (Term-Query-2.0.tar.gz) = eba5ba66fdf9e98464472dbc89c49dab
END-of-p5-Term-Query/files/md5
echo c - p5-Term-Query/pkg
mkdir -p p5-Term-Query/pkg > /dev/null 2>&1
echo x - p5-Term-Query/pkg/COMMENT
sed 's/^X//' >p5-Term-Query/pkg/COMMENT << 'END-of-p5-Term-Query/pkg/COMMENT'
XAn interactive question-response user interface module
END-of-p5-Term-Query/pkg/COMMENT
echo x - p5-Term-Query/pkg/DESCR
sed 's/^X//' >p5-Term-Query/pkg/DESCR << 'END-of-p5-Term-Query/pkg/DESCR'
XExcerpted from the README file:
X
XTerm::Query.pm is a Perl 5 module, which performs generalized queries on
Xvarious kinds of values.  Validation and normalization of input, based
Xon the type, is automated, as is error reporting and re-solicitation of
Xinput.
X
XInput of '?', unless configured otherwise, provides useful, helpful
Xinformation, based on the expected input type, even in the absence of a
Xprogrammer-supplied help string.
END-of-p5-Term-Query/pkg/DESCR
echo x - p5-Term-Query/pkg/PLIST
sed 's/^X//' >p5-Term-Query/pkg/PLIST << 'END-of-p5-Term-Query/pkg/PLIST'
Xlib/perl5/site_perl/Term/Query.pm
Xlib/perl5/site_perl/Term/Tester.pm
Xlib/perl5/site_perl/Term/Query_Test.pl
Xlib/perl5/man/man3/Term::Query.3.gz
Xlib/perl5/site_perl/i386-freebsd/auto/Term/Query/.packlist
X@dirrm lib/perl5/site_perl/i386-freebsd/auto/Term/Query
END-of-p5-Term-Query/pkg/PLIST
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mph 
State-Changed-When: Thu May 21 22:08:08 EDT 1998 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-ports->mph 
Responsible-Changed-By: mph 
Responsible-Changed-When: Thu May 21 22:08:08 EDT 1998 
Responsible-Changed-Why:  
>Unformatted:
