diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-21 09:16:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-21 09:16:05 +0000 |
commit | eb411f3c8b59aea4ddcc8ea136c9cdc287cd1c34 (patch) | |
tree | 7384d931ace78f191a6134d4a0fbce8b200154b4 /textproc/p5-OpenOffice-OODoc/pkg-descr | |
parent | 3686afa8be6405b01b06890d5ca6b249ca4ac415 (diff) |
OpenOffice::OODoc is an extensible Perl interface allowing direct
read/write operations on files which comply with the
OASIS Open Document Format for Office Applications (ODF),
i.e. the ISO/IEC 26300:2006 standard.
It provides a high-level, document-oriented language, and isolates
the programmer from the details of the file format. It can process
different document classes (texts, spreadsheets, presentations,
and drawings). It can retrieve or update styles and images,
document metadata, as well as text content.
WWW: http://search.cpan.org/dist/OpenOffice-OODoc/
PR: ports/139548
Submitted by: meyser at xenet.de
Notes
Notes:
svn path=/head/; revision=243142
Diffstat (limited to 'textproc/p5-OpenOffice-OODoc/pkg-descr')
-rw-r--r-- | textproc/p5-OpenOffice-OODoc/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/p5-OpenOffice-OODoc/pkg-descr b/textproc/p5-OpenOffice-OODoc/pkg-descr new file mode 100644 index 000000000000..5652161cb2a2 --- /dev/null +++ b/textproc/p5-OpenOffice-OODoc/pkg-descr @@ -0,0 +1,12 @@ +OpenOffice::OODoc is an extensible Perl interface allowing direct +read/write operations on files which comply with the +OASIS Open Document Format for Office Applications (ODF), +i.e. the ISO/IEC 26300:2006 standard. + +It provides a high-level, document-oriented language, and isolates +the programmer from the details of the file format. It can process +different document classes (texts, spreadsheets, presentations, +and drawings). It can retrieve or update styles and images, +document metadata, as well as text content. + +WWW: http://search.cpan.org/dist/OpenOffice-OODoc/ |