The NetBSD Project

CVS log for pkgsrc/print/tex-pdftex-def/Attic/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / print / tex-pdftex-def

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Sun Aug 7 11:57:06 2016 UTC (7 years, 1 month ago) by markd
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED

Remove tex-*-def packages superseeded by tex-graphics-def

Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 4 01:02:35 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Add SHA512 digests for distfiles for print category

Problems found locating distfiles:
	Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
	Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
	Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
	Package dvidvi: missing distfile dvidvi-1.0.tar.gz
	Package lgrind: missing distfile lgrind.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 16 20:57:00 2012 UTC (10 years, 11 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Update tex-pdftex-def to 0.06d.

Changes since 0.05d:
  * The use info on the screen goes with an information
    entry in the .log file that also tells the requested
    width (feature request of Axel Berger).
  * Use of packages `infwarerr' and `ltxcmds'.
  * Fix in \GPT@NormalizeNumber.
  * Date fixed in \ProvidesFile.
  * The ConTeXt support files `supp-pdf.*' and `supp-mpe.*' do
    not prevent reloading. Therefore `pdftex.def' only tries to load
    them if \convertMPtoPDF and \assignMPStransparency are not
    available. This fixes a compatibilty issue with class `combine'.
  * Fix for v0.06a, package `ltxcmds' was not loaded in plain TeX.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Feb 2 18:16:17 2011 UTC (12 years, 7 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

Update tex-pdftex-def to 0.05d.

Changes:
  * Patching trig.sty is improved by doing it earlier in some
    cases, e.g. if one of class `memoir', package `scrlfile' or
    package `filehook' is loaded.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 22 20:59:07 2011 UTC (12 years, 8 months ago) by minskim
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

Update tex-pdftex-def to 0.05c.

Changes:
- \stockwidth and \stockheight of class `memoir' respected.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Sep 19 23:24:03 2010 UTC (13 years ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

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).

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 26 04:11:57 2010 UTC (13 years, 4 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

Update tex-pdftex-def to 0.4n.

* \GPT@catcodes extended for xmlTeX (pdftex.def loads
  supp-pdf.mkii at begin document where xmlTeX's catcodes
  are already active).

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 29 08:56:50 2010 UTC (13 years, 7 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Update tex-pdftex-def to 0.04m.

Changes:
      * Catcodes are preserved and initialized for loading of
        pdftex.def and ConTeXt's support files.
      * ConTeXt's support files have now the extension `.mkii' instead
        of `.tex'.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Apr 23 19:25:03 2009 UTC (14 years, 5 months ago) by minskim
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import tex-pdftex-def-0.04l as print/tex-pdftex-def.

The file pdftex.def provides device-specific definitions for color and
graphics support when running pdf(La)TeX.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 23 19:25:03 2009 UTC (14 years, 5 months ago) by minskim
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>