forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed build option * Fixed quotes for auto-build feature of the package. * Added "multido" option. * Fixes/improvements for output convert filename for the 'multi' option. * Changed \IfFileExists test for \if..tex macros to support 'htlatex'. * Issue #12: Fixed info message for mode=buildnew if generated file is already newer than source file. * Issue #8: Updated description of mode=buildnew to state that it doesn't work with XeLaTeX.
- Loading branch information
markd
committed
Aug 2, 2015
1 parent
bfafc20
commit 5bf96c5
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# $NetBSD: Makefile,v 1.1 2015/07/02 21:01:00 markd Exp $ | ||
# $NetBSD: Makefile,v 1.2 2015/08/02 12:01:39 markd Exp $ | ||
|
||
DISTNAME= standalone.doc | ||
PKGNAME= tex-${DISTNAME:S/./-/}-1.1b | ||
TEXLIVE_REV= 27677 | ||
PKGNAME= tex-${DISTNAME:S/./-/}-1.2 | ||
TEXLIVE_REV= 37875 | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://ctan.org/pkg/standalone | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.1 2015/07/02 21:01:00 markd Exp $ | ||
$NetBSD: distinfo,v 1.2 2015/08/02 12:01:39 markd Exp $ | ||
|
||
SHA1 (tex-standalone-27677/standalone.doc.tar.xz) = dc9d6c27afd8c4cc431222daefe12db1d0da1db6 | ||
RMD160 (tex-standalone-27677/standalone.doc.tar.xz) = 7b48cdf7d26c605fb9e0ef81937d87e4bc8cf8f1 | ||
Size (tex-standalone-27677/standalone.doc.tar.xz) = 427828 bytes | ||
SHA1 (tex-standalone-37875/standalone.doc.tar.xz) = 487d143b4ea24ba2cc1cf75afe770514c9625f4d | ||
RMD160 (tex-standalone-37875/standalone.doc.tar.xz) = 98f009ab34413dfcd3e1a7f7a4b30da81584929e | ||
Size (tex-standalone-37875/standalone.doc.tar.xz) = 266880 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# $NetBSD: Makefile,v 1.1 2015/07/02 21:00:59 markd Exp $ | ||
# $NetBSD: Makefile,v 1.2 2015/08/02 12:01:39 markd Exp $ | ||
|
||
DISTNAME= standalone | ||
PKGNAME= tex-${DISTNAME}-1.1b | ||
TEXLIVE_REV= 27677 | ||
PKGNAME= tex-${DISTNAME}-1.2 | ||
TEXLIVE_REV= 37875 | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://ctan.org/pkg/standalone | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.1 2015/07/02 21:00:59 markd Exp $ | ||
$NetBSD: distinfo,v 1.2 2015/08/02 12:01:39 markd Exp $ | ||
|
||
SHA1 (tex-standalone-27677/standalone.tar.xz) = 4719ee2cf4959d0901f1a4407cf398296111a95f | ||
RMD160 (tex-standalone-27677/standalone.tar.xz) = 5187406ecb9c96ad134306462360ce31c5025848 | ||
Size (tex-standalone-27677/standalone.tar.xz) = 10836 bytes | ||
SHA1 (tex-standalone-37875/standalone.tar.xz) = bbd8941f779ff5182ac4038990e41bb4aac98172 | ||
RMD160 (tex-standalone-37875/standalone.tar.xz) = 7d305fee59db03363b60d61ddf7d81a5a4153766 | ||
Size (tex-standalone-37875/standalone.tar.xz) = 11416 bytes |