pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-tex4ebook{,-doc}: Add version 0.1e
details: https://anonhg.NetBSD.org/pkgsrc/rev/1bf952642ab1
branches: trunk
changeset: 374223:1bf952642ab1
user: markd <markd%pkgsrc.org@localhost>
date: Thu Jan 18 09:52:00 2018 +0000
description:
tex-tex4ebook{,-doc}: Add version 0.1e
This is a bundle of lua scripts and LaTeX packages for
conversion of LaTeX files to ebook formats such as epub, mobi
and epub3. tex4ht is used as conversion engine.
diffstat:
print/tex-tex4ebook-doc/DESCR | 1 +
print/tex-tex4ebook-doc/Makefile | 13 +++++++++++++
print/tex-tex4ebook-doc/PLIST | 7 +++++++
print/tex-tex4ebook-doc/distinfo | 6 ++++++
print/tex-tex4ebook/DESCR | 3 +++
print/tex-tex4ebook/Makefile | 27 +++++++++++++++++++++++++++
print/tex-tex4ebook/PLIST | 11 +++++++++++
print/tex-tex4ebook/distinfo | 6 ++++++
8 files changed, 74 insertions(+), 0 deletions(-)
diffs (106 lines):
diff -r 3a48d155ba2f -r 1bf952642ab1 print/tex-tex4ebook-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tex4ebook-doc/DESCR Thu Jan 18 09:52:00 2018 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-tex4ebook.
diff -r 3a48d155ba2f -r 1bf952642ab1 print/tex-tex4ebook-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tex4ebook-doc/Makefile Thu Jan 18 09:52:00 2018 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2018/01/18 09:52:00 markd Exp $
+
+DISTNAME= tex4ebook.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.1e
+TEXLIVE_REV= 44103
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/tex4ebook
+COMMENT= Documentation for tex-tex4ebook
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3a48d155ba2f -r 1bf952642ab1 print/tex-tex4ebook-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tex4ebook-doc/PLIST Thu Jan 18 09:52:00 2018 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2018/01/18 09:52:00 markd Exp $
+share/texmf-dist/doc/support/tex4ebook/README
+share/texmf-dist/doc/support/tex4ebook/changelog.tex
+share/texmf-dist/doc/support/tex4ebook/readme.tex
+share/texmf-dist/doc/support/tex4ebook/tex4ebook-doc.pdf
+share/texmf-dist/doc/support/tex4ebook/tex4ebook-doc.tex
+share/texmf-dist/doc/support/tex4ebook/tidyconf.conf
diff -r 3a48d155ba2f -r 1bf952642ab1 print/tex-tex4ebook-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tex4ebook-doc/distinfo Thu Jan 18 09:52:00 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/18 09:52:00 markd Exp $
+
+SHA1 (tex-tex4ebook-44103/tex4ebook.doc.tar.xz) = 619cfc3ac325b1021d2786f936362b7af031e9dd
+RMD160 (tex-tex4ebook-44103/tex4ebook.doc.tar.xz) = 271795906889cc5a3421f70157e592c872d66a79
+SHA512 (tex-tex4ebook-44103/tex4ebook.doc.tar.xz) = f0593db9ec81c1f8d561ca8bcd3a31e7aceaf37c97946d16db9072b5ca449fc1983601620187fd9ce3ec6175e20446da4bb588e3715e19c3322cb66990bd3423
+Size (tex-tex4ebook-44103/tex4ebook.doc.tar.xz) = 76248 bytes
diff -r 3a48d155ba2f -r 1bf952642ab1 print/tex-tex4ebook/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tex4ebook/DESCR Thu Jan 18 09:52:00 2018 +0000
@@ -0,0 +1,3 @@
+This is a bundle of lua scripts and LaTeX packages for
+conversion of LaTeX files to ebook formats such as epub, mobi
+and epub3. tex4ht is used as conversion engine.
diff -r 3a48d155ba2f -r 1bf952642ab1 print/tex-tex4ebook/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tex4ebook/Makefile Thu Jan 18 09:52:00 2018 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2018/01/18 09:52:00 markd Exp $
+
+DISTNAME= tex4ebook
+PKGNAME= tex-${DISTNAME}-0.1e
+TEXLIVE_REV= 44103
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/tex4ebook
+COMMENT= Convertor from LaTeX to ebook formats
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-make4ht-[0-9]*:../../print/tex-make4ht
+DEPENDS+= tex-tex4ebook-doc-[0-9]*:../../print/tex-tex4ebook-doc # for tidyconf.conf
+DEPENDS+= tex-tex4ht-[0-9]*:../../print/tex-tex4ht
+DEPENDS+= tidy-[0-9]*:../../www/tidy
+
+USE_TOOLS+= zip:run
+
+REPLACE_TEXLUA= texmf-dist/scripts/tex4ebook/tex4ebook
+
+INSTALLATION_DIRS+= bin
+
+post-install:
+ ln -s ${PREFIX}/share/texmf-dist/scripts/tex4ebook/tex4ebook ${DESTDIR}${PREFIX}/bin/tex4ebook
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3a48d155ba2f -r 1bf952642ab1 print/tex-tex4ebook/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tex4ebook/PLIST Thu Jan 18 09:52:00 2018 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2018/01/18 09:52:00 markd Exp $
+bin/tex4ebook
+share/texmf-dist/scripts/tex4ebook/config-t4e.lua
+share/texmf-dist/scripts/tex4ebook/exec_epub.lua
+share/texmf-dist/scripts/tex4ebook/exec_epub3.lua
+share/texmf-dist/scripts/tex4ebook/exec_mobi.lua
+share/texmf-dist/scripts/tex4ebook/list-fonts.lua
+share/texmf-dist/scripts/tex4ebook/tex4ebook
+share/texmf-dist/tex/latex/tex4ebook/tex4ebook-epub3.4ht
+share/texmf-dist/tex/latex/tex4ebook/tex4ebook.4ht
+share/texmf-dist/tex/latex/tex4ebook/tex4ebook.sty
diff -r 3a48d155ba2f -r 1bf952642ab1 print/tex-tex4ebook/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tex4ebook/distinfo Thu Jan 18 09:52:00 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/18 09:52:00 markd Exp $
+
+SHA1 (tex-tex4ebook-44103/tex4ebook.tar.xz) = c4f2f0266c5858202c0587a5b77b58daa8335296
+RMD160 (tex-tex4ebook-44103/tex4ebook.tar.xz) = 5fdadacaff45a2195021af981a822adb71216214
+SHA512 (tex-tex4ebook-44103/tex4ebook.tar.xz) = 5e2743d928ba2198df053f485f8f578b49666473be99d7245b211c21433526159e64c3c8b54e6c3399f2a7a73970211a8fd9a0f82cbb8237d560d1790cf5fe64
+Size (tex-tex4ebook-44103/tex4ebook.tar.xz) = 13964 bytes
Home |
Main Index |
Thread Index |
Old Index