From owner-freebsd-ports Sat Jul 4 15:31:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23269 for freebsd-ports-outgoing; Sat, 4 Jul 1998 15:31:34 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23262 for ; Sat, 4 Jul 1998 15:31:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA17757; Sat, 4 Jul 1998 15:30:02 -0700 (PDT) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-85.fwi.com [209.84.172.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22982 for ; Sat, 4 Jul 1998 15:28:29 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id RAA03794 for ; Sat, 4 Jul 1998 17:28:30 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.8.8/8.8.8) id RAA13442; Sat, 4 Jul 1998 17:28:30 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199807042228.RAA13442@emerson.gelemna.ft-wayne.in.us> Date: Sat, 4 Jul 1998 17:28:30 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7163: new port: p5-Set-IntSpan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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