diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-12-20 13:32:55 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-12-20 13:32:55 +0000 |
commit | 4fb3866e8538fe815aaaba13f9f9fcb8d3284c8a (patch) | |
tree | 5fafd15d4c2394815e73cb93e2003090a7510586 /textproc/Makefile | |
parent | a48e50f55aabf1bacf475299bb3dd4ec35532391 (diff) | |
download | pkgsrc-4fb3866e8538fe815aaaba13f9f9fcb8d3284c8a.tar.gz |
Add a package for p5-ODF-lpOD.
From Edgar Fuss in PR pkg/53774.
This module is an office document management interface. It allows the
users to create or transform office documents, or to extract data from
them. It can handle files which comply with the ODF standard and whose
type is text (odt), spreadsheet (ods), presentation (odp) or drawing
(odg). It interacts directly with the files and doesn't depend on a
particular office software.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 53d5ea7019d..174e34c171f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1016 2018/12/03 19:29:00 markd Exp $ +# $NetBSD: Makefile,v 1.1017 2018/12/20 13:32:55 bsiegert Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -486,6 +486,7 @@ SUBDIR+= p5-Net-Dict SUBDIR+= p5-Net-IDN-Encode SUBDIR+= p5-Number-Format SUBDIR+= p5-Number-Spell +SUBDIR+= p5-ODF-lpOD SUBDIR+= p5-PDF SUBDIR+= p5-PDF-API2 SUBDIR+= p5-PDF-Create |