aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-AnyData
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-05-23 21:18:39 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-05-23 21:18:39 +0000
commitf532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch)
tree493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-AnyData
parent6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff)
downloadports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz
ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip
Notes
Diffstat (limited to 'devel/p5-AnyData')
-rw-r--r--devel/p5-AnyData/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-AnyData/pkg-descr b/devel/p5-AnyData/pkg-descr
index 190a1fb50e01..1be0eb942c5e 100644
--- a/devel/p5-AnyData/pkg-descr
+++ b/devel/p5-AnyData/pkg-descr
@@ -1,5 +1,5 @@
The rather wacky idea behind this module and its sister module DBD::AnyData
-is that any data, regardless of source or format should be accessable and
+is that any data, regardless of source or format should be accessible and
modifiable with the same simple set of methods. This module provides a multi-
dimensional tied hash interface to data in a dozen different formats. The
DBD::AnyData module adds a DBI/SQL interface for those same formats.
@@ -8,7 +8,7 @@ Both modules provide built-in protections including appropriate flocking()
for all I/O and (in most cases) record-at-a-time access to files rather than
slurping of entire files.
-Currently supported formats include general format flatfiles (CSV, Fixed
+Currently supported formats include general format flat files (CSV, Fixed
Length, etc.), specific formats (passwd files, httpd logs, etc.), and a
variety of other kinds of formats (XML, Mp3, HTML tables). The number of
supported formats will continue to grow rapidly since there is an open API