Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 1998 20:30:18 -0400 (EDT)
From:      wollman@lcs.mit.edu
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6716: New port: p5-Term-Query
Message-ID:  <199805220030.UAA09575@forlennh.lcs.mit.edu>

next in thread | raw e-mail | index | archive | help

>Number:         6716
>Category:       ports
>Synopsis:       New port: p5-Term-Query
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 21 17:30:01 PDT 1998
>Last-Modified:
>Originator:     Garrett A. Wollman
>Organization:
MIT Laboratory for Computer Science
>Release:        FreeBSD 3.0-CURRENT i386
>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



>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805220030.UAA09575>