From clsung@dragon2.net  Sat Oct 25 20:31:43 2003
Return-Path: <clsung@dragon2.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4107316A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Oct 2003 20:31:43 -0700 (PDT)
Received: from mail.dragon2.net (sungsung.csie.nctu.edu.tw [140.113.215.201])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3B95443FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Oct 2003 20:31:42 -0700 (PDT)
	(envelope-from clsung@dragon2.net)
Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1])
	by mail.dragon2.net (Postfix) with ESMTP
	id 03484154E1; Sun, 26 Oct 2003 03:33:07 +0000 (GMT)
Received: from mail.dragon2.net ([127.0.0.1])
 by localhost (sungsung.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 84483-07; Sun, 26 Oct 2003 11:33:06 +0800 (CST)
Received: by mail.dragon2.net (Postfix, from userid 1022)
	id 64AC0154DB; Sun, 26 Oct 2003 11:33:06 +0800 (CST)
Message-Id: <20031026033306.64AC0154DB@mail.dragon2.net>
Date: Sun, 26 Oct 2003 11:33:06 +0800 (CST)
From: Cheng-Lung Sung <clsung@dragon2.net>
Reply-To: Cheng-Lung Sung <clsung@dragon2.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@tiger2.net
Subject: New port: devel/p5-Algorithm-Networksort
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58551
>Category:       ports
>Synopsis:       New port: devel/p5-Algorithm-Networksort
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 25 20:40:18 PDT 2003
>Closed-Date:    Tue Oct 28 07:32:28 PST 2003
>Last-Modified:  Tue Oct 28 07:32:28 PST 2003
>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@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@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 <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@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@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


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: foxfair 
State-Changed-When: Tue Oct 28 07:32:01 PST 2003 
State-Changed-Why:  
Port added, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=58551 
>Unformatted:
