pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Dec 20 13:32:55 UTC 2018

Modified Files:
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/p5-ODF-lpOD: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1016 -r1.1017 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/p5-ODF-lpOD/DESCR \
    pkgsrc/textproc/p5-ODF-lpOD/Makefile pkgsrc/textproc/p5-ODF-lpOD/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1016 pkgsrc/textproc/Makefile:1.1017
--- pkgsrc/textproc/Makefile:1.1016     Mon Dec  3 19:29:00 2018
+++ pkgsrc/textproc/Makefile    Thu Dec 20 13:32:55 2018
@@ -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

Added files:

Index: pkgsrc/textproc/p5-ODF-lpOD/DESCR
diff -u /dev/null pkgsrc/textproc/p5-ODF-lpOD/DESCR:1.1
--- /dev/null   Thu Dec 20 13:32:55 2018
+++ pkgsrc/textproc/p5-ODF-lpOD/DESCR   Thu Dec 20 13:32:55 2018
@@ -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.
Index: pkgsrc/textproc/p5-ODF-lpOD/Makefile
diff -u /dev/null pkgsrc/textproc/p5-ODF-lpOD/Makefile:1.1
--- /dev/null   Thu Dec 20 13:32:55 2018
+++ pkgsrc/textproc/p5-ODF-lpOD/Makefile        Thu Dec 20 13:32:55 2018
@@ -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"
Index: pkgsrc/textproc/p5-ODF-lpOD/distinfo
diff -u /dev/null pkgsrc/textproc/p5-ODF-lpOD/distinfo:1.1
--- /dev/null   Thu Dec 20 13:32:55 2018
+++ pkgsrc/textproc/p5-ODF-lpOD/distinfo        Thu Dec 20 13:32:55 2018
@@ -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