aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-Table/pkg-descr
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-05-06 05:06:27 +0800
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-05-06 05:06:27 +0800
commit9f99d62fba077aac780db630304ed5e60f0720d4 (patch)
treed334936cee01ea95c96c37917a3e1355b87e7176 /textproc/p5-Text-Table/pkg-descr
parent2671451d9b3ec6116eb8fc7ab357c867410a24ed (diff)
downloadfreebsd-ports-gnome-9f99d62fba077aac780db630304ed5e60f0720d4.tar.gz
freebsd-ports-gnome-9f99d62fba077aac780db630304ed5e60f0720d4.tar.zst
freebsd-ports-gnome-9f99d62fba077aac780db630304ed5e60f0720d4.zip
Add p5-Text-Table 1.102, organize Data in Tables.
PR: ports/66224 Submitted by: Autrijus Tang <autrijus@autrijus.org>
Diffstat (limited to 'textproc/p5-Text-Table/pkg-descr')
-rw-r--r--textproc/p5-Text-Table/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/p5-Text-Table/pkg-descr b/textproc/p5-Text-Table/pkg-descr
new file mode 100644
index 000000000000..120c6b184133
--- /dev/null
+++ b/textproc/p5-Text-Table/pkg-descr
@@ -0,0 +1,7 @@
+Organization of data in table form is a time-honored and useful method
+of data representation. While columns of data are trivially generated
+by computer through formatted output, even simple tasks like keeping
+titles aligned with the data columns are not trivial, and the one-shot
+solutions one comes up with tend to be particularly hard to maintain.
+Text::Table allows you to create and maintain tables that adapt to
+alignment requirements as you use them.