freebsd-ports/textproc/p5-Text-Table-ASV/Makefile
Sunpoet Po-Chuan Hsieh 5732b32305 Add p5-Text-Table-ASV 0.001
Text::Table::ASV provides a single function, table, which formats a
two-dimensional array of data as ASV. This is basically a way to generate ASV
using the same interface as that of Text::Table::Tiny (v0.03) or
Text::Table::Org.

ASV (ASCII separated values, also sometimes DEL a.k.a. Delimited ASCII) is a
format similar to TSV (tab separated values). Instead of Tab character ("\t") as
the field separator, ASV uses "\x1f" (ASCII Unit Separator character) and
instead of newline ("\n") as the record separator, ASV uses "\x1e" (ASCII Record
Separator). There is currently no quoting or escaping mechanism provided.
"\x1c", "\x1d", "\x1e", and "\x1f" characters in cell will be replaced by
spaces.

WWW: https://metacpan.org/release/Text-Table-ASV
2018-07-28 13:16:04 +00:00

21 lines
374 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text-Table-ASV
PORTVERSION= 0.001
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generate TSV
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>