mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Add p5-File-Sort 1.00, sort a file or merge sort multiple files.
PR: 33365 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
50c8478051
commit
6bcf222c69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53746
@ -153,6 +153,7 @@
|
||||
SUBDIR += p5-Data-Buffer
|
||||
SUBDIR += p5-DataCash
|
||||
SUBDIR += p5-File-CounterFile
|
||||
SUBDIR += p5-File-Sort
|
||||
SUBDIR += p5-Finance-Quote
|
||||
SUBDIR += p5-Geo-Weather
|
||||
SUBDIR += p5-I18N-Charset
|
||||
|
22
misc/p5-File-Sort/Makefile
Normal file
22
misc/p5-File-Sort/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: File::Sort
|
||||
# Date created: 30 Dec 2001
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= File-Sort
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= File
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= svenasse@polaris.ca
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= File::Sort.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/p5-File-Sort/distinfo
Normal file
1
misc/p5-File-Sort/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (File-Sort-1.00.tar.gz) = 4e0b336dcc9188ae0cb3c719776fdfdf
|
1
misc/p5-File-Sort/pkg-comment
Normal file
1
misc/p5-File-Sort/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Sort a file or merge sort multiple files
|
9
misc/p5-File-Sort/pkg-descr
Normal file
9
misc/p5-File-Sort/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
This is File::Sort 1.00, for sorting files similarly to sort(1). Written
|
||||
primarily for MacPerl users who do not have sort(1) and because of memory
|
||||
limitations cannot sort files in memory, but works on all perls, and can
|
||||
be useful for portable sorting of large files, or for any system that
|
||||
doesn't have a sort(1) and is virtual-memory-deprived (including Windows).
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=File-Sort
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
5
misc/p5-File-Sort/pkg-plist
Normal file
5
misc/p5-File-Sort/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/File/Sort.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Sort/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Sort
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user