From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 25 20:40:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B437116A4B3 for ; Sat, 25 Oct 2003 20:40:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F7ED43FE3 for ; Sat, 25 Oct 2003 20:40:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9Q3eIFY030961 for ; Sat, 25 Oct 2003 20:40:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9Q3eInS030960; Sat, 25 Oct 2003 20:40:18 -0700 (PDT) (envelope-from gnats) Resent-Date: Sat, 25 Oct 2003 20:40:18 -0700 (PDT) Resent-Message-Id: <200310260340.h9Q3eInS030960@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cheng-Lung Sung Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4107316A4B3 for ; 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 ; 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])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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: clsung@tiger2.net Subject: ports/58551: New port: devel/p5-Algorithm-Networksort X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cheng-Lung Sung List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2003 03:40:21 -0000 >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@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 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 >Release-Note: >Audit-Trail: >Unformatted: