pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-sidenotes{,-doc}: Add version 1.00a
details: https://anonhg.NetBSD.org/pkgsrc/rev/51fd6f29ccc1
branches: trunk
changeset: 377220:51fd6f29ccc1
user: markd <markd%pkgsrc.org@localhost>
date: Mon Apr 18 03:35:47 2022 +0000
description:
tex-sidenotes{,-doc}: Add version 1.00a
The package allows typesetting of texts with notes, figures,
citations, captions and tables in the margin. This is common
(for example) in science text books.
diffstat:
print/Makefile | 4 +++-
print/tex-sidenotes-doc/DESCR | 1 +
print/tex-sidenotes-doc/Makefile | 13 +++++++++++++
print/tex-sidenotes-doc/PLIST | 5 +++++
print/tex-sidenotes-doc/distinfo | 5 +++++
print/tex-sidenotes/DESCR | 3 +++
print/tex-sidenotes/Makefile | 17 +++++++++++++++++
print/tex-sidenotes/PLIST | 3 +++
print/tex-sidenotes/distinfo | 5 +++++
9 files changed, 55 insertions(+), 1 deletions(-)
diffs (102 lines):
diff -r e8d99eb7ffb8 -r 51fd6f29ccc1 print/Makefile
--- a/print/Makefile Mon Apr 18 03:33:09 2022 +0000
+++ b/print/Makefile Mon Apr 18 03:35:47 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.843 2022/04/18 03:33:09 markd Exp $
+# $NetBSD: Makefile,v 1.844 2022/04/18 03:35:47 markd Exp $
#
COMMENT= Desktop publishing
@@ -1417,6 +1417,8 @@
SUBDIR+= tex-showtags-doc
SUBDIR+= tex-sidecap
SUBDIR+= tex-sidecap-doc
+SUBDIR+= tex-sidenotes
+SUBDIR+= tex-sidenotes-doc
SUBDIR+= tex-silence
SUBDIR+= tex-silence-doc
SUBDIR+= tex-simplified-latex-doc
diff -r e8d99eb7ffb8 -r 51fd6f29ccc1 print/tex-sidenotes-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-sidenotes-doc/DESCR Mon Apr 18 03:35:47 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-sidenotes.
diff -r e8d99eb7ffb8 -r 51fd6f29ccc1 print/tex-sidenotes-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-sidenotes-doc/Makefile Mon Apr 18 03:35:47 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:35:47 markd Exp $
+
+DISTNAME= sidenotes.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.00a
+TEXLIVE_REV= 54524
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/sidenotes
+COMMENT= Documentation for tex-sidenotes
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e8d99eb7ffb8 -r 51fd6f29ccc1 print/tex-sidenotes-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-sidenotes-doc/PLIST Mon Apr 18 03:35:47 2022 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:35:47 markd Exp $
+share/texmf-dist/doc/latex/sidenotes/README
+share/texmf-dist/doc/latex/sidenotes/caesar_example.pdf
+share/texmf-dist/doc/latex/sidenotes/caesar_example.tex
+share/texmf-dist/doc/latex/sidenotes/sidenotes.pdf
diff -r e8d99eb7ffb8 -r 51fd6f29ccc1 print/tex-sidenotes-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-sidenotes-doc/distinfo Mon Apr 18 03:35:47 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:35:47 markd Exp $
+
+BLAKE2s (sidenotes.doc.r54524.tar.xz) = 18f4c4790eda8bb642540a36433c10c1ca36c9c23e52b807b37982c10bc403ff
+SHA512 (sidenotes.doc.r54524.tar.xz) = db5f8666987eeb2c8e29426a91bc731f8c380176b3f0285c4c4ca8554b91c85af52d0ebe16d57cdb558d8c7d1e97c6f169addb12a57a107c00ff36486dd2d218
+Size (sidenotes.doc.r54524.tar.xz) = 304908 bytes
diff -r e8d99eb7ffb8 -r 51fd6f29ccc1 print/tex-sidenotes/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-sidenotes/DESCR Mon Apr 18 03:35:47 2022 +0000
@@ -0,0 +1,3 @@
+The package allows typesetting of texts with notes, figures,
+citations, captions and tables in the margin. This is common
+(for example) in science text books.
diff -r e8d99eb7ffb8 -r 51fd6f29ccc1 print/tex-sidenotes/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-sidenotes/Makefile Mon Apr 18 03:35:47 2022 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:35:47 markd Exp $
+
+DISTNAME= sidenotes
+PKGNAME= tex-${DISTNAME}-1.00a
+TEXLIVE_REV= 54524
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/sidenotes
+COMMENT= Typeset notes containing rich content, in the margin
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-caption-[0-9]*:../../print/tex-caption
+DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages
+DEPENDS+= tex-marginnote-[0-9]*:../../print/tex-marginnote
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e8d99eb7ffb8 -r 51fd6f29ccc1 print/tex-sidenotes/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-sidenotes/PLIST Mon Apr 18 03:35:47 2022 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:35:47 markd Exp $
+share/texmf-dist/tex/latex/sidenotes/caesar_book.cls
+share/texmf-dist/tex/latex/sidenotes/sidenotes.sty
diff -r e8d99eb7ffb8 -r 51fd6f29ccc1 print/tex-sidenotes/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-sidenotes/distinfo Mon Apr 18 03:35:47 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:35:47 markd Exp $
+
+BLAKE2s (sidenotes.r54524.tar.xz) = e2f0f21c4c765c37d2da138b3c9f56ac7a5752d93865127188474163f87c0936
+SHA512 (sidenotes.r54524.tar.xz) = 6cf38305b919deca31761f1420c18a0ffb5ba18e045515af058e9b7d73535730117f757f16a8030d97247378efa46428ed9f28757524b650a96133aae6fe4e11
+Size (sidenotes.r54524.tar.xz) = 4444 bytes
Home |
Main Index |
Thread Index |
Old Index