Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 1998 17:28:30 -0500 (EST)
From:      Don Croyle <croyle@gelemna.ft-wayne.in.us>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7163: new port: p5-Set-IntSpan
Message-ID:  <199807042228.RAA13442@emerson.gelemna.ft-wayne.in.us>

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

>Number:         7163
>Category:       ports
>Synopsis:       new port: p5-Set-IntSpan
>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:   Sat Jul  4 15:30:01 PDT 1998
>Last-Modified:
>Originator:     Don Croyle
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:
Set::IntSpan is a perl module for managing sets of integers.
	

>How-To-Repeat:

	

>Fix:
	
	
Commit the contents of this archive.

# 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-Set-IntSpan/
#	p5-Set-IntSpan/pkg
#	p5-Set-IntSpan/pkg/COMMENT
#	p5-Set-IntSpan/pkg/DESCR
#	p5-Set-IntSpan/pkg/PLIST
#	p5-Set-IntSpan/Makefile
#	p5-Set-IntSpan/files
#	p5-Set-IntSpan/files/md5
#
echo c - p5-Set-IntSpan/
mkdir -p p5-Set-IntSpan/ > /dev/null 2>&1
echo c - p5-Set-IntSpan/pkg
mkdir -p p5-Set-IntSpan/pkg > /dev/null 2>&1
echo x - p5-Set-IntSpan/pkg/COMMENT
sed 's/^X//' >p5-Set-IntSpan/pkg/COMMENT << 'END-of-p5-Set-IntSpan/pkg/COMMENT'
XManages sets of integers
END-of-p5-Set-IntSpan/pkg/COMMENT
echo x - p5-Set-IntSpan/pkg/DESCR
sed 's/^X//' >p5-Set-IntSpan/pkg/DESCR << 'END-of-p5-Set-IntSpan/pkg/DESCR'
XSet::IntSpan manages sets of integers.  It is optimized for sets that
Xhave long runs of consecutive integers.  These arise, for example, in
X.newsrc files, which maintain lists of articles:
X
X    alt.foo: 1-21,28,31
X    alt.bar: 1-14192,14194,14196-14221
X
XSets are stored internally in a run-length coded form.  This provides
Xfor both compact storage and efficient computation.  In particular,
Xset operations can be performed directly on the encoded
Xrepresentation.
END-of-p5-Set-IntSpan/pkg/DESCR
echo x - p5-Set-IntSpan/pkg/PLIST
sed 's/^X//' >p5-Set-IntSpan/pkg/PLIST << 'END-of-p5-Set-IntSpan/pkg/PLIST'
Xlib/perl5/man/man3/Set::IntSpan.3.gz
Xlib/perl5/site_perl/Set/IntSpan.pm
Xlib/perl5/site_perl/i386-freebsd/auto/Set/IntSpan/.packlist
X@dirrm lib/perl5/site_perl/i386-freebsd/auto/Set/IntSpan
END-of-p5-Set-IntSpan/pkg/PLIST
echo x - p5-Set-IntSpan/Makefile
sed 's/^X//' >p5-Set-IntSpan/Makefile << 'END-of-p5-Set-IntSpan/Makefile'
X# New ports collection makefile for: p5-Set-IntSpan
X# Version required: 	1.06
X# Date created: 	February 7, 1998
X# Whom: 		Don Croyle <croyle@gelemna.ft-wayne.in.us>
X#
X# $Id$
X#
X
XDISTNAME=	Set-IntSpan-1.06
XPKGNAME=	p5-Set-IntSpan-1.06
XCATEGORIES=	math perl5
XMASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=     Set
X
XMAINTAINER=	croyle@gelemna.ft-wayne.in.us
X
XUSE_PERL5=	yes
X
XMAN3=		Set::IntSpan.3
XMANPREFIX=      ${PREFIX}/lib/perl5
X
Xdo-configure:
X	@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
X
X.include <bsd.port.mk>
END-of-p5-Set-IntSpan/Makefile
echo c - p5-Set-IntSpan/files
mkdir -p p5-Set-IntSpan/files > /dev/null 2>&1
echo x - p5-Set-IntSpan/files/md5
sed 's/^X//' >p5-Set-IntSpan/files/md5 << 'END-of-p5-Set-IntSpan/files/md5'
XMD5 (Set-IntSpan-1.06.tar.gz) = f3fdf4b473f1f24bff9d3740784f45ad
END-of-p5-Set-IntSpan/files/md5
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?199807042228.RAA13442>