pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-pagenote{, -doc}: import version 1.1a



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82b4b1b0441f
branches:  trunk
changeset: 370707:82b4b1b0441f
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Oct 23 10:28:49 2017 +0000

description:
tex-pagenote{,-doc}: import version 1.1a

The pagenote package provides tagged notes on a separate page
(also known as 'end notes'). Unless the memoir class is used,
the package requires the ifmtarg package.

diffstat:

 print/tex-pagenote-doc/DESCR    |   1 +
 print/tex-pagenote-doc/Makefile |  13 +++++++++++++
 print/tex-pagenote-doc/PLIST    |   3 +++
 print/tex-pagenote-doc/distinfo |   6 ++++++
 print/tex-pagenote/DESCR        |   3 +++
 print/tex-pagenote/Makefile     |  13 +++++++++++++
 print/tex-pagenote/PLIST        |   2 ++
 print/tex-pagenote/distinfo     |   6 ++++++
 8 files changed, 47 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r e59c86018d5a -r 82b4b1b0441f print/tex-pagenote-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pagenote-doc/DESCR      Mon Oct 23 10:28:49 2017 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-pagenote.
diff -r e59c86018d5a -r 82b4b1b0441f print/tex-pagenote-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pagenote-doc/Makefile   Mon Oct 23 10:28:49 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/10/23 10:28:49 markd Exp $
+
+DISTNAME=      pagenote.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.1a
+TEXLIVE_REV=   15878
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/pagenote
+COMMENT=       Documentation for tex-pagenote
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e59c86018d5a -r 82b4b1b0441f print/tex-pagenote-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pagenote-doc/PLIST      Mon Oct 23 10:28:49 2017 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/23 10:28:49 markd Exp $
+share/texmf-dist/doc/latex/pagenote/README
+share/texmf-dist/doc/latex/pagenote/pagenote.pdf
diff -r e59c86018d5a -r 82b4b1b0441f print/tex-pagenote-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pagenote-doc/distinfo   Mon Oct 23 10:28:49 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/23 10:28:49 markd Exp $
+
+SHA1 (tex-pagenote-15878/pagenote.doc.tar.xz) = 64e130286313d9452df9861b51da708a312a9f0e
+RMD160 (tex-pagenote-15878/pagenote.doc.tar.xz) = 9f63e7ac6cc305bf2b7bcb1b920323a79c4c011e
+SHA512 (tex-pagenote-15878/pagenote.doc.tar.xz) = 1e11494e34e0e703b0b92cc6ed6d17104d82f3a9d20d60b1bf7a950235ac6a9646438c2193085432304ea9e937ec321c155bfa3ae42e3089bf0632fb793e2900
+Size (tex-pagenote-15878/pagenote.doc.tar.xz) = 138596 bytes
diff -r e59c86018d5a -r 82b4b1b0441f print/tex-pagenote/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pagenote/DESCR  Mon Oct 23 10:28:49 2017 +0000
@@ -0,0 +1,3 @@
+The pagenote package provides tagged notes on a separate page
+(also known as 'end notes'). Unless the memoir class is used,
+the package requires the ifmtarg package.
diff -r e59c86018d5a -r 82b4b1b0441f print/tex-pagenote/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pagenote/Makefile       Mon Oct 23 10:28:49 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/10/23 10:28:49 markd Exp $
+
+DISTNAME=      pagenote
+PKGNAME=       tex-${DISTNAME}-1.1a
+TEXLIVE_REV=   15878
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/pagenote
+COMMENT=       Notes at end of document
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e59c86018d5a -r 82b4b1b0441f print/tex-pagenote/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pagenote/PLIST  Mon Oct 23 10:28:49 2017 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/23 10:28:49 markd Exp $
+share/texmf-dist/tex/latex/pagenote/pagenote.sty
diff -r e59c86018d5a -r 82b4b1b0441f print/tex-pagenote/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pagenote/distinfo       Mon Oct 23 10:28:49 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/23 10:28:49 markd Exp $
+
+SHA1 (tex-pagenote-15878/pagenote.tar.xz) = a09517fa2f1dd998ebb6af5bd15cb32602eb9395
+RMD160 (tex-pagenote-15878/pagenote.tar.xz) = 86fca83835008cdd3a7b183bb3e40a0f69a5b1cc
+SHA512 (tex-pagenote-15878/pagenote.tar.xz) = df3667f219bd019b040f075901a3a25a8d97158945fd03e2de5fdeee38e2d8b65276da7936dc68c45dcf65fe38aa25baf7197caa974da5e5937fd684d18bd74d
+Size (tex-pagenote-15878/pagenote.tar.xz) = 2020 bytes



Home | Main Index | Thread Index | Old Index