Commit graph

14 commits

Author SHA1 Message Date
minskim
d676e9b0e7 Update dvipdfmx to 20090708.
Major changes:
    - Add -E option that enables DVIPDFM emulation mode in DVIPDFMx.
    - Don't try to convert included PDF files whose version number
      is higher than output file version. (If run as dvipdfm,
      conversion still occurs.)
    - Added dvipdfm compatibility mode. This mode is triggered
      if dvipdfmx is called as "dvipdfm", and likewise extractbb
      as "ebb". (The latter mode was already present.)
    - Made predefined paper sizes match values given by libpaper.
2010-01-16 03:52:40 +00:00
joerg
dde8c871c5 Remove @dirrm entries from PLISTs 2009-06-14 18:11:52 +00:00
minskim
c35014b6a6 Let dvipdfmx depend on kpathsea to use libkpathsea.
Bump PKGREVISION.
2009-01-14 06:35:22 +00:00
minskim
d39f290eef Update dvipdfmx to 20070518.
Changes since 20050831:
- Xref and object stream were implemented for PDF v1.5 or higher to reduce the
  size of the PDF output.
- New program "xbb" is included, which generates ".xbb" file containing the
  bounding box information. For bitmap images, DVIPDFMx generates the same
  result as pdfTeX if ".xbb" is used, and as DVIPDFM if ".bb" is used.
- Many bug fixes.
2007-06-06 22:16:33 +00:00
minskim
1475509bb3 Add the Adobe-GB1-5 cmap that is provided by adobe-cmaps-20060419.
Bump PKGREVISION.
2006-04-20 18:45:34 +00:00
minskim
f95d4b39ce Use texmf-dirs to install into texmf-local. Bump PKGREVISION. 2006-04-07 03:55:22 +00:00
minskim
d4ec572c69 - Install a sample config file into share/examples, rather than into
the texmf tree.
- Correct paths to this package.

No PKGREVISION bump since this package didn't build due to the wrong
path to map.mk.
2005-11-20 19:14:50 +00:00
minskim
32df98277f Update dvipdfmx to 20050627.
Major changes since 20031116:
- bug fixes in subfont scheme or TrueType fonts with CIDType2 format.
- embedded ICC profile support for JPEG and PNG.
- Accept "unicode" encoding keyword in fontmap files for TrueType and
  Type1 fonts.
2005-11-20 18:51:53 +00:00
minskim
275a175886 - Update PLIST to match the files installed by adobe-cmaps-20051109.
- Use teTeX/module.mk to update ls-R properly.

Bump PKGREVISION.
2005-11-14 17:01:36 +00:00
tonio
2f6ee13022 convert to use tex.buidllink3.mk
installs files in ${PKG_LOCALTEXMFPREFIX}
2005-11-09 00:22:39 +00:00
hira
04aa7b526a Add missing entry to PLIST due to update of fonts/adobe-cmaps.
Bump PKGREVISION.
2005-10-08 12:00:04 +00:00
minskim
1128cbcb1d Update dvipdfmx to 20031116. This closes PR pkg/23961.
Approved by kei@ and wiz@.

Changes since 20021230:

        * Fixed a bug on the algorithm converting arc to cubic bezier
	  curves in arc() (tpic.c), which is reported by Werner Lemberg.
	* PNG support completely rewritten. Color pallete images are
	  now not converted to 24-bit RGB, colorspace Indexed is used
	  instead. Added tRNS and alpha chunnel (transparency) support.
	  Experimental gAMA, cHRM and sRGB support.
	* Fixed bug that dvipdfmx stops with error "Invalid Subr Index"
	  when embedding CFF OpenType font.
        * Add a missing line including pdfparse.h in dvi.c, which is
	  reported by Akira Kakuto.
	* Changed the default font map files for teTeX 2.x as suggested
	  by Haruhiko Okumura.
	* A bug on the paper size checking routine of dvi_paper_size()
	  in dvi.c is fixed, which is reported by Haruhiko Okumura.
	* A bug on the kerning routine of dev_set_string() in pdfdev.c is
	  fixed, which is reported by Edward G.J. Lee.
	* Changed to embed images only one time.
	* Updated configure.in and config.h.in to support WORDS_BIGENDIAN
	  and SIZEOF_SHORT, SIZEOF_INT, SIZEOF_LONG.
	* A faked font name was used for TrueType fonts without any PS
	  font name as suggested by Hin-Tak Leung.
	* Built-in codes (originally from libgcrypt-1.1.42) was used
	  for PDF encryption instead of the OpenSSL library as suggested
	  by Thomas Esser.
	* A significant bug reported from Haruhiko Okumura is fixed.
	  The bug occurs only if compiled with gcc 3.x, not gcc 2.x.
	* New feature, hexadecimal Unicode, suggested by iNOUE Koich!
	  and Akira Kakuto is implemented.
	* Fixed bugs on reading and writing OpenType fonts.
	* Applied changes for MiKTeX in ps_include() (psimage.c).
	* Fixed a bug in cff_charsets_lookup() (cff.c).
	* Fixed a bug in string_mode() (pdfdev.c) reported by iNOUE Koich!.
2004-02-07 04:59:43 +00:00
kei
0754fdbec7 changed to require teTeX2-2.0.2 or later.
- with config file location fix in the teTeX2-2.0.2, both dvipdfmx of
   this package and dvipdfm of teTeX2 work now.
 - removed ugly hack to rename config file in installation /
   deinstallation stage.

bump PKGREVISION because of this.
2003-03-15 08:26:35 +00:00
kei
dc00ee1c91 Initial import of dvipdfmx-20021230 to the NetBSD packages collection.
It depends on newly imported teTeX2 package.

The dvipdfmx (formerly dvipdfm-cjk) project provides an eXtended version
of the dvipdfm, a DVI to PDF translator developed by Mark A. Wicks.  The
primary goal of this project is to support multi-byte character
encodings and large character sets for East Asian languages by CID-keyed
font technology.  The secondary goal is to support as many features as
pdfTeX developed by Han The Thanh.  This project is a combined work of
the dvipdfm-jpn project by Shunsaku Hirata and its modified one,
dvipdfm-kor, by Jin-Hwan Cho.

It has many other features.  For further info, visit the projects' web
site:

    http://project.ktug.or.kr/dvipdfmx/
2003-02-24 15:29:22 +00:00