diff options
-rw-r--r-- | print/dvipdfmx/Makefile | 13 | ||||
-rw-r--r-- | print/dvipdfmx/PLIST | 6 | ||||
-rw-r--r-- | print/dvipdfmx/distinfo | 8 | ||||
-rw-r--r-- | print/dvipdfmx/patches/patch-aa | 37 |
4 files changed, 31 insertions, 33 deletions
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile index eaf78d5d032..59d27549415 100644 --- a/print/dvipdfmx/Makefile +++ b/print/dvipdfmx/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2003/12/24 13:02:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/07 04:59:43 minskim Exp $ -DISTNAME= dvipdfmx-20021230 -PKGNAME= dvipdfmx-0.0.0.20021230 -PKGREVISION= 3 +DISTNAME= dvipdfmx-20031116 +PKGNAME= ${DISTNAME:S/-/-0.0.0./} CATEGORIES= print converters -MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/ +MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/release/ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://project.ktug.or.kr/dvipdfmx/ @@ -24,10 +23,6 @@ INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL GNU_CONFIGURE= YES #CONFIGURE_ARGS+= --datadir=${PREFIX}/share -post-patch: - ${RM} ${WRKSRC}/data/config/*.orig - -.include "../../security/openssl/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" .include "../../print/teTeX-bin/kpathsea.buildlink2.mk" .include "../../devel/zlib/buildlink2.mk" diff --git a/print/dvipdfmx/PLIST b/print/dvipdfmx/PLIST index 19fa7a7aa6d..abd6a8ca9fb 100644 --- a/print/dvipdfmx/PLIST +++ b/print/dvipdfmx/PLIST @@ -1,7 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2003/03/15 08:26:36 kei Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/02/07 04:59:43 minskim Exp $ bin/dvipdfmx -share/texmf/dvipdfm/config/cid-x.map -share/texmf/dvipdfm/config/dvipdfmx.cfg share/texmf/dvipdfm/CMap/78-EUC-H share/texmf/dvipdfm/CMap/78-EUC-V share/texmf/dvipdfm/CMap/78-H @@ -202,4 +200,6 @@ share/texmf/dvipdfm/CMap/UniKSCms-UCS2-H share/texmf/dvipdfm/CMap/UniKSCms-UCS2-V share/texmf/dvipdfm/CMap/V share/texmf/dvipdfm/CMap/WP-Symbol +share/texmf/dvipdfm/config/cid-x.map +share/texmf/dvipdfm/config/dvipdfmx.cfg @dirrm share/texmf/dvipdfm/CMap diff --git a/print/dvipdfmx/distinfo b/print/dvipdfmx/distinfo index abeaa50a7de..6afd25237da 100644 --- a/print/dvipdfmx/distinfo +++ b/print/dvipdfmx/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/02/24 15:29:25 kei Exp $ +$NetBSD: distinfo,v 1.2 2004/02/07 04:59:43 minskim Exp $ -SHA1 (dvipdfmx-20021230.tar.gz) = 64512f10c42bafaadf6edba4a265d721a07307b9 -Size (dvipdfmx-20021230.tar.gz) = 296700 bytes -SHA1 (patch-aa) = 687bd287b02743b5b9c83188e364d666e4c59f88 +SHA1 (dvipdfmx-20031116.tar.gz) = 8ad9c9a2a7a7ac7e7430e7f678d1cc49ba604b6e +Size (dvipdfmx-20031116.tar.gz) = 325457 bytes +SHA1 (patch-aa) = eac64f0d6608ee238839a84a1daa92d8812aaa0a diff --git a/print/dvipdfmx/patches/patch-aa b/print/dvipdfmx/patches/patch-aa index 754efeda32c..5d6a337fd46 100644 --- a/print/dvipdfmx/patches/patch-aa +++ b/print/dvipdfmx/patches/patch-aa @@ -1,19 +1,22 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/02/24 15:29:25 kei Exp $ +$NetBSD: patch-aa,v 1.2 2004/02/07 04:59:43 minskim Exp $ ---- data/config/dvipdfmx.cfg.orig Sun Feb 23 18:44:33 2003 -+++ data/config/dvipdfmx.cfg Sun Feb 23 18:44:52 2003 -@@ -76,10 +76,11 @@ +--- src/type0.c.orig 2002-12-30 00:12:42.000000000 -0600 ++++ src/type0.c +@@ -102,7 +102,7 @@ static void load_tounicode_cmap_identity + MFCLOSE (fp); - % Font map files - % --f cmr.map --f psbase14.map -+% f cmr.map -+% f psbase14.map - % Most distributions now use these names --f lw35urw.map -+% f lw35urw.map - % Some use these names - % f lw35urwa.map - f cid-x.map -+f dvipdfm.map + stream = pdf_new_stream(STREAM_COMPRESS); +- tounicode_cmap_identity = pdf_link_obj(pdf_ref_obj(stream)); ++ tounicode_cmap_identity = pdf_ref_obj(stream); + + pdf_add_dict(pdf_stream_dict(stream), + pdf_new_name("Length"), pdf_new_number(length)); +@@ -398,7 +398,7 @@ int type0_font (const char *map_name, in + if (tounicode_cmap_identity == NULL) + load_tounicode_cmap_identity(); + pdf_add_dict (font_resource, pdf_new_name("ToUnicode"), +- tounicode_cmap_identity); ++ pdf_link_obj(tounicode_cmap_identity)); + } + + /* finaly write Encoding */ |