ports/58551: New port: devel/p5-Algorithm-Networksort

Cheng-Lung Sung clsung at dragon2.net
Sun Oct 26 03:40:21 UTC 2003


>Number:         58551
>Category:       ports
>Synopsis:       New port: devel/p5-Algorithm-Networksort
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 25 20:40:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #3: Wed Oct 8 07:32:16 CST 2003 root at sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
New port: 
This module will create sorting networks, a sequence of comparisons
that do not depend upon the results of prior comparisons.

There is a flexible formatting function that will allow you to
print out your network in many ways (see documentation).  There
is also a graphical output function that will return the network
in an encapsulated postscript, SVG, or text form.

>How-To-Repeat:
>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-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 at 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 at dragon2.net
XCOMMENT=	A perl module that will create sorting networks
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Algorithm::Networksort.3
X
X.include <bsd.port.pre.mk>
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 <bsd.port.post.mk>
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 <jgamble at ripco.com>
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 at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Networksort
X at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
X at unexec rmdir %D/%%SITE_PERL%%/Algorithm 2>/dev/null || true
END-of-p5-Algorithm-Networksort/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list