diff options
author | minskim <minskim> | 2010-09-13 04:35:43 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-09-13 04:35:43 +0000 |
commit | f1f3a103add414bd14b649afcbac59c120b710dd (patch) | |
tree | a8566b03339738defb69760671764fbfbe7046ff /print/dvipdfmx/Makefile | |
parent | d6858a94e254f3895646204a88318f3d7333ccab (diff) | |
download | pkgsrc-f1f3a103add414bd14b649afcbac59c120b710dd.tar.gz |
Update dvipdfmx to 20100328.
Changes:
* dvi.c, dvi.h, dvipdfmx.c, spc_pdfm.c:
Implemented a new special \special{pdf: minorversion num} which
will override the value given either by the configuration file
or by the command line option; requested by Karl Berry.
* cidtype2.c:
Assume that the output encoding of CMap files is UTF-16, not UCS2
as the recent Adobe-Japan1-UCS2 shows; reported by Haruhiko Okumura
and the patch were prepared by Akira Kakuto.
* pngimage.c:
Made PNG code work with libpng14, as suggested by Karl Berry.
* type1.c:
Fixed bug caused by fonts without data for private dictionary.
(The private dictionary was omitted instead of inserting an
empty dictionary.) This caused problems with Acrobat Reader, for
example with the dsrom10 font. Bug reported by Vladimir Vlasov.
* dvipdfmx.c, pdfdoc.c, pdfobj.h, pdfobj.c, pdfencrypt.h, pdfenctypr.c:
Now the trailer always contains ID array to work Screen annotations
under Adobe Reader 9.
* dvipdfmx.c:
Turn on quiet mode earlier if "-q" option is given.
* spc_dvips.c:
Fixed bug in "ps: plotfile" special, found by Alexander Bostroem.
* man/extractbb.1, man/Makefile.am, Makefile.am, configure.in:
Added man page for extractbb in new directory man. This
addresses Debian bug #512357 and a request by Karl Berry.
Diffstat (limited to 'print/dvipdfmx/Makefile')
-rw-r--r-- | print/dvipdfmx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile index 40b8afd463e..50296a91685 100644 --- a/print/dvipdfmx/Makefile +++ b/print/dvipdfmx/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2010/06/13 22:45:14 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2010/09/13 04:35:43 minskim Exp $ -DISTNAME= texlive-20091011-source -PKGNAME= dvipdfmx-20090708 -PKGREVISION= 2 +DISTNAME= texlive-20100720-source +PKGNAME= dvipdfmx-20100328 CATEGORIES= print converters MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} EXTRACT_SUFX= .tar.xz |