Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

4
textproc/odt2tex/DESCR Normal file
View File

@@ -0,0 +1,4 @@
odt2tex is a simple command line tool that converts ODT (Libre/OpenOffice
text documents) to LaTeX .tex input files. It is released under the
MIT license and written in plain C depending only on two further
libraries: libzip and expat.

16
textproc/odt2tex/Makefile Normal file
View File

@@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.2 2016/07/28 10:26:33 wiz Exp $
DISTNAME= odt2tex-0.0.13
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=simonaw/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.chronowerks.de/odt/
COMMENT= Convert ODT (Libre/OpenOffice text documents) to LaTeX input files
LICENSE= mit
USE_TOOLS+= pkg-config
.include "../../archivers/libzip/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

2
textproc/odt2tex/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2016/07/26 12:53:11 wiz Exp $
bin/odt2tex

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2016/07/28 10:26:33 wiz Exp $
SHA1 (odt2tex-0.0.13.tar.gz) = 48dc092f2b432d897596f9dc6f9237d21fe858b0
RMD160 (odt2tex-0.0.13.tar.gz) = 4c61da9cfe4ac24e19a090606276da05f989c58b
SHA512 (odt2tex-0.0.13.tar.gz) = 1b48cdf65a15698433145808751490e8b9fbcb321affce60d736a951f37e328d2a43efd297ff89aacd7e52797db07ea9ac25b26e42170bf87b5f5e9a3c6e0381
Size (odt2tex-0.0.13.tar.gz) = 1018966 bytes