ports/58079: New port: devel/p5-Sort-Tree

Cheng-Lung Sung clsung at dragon2.net
Wed Oct 15 16:20:22 UTC 2003


>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 at 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 at 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 at 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 <bsd.port.mk>
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 <brycehar at bryceharrington.com>
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 at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Tree
X at unexec rmdir %D/%%SITE_PERL%%/Sort 2>/dev/null || true
X at 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:



More information about the freebsd-ports-bugs mailing list