pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-epigraph{,-doc}: Add version 1.5c
details: https://anonhg.NetBSD.org/pkgsrc/rev/a3e7785a76e0
branches: trunk
changeset: 380189:a3e7785a76e0
user: markd <markd%pkgsrc.org@localhost>
date: Sun May 13 11:44:25 2018 +0000
description:
tex-epigraph{,-doc}: Add version 1.5c
Epigraphs are the pithy quotations often found at the start (or
end) of a chapter. Both single epigraphs and lists of epigraphs
are catered for. Various aspects are easily configurable.
diffstat:
print/tex-epigraph-doc/DESCR | 1 +
print/tex-epigraph-doc/Makefile | 13 +++++++++++++
print/tex-epigraph-doc/PLIST | 3 +++
print/tex-epigraph-doc/distinfo | 6 ++++++
print/tex-epigraph/DESCR | 3 +++
print/tex-epigraph/Makefile | 13 +++++++++++++
print/tex-epigraph/PLIST | 2 ++
print/tex-epigraph/distinfo | 6 ++++++
8 files changed, 47 insertions(+), 0 deletions(-)
diffs (79 lines):
diff -r ed5de8c6c9d1 -r a3e7785a76e0 print/tex-epigraph-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-epigraph-doc/DESCR Sun May 13 11:44:25 2018 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-epigraph.
diff -r ed5de8c6c9d1 -r a3e7785a76e0 print/tex-epigraph-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-epigraph-doc/Makefile Sun May 13 11:44:25 2018 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2018/05/13 11:44:26 markd Exp $
+
+DISTNAME= epigraph.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.5c
+TEXLIVE_REV= 15878
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/epigraph
+COMMENT= Documentation for tex-epigraph
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ed5de8c6c9d1 -r a3e7785a76e0 print/tex-epigraph-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-epigraph-doc/PLIST Sun May 13 11:44:25 2018 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/05/13 11:44:26 markd Exp $
+share/texmf-dist/doc/latex/epigraph/README
+share/texmf-dist/doc/latex/epigraph/epigraph.pdf
diff -r ed5de8c6c9d1 -r a3e7785a76e0 print/tex-epigraph-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-epigraph-doc/distinfo Sun May 13 11:44:25 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/13 11:44:26 markd Exp $
+
+SHA1 (tex-epigraph-15878/epigraph.doc.tar.xz) = 82aadf6aac7b48b3c079f7fe936aabf70c86e868
+RMD160 (tex-epigraph-15878/epigraph.doc.tar.xz) = b4f1e96c37fb8b5890378f7e671c199aef85c6d7
+SHA512 (tex-epigraph-15878/epigraph.doc.tar.xz) = 509d632cb50fd408b0c5b7d3540e22623aa66a8a1936c2fe2dc60252ca2ee3867676b22eca3039ac50899582846c535f0df0ac9959c5be4e34135176366edbdc
+Size (tex-epigraph-15878/epigraph.doc.tar.xz) = 161244 bytes
diff -r ed5de8c6c9d1 -r a3e7785a76e0 print/tex-epigraph/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-epigraph/DESCR Sun May 13 11:44:25 2018 +0000
@@ -0,0 +1,3 @@
+Epigraphs are the pithy quotations often found at the start (or
+end) of a chapter. Both single epigraphs and lists of epigraphs
+are catered for. Various aspects are easily configurable.
diff -r ed5de8c6c9d1 -r a3e7785a76e0 print/tex-epigraph/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-epigraph/Makefile Sun May 13 11:44:25 2018 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2018/05/13 11:44:25 markd Exp $
+
+DISTNAME= epigraph
+PKGNAME= tex-${DISTNAME}-1.5c
+TEXLIVE_REV= 15878
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/epigraph
+COMMENT= Package for typesetting epigraphs
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ed5de8c6c9d1 -r a3e7785a76e0 print/tex-epigraph/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-epigraph/PLIST Sun May 13 11:44:25 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/05/13 11:44:25 markd Exp $
+share/texmf-dist/tex/latex/epigraph/epigraph.sty
diff -r ed5de8c6c9d1 -r a3e7785a76e0 print/tex-epigraph/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-epigraph/distinfo Sun May 13 11:44:25 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/13 11:44:25 markd Exp $
+
+SHA1 (tex-epigraph-15878/epigraph.tar.xz) = ea8322d198056611e59ed104871e225b22d33cf9
+RMD160 (tex-epigraph-15878/epigraph.tar.xz) = c9413674c2ab756fa665a271f6c4efc69ecd5349
+SHA512 (tex-epigraph-15878/epigraph.tar.xz) = eca90f0e04b861c0b4fad52ca63aaef42035804a5d6c825dec0530f8475b720dd07b62d78617efdb1ca41db019ae481227a9a860fb1bac743a2df7277d8d4101
+Size (tex-epigraph-15878/epigraph.tar.xz) = 1956 bytes
Home |
Main Index |
Thread Index |
Old Index