Add p5-Text-SimpleTable 0.02, simple Eyecandy ASCII Tables.
PR: ports/89132 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
This commit is contained in:
parent
24adc7cce5
commit
525a1ae845
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148462
5 changed files with 37 additions and 0 deletions
|
@ -436,6 +436,7 @@
|
|||
SUBDIR += p5-Text-Repository
|
||||
SUBDIR += p5-Text-Shellwords
|
||||
SUBDIR += p5-Text-Similarity
|
||||
SUBDIR += p5-Text-SimpleTable
|
||||
SUBDIR += p5-Text-SimpleTemplate
|
||||
SUBDIR += p5-Text-Striphigh
|
||||
SUBDIR += p5-Text-Table
|
||||
|
|
28
textproc/p5-Text-SimpleTable/Makefile
Normal file
28
textproc/p5-Text-SimpleTable/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: p5-Text-SimpleTable
|
||||
# Date created: 15 Nov 2005
|
||||
# Whom: Lars Balker Rasmussen <lars@balker.dk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-SimpleTable
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/S/SR/SRI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lars@balker.dk
|
||||
COMMENT= Simple Eyecandy ASCII Tables
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Text::SimpleTable.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' \
|
||||
${WRKSRC}/lib/Text/SimpleTable.pm
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
3
textproc/p5-Text-SimpleTable/distinfo
Normal file
3
textproc/p5-Text-SimpleTable/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Text-SimpleTable-0.02.tar.gz) = 03604215eb4f2a279bf2f39d13f874f6
|
||||
SHA256 (Text-SimpleTable-0.02.tar.gz) = 53c183ea7a85c5ca6f3c0f8357af231f18b73f1e46d3b17fd5663428f4b6cbb2
|
||||
SIZE (Text-SimpleTable-0.02.tar.gz) = 3656
|
3
textproc/p5-Text-SimpleTable/pkg-descr
Normal file
3
textproc/p5-Text-SimpleTable/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Simple eyecandy ASCII tables, as seen in Catalyst.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-SimpleTable/
|
2
textproc/p5-Text-SimpleTable/pkg-plist
Normal file
2
textproc/p5-Text-SimpleTable/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Text/SimpleTable.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
|
Loading…
Reference in a new issue