summaryrefslogtreecommitdiff
path: root/print/tex-varwidth
diff options
context:
space:
mode:
authorjoerg <joerg>2014-10-01 19:58:19 +0000
committerjoerg <joerg>2014-10-01 19:58:19 +0000
commit87926b8330fe714e2accc3a6d2be9725df06b182 (patch)
tree6ec9fd60d18db7f383e5d2c4931935b44e3a5367 /print/tex-varwidth
parent456d559e7eb6ec7730b0a4980fdaa035e026bcd4 (diff)
downloadpkgsrc-87926b8330fe714e2accc3a6d2be9725df06b182.tar.gz
Add tex-varwidth-0.92:
The varwidth environment is superficially similar to minipage, but the specified width is just a maximum value -- the box may get a narrower "natural" width.
Diffstat (limited to 'print/tex-varwidth')
-rw-r--r--print/tex-varwidth/DESCR3
-rw-r--r--print/tex-varwidth/Makefile22
-rw-r--r--print/tex-varwidth/PLIST3
-rw-r--r--print/tex-varwidth/distinfo5
4 files changed, 33 insertions, 0 deletions
diff --git a/print/tex-varwidth/DESCR b/print/tex-varwidth/DESCR
new file mode 100644
index 00000000000..49cc21ad2a8
--- /dev/null
+++ b/print/tex-varwidth/DESCR
@@ -0,0 +1,3 @@
+The varwidth environment is superficially similar to minipage, but the
+specified width is just a maximum value -- the box may get a narrower
+"natural" width.
diff --git a/print/tex-varwidth/Makefile b/print/tex-varwidth/Makefile
new file mode 100644
index 00000000000..193e63e37f8
--- /dev/null
+++ b/print/tex-varwidth/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2014/10/01 19:58:19 joerg Exp $
+
+DISTNAME= varwidth
+PKGNAME= tex-${DISTNAME}-0.92
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= A variable-width minipage
+
+INSTALLATION_DIRS= share/texmf-dist/doc/latex/varwidth \
+ share/texmf-dist/tex/latex/varwidth
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/varwidth/varwidth-doc.pdf \
+ ${DESTDIR}${PREFIX}/share/texmf-dist/doc/latex/varwidth/varwidth.pdf
+ ${INSTALL_DATA} ${WRKSRC}/varwidth/varwidth.sty \
+ ${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/varwidth
+
+.include "../../print/kpathsea/texmf.mk"
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-varwidth/PLIST b/print/tex-varwidth/PLIST
new file mode 100644
index 00000000000..cf21270a3c0
--- /dev/null
+++ b/print/tex-varwidth/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2014/10/01 19:58:19 joerg Exp $
+share/texmf-dist/doc/latex/varwidth/varwidth.pdf
+share/texmf-dist/tex/latex/varwidth/varwidth.sty
diff --git a/print/tex-varwidth/distinfo b/print/tex-varwidth/distinfo
new file mode 100644
index 00000000000..063c011c5bc
--- /dev/null
+++ b/print/tex-varwidth/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/10/01 19:58:19 joerg Exp $
+
+SHA1 (tex-varwidth-0.92/varwidth.zip) = 0fcf51887dfdae1a3df7a5bc6e220e38c8eaf458
+RMD160 (tex-varwidth-0.92/varwidth.zip) = 8f48c1b10bff1470b8dea0b6fc78fe21aefb182f
+Size (tex-varwidth-0.92/varwidth.zip) = 30674 bytes