pkgsrc-WIP-changes archive

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

tex-eqparbox: import tex-eqparbox-4.0 as wip/tex-eqparbox



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Tue Oct 4 20:49:21 2016 +0200
Changeset:	67c461420a2f28c238779b2081ce82c668149951

Modified Files:
	Makefile
Added Files:
	tex-eqparbox/DESCR
	tex-eqparbox/Makefile
	tex-eqparbox/PLIST
	tex-eqparbox/distinfo

Log Message:
tex-eqparbox: import tex-eqparbox-4.0 as wip/tex-eqparbox

LaTeX users sometimes need to ensure that two or more blocks of
text occupy the same amount of horizontal space on the page. To
that end, the eqparbox package defines a new command,
\eqparbox, which works just like \parbox, except that instead
of specifying a width, one specifies a tag. All eqparboxes with
the same tag--regardless of where they are in the document--
will stretch to fit the widest eqparbox with that tag. This
simple, equal-width mechanism can be used for a variety of
alignment purposes, as is evidenced by the examples in
eqparbox's documentation. Various derivatives of \eqparbox are
also provided.

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

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

diffstat:
 Makefile              |  1 +
 tex-eqparbox/DESCR    | 11 +++++++++++
 tex-eqparbox/Makefile | 17 +++++++++++++++++
 tex-eqparbox/PLIST    |  2 ++
 tex-eqparbox/distinfo |  6 ++++++
 5 files changed, 37 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index dc327e7..22b9298 100644
--- a/Makefile
+++ b/Makefile
@@ -4018,6 +4018,7 @@ SUBDIR+=	tex-breqn-doc
 SUBDIR+=	tex-diagbox
 SUBDIR+=	tex-ellipse
 SUBDIR+=	tex-ellipse-doc
+SUBDIR+=	tex-eqparbox
 SUBDIR+=	tex-fancyref-doc
 SUBDIR+=	tex-fncychap
 SUBDIR+=	tex-fncychap-doc
diff --git a/tex-eqparbox/DESCR b/tex-eqparbox/DESCR
new file mode 100644
index 0000000..4743f27
--- /dev/null
+++ b/tex-eqparbox/DESCR
@@ -0,0 +1,11 @@
+LaTeX users sometimes need to ensure that two or more blocks of
+text occupy the same amount of horizontal space on the page. To
+that end, the eqparbox package defines a new command,
+\eqparbox, which works just like \parbox, except that instead
+of specifying a width, one specifies a tag. All eqparboxes with
+the same tag--regardless of where they are in the document--
+will stretch to fit the widest eqparbox with that tag. This
+simple, equal-width mechanism can be used for a variety of
+alignment purposes, as is evidenced by the examples in
+eqparbox's documentation. Various derivatives of \eqparbox are
+also provided.
diff --git a/tex-eqparbox/Makefile b/tex-eqparbox/Makefile
new file mode 100644
index 0000000..94e7d7c
--- /dev/null
+++ b/tex-eqparbox/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	eqparbox
+PKGNAME=	tex-${DISTNAME}-4.0
+TEXLIVE_REV=	29419
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://ctan.org/pkg/eqparbox
+COMMENT=	Create equal-widthed parboxes
+LICENSE=	lppl-1.3c
+
+DEPENDS+=	tex-environ-[0-9]*:../../print/tex-environ
+DEPENDS+=	tex-tools-[0-9]*:../../print/tex-tools
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-eqparbox/PLIST b/tex-eqparbox/PLIST
new file mode 100644
index 0000000..3ce4892
--- /dev/null
+++ b/tex-eqparbox/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/eqparbox/eqparbox.sty
diff --git a/tex-eqparbox/distinfo b/tex-eqparbox/distinfo
new file mode 100644
index 0000000..c351042
--- /dev/null
+++ b/tex-eqparbox/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-eqparbox-29419/eqparbox.tar.xz) = 5675fff40feb0bff918422e781083b714cb3a98c
+RMD160 (tex-eqparbox-29419/eqparbox.tar.xz) = 50ccf665e0ba71e375dee542385c6c89b9f0ec68
+SHA512 (tex-eqparbox-29419/eqparbox.tar.xz) = e5b6cbf8527b4c2b523136f32632f9a73ba8fadeafb7e62e7b8d788242b5b8e1c70c55145d299fb3404c894c069305bab24c9d72fe03beaf87447a3fd040ce92
+Size (tex-eqparbox-29419/eqparbox.tar.xz) = 2744 bytes


Home | Main Index | Thread Index | Old Index