Date: Fri, 24 Feb 2006 20:24:50 GMT From: Intron <intron@intron.ac> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/93807: The port print/adobe-cmaps doesn't install CID->Unicode files, needed by DVIPDFMx Message-ID: <200602242024.k1OKOoSd023923@www.freebsd.org> Resent-Message-ID: <200602242030.k1OKU5D7018914@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 93807 >Category: ports >Synopsis: The port print/adobe-cmaps doesn't install CID->Unicode files, needed by DVIPDFMx >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 24 20:30:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Intron >Release: 7.0-CURRENT >Organization: China >Environment: FreeBSD celeron.intron.ac 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Nov 10 18:26:33 CST 2005 root@celeron:/usr/obj/usr/src/sys/my i386 >Description: The port print/adobe-cmaps doesn't install "tounicode.tar.Z", without which DVIPDFMx doesn't work. >How-To-Repeat: >Fix: diff -ur adobe-cmaps.orig/Makefile adobe-cmaps/Makefile --- adobe-cmaps.orig/Makefile Tue Feb 21 04:31:27 2006 +++ adobe-cmaps/Makefile Sat Feb 25 04:11:06 2006 @@ -6,12 +6,13 @@ # PORTNAME= adobe-cmaps -PORTVERSION= 20051206 +PORTVERSION= 20060225 CATEGORIES= print MASTER_SITES= ftp://ftp.oreilly.com/pub/examples/nutshell/cjkv/adobe/ DISTFILES= ac15.tar.Z ag15.tar.Z \ ai0.tar.Z aj16.tar.Z \ - aj20.tar.Z ak12.tar.Z rksj-cmaps.tar.Z + aj20.tar.Z ak12.tar.Z rksj-cmaps.tar.Z \ + tounicode.tar.Z DIST_SUBDIR= adobe MAINTAINER= hrs@FreeBSD.org @@ -20,7 +21,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_SUB= CMAPDIR=${CMAPDIR} -INSTDIRS= ac15 ag15 ai0 aj16 aj20 ak12 rksj-cmaps +INSTDIRS= ac15 ag15 ai0 aj16 aj20 ak12 rksj-cmaps tounicode CMAPDIR= share/fonts/${PORTNAME} post-extract: diff -ur adobe-cmaps.orig/distinfo adobe-cmaps/distinfo --- adobe-cmaps.orig/distinfo Tue Feb 21 04:31:27 2006 +++ adobe-cmaps/distinfo Sat Feb 25 04:05:59 2006 @@ -19,3 +19,6 @@ MD5 (adobe/rksj-cmaps.tar.Z) = 98b26cb513014491ed401dd2bb03535a SHA256 (adobe/rksj-cmaps.tar.Z) = 5bf8e30c95c899f6ee4dff08c934f38b510cc79930124b85117255d926d9029d SIZE (adobe/rksj-cmaps.tar.Z) = 40873 +MD5 (adobe/tounicode.tar.Z) = aa6817065bb0a799219f9bd452c91622 +SHA256 (adobe/tounicode.tar.Z) = 408ef3e2d64f80e0f60174b48c012c1135061b9ca480afc091ccd4e3704ca6f1 +SIZE (adobe/tounicode.tar.Z) = 358897 diff -ur adobe-cmaps.orig/pkg-plist adobe-cmaps/pkg-plist --- adobe-cmaps.orig/pkg-plist Wed Feb 22 04:49:38 2006 +++ adobe-cmaps/pkg-plist Sat Feb 25 04:04:03 2006 @@ -187,6 +187,10 @@ %%CMAPDIR%%/rksj-cmaps/KSC-RKSJ-H %%CMAPDIR%%/rksj-cmaps/KSC2-RKSJ-H %%CMAPDIR%%/rksj-cmaps/TCVN-RKSJ-H +%%CMAPDIR%%/tounicode/Adobe-CNS1-UCS2 +%%CMAPDIR%%/tounicode/Adobe-GB1-UCS2 +%%CMAPDIR%%/tounicode/Adobe-Japan1-UCS2 +%%CMAPDIR%%/tounicode/Adobe-Korea1-UCS2 @dirrm %%CMAPDIR%%/ac15/CMap @dirrm %%CMAPDIR%%/ac15 @dirrm %%CMAPDIR%%/ag15/CMap @@ -200,5 +204,6 @@ @dirrm %%CMAPDIR%%/ak12/CMap @dirrm %%CMAPDIR%%/ak12 @dirrm %%CMAPDIR%%/rksj-cmaps +@dirrm %%CMAPDIR%%/tounicode @dirrmtry %%CMAPDIR%% @dirrmtry share/fonts >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602242024.k1OKOoSd023923>