pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Jul 29 11:01:04 UTC 2019

Added Files:
        pkgsrc/print/tex-subdocs: DESCR Makefile PLIST distinfo
        pkgsrc/print/tex-subdocs-doc: DESCR Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-subdocs/DESCR \
    pkgsrc/print/tex-subdocs/Makefile pkgsrc/print/tex-subdocs/PLIST \
    pkgsrc/print/tex-subdocs/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-subdocs-doc/DESCR \
    pkgsrc/print/tex-subdocs-doc/Makefile pkgsrc/print/tex-subdocs-doc/PLIST \
    pkgsrc/print/tex-subdocs-doc/distinfo

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

Added files:

Index: pkgsrc/print/tex-subdocs/DESCR
diff -u /dev/null pkgsrc/print/tex-subdocs/DESCR:1.1
--- /dev/null   Mon Jul 29 11:01:04 2019
+++ pkgsrc/print/tex-subdocs/DESCR      Mon Jul 29 11:01:03 2019
@@ -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.
Index: pkgsrc/print/tex-subdocs/Makefile
diff -u /dev/null pkgsrc/print/tex-subdocs/Makefile:1.1
--- /dev/null   Mon Jul 29 11:01:04 2019
+++ pkgsrc/print/tex-subdocs/Makefile   Mon Jul 29 11:01:03 2019
@@ -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"
Index: pkgsrc/print/tex-subdocs/PLIST
diff -u /dev/null pkgsrc/print/tex-subdocs/PLIST:1.1
--- /dev/null   Mon Jul 29 11:01:04 2019
+++ pkgsrc/print/tex-subdocs/PLIST      Mon Jul 29 11:01:03 2019
@@ -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
Index: pkgsrc/print/tex-subdocs/distinfo
diff -u /dev/null pkgsrc/print/tex-subdocs/distinfo:1.1
--- /dev/null   Mon Jul 29 11:01:04 2019
+++ pkgsrc/print/tex-subdocs/distinfo   Mon Jul 29 11:01:03 2019
@@ -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

Index: pkgsrc/print/tex-subdocs-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-subdocs-doc/DESCR:1.1
--- /dev/null   Mon Jul 29 11:01:04 2019
+++ pkgsrc/print/tex-subdocs-doc/DESCR  Mon Jul 29 11:01:03 2019
@@ -0,0 +1 @@
+Documentation for tex-subdocs.
Index: pkgsrc/print/tex-subdocs-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-subdocs-doc/Makefile:1.1
--- /dev/null   Mon Jul 29 11:01:04 2019
+++ pkgsrc/print/tex-subdocs-doc/Makefile       Mon Jul 29 11:01:04 2019
@@ -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"
Index: pkgsrc/print/tex-subdocs-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-subdocs-doc/PLIST:1.1
--- /dev/null   Mon Jul 29 11:01:04 2019
+++ pkgsrc/print/tex-subdocs-doc/PLIST  Mon Jul 29 11:01:04 2019
@@ -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
Index: pkgsrc/print/tex-subdocs-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-subdocs-doc/distinfo:1.1
--- /dev/null   Mon Jul 29 11:01:04 2019
+++ pkgsrc/print/tex-subdocs-doc/distinfo       Mon Jul 29 11:01:04 2019
@@ -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



Home | Main Index | Thread Index | Old Index