pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc Add a package for p5-ODF-lpOD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d40108148d39
branches:  trunk
changeset: 327090:d40108148d39
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Thu Dec 20 13:32:55 2018 +0000

description:
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:

 textproc/Makefile             |   3 ++-
 textproc/p5-ODF-lpOD/DESCR    |   6 ++++++
 textproc/p5-ODF-lpOD/Makefile |  27 +++++++++++++++++++++++++++
 textproc/p5-ODF-lpOD/distinfo |   6 ++++++
 4 files changed, 41 insertions(+), 1 deletions(-)

diffs (68 lines):

diff -r 48aa9c218e86 -r d40108148d39 textproc/Makefile
--- a/textproc/Makefile Thu Dec 20 12:33:46 2018 +0000
+++ b/textproc/Makefile Thu Dec 20 13:32:55 2018 +0000
@@ -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-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
diff -r 48aa9c218e86 -r d40108148d39 textproc/p5-ODF-lpOD/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-ODF-lpOD/DESCR        Thu Dec 20 13:32:55 2018 +0000
@@ -0,0 +1,6 @@
+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.
diff -r 48aa9c218e86 -r d40108148d39 textproc/p5-ODF-lpOD/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-ODF-lpOD/Makefile     Thu Dec 20 13:32:55 2018 +0000
@@ -0,0 +1,27 @@
+# $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@localhost
+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"
diff -r 48aa9c218e86 -r d40108148d39 textproc/p5-ODF-lpOD/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-ODF-lpOD/distinfo     Thu Dec 20 13:32:55 2018 +0000
@@ -0,0 +1,6 @@
+$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



Home | Main Index | Thread Index | Old Index