pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-subdocs{,-doc}: Add version 0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/32fe6138ca66
branches: trunk
changeset: 398729:32fe6138ca66
user: markd <markd%pkgsrc.org@localhost>
date: Mon Jul 29 11:01:03 2019 +0000
description:
tex-subdocs{,-doc}: Add version 0.1
This is an experimental package aiming to provide a different
approach for multidocument works (mainly, books with a document
per chapter). Unlike the \include mechanism, every subdocument
is a complete normal LaTeX document and may be typeset
separately. What the package does is sharing the .aux files.
The present release is an alpha version, and no attempt has yet
been made to allow it to work with, say, hyperref.
diffstat:
print/tex-subdocs-doc/DESCR | 1 +
print/tex-subdocs-doc/Makefile | 13 +++++++++++++
print/tex-subdocs-doc/PLIST | 2 ++
print/tex-subdocs-doc/distinfo | 6 ++++++
print/tex-subdocs/DESCR | 7 +++++++
print/tex-subdocs/Makefile | 15 +++++++++++++++
print/tex-subdocs/PLIST | 2 ++
print/tex-subdocs/distinfo | 6 ++++++
8 files changed, 52 insertions(+), 0 deletions(-)
diffs (84 lines):
diff -r b2de3d4da3ba -r 32fe6138ca66 print/tex-subdocs-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-subdocs-doc/DESCR Mon Jul 29 11:01:03 2019 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-subdocs.
diff -r b2de3d4da3ba -r 32fe6138ca66 print/tex-subdocs-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-subdocs-doc/Makefile Mon Jul 29 11:01:03 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/07/29 11:01:04 markd Exp $
+
+DISTNAME= subdocs.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.1
+TEXLIVE_REV= 51480
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/subdocs
+COMMENT= Documentation for tex-subdocs
+LICENSE= mit
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b2de3d4da3ba -r 32fe6138ca66 print/tex-subdocs-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-subdocs-doc/PLIST Mon Jul 29 11:01:03 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/07/29 11:01:04 markd Exp $
+share/texmf-dist/doc/latex/subdocs/README.md
diff -r b2de3d4da3ba -r 32fe6138ca66 print/tex-subdocs-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-subdocs-doc/distinfo Mon Jul 29 11:01:03 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/29 11:01:04 markd Exp $
+
+SHA1 (tex-subdocs-51480/subdocs.doc.tar.xz) = 03e524dbb9eec649f6a99ef5c629b245cca09f67
+RMD160 (tex-subdocs-51480/subdocs.doc.tar.xz) = 849608029d458e5e60957130b74b2ce70bc45852
+SHA512 (tex-subdocs-51480/subdocs.doc.tar.xz) = 46bde174536e96bb78ba40990ae3b4b8cc1fe2ef26803b193afe2fccfc05bdb6644a548a712522596786847a8fe6071a52599a17ea52134bbed2e5495bbc401e
+Size (tex-subdocs-51480/subdocs.doc.tar.xz) = 1160 bytes
diff -r b2de3d4da3ba -r 32fe6138ca66 print/tex-subdocs/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-subdocs/DESCR Mon Jul 29 11:01:03 2019 +0000
@@ -0,0 +1,7 @@
+This is an experimental package aiming to provide a different
+approach for multidocument works (mainly, books with a document
+per chapter). Unlike the \include mechanism, every subdocument
+is a complete normal LaTeX document and may be typeset
+separately. What the package does is sharing the .aux files.
+The present release is an alpha version, and no attempt has yet
+been made to allow it to work with, say, hyperref.
diff -r b2de3d4da3ba -r 32fe6138ca66 print/tex-subdocs/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-subdocs/Makefile Mon Jul 29 11:01:03 2019 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2019/07/29 11:01:03 markd Exp $
+
+DISTNAME= subdocs
+PKGNAME= tex-${DISTNAME}-0.1
+TEXLIVE_REV= 51480
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/subdocs
+COMMENT= Multifile documents
+LICENSE= mit
+
+DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b2de3d4da3ba -r 32fe6138ca66 print/tex-subdocs/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-subdocs/PLIST Mon Jul 29 11:01:03 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/07/29 11:01:03 markd Exp $
+share/texmf-dist/tex/latex/subdocs/subdocs.sty
diff -r b2de3d4da3ba -r 32fe6138ca66 print/tex-subdocs/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-subdocs/distinfo Mon Jul 29 11:01:03 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/29 11:01:03 markd Exp $
+
+SHA1 (tex-subdocs-51480/subdocs.tar.xz) = 20b00eaa8a06dfc735fa9771397f3f72373a8160
+RMD160 (tex-subdocs-51480/subdocs.tar.xz) = f5a679e7bde8e8da6b84e86d204a72ae61a26904
+SHA512 (tex-subdocs-51480/subdocs.tar.xz) = a38c6e9bad66582914ad4acdae213e37c2bd5658d5e16482a1700f5869762b489f85b61fdb70c04578319f2772c974267b7c9a4e302c34df87f3a01128caf949
+Size (tex-subdocs-51480/subdocs.tar.xz) = 2884 bytes
Home |
Main Index |
Thread Index |
Old Index