Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 1998 18:40:00 -0700 (PDT)
From:      Don Croyle <croyle@gelemna.ft-wayne.in.us>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/7163: new port: p5-Set-IntSpan
Message-ID:  <199808130140.SAA15310@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/7163; it has been noted by GNATS.

From: Don Croyle <croyle@gelemna.ft-wayne.in.us>
To: freebsd-gnats-submit@freebsd.org, croyle@gelemna.ft-wayne.in.us
Cc:  Subject: Re: ports/7163: new port: p5-Set-IntSpan
Date: Wed, 12 Aug 1998 20:32:09 -0500

 Replacement of the archive in the PR so that the port works with perl
 5.005.
 
 # 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/site_perl/%%PERL_VER%%/Set/IntSpan.pm
 Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Set/IntSpan/.packlist
 X@dirrm lib/perl5/site_perl/%%PERL_VER%%/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/${PERL_VERSION}
 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

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?199808130140.SAA15310>