Thu Dec 20 13:32:55 2018 UTC ()
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.


(bsiegert)
diff -r1.1016 -r1.1017 pkgsrc/textproc/Makefile
diff -r0 -r1.1 pkgsrc/textproc/p5-ODF-lpOD/DESCR
diff -r0 -r1.1 pkgsrc/textproc/p5-ODF-lpOD/Makefile
diff -r0 -r1.1 pkgsrc/textproc/p5-ODF-lpOD/distinfo

cvs diff -r1.1016 -r1.1017 pkgsrc/textproc/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/Makefile 2018/12/03 19:29:00 1.1016
+++ pkgsrc/textproc/Makefile 2018/12/20 13:32:55 1.1017
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1016 2018/12/03 19:29:00 markd Exp $ 1# $NetBSD: Makefile,v 1.1017 2018/12/20 13:32:55 bsiegert Exp $
2# 2#
3 3
4COMMENT= Text processing utilities (does not include desktop publishing) 4COMMENT= Text processing utilities (does not include desktop publishing)
5 5
6SUBDIR+= CRF++ 6SUBDIR+= CRF++
7SUBDIR+= DWB 7SUBDIR+= DWB
8SUBDIR+= FlightCrew 8SUBDIR+= FlightCrew
9SUBDIR+= GutenMark 9SUBDIR+= GutenMark
10SUBDIR+= GutenMark-words 10SUBDIR+= GutenMark-words
11SUBDIR+= LDoc 11SUBDIR+= LDoc
12SUBDIR+= Markdown 12SUBDIR+= Markdown
13SUBDIR+= OdfConverter 13SUBDIR+= OdfConverter
14SUBDIR+= R-formatR 14SUBDIR+= R-formatR
@@ -476,26 +476,27 @@ SUBDIR+= p5-Lingua-Stem @@ -476,26 +476,27 @@ SUBDIR+= p5-Lingua-Stem
476SUBDIR+= p5-Lingua-Stem-Fr 476SUBDIR+= p5-Lingua-Stem-Fr
477SUBDIR+= p5-Lingua-Stem-It 477SUBDIR+= p5-Lingua-Stem-It
478SUBDIR+= p5-Lingua-Stem-Ru 478SUBDIR+= p5-Lingua-Stem-Ru
479SUBDIR+= p5-Lingua-Stem-Snowball 479SUBDIR+= p5-Lingua-Stem-Snowball
480SUBDIR+= p5-Lingua-Stem-Snowball-Da 480SUBDIR+= p5-Lingua-Stem-Snowball-Da
481SUBDIR+= p5-Lingua-Translit 481SUBDIR+= p5-Lingua-Translit
482SUBDIR+= p5-List-Compare 482SUBDIR+= p5-List-Compare
483SUBDIR+= p5-Locale-Maketext-Gettext 483SUBDIR+= p5-Locale-Maketext-Gettext
484SUBDIR+= p5-MultiMarkdown 484SUBDIR+= p5-MultiMarkdown
485SUBDIR+= p5-Net-Dict 485SUBDIR+= p5-Net-Dict
486SUBDIR+= p5-Net-IDN-Encode 486SUBDIR+= p5-Net-IDN-Encode
487SUBDIR+= p5-Number-Format 487SUBDIR+= p5-Number-Format
488SUBDIR+= p5-Number-Spell 488SUBDIR+= p5-Number-Spell
 489SUBDIR+= p5-ODF-lpOD
489SUBDIR+= p5-PDF 490SUBDIR+= p5-PDF
490SUBDIR+= p5-PDF-API2 491SUBDIR+= p5-PDF-API2
491SUBDIR+= p5-PDF-Create 492SUBDIR+= p5-PDF-Create
492SUBDIR+= p5-PDF-Reuse 493SUBDIR+= p5-PDF-Reuse
493SUBDIR+= p5-PDF-Reuse-Barcode 494SUBDIR+= p5-PDF-Reuse-Barcode
494SUBDIR+= p5-PDF-Table 495SUBDIR+= p5-PDF-Table
495SUBDIR+= p5-POD2-Base 496SUBDIR+= p5-POD2-Base
496SUBDIR+= p5-PPI-HTML 497SUBDIR+= p5-PPI-HTML
497SUBDIR+= p5-PPIx-QuoteLike 498SUBDIR+= p5-PPIx-QuoteLike
498SUBDIR+= p5-Pod-Abstract 499SUBDIR+= p5-Pod-Abstract
499SUBDIR+= p5-Pod-Coverage 500SUBDIR+= p5-Pod-Coverage
500SUBDIR+= p5-Pod-Coverage-TrustPod 501SUBDIR+= p5-Pod-Coverage-TrustPod
501SUBDIR+= p5-Pod-Elemental 502SUBDIR+= p5-Pod-Elemental

File Added: pkgsrc/textproc/p5-ODF-lpOD/DESCR
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.

File Added: pkgsrc/textproc/p5-ODF-lpOD/Makefile
# $NetBSD: Makefile,v 1.1 2018/12/20 13:32:55 bsiegert Exp $

DISTNAME=	ODF-lpOD-1.126
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	textproc converters perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=ODF/}

MAINTAINER=	ef@math.uni-bonn.de
LICENSE=	gnu-gpl-v3 AND apache-2.0
HOMEPAGE=	https://metacpan.org/pod/distribution/ODF-lpOD/lpOD.pod
COMMENT=	OpenDocument management interface

DEPENDS+=	p5-XML-Twig>=3.34:../../textproc/p5-XML-Twig
DEPENDS+=	p5-Archive-Zip>=1.30:../../archivers/p5-Archive-Zip
# File::Temp>=0.12
# File::Find>=1.01
# Time::Local>=1.07
# File::Basename>=2.76
DEPENDS+=	p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
DEPENDS+=	p5-File-Type-[0-9]*:../../devel/p5-File-Type
DEPENDS+=	p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size
DEPENDS+=	p5-libwww-[0-9]*:../../www/p5-libwww

PERL5_PACKLIST=		auto/ODF/lpOD/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/textproc/p5-ODF-lpOD/distinfo
$NetBSD: distinfo,v 1.1 2018/12/20 13:32:55 bsiegert Exp $

SHA1 (ODF-lpOD-1.126.tar.gz) = fc85a1975cc873ec92337f4530495d5d38aa865b
RMD160 (ODF-lpOD-1.126.tar.gz) = 0e27d7ce2f8014d16b45df6b715b5769234a86ea
SHA512 (ODF-lpOD-1.126.tar.gz) = a4923f6345f31240cca86272a0c2ff3b2fc115702eb96fd2f28fe8754110092c85019f484f73717287cbb9e9b2d89e61aa9ea0ca45214630e580c2a8fe724231
Size (ODF-lpOD-1.126.tar.gz) = 249827 bytes