Sun Sep 19 23:24:04 2010 UTC ()
Update tex-pdftex-def to 0.05b.

Changes:
 2010/03/11 v0.04o (HO)
  * Ensure that \undefined is undefined during loading of
    ConTeXt files.
 2010/03/12 v0.04p (HO)
  * \undefined is also undefined during conversion of MPS.
 2010/04/14 v0.04q (HO)
  * Optimizations for rotating and scaling:
    * remove unnecessary identity transformations
    * numbers are normalized
 2010/04/15 v0.04r (HO)
  * Fix for scale values without integer part.
 2010/09/09 v0.05a (HO)
  * Option `pagebox' added for specifying the pdf page box
    of the included image. Values are `mediabox', `cropbox',
    `bleedbox', `trimbox' and `artbox'. Default is `cropbox'. (MS/HO)
  * Option `interpolate' added for bitmaps, see PDF specification.
    Values are `true' or `false', default is `false'.
  * Option `decodearray' added for bitmaps, see PDF specification,
    key /Decode of image dictionaries. The value for option
    `decodearray' is the value for /Decode without `[' and ']'.
  * Option `maskarray' added for bitmaps, see PDF specification,
    key /Mask of image dictionaries with array as value.
    The value of `maskarray' is the array value for /Mask
    without `[' and ']'.
  * Option `intent' added for the rendering intent of bitmap
    images, see PDF specification, key /Intent of image
    dictionaries. The value is a name without a leading slash,
    the standard names of the PDF specification:
    `AbsoluteColorimetric', `RelativeColorimetric',
    `Saturation', `Perceptual'.
  * Options `ocobjnum' and `ocobjref' are hooks for those who wants
    to work with optional content. The options can be used for both
    bitmap and PDF images and are unsupported for MPS.
    The optional content dictionary is given by an external
    object. Option `ocobjnum' expects the number of that object
    (e.g. \pdflastobj). It's a positive integer (greater than zero).
    Option `ocobjref' takes the full object reference
    (positive integer, followed by ` 0 R' in case of pdfTeX).
    Other drivers might support `ocobjref' as well, in case of
    PostScript/pdfmark drivers, the object is usually referenced by
    a name in curly braces.
  * Tiff support removed for driver versions between 1.10a and 1.30.
 2010/09/14 v0.05b (HO)
  * Fix, \pagecolor got broken accidentally (in v0.05a).


(minskim)
diff -r1.3 -r1.4 pkgsrc/print/tex-pdftex-def/Makefile
diff -r1.3 -r1.4 pkgsrc/print/tex-pdftex-def/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/print/tex-pdftex-def/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-pdftex-def/Attic/Makefile 2010/05/26 04:11:57 1.3
+++ pkgsrc/print/tex-pdftex-def/Attic/Makefile 2010/09/19 23:24:03 1.4
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1# $NetBSD: Makefile,v 1.3 2010/05/26 04:11:57 minskim Exp $ 1# $NetBSD: Makefile,v 1.4 2010/09/19 23:24:03 minskim Exp $
2 2
3DISTNAME= pdftex-def 3DISTNAME= pdftex-def
4PKGNAME= tex-${DISTNAME}-0.04n 4PKGNAME= tex-${DISTNAME}-0.05b
5TEXLIVE_REV= 17023 5TEXLIVE_REV= 19749
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8COMMENT= Color and graphics support for PDFTeX 8COMMENT= Color and graphics support for PDFTeX
9 9
10.include "../../print/texlive/package.mk" 10.include "../../print/texlive/package.mk"
11.include "../../mk/bsd.pkg.mk" 11.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/print/tex-pdftex-def/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-pdftex-def/Attic/distinfo 2010/05/26 04:11:57 1.3
+++ pkgsrc/print/tex-pdftex-def/Attic/distinfo 2010/09/19 23:24:03 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2010/05/26 04:11:57 minskim Exp $ 1$NetBSD: distinfo,v 1.4 2010/09/19 23:24:03 minskim Exp $
2 2
3SHA1 (tex-pdftex-def-17023/pdftex-def.tar.xz) = d003af572474389d97d74d987718bfa0555bfdcb 3SHA1 (tex-pdftex-def-19749/pdftex-def.tar.xz) = 45df92408414771c21ac2fdb9a93e9fa5736e4c5
4RMD160 (tex-pdftex-def-17023/pdftex-def.tar.xz) = 8466f491a5c6ca421bf91aaa22723cbd35fcf093 4RMD160 (tex-pdftex-def-19749/pdftex-def.tar.xz) = e3ce164d09554ce22bb4a9e7a76d902a0130e2f0
5Size (tex-pdftex-def-17023/pdftex-def.tar.xz) = 10732 bytes 5Size (tex-pdftex-def-19749/pdftex-def.tar.xz) = 13168 bytes