Index: head/print/Makefile =================================================================== --- head/print/Makefile (revision 62487) +++ head/print/Makefile (revision 62488) @@ -1,191 +1,192 @@ # $FreeBSD$ # SUBDIR += a2ps-a4 SUBDIR += a2ps-letter SUBDIR += a2ps-letterdj SUBDIR += abc2mtex SUBDIR += acrobatviewer SUBDIR += acroread SUBDIR += acroread-commfont SUBDIR += acroread4 SUBDIR += acroread5 SUBDIR += adobe-cmaps SUBDIR += afm SUBDIR += amspsfnt SUBDIR += apsfilter SUBDIR += asprint SUBDIR += auctex SUBDIR += axpoint SUBDIR += bibcard SUBDIR += bibview SUBDIR += bjfilter360 SUBDIR += bjfilter850 SUBDIR += bjfilter850ug SUBDIR += bjfilter860 SUBDIR += bjfilter870 SUBDIR += bjfiltercom SUBDIR += bjfilters600 SUBDIR += bjfilters630 SUBDIR += bjfilters6300 SUBDIR += c2ps-a4 SUBDIR += c2ps-letter SUBDIR += catdvi SUBDIR += cdlabelgen SUBDIR += cjk-lyx SUBDIR += clibpdf SUBDIR += cmpsfont SUBDIR += cpp2latex SUBDIR += cups SUBDIR += cups-base SUBDIR += cups-lpr SUBDIR += detex SUBDIR += dvi2tty SUBDIR += dvi2xx SUBDIR += dvipdfm + SUBDIR += dvipdfm-cjk SUBDIR += dvips SUBDIR += dvips2ascii SUBDIR += dviselect SUBDIR += enscript-a4 SUBDIR += enscript-letter SUBDIR += enscript-letterdj SUBDIR += enscriptfonts SUBDIR += envelope SUBDIR += freetype SUBDIR += freetype2 SUBDIR += ft2demos SUBDIR += gfontview SUBDIR += ggv SUBDIR += ghostscript-afpl SUBDIR += ghostscript-afpl-nox11 SUBDIR += ghostscript-gnu SUBDIR += ghostscript-gnu-cjk SUBDIR += ghostscript-gnu-commfont SUBDIR += ghostscript-gnu-nox11 SUBDIR += ghostview SUBDIR += gimp-print SUBDIR += gnomeprint SUBDIR += gp SUBDIR += gsfonts SUBDIR += guitartex SUBDIR += gv SUBDIR += hp2xx SUBDIR += hpijs SUBDIR += html2latex SUBDIR += html2ps-a4 SUBDIR += html2ps-letter SUBDIR += hugelatex SUBDIR += hyperlatex SUBDIR += ifhp SUBDIR += jadetex SUBDIR += ktexshell SUBDIR += latex SUBDIR += latex2rtf SUBDIR += latex2slides SUBDIR += lgrind SUBDIR += libgnomeprint SUBDIR += libijs SUBDIR += lilypond SUBDIR += lout SUBDIR += lprps-a4 SUBDIR += lprps-letter SUBDIR += lyx SUBDIR += magicfilter SUBDIR += makeindex SUBDIR += mgv SUBDIR += mp-a4 SUBDIR += mp-letter SUBDIR += mpage SUBDIR += musixtex SUBDIR += muttprint SUBDIR += nenscript SUBDIR += offix-printer SUBDIR += p5-GnomePrint SUBDIR += p5-PDFLib SUBDIR += p5-Text-PDF SUBDIR += panda SUBDIR += passivetex SUBDIR += pcal SUBDIR += pclprint SUBDIR += pdflib SUBDIR += pdflib3 SUBDIR += pdq SUBDIR += perlftlib SUBDIR += pfaedit SUBDIR += pic2fig SUBDIR += pips-sc20 SUBDIR += pips-sc40 SUBDIR += pips-sc480 SUBDIR += pips-sc580 SUBDIR += pips-sc680_777 SUBDIR += pips-sc880 SUBDIR += pips-sc980 SUBDIR += pips-sp810_820 SUBDIR += pips2200 SUBDIR += pips3000 SUBDIR += pips3300 SUBDIR += pips3500 SUBDIR += pips670 SUBDIR += pips720 SUBDIR += pips750_2000 SUBDIR += pips760 SUBDIR += pips770 SUBDIR += pips780 SUBDIR += pips780cs SUBDIR += pips790 SUBDIR += pips800 SUBDIR += pips820 SUBDIR += pips820ug SUBDIR += pips880 SUBDIR += pips900 SUBDIR += pips920 SUBDIR += pkfonts118 SUBDIR += pkfonts240 SUBDIR += pkfonts300 SUBDIR += pkfonts360 SUBDIR += pkfonts400 SUBDIR += pkfonts600 SUBDIR += pktrace SUBDIR += pnm2ppa SUBDIR += poster SUBDIR += preview-latex SUBDIR += pscal SUBDIR += pstotext SUBDIR += psutils-a4 SUBDIR += psutils-letter SUBDIR += py-fonttools SUBDIR += py-freetype SUBDIR += py-reportlab SUBDIR += rlpr SUBDIR += rprint SUBDIR += rtf2latex SUBDIR += ruby-clibpdf SUBDIR += ruby-panda SUBDIR += ruby-pdflib SUBDIR += scribus SUBDIR += sgf2tex SUBDIR += t1utils SUBDIR += teTeX SUBDIR += tex SUBDIR += tgif2tex SUBDIR += tr2latex SUBDIR += transfig SUBDIR += trueprint SUBDIR += ttf2pt1 SUBDIR += ttftot42 SUBDIR += txfonts SUBDIR += virtualpaper SUBDIR += wmlpq SUBDIR += xdvi SUBDIR += xdvik SUBDIR += xmbibtex SUBDIR += xmltex SUBDIR += xpp SUBDIR += xtem SUBDIR += xtexsh SUBDIR += yatex SUBDIR += yatex-mule SUBDIR += yatex-xemacs SUBDIR += yatex-xemacs-mule .include Property changes on: head/print/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.214 \ No newline at end of property +1.215 \ No newline at end of property Index: head/print/dvipdfm-cjk/Makefile =================================================================== --- head/print/dvipdfm-cjk/Makefile (nonexistent) +++ head/print/dvipdfm-cjk/Makefile (revision 62488) @@ -0,0 +1,25 @@ +# New ports collection makefile for: zh-dvipdfm-cjk +# Date created: 8 March 2001 +# Whom: Shen Chuan-Hsing +# +# $FreeBSD$ +# + +PORTNAME= dvipdfm +PORTVERSION= 20020531 +CATEGORIES= print +MASTER_SITES= http://project.ktug.or.kr/dvipdfm-cjk/snapshot/ +PKGNAMESUFFIX= -cjk +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +MAINTAINER= statue@freebsd.sinica.edu.tw + +BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX +LIB_DEPENDS= png:${PORTSDIR}/graphics/png + +MAN1= dvipdfm.1 + +USE_OPENSSL= yes +GNU_CONFIGURE= yes + +.include Property changes on: head/print/dvipdfm-cjk/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/print/dvipdfm-cjk/distinfo =================================================================== --- head/print/dvipdfm-cjk/distinfo (nonexistent) +++ head/print/dvipdfm-cjk/distinfo (revision 62488) @@ -0,0 +1 @@ +MD5 (dvipdfm-cjk-20020531.tar.gz) = 48d9fb100758826cdd672a054d5826f4 Property changes on: head/print/dvipdfm-cjk/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/print/dvipdfm-cjk/pkg-comment =================================================================== --- head/print/dvipdfm-cjk/pkg-comment (nonexistent) +++ head/print/dvipdfm-cjk/pkg-comment (revision 62488) @@ -0,0 +1 @@ +Dvipdfm with Asian languages by CID-keyed font technology support Property changes on: head/print/dvipdfm-cjk/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/print/dvipdfm-cjk/pkg-descr =================================================================== --- head/print/dvipdfm-cjk/pkg-descr (nonexistent) +++ head/print/dvipdfm-cjk/pkg-descr (revision 62488) @@ -0,0 +1,9 @@ +The dvipdfm-cjk project provides a modified 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. + +WWW: http://project.ktug.or.kr/dvipdfm-cjk/ Property changes on: head/print/dvipdfm-cjk/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/print/dvipdfm-cjk/pkg-plist =================================================================== --- head/print/dvipdfm-cjk/pkg-plist (nonexistent) +++ head/print/dvipdfm-cjk/pkg-plist (revision 62488) @@ -0,0 +1,116 @@ +bin/dvipdfm +bin/dvipdft +bin/ebb +share/texmf/dvipdfm/CMap/00_ReadMe.pdf +share/texmf/dvipdfm/CMap/83pv-RKSJ-H +share/texmf/dvipdfm/CMap/90ms-RKSJ-H +share/texmf/dvipdfm/CMap/90ms-RKSJ-UCS2 +share/texmf/dvipdfm/CMap/90ms-RKSJ-V +share/texmf/dvipdfm/CMap/90msp-RKSJ-H +share/texmf/dvipdfm/CMap/90msp-RKSJ-V +share/texmf/dvipdfm/CMap/90pv-RKSJ-H +share/texmf/dvipdfm/CMap/90pv-RKSJ-UCS2 +share/texmf/dvipdfm/CMap/90pv-RKSJ-UCS2C +share/texmf/dvipdfm/CMap/Add-RKSJ-H +share/texmf/dvipdfm/CMap/Add-RKSJ-V +share/texmf/dvipdfm/CMap/Adobe-CNS1-3 +share/texmf/dvipdfm/CMap/Adobe-CNS1-B5pc +share/texmf/dvipdfm/CMap/Adobe-CNS1-ETen-B5 +share/texmf/dvipdfm/CMap/Adobe-CNS1-UCS2 +share/texmf/dvipdfm/CMap/Adobe-GB1-4 +share/texmf/dvipdfm/CMap/Adobe-GB1-GBK-EUC +share/texmf/dvipdfm/CMap/Adobe-GB1-GBpc-EUC +share/texmf/dvipdfm/CMap/Adobe-GB1-UCS2 +share/texmf/dvipdfm/CMap/Adobe-Identity-UCS2 +share/texmf/dvipdfm/CMap/Adobe-Japan1-4 +share/texmf/dvipdfm/CMap/Adobe-Japan1-90ms-RKSJ +share/texmf/dvipdfm/CMap/Adobe-Japan1-90pv-RKSJ +share/texmf/dvipdfm/CMap/Adobe-Japan1-UCS2 +share/texmf/dvipdfm/CMap/Adobe-Korea1-2 +share/texmf/dvipdfm/CMap/Adobe-Korea1-KSCms-UHC +share/texmf/dvipdfm/CMap/Adobe-Korea1-KSCpc-EUC +share/texmf/dvipdfm/CMap/Adobe-Korea1-UCS2 +share/texmf/dvipdfm/CMap/B5pc-H +share/texmf/dvipdfm/CMap/B5pc-UCS2 +share/texmf/dvipdfm/CMap/B5pc-UCS2C +share/texmf/dvipdfm/CMap/B5pc-V +share/texmf/dvipdfm/CMap/CNS-EUC-H +share/texmf/dvipdfm/CMap/CNS-EUC-V +share/texmf/dvipdfm/CMap/ETen-B5-H +share/texmf/dvipdfm/CMap/ETen-B5-UCS2 +share/texmf/dvipdfm/CMap/ETen-B5-V +share/texmf/dvipdfm/CMap/ETenms-B5-H +share/texmf/dvipdfm/CMap/ETenms-B5-V +share/texmf/dvipdfm/CMap/EUC-H +share/texmf/dvipdfm/CMap/EUC-UCS2 +share/texmf/dvipdfm/CMap/EUC-V +share/texmf/dvipdfm/CMap/Ext-RKSJ-H +share/texmf/dvipdfm/CMap/Ext-RKSJ-V +share/texmf/dvipdfm/CMap/GB-EUC-H +share/texmf/dvipdfm/CMap/GB-EUC-V +share/texmf/dvipdfm/CMap/GBK-EUC-H +share/texmf/dvipdfm/CMap/GBK-EUC-UCS2 +share/texmf/dvipdfm/CMap/GBK-EUC-V +share/texmf/dvipdfm/CMap/GBK2K-H +share/texmf/dvipdfm/CMap/GBK2K-V +share/texmf/dvipdfm/CMap/GBKp-EUC-H +share/texmf/dvipdfm/CMap/GBKp-EUC-V +share/texmf/dvipdfm/CMap/GBT-EUC-H +share/texmf/dvipdfm/CMap/GBT-EUC-V +share/texmf/dvipdfm/CMap/GBpc-EUC-H +share/texmf/dvipdfm/CMap/GBpc-EUC-UCS2 +share/texmf/dvipdfm/CMap/GBpc-EUC-UCS2C +share/texmf/dvipdfm/CMap/GBpc-EUC-V +share/texmf/dvipdfm/CMap/H +share/texmf/dvipdfm/CMap/HKscs-B5-H +share/texmf/dvipdfm/CMap/HKscs-B5-V +share/texmf/dvipdfm/CMap/KSC-EUC-H +share/texmf/dvipdfm/CMap/KSC-EUC-V +share/texmf/dvipdfm/CMap/KSCms-UHC-H +share/texmf/dvipdfm/CMap/KSCms-UHC-HW-H +share/texmf/dvipdfm/CMap/KSCms-UHC-HW-V +share/texmf/dvipdfm/CMap/KSCms-UHC-UCS2 +share/texmf/dvipdfm/CMap/KSCms-UHC-V +share/texmf/dvipdfm/CMap/KSCpc-EUC-H +share/texmf/dvipdfm/CMap/KSCpc-EUC-UCS2 +share/texmf/dvipdfm/CMap/KSCpc-EUC-UCS2C +share/texmf/dvipdfm/CMap/UniCNS-UCS2-H +share/texmf/dvipdfm/CMap/UniCNS-UCS2-V +share/texmf/dvipdfm/CMap/UniGB-UCS2-H +share/texmf/dvipdfm/CMap/UniGB-UCS2-V +share/texmf/dvipdfm/CMap/UniJIS-UCS2-H +share/texmf/dvipdfm/CMap/UniJIS-UCS2-HW-H +share/texmf/dvipdfm/CMap/UniJIS-UCS2-HW-V +share/texmf/dvipdfm/CMap/UniJIS-UCS2-V +share/texmf/dvipdfm/CMap/UniKS-UCS2-H +share/texmf/dvipdfm/CMap/UniKS-UCS2-V +share/texmf/dvipdfm/CMap/UniKSCms-UCS2-H +share/texmf/dvipdfm/CMap/UniKSCms-UCS2-V +share/texmf/dvipdfm/CMap/V +share/texmf/dvipdfm/base/cid.map +share/texmf/dvipdfm/base/cmr.map +share/texmf/dvipdfm/base/lw35urw.map +share/texmf/dvipdfm/base/lw35urwa.map +share/texmf/dvipdfm/base/ot1.enc +share/texmf/dvipdfm/base/ot1alt.enc +share/texmf/dvipdfm/base/ot1r.enc +share/texmf/dvipdfm/base/psbase14.map +share/texmf/dvipdfm/base/t1fonts.map +share/texmf/dvipdfm/config/config +share/texmf/dvipdfm/sfd/Big5.sfd +share/texmf/dvipdfm/sfd/EUC.sfd +share/texmf/dvipdfm/sfd/KS-HLaTeX.sfd +share/texmf/dvipdfm/sfd/SJIS.sfd +share/texmf/dvipdfm/sfd/UBg5plus.sfd +share/texmf/dvipdfm/sfd/UBig5.sfd +share/texmf/dvipdfm/sfd/UGB.sfd +share/texmf/dvipdfm/sfd/UGBK.sfd +share/texmf/dvipdfm/sfd/UJIS.sfd +share/texmf/dvipdfm/sfd/UKS-HLaTeX.sfd +share/texmf/dvipdfm/sfd/UKS.sfd +share/texmf/dvipdfm/sfd/Unicode.sfd +@dirrm share/texmf/dvipdfm/CMap +@dirrm share/texmf/dvipdfm/base +@dirrm share/texmf/dvipdfm/config +@dirrm share/texmf/dvipdfm/sfd +@dirrm share/texmf/dvipdfm Property changes on: head/print/dvipdfm-cjk/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/print/dvipdfmx/Makefile =================================================================== --- head/print/dvipdfmx/Makefile (nonexistent) +++ head/print/dvipdfmx/Makefile (revision 62488) @@ -0,0 +1,25 @@ +# New ports collection makefile for: zh-dvipdfm-cjk +# Date created: 8 March 2001 +# Whom: Shen Chuan-Hsing +# +# $FreeBSD$ +# + +PORTNAME= dvipdfm +PORTVERSION= 20020531 +CATEGORIES= print +MASTER_SITES= http://project.ktug.or.kr/dvipdfm-cjk/snapshot/ +PKGNAMESUFFIX= -cjk +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +MAINTAINER= statue@freebsd.sinica.edu.tw + +BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX +LIB_DEPENDS= png:${PORTSDIR}/graphics/png + +MAN1= dvipdfm.1 + +USE_OPENSSL= yes +GNU_CONFIGURE= yes + +.include Property changes on: head/print/dvipdfmx/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/print/dvipdfmx/distinfo =================================================================== --- head/print/dvipdfmx/distinfo (nonexistent) +++ head/print/dvipdfmx/distinfo (revision 62488) @@ -0,0 +1 @@ +MD5 (dvipdfm-cjk-20020531.tar.gz) = 48d9fb100758826cdd672a054d5826f4 Property changes on: head/print/dvipdfmx/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/print/dvipdfmx/pkg-comment =================================================================== --- head/print/dvipdfmx/pkg-comment (nonexistent) +++ head/print/dvipdfmx/pkg-comment (revision 62488) @@ -0,0 +1 @@ +Dvipdfm with Asian languages by CID-keyed font technology support Property changes on: head/print/dvipdfmx/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/print/dvipdfmx/pkg-descr =================================================================== --- head/print/dvipdfmx/pkg-descr (nonexistent) +++ head/print/dvipdfmx/pkg-descr (revision 62488) @@ -0,0 +1,9 @@ +The dvipdfm-cjk project provides a modified 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. + +WWW: http://project.ktug.or.kr/dvipdfm-cjk/ Property changes on: head/print/dvipdfmx/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/print/dvipdfmx/pkg-plist =================================================================== --- head/print/dvipdfmx/pkg-plist (nonexistent) +++ head/print/dvipdfmx/pkg-plist (revision 62488) @@ -0,0 +1,116 @@ +bin/dvipdfm +bin/dvipdft +bin/ebb +share/texmf/dvipdfm/CMap/00_ReadMe.pdf +share/texmf/dvipdfm/CMap/83pv-RKSJ-H +share/texmf/dvipdfm/CMap/90ms-RKSJ-H +share/texmf/dvipdfm/CMap/90ms-RKSJ-UCS2 +share/texmf/dvipdfm/CMap/90ms-RKSJ-V +share/texmf/dvipdfm/CMap/90msp-RKSJ-H +share/texmf/dvipdfm/CMap/90msp-RKSJ-V +share/texmf/dvipdfm/CMap/90pv-RKSJ-H +share/texmf/dvipdfm/CMap/90pv-RKSJ-UCS2 +share/texmf/dvipdfm/CMap/90pv-RKSJ-UCS2C +share/texmf/dvipdfm/CMap/Add-RKSJ-H +share/texmf/dvipdfm/CMap/Add-RKSJ-V +share/texmf/dvipdfm/CMap/Adobe-CNS1-3 +share/texmf/dvipdfm/CMap/Adobe-CNS1-B5pc +share/texmf/dvipdfm/CMap/Adobe-CNS1-ETen-B5 +share/texmf/dvipdfm/CMap/Adobe-CNS1-UCS2 +share/texmf/dvipdfm/CMap/Adobe-GB1-4 +share/texmf/dvipdfm/CMap/Adobe-GB1-GBK-EUC +share/texmf/dvipdfm/CMap/Adobe-GB1-GBpc-EUC +share/texmf/dvipdfm/CMap/Adobe-GB1-UCS2 +share/texmf/dvipdfm/CMap/Adobe-Identity-UCS2 +share/texmf/dvipdfm/CMap/Adobe-Japan1-4 +share/texmf/dvipdfm/CMap/Adobe-Japan1-90ms-RKSJ +share/texmf/dvipdfm/CMap/Adobe-Japan1-90pv-RKSJ +share/texmf/dvipdfm/CMap/Adobe-Japan1-UCS2 +share/texmf/dvipdfm/CMap/Adobe-Korea1-2 +share/texmf/dvipdfm/CMap/Adobe-Korea1-KSCms-UHC +share/texmf/dvipdfm/CMap/Adobe-Korea1-KSCpc-EUC +share/texmf/dvipdfm/CMap/Adobe-Korea1-UCS2 +share/texmf/dvipdfm/CMap/B5pc-H +share/texmf/dvipdfm/CMap/B5pc-UCS2 +share/texmf/dvipdfm/CMap/B5pc-UCS2C +share/texmf/dvipdfm/CMap/B5pc-V +share/texmf/dvipdfm/CMap/CNS-EUC-H +share/texmf/dvipdfm/CMap/CNS-EUC-V +share/texmf/dvipdfm/CMap/ETen-B5-H +share/texmf/dvipdfm/CMap/ETen-B5-UCS2 +share/texmf/dvipdfm/CMap/ETen-B5-V +share/texmf/dvipdfm/CMap/ETenms-B5-H +share/texmf/dvipdfm/CMap/ETenms-B5-V +share/texmf/dvipdfm/CMap/EUC-H +share/texmf/dvipdfm/CMap/EUC-UCS2 +share/texmf/dvipdfm/CMap/EUC-V +share/texmf/dvipdfm/CMap/Ext-RKSJ-H +share/texmf/dvipdfm/CMap/Ext-RKSJ-V +share/texmf/dvipdfm/CMap/GB-EUC-H +share/texmf/dvipdfm/CMap/GB-EUC-V +share/texmf/dvipdfm/CMap/GBK-EUC-H +share/texmf/dvipdfm/CMap/GBK-EUC-UCS2 +share/texmf/dvipdfm/CMap/GBK-EUC-V +share/texmf/dvipdfm/CMap/GBK2K-H +share/texmf/dvipdfm/CMap/GBK2K-V +share/texmf/dvipdfm/CMap/GBKp-EUC-H +share/texmf/dvipdfm/CMap/GBKp-EUC-V +share/texmf/dvipdfm/CMap/GBT-EUC-H +share/texmf/dvipdfm/CMap/GBT-EUC-V +share/texmf/dvipdfm/CMap/GBpc-EUC-H +share/texmf/dvipdfm/CMap/GBpc-EUC-UCS2 +share/texmf/dvipdfm/CMap/GBpc-EUC-UCS2C +share/texmf/dvipdfm/CMap/GBpc-EUC-V +share/texmf/dvipdfm/CMap/H +share/texmf/dvipdfm/CMap/HKscs-B5-H +share/texmf/dvipdfm/CMap/HKscs-B5-V +share/texmf/dvipdfm/CMap/KSC-EUC-H +share/texmf/dvipdfm/CMap/KSC-EUC-V +share/texmf/dvipdfm/CMap/KSCms-UHC-H +share/texmf/dvipdfm/CMap/KSCms-UHC-HW-H +share/texmf/dvipdfm/CMap/KSCms-UHC-HW-V +share/texmf/dvipdfm/CMap/KSCms-UHC-UCS2 +share/texmf/dvipdfm/CMap/KSCms-UHC-V +share/texmf/dvipdfm/CMap/KSCpc-EUC-H +share/texmf/dvipdfm/CMap/KSCpc-EUC-UCS2 +share/texmf/dvipdfm/CMap/KSCpc-EUC-UCS2C +share/texmf/dvipdfm/CMap/UniCNS-UCS2-H +share/texmf/dvipdfm/CMap/UniCNS-UCS2-V +share/texmf/dvipdfm/CMap/UniGB-UCS2-H +share/texmf/dvipdfm/CMap/UniGB-UCS2-V +share/texmf/dvipdfm/CMap/UniJIS-UCS2-H +share/texmf/dvipdfm/CMap/UniJIS-UCS2-HW-H +share/texmf/dvipdfm/CMap/UniJIS-UCS2-HW-V +share/texmf/dvipdfm/CMap/UniJIS-UCS2-V +share/texmf/dvipdfm/CMap/UniKS-UCS2-H +share/texmf/dvipdfm/CMap/UniKS-UCS2-V +share/texmf/dvipdfm/CMap/UniKSCms-UCS2-H +share/texmf/dvipdfm/CMap/UniKSCms-UCS2-V +share/texmf/dvipdfm/CMap/V +share/texmf/dvipdfm/base/cid.map +share/texmf/dvipdfm/base/cmr.map +share/texmf/dvipdfm/base/lw35urw.map +share/texmf/dvipdfm/base/lw35urwa.map +share/texmf/dvipdfm/base/ot1.enc +share/texmf/dvipdfm/base/ot1alt.enc +share/texmf/dvipdfm/base/ot1r.enc +share/texmf/dvipdfm/base/psbase14.map +share/texmf/dvipdfm/base/t1fonts.map +share/texmf/dvipdfm/config/config +share/texmf/dvipdfm/sfd/Big5.sfd +share/texmf/dvipdfm/sfd/EUC.sfd +share/texmf/dvipdfm/sfd/KS-HLaTeX.sfd +share/texmf/dvipdfm/sfd/SJIS.sfd +share/texmf/dvipdfm/sfd/UBg5plus.sfd +share/texmf/dvipdfm/sfd/UBig5.sfd +share/texmf/dvipdfm/sfd/UGB.sfd +share/texmf/dvipdfm/sfd/UGBK.sfd +share/texmf/dvipdfm/sfd/UJIS.sfd +share/texmf/dvipdfm/sfd/UKS-HLaTeX.sfd +share/texmf/dvipdfm/sfd/UKS.sfd +share/texmf/dvipdfm/sfd/Unicode.sfd +@dirrm share/texmf/dvipdfm/CMap +@dirrm share/texmf/dvipdfm/base +@dirrm share/texmf/dvipdfm/config +@dirrm share/texmf/dvipdfm/sfd +@dirrm share/texmf/dvipdfm Property changes on: head/print/dvipdfmx/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property