pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/tex-collectbox Import tex-collectbox-0.4b as pri...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fc90c967886e
branches: trunk
changeset: 646513:fc90c967886e
user: mef <mef%pkgsrc.org@localhost>
date: Tue Feb 10 02:48:23 2015 +0000
description:
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:
print/tex-collectbox/DEINSTALL | 2 ++
print/tex-collectbox/DESCR | 12 ++++++++++++
print/tex-collectbox/INSTALL | 2 ++
print/tex-collectbox/Makefile | 32 ++++++++++++++++++++++++++++++++
print/tex-collectbox/PLIST | 4 ++++
print/tex-collectbox/distinfo | 5 +++++
6 files changed, 57 insertions(+), 0 deletions(-)
diffs (81 lines):
diff -r 30f0370ebe39 -r fc90c967886e print/tex-collectbox/DEINSTALL
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-collectbox/DEINSTALL Tue Feb 10 02:48:23 2015 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+texhash
diff -r 30f0370ebe39 -r fc90c967886e print/tex-collectbox/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-collectbox/DESCR Tue Feb 10 02:48:23 2015 +0000
@@ -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 -r 30f0370ebe39 -r fc90c967886e print/tex-collectbox/INSTALL
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-collectbox/INSTALL Tue Feb 10 02:48:23 2015 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+texhash
diff -r 30f0370ebe39 -r fc90c967886e print/tex-collectbox/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-collectbox/Makefile Tue Feb 10 02:48:23 2015 +0000
@@ -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@localhost
+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 -r 30f0370ebe39 -r fc90c967886e print/tex-collectbox/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-collectbox/PLIST Tue Feb 10 02:48:23 2015 +0000
@@ -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 -r 30f0370ebe39 -r fc90c967886e print/tex-collectbox/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-collectbox/distinfo Tue Feb 10 02:48:23 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index