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.
* datatool.sty: - etex no longer loaded. - added \DTLisinlist and \DTLmaketabspace - Bug fix (\@dtl at starttrim): fixed issue that caused loss of group at the start of a line when reading a csv file - Bug fix: unstarred (case-sensitive) version of \DTLsort now correctly uses case-sensitive sort. - Bug fix: error in \DTLifSubString * person.sty: - Bug fix: replaced \ifpersonmale with \ifmale within the definitions of \persongender and \getpersongender - Bug fix: replaced \@ThisPerson with #1 in \ifmale and \iffemale
- Loading branch information
markd
committed
Aug 2, 2015
1 parent
ebb14ce
commit 60a0801
Showing
5 changed files
with
20 additions
and
45 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,11 +1,13 @@ | ||
# $NetBSD: Makefile,v 1.2 2015/04/22 10:38:59 markd Exp $ | ||
# $NetBSD: Makefile,v 1.3 2015/08/02 12:31:04 markd Exp $ | ||
|
||
DISTNAME= datatool.doc | ||
PKGNAME= tex-${DISTNAME:S/./-/}-2.22 | ||
TEXLIVE_REV= 34305 | ||
PKGNAME= tex-${DISTNAME:S/./-/}-2.23 | ||
TEXLIVE_REV= 37837 | ||
|
||
MAINTAINER= pkgsrc-users@NetBSD.org | ||
HOMEPAGE= http://ctan.org/pkg/datatool | ||
COMMENT= Documentation for tex-datatool | ||
LICENSE= lppl-1.3c | ||
|
||
.include "../../print/texlive/package.mk" | ||
.include "../../mk/bsd.pkg.mk" |
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
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.2 2015/04/22 10:38:59 markd Exp $ | ||
$NetBSD: distinfo,v 1.3 2015/08/02 12:31:04 markd Exp $ | ||
|
||
SHA1 (tex-datatool-34305/datatool.doc.tar.xz) = 948490f7a9e426181636fdf06afeb58f5fa3acc8 | ||
RMD160 (tex-datatool-34305/datatool.doc.tar.xz) = 3f54d2a3468e73c1617a76dae2767af10150fe0f | ||
Size (tex-datatool-34305/datatool.doc.tar.xz) = 2377108 bytes | ||
SHA1 (tex-datatool-37837/datatool.doc.tar.xz) = 2858655cc259d983ade6bd657b3951964496e05f | ||
RMD160 (tex-datatool-37837/datatool.doc.tar.xz) = 7830f30e325ec859889dc5422b7162138353ab4e | ||
Size (tex-datatool-37837/datatool.doc.tar.xz) = 2378344 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,11 +1,13 @@ | ||
# $NetBSD: Makefile,v 1.2 2015/04/22 10:38:59 markd Exp $ | ||
# $NetBSD: Makefile,v 1.3 2015/08/02 12:31:04 markd Exp $ | ||
|
||
DISTNAME= datatool | ||
PKGNAME= tex-${DISTNAME}-2.22 | ||
TEXLIVE_REV= 34305 | ||
PKGNAME= tex-${DISTNAME}-2.23 | ||
TEXLIVE_REV= 37837 | ||
|
||
MAINTAINER= pkgsrc-users@NetBSD.org | ||
HOMEPAGE= http://ctan.org/pkg/datatool | ||
COMMENT= Tools to load and manipulate data | ||
LICENSE= lppl-1.3c | ||
|
||
.include "../../print/texlive/package.mk" | ||
.include "../../mk/bsd.pkg.mk" |
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.2 2015/04/22 10:38:59 markd Exp $ | ||
$NetBSD: distinfo,v 1.3 2015/08/02 12:31:04 markd Exp $ | ||
|
||
SHA1 (tex-datatool-34305/datatool.tar.xz) = 042fd432beccf5c6e029e14b766ea7a9762c6b74 | ||
RMD160 (tex-datatool-34305/datatool.tar.xz) = 37ed00605324219a98cee52a365a9684e134e527 | ||
Size (tex-datatool-34305/datatool.tar.xz) = 53108 bytes | ||
SHA1 (tex-datatool-37837/datatool.tar.xz) = 0f1a98cbd8ff53fd485c8bb951f000064f8751f5 | ||
RMD160 (tex-datatool-37837/datatool.tar.xz) = 39bf134b8d03bbbedece1713e6fe80a9c5859a4f | ||
Size (tex-datatool-37837/datatool.tar.xz) = 53192 bytes |