diff options
author | hrs <hrs@FreeBSD.org> | 2006-02-27 20:03:19 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2006-02-27 20:03:19 +0800 |
commit | 6093d3c8cbafcbd03d43097ef3a22b3af1c6ad9b (patch) | |
tree | da9eaf76503df41b85d4a2212c98852809de4b78 /print | |
parent | bba1b462732ec28288d63676b3790a7336fcea44 (diff) | |
download | freebsd-ports-gnome-6093d3c8cbafcbd03d43097ef3a22b3af1c6ad9b.tar.gz freebsd-ports-gnome-6093d3c8cbafcbd03d43097ef3a22b3af1c6ad9b.tar.zst freebsd-ports-gnome-6093d3c8cbafcbd03d43097ef3a22b3af1c6ad9b.zip |
Add missing Unicode CMaps necessary for print/dvipdfmx.
Bump PORTVERSION.
PR: ports/93807
Submitted by: intron at intron dot ac
Approved by: portmgr (krion)
Diffstat (limited to 'print')
-rw-r--r-- | print/adobe-cmaps/Makefile | 7 | ||||
-rw-r--r-- | print/adobe-cmaps/distinfo | 3 | ||||
-rw-r--r-- | print/adobe-cmaps/pkg-plist | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/print/adobe-cmaps/Makefile b/print/adobe-cmaps/Makefile index a5b9e8defb71..dd8723b8e8fb 100644 --- a/print/adobe-cmaps/Makefile +++ b/print/adobe-cmaps/Makefile @@ -6,12 +6,13 @@ # PORTNAME= adobe-cmaps -PORTVERSION= 20051206 +PORTVERSION= 20051217 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 @@ COMMENT= Adobe CMap collection 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 --git a/print/adobe-cmaps/distinfo b/print/adobe-cmaps/distinfo index 8d02abdc9d28..6dfe64c93f02 100644 --- a/print/adobe-cmaps/distinfo +++ b/print/adobe-cmaps/distinfo @@ -19,3 +19,6 @@ SIZE (adobe/ak12.tar.Z) = 789739 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 --git a/print/adobe-cmaps/pkg-plist b/print/adobe-cmaps/pkg-plist index 3f01ac922aaa..c7a995747a3e 100644 --- a/print/adobe-cmaps/pkg-plist +++ b/print/adobe-cmaps/pkg-plist @@ -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 |