diff options
author | mef <mef@pkgsrc.org> | 2015-02-10 02:48:23 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-02-10 02:48:23 +0000 |
commit | 7c70547c47d52d22cb0623c72ae3d1fe4c2e231a (patch) | |
tree | 74858044f9224d820d98ccbed842540b15b4cedd /print | |
parent | 0249791841f67ef7db1aec9fbaee33ce5609b539 (diff) | |
download | pkgsrc-7c70547c47d52d22cb0623c72ae3d1fe4c2e231a.tar.gz |
Import tex-collectbox-0.4b as print/tex-collectbox.
The package provides macros to collect and process a macro argument (i.e.,
something which looks like a macro argument) as a horizontal box rather than
as a real macro argument.
The `arguments' are stored as if they had been saved by \savebox or by the
lrbox environment. Grouping tokens \bgroup and \egroup may be used, which
allows the user to have the beginning and end of a group in different macro
invocations, or to place them in the begin and end code of an
environment. Arguments may contain verbatim material or other special use of
characters.
The macros were designed for use within other macros.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-collectbox/DEINSTALL | 2 | ||||
-rw-r--r-- | print/tex-collectbox/DESCR | 12 | ||||
-rw-r--r-- | print/tex-collectbox/INSTALL | 2 | ||||
-rw-r--r-- | print/tex-collectbox/Makefile | 32 | ||||
-rw-r--r-- | print/tex-collectbox/PLIST | 4 | ||||
-rw-r--r-- | print/tex-collectbox/distinfo | 5 |
6 files changed, 57 insertions, 0 deletions
diff --git a/print/tex-collectbox/DEINSTALL b/print/tex-collectbox/DEINSTALL new file mode 100644 index 00000000000..b6ae17416b0 --- /dev/null +++ b/print/tex-collectbox/DEINSTALL @@ -0,0 +1,2 @@ +#!/bin/sh +texhash diff --git a/print/tex-collectbox/DESCR b/print/tex-collectbox/DESCR new file mode 100644 index 00000000000..f72a4fc2eb0 --- /dev/null +++ b/print/tex-collectbox/DESCR @@ -0,0 +1,12 @@ +The package provides macros to collect and process a macro argument (i.e., +something which looks like a macro argument) as a horizontal box rather than +as a real macro argument. + +The `arguments' are stored as if they had been saved by \savebox or by the +lrbox environment. Grouping tokens \bgroup and \egroup may be used, which +allows the user to have the beginning and end of a group in different macro +invocations, or to place them in the begin and end code of an +environment. Arguments may contain verbatim material or other special use of +characters. + +The macros were designed for use within other macros. diff --git a/print/tex-collectbox/INSTALL b/print/tex-collectbox/INSTALL new file mode 100644 index 00000000000..b6ae17416b0 --- /dev/null +++ b/print/tex-collectbox/INSTALL @@ -0,0 +1,2 @@ +#!/bin/sh +texhash diff --git a/print/tex-collectbox/Makefile b/print/tex-collectbox/Makefile new file mode 100644 index 00000000000..777be300ef1 --- /dev/null +++ b/print/tex-collectbox/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1 2015/02/10 02:48:23 mef Exp $ + +DISTNAME= collectbox +PKGNAME= tex-${DISTNAME}-0.4b +CATEGORIES= print +MASTER_SITES= http://mirrors.ctan.org/macros/latex/contrib/ +EXTRACT_SUFX= .zip + +HOMEPAGE= http://www.ctan.org/pkg/collectbox +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Collect and process macro arguments as boxes +LICENSE= lppl-1.3c + +BUILD_DEPENDS+= web2c-[0-9]*:../../print/web2c +BUILD_DEPENDS+= tex-tetex-[0-9]*:../../print/tex-tetex +BUILD_DEPENDS+= tex-ydoc-[0-9]*:../../print/tex-ydoc +BUILD_DEPENDS+= teTeX-texmf-[0-9]*:../../print/teTeX3-texmf + +INSTALL_PATH= share/texmf-dist/tex/latex/collectbox +AUTO_MKDIRS= yes + +do-build: + (cd ${WRKSRC}; tex collectbox.ins ) + +do-install: +.for i in dtx ins sty + (cd ${WRKSRC}; \ + ${INSTALL_DATA} collectbox.${i} ${DESTDIR}${PREFIX}/${INSTALL_PATH} ) +.endfor + +.include "../../print/kpathsea/texmf.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-collectbox/PLIST b/print/tex-collectbox/PLIST new file mode 100644 index 00000000000..107624176c9 --- /dev/null +++ b/print/tex-collectbox/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2015/02/10 02:48:23 mef Exp $ +share/texmf-dist/tex/latex/collectbox/collectbox.dtx +share/texmf-dist/tex/latex/collectbox/collectbox.ins +share/texmf-dist/tex/latex/collectbox/collectbox.sty diff --git a/print/tex-collectbox/distinfo b/print/tex-collectbox/distinfo new file mode 100644 index 00000000000..402f6f08eec --- /dev/null +++ b/print/tex-collectbox/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/02/10 02:48:23 mef Exp $ + +SHA1 (collectbox.zip) = 6b49f1772ead9758958cba78b00a4e2392c0a452 +RMD160 (collectbox.zip) = bc30597bafa878d0d1f6b8f023943b4e181c806b +Size (collectbox.zip) = 277611 bytes |