summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormef <mef>2015-02-10 02:48:23 +0000
committermef <mef>2015-02-10 02:48:23 +0000
commit1dede0cced7b1cb827806792e6b3906c6599bb8a (patch)
tree74858044f9224d820d98ccbed842540b15b4cedd /print
parentbf339f16bdb69e73de6a5b29c7d6c951d4d2c95e (diff)
downloadpkgsrc-1dede0cced7b1cb827806792e6b3906c6599bb8a.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/DEINSTALL2
-rw-r--r--print/tex-collectbox/DESCR12
-rw-r--r--print/tex-collectbox/INSTALL2
-rw-r--r--print/tex-collectbox/Makefile32
-rw-r--r--print/tex-collectbox/PLIST4
-rw-r--r--print/tex-collectbox/distinfo5
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