pkgsrc-WIP-changes archive

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

Add p5-ODF-lpOD



Module Name:	pkgsrc-wip
Committed By:	Edgar Fuß <ef%math.uni-bonn.de@localhost>
Pushed By:	ef
Date:		Mon Jul 20 17:56:31 2020 +0200
Changeset:	98a5b0b29066220f0ee56d90363414738a408be7

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

Log Message:
Add p5-ODF-lpOD

Add a package for ODF:lpOD, an OpenDocument management interface.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=98a5b0b29066220f0ee56d90363414738a408be7

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

diffstat:
 Makefile             |  1 +
 p5-ODF-lpOD/DESCR    |  6 ++++++
 p5-ODF-lpOD/Makefile | 30 ++++++++++++++++++++++++++++++
 p5-ODF-lpOD/distinfo |  6 ++++++
 4 files changed, 43 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index fe6d00baf1..115ae1cb3d 100644
--- a/Makefile
+++ b/Makefile
@@ -2677,6 +2677,7 @@ SUBDIR+=	p5-Net-Twitter-Lite
 SUBDIR+=	p5-Net-UPnP
 SUBDIR+=	p5-Net-Whois-RIPE
 SUBDIR+=	p5-News-Newsrc
+SUBDIR+=	p5-ODF-lpOD
 SUBDIR+=	p5-OSSP-uuid
 SUBDIR+=	p5-OptArgs
 SUBDIR+=	p5-PDL
diff --git a/p5-ODF-lpOD/DESCR b/p5-ODF-lpOD/DESCR
new file mode 100644
index 0000000000..64e0e897c5
--- /dev/null
+++ b/p5-ODF-lpOD/DESCR
@@ -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 --git a/p5-ODF-lpOD/Makefile b/p5-ODF-lpOD/Makefile
new file mode 100644
index 0000000000..25b10dfc65
--- /dev/null
+++ b/p5-ODF-lpOD/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v $
+
+DISTNAME=	ODF-lpOD-1.126
+PKGNAME=	p5-${DISTNAME}
+PKGREVISION=	#
+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
+# experimental
+
+#PERL5_MODULE_TYPE=	Module::Build
+PERL5_PACKLIST=		auto/ODF/lpOD/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-ODF-lpOD/distinfo b/p5-ODF-lpOD/distinfo
new file mode 100644
index 0000000000..eec6c41429
--- /dev/null
+++ b/p5-ODF-lpOD/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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