pkgsrc-WIP-changes archive

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

tex-leading: import tex-leading-0.3 and tex-leading-doc-0.3



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

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

Log Message:
tex-leading: import tex-leading-0.3 and tex-leading-doc-0.3

The package defines a command \leading, whose argument is a
<length> that specifies the nominal distance between
consecutive baselines of typeset text. The command replaces the
rather more difficult LaTeX command \linespread{<ratio>}, where
the leading is specified by reference to the font size.

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

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

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

diffs:
diff --git a/Makefile b/Makefile
index fede75436a..8f620d1222 100644
--- a/Makefile
+++ b/Makefile
@@ -4126,6 +4126,8 @@ SUBDIR+=	tex-hang
 SUBDIR+=	tex-hang-doc
 SUBDIR+=	tex-hanging
 SUBDIR+=	tex-hanging-doc
+SUBDIR+=	tex-leading
+SUBDIR+=	tex-leading-doc
 SUBDIR+=	tex-lineno-doc
 SUBDIR+=	tex-mathtools-doc
 SUBDIR+=	tex-relsize-doc
diff --git a/tex-leading-doc/DESCR b/tex-leading-doc/DESCR
new file mode 100644
index 0000000000..db2a890060
--- /dev/null
+++ b/tex-leading-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-leading.
diff --git a/tex-leading-doc/Makefile b/tex-leading-doc/Makefile
new file mode 100644
index 0000000000..c672acf3e4
--- /dev/null
+++ b/tex-leading-doc/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	leading.doc
+PKGNAME=	tex-${DISTNAME:S/./-/}-0.3
+TEXLIVE_REV=	15878
+
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://ctan.org/pkg/leading
+COMMENT=	Documentation for tex-leading
+LICENSE=	lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-leading-doc/PLIST b/tex-leading-doc/PLIST
new file mode 100644
index 0000000000..b54880cb39
--- /dev/null
+++ b/tex-leading-doc/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+share/texmf-dist/doc/latex/leading/README
+share/texmf-dist/doc/latex/leading/leading.pdf
diff --git a/tex-leading-doc/distinfo b/tex-leading-doc/distinfo
new file mode 100644
index 0000000000..3730e241c0
--- /dev/null
+++ b/tex-leading-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-leading-15878/leading.doc.tar.xz) = 6d5ff0fd4c681d3e1accea8051822fb12a2e4dc7
+RMD160 (tex-leading-15878/leading.doc.tar.xz) = f777c924678f88762542a2863c7d4c7a5c802ad7
+SHA512 (tex-leading-15878/leading.doc.tar.xz) = 7aedca849c9b04f839d69a1a255c0ac6c333cbbf25646385a0b7174da5f8c5406ab219fa97a4ca424d2072f40584fbd29174629b35e6da6a0880de720a23172b
+Size (tex-leading-15878/leading.doc.tar.xz) = 84132 bytes
diff --git a/tex-leading/DESCR b/tex-leading/DESCR
new file mode 100644
index 0000000000..9ec5f711ad
--- /dev/null
+++ b/tex-leading/DESCR
@@ -0,0 +1,5 @@
+The package defines a command \leading, whose argument is a
+<length> that specifies the nominal distance between
+consecutive baselines of typeset text. The command replaces the
+rather more difficult LaTeX command \linespread{<ratio>}, where
+the leading is specified by reference to the font size.
diff --git a/tex-leading/Makefile b/tex-leading/Makefile
new file mode 100644
index 0000000000..b8b86a3935
--- /dev/null
+++ b/tex-leading/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	leading
+PKGNAME=	tex-${DISTNAME}-0.3
+TEXLIVE_REV=	15878
+
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://ctan.org/pkg/leading
+COMMENT=	Define leading with a length
+LICENSE=	lppl-1.3c
+
+DEPENDS+=	tex-tools-[0-9]*:../../print/tex-tools
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-leading/PLIST b/tex-leading/PLIST
new file mode 100644
index 0000000000..8b111eff5a
--- /dev/null
+++ b/tex-leading/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/leading/leading.sty
diff --git a/tex-leading/distinfo b/tex-leading/distinfo
new file mode 100644
index 0000000000..5c441692e6
--- /dev/null
+++ b/tex-leading/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-leading-15878/leading.tar.xz) = 9b1954672dfba96cbf3476eed9e615dd3921447c
+RMD160 (tex-leading-15878/leading.tar.xz) = e031fe3f1e125dc6bbbe5cc54a9713b8dd6d1a7d
+SHA512 (tex-leading-15878/leading.tar.xz) = 35a3f4359750fd493a5cea0fbc2026ff12325b29293eac95ebc36f3bc2a49f35fcb2b305ed26f09412e9b09a0a0739c0fecae2a9dd7e7f14f66ffcbed552a1cf
+Size (tex-leading-15878/leading.tar.xz) = 1144 bytes


Home | Main Index | Thread Index | Old Index