# 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-Algorithm-Networksort # p5-Algorithm-Networksort/Makefile # p5-Algorithm-Networksort/distinfo # p5-Algorithm-Networksort/pkg-descr # p5-Algorithm-Networksort/pkg-plist # echo c - p5-Algorithm-Networksort mkdir -p p5-Algorithm-Networksort > /dev/null 2>&1 echo x - p5-Algorithm-Networksort/Makefile sed 's/^X//' >p5-Algorithm-Networksort/Makefile << 'END-of-p5-Algorithm-Networksort/Makefile' X# New ports collection makefile for: Algorithm::Networksort X# Date created: Oct 26 2003 X# Whom: clsung@dragon2.net X# X# $FreeBSD$ X# X XPORTNAME= Algorithm-Networksort XPORTVERSION= 1.01 XPORTREVISION= 0 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Algorithm XPKGNAMEPREFIX= p5- X XMAINTAINER= clsung@dragon2.net XCOMMENT= A perl module that will create sorting networks X XPERL_CONFIGURE= yes X XMAN3= Algorithm::Networksort.3 X X.include X X.if ${PERL_LEVEL} < 500601 XIGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again X.endif X X.include END-of-p5-Algorithm-Networksort/Makefile echo x - p5-Algorithm-Networksort/distinfo sed 's/^X//' >p5-Algorithm-Networksort/distinfo << 'END-of-p5-Algorithm-Networksort/distinfo' XMD5 (Algorithm-Networksort-1.01.tar.gz) = 64a983aee3568d7d2cba73b1b62c2227 END-of-p5-Algorithm-Networksort/distinfo echo x - p5-Algorithm-Networksort/pkg-descr sed 's/^X//' >p5-Algorithm-Networksort/pkg-descr << 'END-of-p5-Algorithm-Networksort/pkg-descr' XThis module will create sorting networks, a sequence of comparisons Xthat do not depend upon the results of prior comparisons. X XThere are several algorithms to generate sorting networks. This Xmodule has three of them: Bose and Nelson's, Hibbard's, and XBatcher's Merge Exchange. It also has networks that were found Xto be superior in comparison count to those generated automatically Xby these algorithms. X XThere is a flexible formatting function that will allow you to Xprint out your network in many ways (see documentation). There Xis also a graphical output function that will return the network Xin an encapsulated postscript, SVG, or text form. X XWWW: http://search.cpan.org/dist/Algorithm-Networksort/ X XAuthor: John M. Gamble END-of-p5-Algorithm-Networksort/pkg-descr echo x - p5-Algorithm-Networksort/pkg-plist sed 's/^X//' >p5-Algorithm-Networksort/pkg-plist << 'END-of-p5-Algorithm-Networksort/pkg-plist' X%%SITE_PERL%%/Algorithm/Networksort.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Networksort/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Networksort X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Algorithm 2>/dev/null || true END-of-p5-Algorithm-Networksort/pkg-plist exit