mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
perl5 module to print arrays of elements in sorted columns
This commit is contained in:
parent
83477769e7
commit
5ee8f73fe6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4109
34
misc/p5-Array-PrintCols/Makefile
Normal file
34
misc/p5-Array-PrintCols/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: p5-Array-PrintCols
|
||||
# Version required: 1.2
|
||||
# Date created: October 17th 1996
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= Array-PrintCols-1.2
|
||||
PKGNAME= p5-Array-PrintCols-1.2
|
||||
CATEGORIES+= misc
|
||||
MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Array/ \
|
||||
ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Array/ \
|
||||
ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Array/ \
|
||||
ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Array/ \
|
||||
ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Array/ \
|
||||
ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Array/
|
||||
|
||||
MAINTAINER= jfitz@FreeBSD.ORG
|
||||
|
||||
BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
|
||||
|
||||
NO_BUILD= YES
|
||||
|
||||
WRKSRC= ${WRKDIR}/Array-PrintCols
|
||||
|
||||
post-install:
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
@ for file in ; do \
|
||||
gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \
|
||||
done
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/p5-Array-PrintCols/distinfo
Normal file
1
misc/p5-Array-PrintCols/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Array-PrintCols-1.2.tar.gz) = 9dd483fbc72eefb0587a0e0c0a614926
|
1
misc/p5-Array-PrintCols/pkg-comment
Normal file
1
misc/p5-Array-PrintCols/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
perl5 module to print arrays of elements in sorted columns.
|
5
misc/p5-Array-PrintCols/pkg-descr
Normal file
5
misc/p5-Array-PrintCols/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Array::PrintCols is a Perl 5 module which defines a subroutine to
|
||||
print arrays of elements in alphabetically, vertically sorted columns.
|
||||
Optional arguments can be given to control either the width or number of
|
||||
the columns, the total width of the output, and the amount of
|
||||
indentation.
|
4
misc/p5-Array-PrintCols/pkg-plist
Normal file
4
misc/p5-Array-PrintCols/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/perl5/site_perl/Array/PrintCols-1.2.pm
|
||||
lib/perl5/site_perl/Array/PrintCols.pm
|
||||
lib/perl5/man/man3/Array::PrintCols.3p
|
||||
@dirrm lib/perl5/site_perl/Array
|
Loading…
Reference in New Issue
Block a user