pkgsrc-WIP-changes archive

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

tex-hanging: import tex-hanging-1.2b and tex-hanging-doc-1.2b



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

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

Log Message:
tex-hanging: import tex-hanging-1.2b and tex-hanging-doc-1.2b

The hanging package facilitates the typesetting of hanging
paragraphs. The package also enables typesetting with hanging
punctuation, by making punctuation characters active. This
facility is best suppressed (it can interfere with other
packages) -- there are package options for suppressing each
individual punctuation character. 'Real' attempts at hanging
punction should nowadays use the microtype package, which takes
advantage of the support offered in recent versions of pdfTeX.

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

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

diffstat:
 Makefile                 |  2 ++
 tex-hanging-doc/DESCR    |  1 +
 tex-hanging-doc/Makefile | 15 +++++++++++++++
 tex-hanging-doc/PLIST    |  3 +++
 tex-hanging-doc/distinfo |  6 ++++++
 tex-hanging/DESCR        |  8 ++++++++
 tex-hanging/Makefile     | 15 +++++++++++++++
 tex-hanging/PLIST        |  2 ++
 tex-hanging/distinfo     |  6 ++++++
 9 files changed, 58 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index b7a67213f2..fede75436a 100644
--- a/Makefile
+++ b/Makefile
@@ -4124,6 +4124,8 @@ SUBDIR+=	tex-continue-doc
 SUBDIR+=	tex-fancyref-doc
 SUBDIR+=	tex-hang
 SUBDIR+=	tex-hang-doc
+SUBDIR+=	tex-hanging
+SUBDIR+=	tex-hanging-doc
 SUBDIR+=	tex-lineno-doc
 SUBDIR+=	tex-mathtools-doc
 SUBDIR+=	tex-relsize-doc
diff --git a/tex-hanging-doc/DESCR b/tex-hanging-doc/DESCR
new file mode 100644
index 0000000000..b02da1c386
--- /dev/null
+++ b/tex-hanging-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-hanging.
diff --git a/tex-hanging-doc/Makefile b/tex-hanging-doc/Makefile
new file mode 100644
index 0000000000..9d85f30983
--- /dev/null
+++ b/tex-hanging-doc/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	hanging.doc
+PKGNAME=	tex-${DISTNAME:S/./-/}-1.2b
+TEXLIVE_REV=	15878
+
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://ctan.org/pkg/hanging
+COMMENT=	Documentation for tex-hanging
+LICENSE=	lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-hanging-doc/PLIST b/tex-hanging-doc/PLIST
new file mode 100644
index 0000000000..780bb35fda
--- /dev/null
+++ b/tex-hanging-doc/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+share/texmf-dist/doc/latex/hanging/README
+share/texmf-dist/doc/latex/hanging/hanging.pdf
diff --git a/tex-hanging-doc/distinfo b/tex-hanging-doc/distinfo
new file mode 100644
index 0000000000..957a75e590
--- /dev/null
+++ b/tex-hanging-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-hanging-15878/hanging.doc.tar.xz) = 620dac28b2b950fac03cd1269fff5f9ec67debf5
+RMD160 (tex-hanging-15878/hanging.doc.tar.xz) = 8c41043215f1c94a49fd8755bb5d3eec80e1f662
+SHA512 (tex-hanging-15878/hanging.doc.tar.xz) = 843900b57bd1028ceb8d85bb08cfcd8b19527172c5991d878be9704ce8bd585e146a6c9e8a781e0240acf827442054c5bb33369ab2518dd3fa10a1dda631968b
+Size (tex-hanging-15878/hanging.doc.tar.xz) = 145544 bytes
diff --git a/tex-hanging/DESCR b/tex-hanging/DESCR
new file mode 100644
index 0000000000..17b4de3381
--- /dev/null
+++ b/tex-hanging/DESCR
@@ -0,0 +1,8 @@
+The hanging package facilitates the typesetting of hanging
+paragraphs. The package also enables typesetting with hanging
+punctuation, by making punctuation characters active. This
+facility is best suppressed (it can interfere with other
+packages) -- there are package options for suppressing each
+individual punctuation character. 'Real' attempts at hanging
+punction should nowadays use the microtype package, which takes
+advantage of the support offered in recent versions of pdfTeX.
diff --git a/tex-hanging/Makefile b/tex-hanging/Makefile
new file mode 100644
index 0000000000..096b0b5ca6
--- /dev/null
+++ b/tex-hanging/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	hanging
+PKGNAME=	tex-${DISTNAME}-1.2b
+TEXLIVE_REV=	15878
+
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://ctan.org/pkg/hanging
+COMMENT=	Hanging paragraphs
+LICENSE=	lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-hanging/PLIST b/tex-hanging/PLIST
new file mode 100644
index 0000000000..3d58ab927f
--- /dev/null
+++ b/tex-hanging/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/hanging/hanging.sty
diff --git a/tex-hanging/distinfo b/tex-hanging/distinfo
new file mode 100644
index 0000000000..a6543e3169
--- /dev/null
+++ b/tex-hanging/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-hanging-15878/hanging.tar.xz) = 14d60f915d07585948dd6d573813d41a711fcc5c
+RMD160 (tex-hanging-15878/hanging.tar.xz) = 07f9761825fc15c283171c7ebbd90202b7cda7d2
+SHA512 (tex-hanging-15878/hanging.tar.xz) = f42092f825f8be793e5dcebae4e202d7ef96692cacc344a66a7375c4f5fe9f7b633981efdc7b54c701b376749c54821b82bf26b8bd7275be2f5304acd65b3bd2
+Size (tex-hanging-15878/hanging.tar.xz) = 1956 bytes


Home | Main Index | Thread Index | Old Index