pkgsrc-WIP-changes archive

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

tex-continue: import tex-continue-0.1 and tex-continue-doc-0.1



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Tue Mar 14 00:45:17 2017 +0200
Changeset:	112204331d0489459b93aef424563fb4ffc62178

Modified Files:
	Makefile
Added Files:
	tex-continue-doc/DESCR
	tex-continue-doc/Makefile
	tex-continue-doc/PLIST
	tex-continue-doc/distinfo
	tex-continue/DESCR
	tex-continue/Makefile
	tex-continue/PLIST
	tex-continue/distinfo

Log Message:
tex-continue: import tex-continue-0.1 and tex-continue-doc-0.1

The package is an amalgam of Donald Arseneau's fwlw package and
Luca Merciadri's turnthepage package. For multipage twoside
documents it puts a `continuation' mark near the foot of each
odd-numbered page that is followed by another page. The
position and form of the continuation mark may be altered.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=112204331d0489459b93aef424563fb4ffc62178

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

diffstat:
 Makefile                  |  2 ++
 tex-continue-doc/DESCR    |  1 +
 tex-continue-doc/Makefile | 15 +++++++++++++++
 tex-continue-doc/PLIST    |  5 +++++
 tex-continue-doc/distinfo |  6 ++++++
 tex-continue/DESCR        |  5 +++++
 tex-continue/Makefile     | 17 +++++++++++++++++
 tex-continue/PLIST        |  2 ++
 tex-continue/distinfo     |  6 ++++++
 9 files changed, 59 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8ae2ce4394..d142648171 100644
--- a/Makefile
+++ b/Makefile
@@ -4119,6 +4119,8 @@ SUBDIR+=	tetrinet
 SUBDIR+=	tex-arabxtex
 SUBDIR+=	tex-arabxtex-doc
 SUBDIR+=	tex-breqn-doc
+SUBDIR+=	tex-continue
+SUBDIR+=	tex-continue-doc
 SUBDIR+=	tex-fancyref-doc
 SUBDIR+=	tex-lineno-doc
 SUBDIR+=	tex-mathtools-doc
diff --git a/tex-continue-doc/DESCR b/tex-continue-doc/DESCR
new file mode 100644
index 0000000000..a41f361cb6
--- /dev/null
+++ b/tex-continue-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-continue.
diff --git a/tex-continue-doc/Makefile b/tex-continue-doc/Makefile
new file mode 100644
index 0000000000..358b53174f
--- /dev/null
+++ b/tex-continue-doc/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	continue.doc
+PKGNAME=	tex-${DISTNAME:S/./-/}-0.1
+TEXLIVE_REV=	39308
+
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://ctan.org/pkg/continue
+COMMENT=	Documentation for tex-continue
+LICENSE=	lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-continue-doc/PLIST b/tex-continue-doc/PLIST
new file mode 100644
index 0000000000..cc9117ecdc
--- /dev/null
+++ b/tex-continue-doc/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+share/texmf-dist/doc/latex/continue/README
+share/texmf-dist/doc/latex/continue/continue.pdf
+share/texmf-dist/doc/latex/continue/trycontinue.pdf
+share/texmf-dist/doc/latex/continue/trycontinue.tex
diff --git a/tex-continue-doc/distinfo b/tex-continue-doc/distinfo
new file mode 100644
index 0000000000..8f057225de
--- /dev/null
+++ b/tex-continue-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-continue-39308/continue.doc.tar.xz) = 55b97aa6800b047dd7292c630e7be1ff5da62814
+RMD160 (tex-continue-39308/continue.doc.tar.xz) = a2fb8c39232054ac1f5103cda993c34c2b4c5e61
+SHA512 (tex-continue-39308/continue.doc.tar.xz) = 570b452adc358f36e7804113278ab69f879385f496ab8b1e2eee40c06eab8029250c3e43a9d5ff47897d915e444fae975f8a316116e3de01ea8b03887507a093
+Size (tex-continue-39308/continue.doc.tar.xz) = 339948 bytes
diff --git a/tex-continue/DESCR b/tex-continue/DESCR
new file mode 100644
index 0000000000..7f4f4943c6
--- /dev/null
+++ b/tex-continue/DESCR
@@ -0,0 +1,5 @@
+The package is an amalgam of Donald Arseneau's fwlw package and
+Luca Merciadri's turnthepage package. For multipage twoside
+documents it puts a `continuation' mark near the foot of each
+odd-numbered page that is followed by another page. The
+position and form of the continuation mark may be altered.
diff --git a/tex-continue/Makefile b/tex-continue/Makefile
new file mode 100644
index 0000000000..f5c56a2ebb
--- /dev/null
+++ b/tex-continue/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	continue
+PKGNAME=	tex-${DISTNAME}-0.1
+TEXLIVE_REV=	39308
+
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://ctan.org/pkg/continue
+COMMENT=	Prints 'continuation' marks on recto pages of multipage documents
+LICENSE=	lppl-1.3c
+
+DEPENDS+=	tex-oberdiek-[0-9]*:../../print/tex-oberdiek
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-continue/PLIST b/tex-continue/PLIST
new file mode 100644
index 0000000000..f9fc747b4e
--- /dev/null
+++ b/tex-continue/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/continue/continue.sty
diff --git a/tex-continue/distinfo b/tex-continue/distinfo
new file mode 100644
index 0000000000..c768e2880b
--- /dev/null
+++ b/tex-continue/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-continue-39308/continue.tar.xz) = c0f5ce78b95dd606b8cbe6d140ff655fc3068421
+RMD160 (tex-continue-39308/continue.tar.xz) = 101f637af4169efe80deb2b8656993376f11b43a
+SHA512 (tex-continue-39308/continue.tar.xz) = 001bc53b92f39733b154a5a7129d28cfe2d285bccb0b86bb81697d4819392f9871d9aa42533536d3d73c8c723d446b3c2ff6ba1775101bea2af49f96c70e7033
+Size (tex-continue-39308/continue.tar.xz) = 2840 bytes


Home | Main Index | Thread Index | Old Index