Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D0B02A6551 for ; Tue, 10 Feb 2015 02:48:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 831AC14A216; Tue, 10 Feb 2015 02:48:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 685DD14A203 for ; Tue, 10 Feb 2015 02:48:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Vx3_WRV9UFNT for ; Tue, 10 Feb 2015 02:48:23 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id DB98714A200 for ; Tue, 10 Feb 2015 02:48:23 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D937498; Tue, 10 Feb 2015 02:48:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 10 Feb 2015 02:48:23 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/print/tex-collectbox To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150210024823.D937498@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Tue Feb 10 02:48:23 UTC 2015 Added Files: pkgsrc/print/tex-collectbox: DEINSTALL DESCR INSTALL Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-collectbox/DEINSTALL \ pkgsrc/print/tex-collectbox/DESCR pkgsrc/print/tex-collectbox/INSTALL \ pkgsrc/print/tex-collectbox/Makefile pkgsrc/print/tex-collectbox/PLIST \ pkgsrc/print/tex-collectbox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.