From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 15 09:20:22 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 B2EA116A4B3 for ; Wed, 15 Oct 2003 09:20:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A3D43FA3 for ; Wed, 15 Oct 2003 09:20:20 -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 h9FGKHFY089805 for ; Wed, 15 Oct 2003 09:20:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9FGKHW9089804; Wed, 15 Oct 2003 09:20:17 -0700 (PDT) (envelope-from gnats) Resent-Date: Wed, 15 Oct 2003 09:20:17 -0700 (PDT) Resent-Message-Id: <200310151620.h9FGKHW9089804@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 BE9BE16A4BF for ; Wed, 15 Oct 2003 09:11:27 -0700 (PDT) Received: from mail.dragon2.net (sungsung.csie.nctu.edu.tw [140.113.215.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 306A143F93 for ; Wed, 15 Oct 2003 09:11:26 -0700 (PDT) (envelope-from clsung@dragon2.net) Received: from localhost (unknown [127.0.0.1]) by mail.dragon2.net (Postfix) with ESMTP id 408A515696; Wed, 15 Oct 2003 16:12:44 +0000 (GMT) Received: from mail.dragon2.net ([127.0.0.1])port 10024) with ESMTP id 86084-09; Thu, 16 Oct 2003 00:12:43 +0800 (CST) Received: by mail.dragon2.net (Postfix, from userid 1022) id BA0B215695; Thu, 16 Oct 2003 00:12:43 +0800 (CST) Message-Id: <20031015161243.BA0B215695@mail.dragon2.net> Date: Thu, 16 Oct 2003 00:12:43 +0800 (CST) From: Cheng-Lung Sung To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: clsung@tiger2.net Subject: ports/58079: New port: devel/p5-Sort-Tree 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: Wed, 15 Oct 2003 16:20:22 -0000 X-List-Received-Date: Wed, 15 Oct 2003 16:20:22 -0000 >Number: 58079 >Category: ports >Synopsis: New port: devel/p5-Sort-Tree >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 15 09:20:15 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: p5-Sort-Tree 1.08: This module implements a mechanism for sorting a list of objects into a tree structure and flattening it back into a list. >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-Sort-Tree # p5-Sort-Tree/Makefile # p5-Sort-Tree/distinfo # p5-Sort-Tree/pkg-descr # p5-Sort-Tree/pkg-plist # echo c - p5-Sort-Tree mkdir -p p5-Sort-Tree > /dev/null 2>&1 echo x - p5-Sort-Tree/Makefile sed 's/^X//' >p5-Sort-Tree/Makefile << 'END-of-p5-Sort-Tree/Makefile' X# New ports collection makefile for: p5-Sort-Tree X# Date created: Oct 16th 2003 X# Whom: clsung@dragon2.net X# X# $FreeBSD$ X# X XPORTNAME= Sort-Tree XPORTVERSION= 1.08 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Sort XPKGNAMEPREFIX= p5- X XMAINTAINER= clsung@dragon2.net XCOMMENT= A perl module for sorting a objects into a tree structure X XPERL_CONFIGURE= YES X XMAN3= Sort::Tree.3 X X.include END-of-p5-Sort-Tree/Makefile echo x - p5-Sort-Tree/distinfo sed 's/^X//' >p5-Sort-Tree/distinfo << 'END-of-p5-Sort-Tree/distinfo' XMD5 (Sort-Tree-1.08.tar.gz) = 7140a2631ad9713913ea59ff25e88ddd END-of-p5-Sort-Tree/distinfo echo x - p5-Sort-Tree/pkg-descr sed 's/^X//' >p5-Sort-Tree/pkg-descr << 'END-of-p5-Sort-Tree/pkg-descr' XSort::Tree implements a mechanism for sorting a list of objects into a Xtree structure and flattening it back into a list. Among other things, Xthis is useful for displaying database queries in hierarchical views, Xsuch as nested categories, parent-child relationships, threaded Xdiscussions, and so forth. X XTrees have a lot to do with Graph theory, so if this module doesn't suit Xyour fancy, have a look at the Graph:: Perl modules for an academically Xoriented implementation that employs vertex, edge, and node operations. X XFor more information on how to use the perl module, see the Xpod documentation via the command X perldoc Sort::Tree Xor, after installation, view the man pages with X man Sort::Tree X XWWW: http://search.cpan.org/search?dist=Sort-Tree X XAuthor: Bryce Harrington END-of-p5-Sort-Tree/pkg-descr echo x - p5-Sort-Tree/pkg-plist sed 's/^X//' >p5-Sort-Tree/pkg-plist << 'END-of-p5-Sort-Tree/pkg-plist' X%%SITE_PERL%%/Sort/Tree.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Tree/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Tree X@unexec rmdir %D/%%SITE_PERL%%/Sort 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort 2>/dev/null || true END-of-p5-Sort-Tree/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: