Skip site navigation (1)Skip section navigation (2)
Date:      31 Dec 2001 02:22:26 -0000
From:      Seamus Venasse <svenasse@polaris.ca>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33365: New port: Sort a file or merge sort multiple files
Message-ID:  <20011231022226.25480.qmail@pris.polaris.ca>

next in thread | raw e-mail | index | archive | help

>Number:         33365
>Category:       ports
>Synopsis:       New port: Sort a file or merge sort multiple files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 30 18:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Seamus Venasse
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Polaris Computing
>Environment:
System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386


	
>Description:
	
>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-File-Sort
#	p5-File-Sort/Makefile
#	p5-File-Sort/distinfo
#	p5-File-Sort/pkg-comment
#	p5-File-Sort/pkg-descr
#	p5-File-Sort/pkg-plist
#
echo c - p5-File-Sort
mkdir -p p5-File-Sort > /dev/null 2>&1
echo x - p5-File-Sort/Makefile
sed 's/^X//' >p5-File-Sort/Makefile << 'END-of-p5-File-Sort/Makefile'
X# New ports collection makefile for:	File::Sort
X# Date created:				30 Dec 2001
X# Whom:					Seamus Venasse <svenasse@polaris.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		File-Sort
XPORTVERSION=		1.00
XCATEGORIES=		misc perl5
XMASTER_SITES=		${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	File
XPKGNAMEPREFIX=		p5-
X
XMAINTAINER=		svenasse@polaris.ca
X
XPERL_CONFIGURE=		yes
X
XMAN3=			File::Sort.3
XMANPREFIX=		${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-File-Sort/Makefile
echo x - p5-File-Sort/distinfo
sed 's/^X//' >p5-File-Sort/distinfo << 'END-of-p5-File-Sort/distinfo'
XMD5 (File-Sort-1.00.tar.gz) = 4e0b336dcc9188ae0cb3c719776fdfdf
END-of-p5-File-Sort/distinfo
echo x - p5-File-Sort/pkg-comment
sed 's/^X//' >p5-File-Sort/pkg-comment << 'END-of-p5-File-Sort/pkg-comment'
XSort a file or merge sort multiple files
END-of-p5-File-Sort/pkg-comment
echo x - p5-File-Sort/pkg-descr
sed 's/^X//' >p5-File-Sort/pkg-descr << 'END-of-p5-File-Sort/pkg-descr'
XThis is File::Sort 1.00, for sorting files similarly to sort(1).  Written
Xprimarily for MacPerl users who do not have sort(1) and because of memory
Xlimitations cannot sort files in memory, but works on all perls, and can
Xbe useful for portable sorting of large files, or for any system that
Xdoesn't have a sort(1) and is virtual-memory-deprived (including Windows).
X
XWWW: http://search.cpan.org/search?dist=File-Sort
X
XSeamus Venasse <svenasse@polaris.ca>
END-of-p5-File-Sort/pkg-descr
echo x - p5-File-Sort/pkg-plist
sed 's/^X//' >p5-File-Sort/pkg-plist << 'END-of-p5-File-Sort/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/File/Sort.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Sort/.packlist
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Sort
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
END-of-p5-File-Sort/pkg-plist
exit

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011231022226.25480.qmail>