mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Simple eyecandy ASCII tables with auto-width selection.
WWW: http://search.cpan.org/dist/Text-SimpleTable-AutoWidth/
This commit is contained in:
parent
817f023959
commit
03eafd06f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395080
5 changed files with 32 additions and 0 deletions
|
@ -892,6 +892,7 @@
|
||||||
SUBDIR += p5-Text-Shellwords
|
SUBDIR += p5-Text-Shellwords
|
||||||
SUBDIR += p5-Text-Similarity
|
SUBDIR += p5-Text-Similarity
|
||||||
SUBDIR += p5-Text-SimpleTable
|
SUBDIR += p5-Text-SimpleTable
|
||||||
|
SUBDIR += p5-Text-SimpleTable-AutoWidth
|
||||||
SUBDIR += p5-Text-SimpleTemplate
|
SUBDIR += p5-Text-SimpleTemplate
|
||||||
SUBDIR += p5-Text-Soundex
|
SUBDIR += p5-Text-Soundex
|
||||||
SUBDIR += p5-Text-SpellChecker
|
SUBDIR += p5-Text-SpellChecker
|
||||||
|
|
24
textproc/p5-Text-SimpleTable-AutoWidth/Makefile
Normal file
24
textproc/p5-Text-SimpleTable-AutoWidth/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= Text-SimpleTable-AutoWidth
|
||||||
|
PORTVERSION= 0.09
|
||||||
|
CATEGORIES= textproc perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= kuriyama@FreeBSD.org
|
||||||
|
COMMENT= Perl extension for ASCII tables auto-width selection
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
|
RUN_DEPENDS= \
|
||||||
|
p5-Moo>0:${PORTSDIR}/devel/p5-Moo \
|
||||||
|
p5-Text-SimpleTable>0:${PORTSDIR}/textproc/p5-Text-SimpleTable
|
||||||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
NO_ARCH= YES
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
textproc/p5-Text-SimpleTable-AutoWidth/distinfo
Normal file
2
textproc/p5-Text-SimpleTable-AutoWidth/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (Text-SimpleTable-AutoWidth-0.09.tar.gz) = 1c176e8e1c01bbe86a7f3acde4473f0f034d410050246f2eba4cf68a08daf643
|
||||||
|
SIZE (Text-SimpleTable-AutoWidth-0.09.tar.gz) = 11138
|
3
textproc/p5-Text-SimpleTable-AutoWidth/pkg-descr
Normal file
3
textproc/p5-Text-SimpleTable-AutoWidth/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Simple eyecandy ASCII tables with auto-width selection.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Text-SimpleTable-AutoWidth/
|
2
textproc/p5-Text-SimpleTable-AutoWidth/pkg-plist
Normal file
2
textproc/p5-Text-SimpleTable-AutoWidth/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
%%PERL5_MAN3%%/Text::SimpleTable::AutoWidth.3.gz
|
||||||
|
%%SITE_PERL%%/Text/SimpleTable/AutoWidth.pm
|
Loading…
Add table
Reference in a new issue