Index: head/korean/baekmukfonts-bdf/Makefile =================================================================== --- head/korean/baekmukfonts-bdf/Makefile (revision 38036) +++ head/korean/baekmukfonts-bdf/Makefile (revision 38037) @@ -1,72 +1,72 @@ # New ports collection makefile for: baekmuk fonts(x11) # Date created: 23 Jul 1999 # Whom: CHOI Junho # # $FreeBSD$ # PORTNAME= baekmukfonts PORTVERSION= 2.0 PORTREVISION= 3 CATEGORIES= korean x11-fonts MASTER_SITES= ftp://ftp.mizi.com/pub/baekmuk/ \ http://zinc.skku.ac.kr/~wkpark/baekmuk/ PKGNAMESUFFIX= -bdf -DISTNAME= baekmuk-${PORTVERSION} +DISTNAME= baekmuk-${PORTVERSION} DISTFILES= baekmuk-${PORTVERSION}${EXTRACT_SUFX} \ batang10.bdf.gz batang10b.bdf.gz \ gulim10.bdf.gz gulim10b.bdf.gz EXTRACT_ONLY= baekmuk-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= cjh@freebsd.org USE_X_PREFIX= yes .include .if ${XFREE86_VERSION} == 4 BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients .endif FONTLIST= batang10 batang10b batang12 batang12b batang14 batang14b \ batang16 batang16b batang18 batang18b batang20 batang20b \ batang24 batang24b \ dotum10 dotum12 dotum14 dotum16 dotum18 dotum20 dotum24 \ gulim10 gulim10b gulim12 gulim12b gulim14 gulim14b gulim16 \ gulim16b gulim18 gulim18b gulim20 gulim20b gulim24 gulim24b \ hline10 hline12 hline14 hline16 hline18 hline20 hline24 FONTLIST_MANUAL = batang10 batang10b gulim10 gulim10b BDFTOPCF= ${PREFIX}/bin/bdftopcf MKFONTDIR= ${PREFIX}/bin/mkfontdir CHARSETSUB= s/ksx1001.1997/ksc5601.1987/g FONTSDIR= lib/X11/fonts/local MAKE_ENV= FONTSDIR=${FONTSDIR} PLIST_SUB= FONTSDIR=${FONTSDIR} # manually install hinted fonts do-configure: .for FONTNAME in ${FONTLIST_MANUAL} ${GZIP_CMD} -cd ${_DISTDIR}/${FONTNAME}.bdf.gz \ > ${WRKDIR}/${FONTNAME}.bdf .endfor # change charset to ksc5601.1987... do-build: .for FONTNAME in ${FONTLIST} ${PERL} -pi -e ${CHARSETSUB} ${WRKDIR}/${FONTNAME}.bdf ${BDFTOPCF} ${WRKDIR}/${FONTNAME}.bdf | ${GZIP_CMD} -c \ > ${WRKDIR}/${FONTNAME}.pcf.gz .endfor do-install: -mkdir -p ${PREFIX}/${FONTSDIR} .for FONTNAME in ${FONTLIST} ${INSTALL_DATA} ${WRKDIR}/${FONTNAME}.pcf.gz \ ${PREFIX}/${FONTSDIR} .endfor @(cd ${PREFIX}/${FONTSDIR} && mkfontdir .) .include Property changes on: head/korean/baekmukfonts-bdf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/korean/ftghostscript5/Makefile =================================================================== --- head/korean/ftghostscript5/Makefile (revision 38036) +++ head/korean/ftghostscript5/Makefile (revision 38037) @@ -1,115 +1,115 @@ # New ports collection makefile for: freetype-ghostscript # Date created: 27 Mar 1998 # Whom: CHOI Junho # # $FreeBSD$ # # Based on print/ghostscript5 and japanese/vfghostscript5 # use Adobe's CID-keyed Korean font because there are no wide accepted # default korean font yet # PORTNAME= ghostscript PORTVERSION= 5.10 CATEGORIES= korean print MASTER_SITES= ftp://ftp.pdb.sni.de/pub/utilities/misc/ \ http://www.ozemail.com.au/~geoffk/pdfencrypt/ \ ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/ \ $(MASTER_SITE_GNU) \ http://www.ldl.jaist.ac.jp/~akr/nonresearch/free-software/ghostscript/ \ http://itohws03.ee.noda.sut.ac.jp/~matsuda/VFlib-FT/ \ ftp://ftp.kr.freebsd.org/pub/users/cjh/gs-ko/ \ ftp://ftp.kr.freebsd.org/pub/users/cjh/gs-ko/misc/ MASTER_SITE_SUBDIR= ghostscript PKGNAMESUFFIX= -ft DISTNAME= ${PKGNAME} DISTFILES= ${PCL3_DRV} ${DECRYPT_PDF} ${GS_SOURCES} \ ${VFLIB_GS} ${KFFTYPE} ${KFFTYPE_PATCH} \ ${HFFTYPE} ${GS_CID_PATCH} EXTRACT_ONLY= ${GS_SOURCES} ${PCL3_DRV} MAINTAINER= cjh@FreeBSD.org RUN_DEPENDS= $(LOCALBASE)/share/ghostscript/fonts:${PORTSDIR}/print/gsfonts \ $(LOCALBASE)/share/ghostscript/fonts/CMap:${PORTSDIR}/korean/munhwafonts-cid \ $(X11BASE)/lib/X11/fonts/TrueType/gulim.ttf:${PORTSDIR}/korean/baekmukfonts-ttf BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png USE_XLIB= YES USE_FREETYPE= YES WRKSRC= ${WRKDIR}/gs5.10 MAKEFILE= unix-gcc.mak #MAKE_FLAGS= prefix=${PREFIX} CFLAGS="${CFLAGS}" -f MAKE_FLAGS= prefix=${PREFIX} -f MAN1= gs.1 pdf2dsc.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 gs-hpdj.1 GS_SOURCES= ghostscript-5.10.tar.gz # Additional driver for HP PCL3 Printers PCL3_DRV= hpdj-2.6.tar.gz # replacement for pdf_sec.ps, that allows you to read encrypted PDF files DECRYPT_PDF= pdf_sec.ps # Korean patch files # vflib patch VFLIB_GS= gs5.10-vflib-1.1.tar.gz # kfftype -KFFTYPE= gs5-kfftype.tar.gz +KFFTYPE= gs5-kfftype.tar.gz # kfftype patches KFFTYPE_PATCH= gs5-kfftype-patch1.diff gs5-kfftype-patch2.diff # hfftype patch -HFFTYPE= gs5-hfftype-0.2.tar.gz +HFFTYPE= gs5-hfftype-0.2.tar.gz # cid-keyed font bug patch for 5.10 GS_CID_PATCH= gs5.10-cid-bugfix.diff post-extract: ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-* ${WRKSRC}/jpeg ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-* ${WRKSRC}/libpng # additional PCL3 driver $(TAR) -xvf ${WRKDIR}/hpdj-2.6/hpdj.tar -C $(WRKSRC) @${CAT} ${WRKSRC}/devs.mak-5.10.add >> ${WRKSRC}/devs.mak @${PATCH} -d ${WRKSRC} --forward --quiet -E < ${WRKSRC}/zmedia2.c-5.10.diff pre-patch: cd ${WRKSRC} && tar -xzf ${DISTDIR}/${VFLIB_GS} && \ ${PATCH} -s -p1 < gs5.10-vflib-1.1/gs5.10-vflib-1.1.diff cd ${WRKSRC} && tar -xzf ${DISTDIR}/${KFFTYPE} && \ cd ${WRKSRC}/kfftype && \ for file in ${KFFTYPE_PATCH}; do \ ${PATCH} -s -p0 < ${DISTDIR}/$$file; \ done && \ ${CP} -r ${WRKSRC}/kfftype/* ${WRKSRC}/ cd ${WRKSRC} && tar -xzf ${DISTDIR}/${HFFTYPE} && \ ${CP} -r ${WRKSRC}/gs5-hfftype-0.2/* ${WRKSRC}/ cd ${WRKSRC} && ${PATCH} -s -p1 < \ ${WRKSRC}/gs5-hfftype-0.2/gs5.10-hfftype.diff cd ${WRKSRC} && ${PATCH} ${PATCH_DIST_ARGS} < \ ${DISTDIR}/${GS_CID_PATCH} do-configure: @(cd ${WRKSRC}; ${SH} tar_cat ) pre-build: ${SED} -e "s@%%PREFIX%%@${X11BASE}@g" \ ${FILESDIR}/hconfig.ps.in > \ ${WRKSRC}/hangul/hconfig.ps pre-install: @${MKDIR} ${PREFIX}/share/ghostscript ${PREFIX}/bin ${PREFIX}/man/man1 post-install: strip ${PREFIX}/bin/gs ${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ ${PREFIX}/share/ghostscript/5.10ft $(MKDIR) ${PREFIX}/libexec/lpr ${INSTALL_SCRIPT} $(WRKSRC)/pj-gs.sh ${PREFIX}/libexec/lpr ${INSTALL_SCRIPT} $(WRKSRC)/sysvlp.sh ${PREFIX}/libexec/lpr ${INSTALL_SCRIPT} $(WRKSRC)/if-hpdj ${PREFIX}/libexec/lpr ${INSTALL_DATA} ${WRKSRC}/gs5-hfftype-0.2/README \ ${PREFIX}/share/ghostscript/5.10ft/doc/README.ko .include Property changes on: head/korean/ftghostscript5/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/korean/hanIM/Makefile =================================================================== --- head/korean/hanIM/Makefile (revision 38036) +++ head/korean/hanIM/Makefile (revision 38037) @@ -1,27 +1,27 @@ # New ports collection makefile for: hanIM # Date created: 17 Mar 1998 # Whom: CHOI Junho Property changes on: head/korean/hanIM/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/korean/hanyangfonts/Makefile =================================================================== --- head/korean/hanyangfonts/Makefile (revision 38036) +++ head/korean/hanyangfonts/Makefile (revision 38037) @@ -1,45 +1,45 @@ # New ports collection makefile for: hanyangfonts # Date created: 22 Mar 1997 # Whom: Choi Jun Ho # # $FreeBSD$ # PORTNAME= hanyangfonts PORTVERSION= 1.0 -CATEGORIES= korean x11-fonts +CATEGORIES= korean x11-fonts MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/fonts/ \ ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/fonts/ -DISTNAME= hanyang-font-pcf +DISTNAME= hanyang-font-pcf MAINTAINER= cjh@FreeBSD.org -USE_X_PREFIX= yes +USE_X_PREFIX= yes .include .if ${XFREE86_VERSION} == 4 RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients .endif NO_WRKSUBDIR= yes FONTS= hgm10 hgm12 hgm14 hgm16 hgm18 hgm20 \ hmm10 hmm12 hmm14 hmm16 hmm18 hmm20 do-build: @cd ${WRKSRC}; \ for fn in ${FONTS}; do \ ${GZIP_CMD} $$fn.pcf; \ ${ECHO} $$fn "compressed"; \ done; \ do-install: -${MKDIR} ${PREFIX}/lib/X11/fonts/local @cd ${WRKSRC}; \ for file in ${FONTS}; do \ ${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/local; \ done; \ mkfontdir ${PREFIX}/lib/X11/fonts/local .include Property changes on: head/korean/hanyangfonts/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/korean/hlatex/Makefile =================================================================== --- head/korean/hlatex/Makefile (revision 38036) +++ head/korean/hlatex/Makefile (revision 38037) @@ -1,120 +1,120 @@ # New ports collection makefile for: HLaTeX(UHC encoding) # Date created: 2 Jul 2000 # Whom: CHOI Junho # # $FreeBSD$ # -PORTNAME= HLaTeX -PORTVERSION= 0.991 -CATEGORIES= korean print -MASTER_SITES= ftp://ftp.linguistik.uni-erlangen.de/pub/hangul/HLaTeX/packed/ -DISTFILES= HLaTeX-0.991.tar.gz ${HLATEX_FONTS_BASE} -DIST_SUBDIR= hlatex -EXTRACT_ONLY= HLaTeX-0.991.tar.gz +PORTNAME= HLaTeX +PORTVERSION= 0.991 +CATEGORIES= korean print +MASTER_SITES= ftp://ftp.linguistik.uni-erlangen.de/pub/hangul/HLaTeX/packed/ +DISTFILES= HLaTeX-0.991.tar.gz ${HLATEX_FONTS_BASE} +DIST_SUBDIR= hlatex +EXTRACT_ONLY= HLaTeX-0.991.tar.gz -MAINTAINER= cjh@FreeBSD.org +MAINTAINER= cjh@FreeBSD.org # it depends on teTeX(lambda) -BUILD_DEPENDS= texhash:${PORTSDIR}/print/teTeX -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= texhash:${PORTSDIR}/print/teTeX +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX -TEXMF= ${PREFIX}/share/texmf +TEXMF= ${PREFIX}/share/texmf # default fonts. HLATEX_FONTS_BASE= uhc-myoungjo.tar.gz \ uhc-gothic.tar.gz \ uhc-taza.tar.gz # documents. HLATEX_DOC_BASE= VERSION0.991 changelog.ks complang.tex \ hlatex-en.html hlatex-ko.html hlatex.html \ hlguide.bib hlguide.dvi hlguide.tex \ news.098 news.099 readme.eng \ uhc/uhc.ks moonttf/moonttf.ks \ doc/compword.pdf.gz doc/compword.ps.gz \ doc/dot.js doc/font-exam.jpg doc/hlguide.html \ doc/hlguide.ps.gz doc/hlogo-bg.jpg doc/hlogo.jpg HLATEX_SAMPLE_BASE= sample/a.tex sample/p.tex sample/f.tex sample/readme.ks # psfonts.map, special.map # it should be downloadable, so use uhc-down.map # why? otherwise you need nasty gs Fontmap setup... do-build: ${CAT} ${TEXMF}/dvips/config/psfonts.map \ ${WRKDIR}/uhc/config/uhc-down.map \ > ${WRKDIR}/psfonts.map ${SED} 's@/usr/tex/share/texmf.local@${PREFIX}/share/texmf@' \ ${WRKDIR}/uhc/config/Fontmap.uhc \ > ${WRKDIR}/Fontmap # Installation according to readme.ks do-install: # Part 1: install psfonts # psfonts.map ${MV} ${TEXMF}/dvips/config/psfonts.map \ - ${TEXMF}/dvips/config/psfonts.map.beforehlatex + ${TEXMF}/dvips/config/psfonts.map.beforehlatex ${INSTALL_DATA} ${WRKDIR}/psfonts.map ${TEXMF}/dvips/config # Part 2: macros, style, font descriptions ${MKDIR} ${TEXMF}/tex/latex/hlatex ${MKDIR} ${TEXMF}/omega/lambda/hlatex ${MKDIR} ${TEXMF}/omega/otp/hlatex ${MKDIR} ${TEXMF}/omega/ocp/hlatex ${INSTALL_DATA} ${WRKDIR}/hfont.tex \ ${WRKDIR}/hfont.sty \ ${WRKDIR}/hfont.cfg \ ${WRKDIR}/hangul.sty \ ${WRKDIR}/josa.tab \ ${WRKDIR}/uhc/latex/* \ ${WRKDIR}/moonttf/*.fd \ ${WRKDIR}/moonttf/moonttf.sty \ ${TEXMF}/tex/latex/hlatex ${INSTALL_DATA} ${WRKDIR}/uhc/lambda/*.tex \ ${WRKDIR}/uhc/lambda/*.fd \ ${TEXMF}/omega/lambda/hlatex ${INSTALL_DATA} ${WRKDIR}/uhc/lambda/ksx1001.otp \ ${TEXMF}/omega/otp/hlatex ${INSTALL_DATA} ${WRKDIR}/uhc/lambda/ksx1001.ocp \ ${TEXMF}/omega/ocp/hlatex ${INSTALL_DATA} ${WRKDIR}/contrib/halpha.bst \ ${TEXMF}/bibtex/bst/misc ${INSTALL_DATA} ${WRKDIR}/contrib/hind.ist \ ${WRKDIR}/contrib/hglo.ist \ ${TEXMF}/makeindex # Part 3: documents and samples ${MKDIR} ${TEXMF}/doc/latex/hlatex/ for file in ${HLATEX_DOC_BASE}; \ do \ ${INSTALL_DATA} \ ${WRKDIR}/$$file ${TEXMF}/doc/latex/hlatex; \ done ${MKDIR} ${TEXMF}/doc/latex/hlatex/sample for file in ${HLATEX_SAMPLE_BASE}; \ do \ ${INSTALL_DATA} \ ${WRKDIR}/$$file ${TEXMF}/doc/latex/hlatex/sample; \ done # fontmap... ${INSTALL_DATA} ${WRKDIR}/Fontmap \ ${TEXMF}/doc/latex/hlatex/sample/Fontmap.uhc # Part 4: default mf fonts cd ${TEXMF}/fonts/; \ for fonts in ${HLATEX_FONTS_BASE}; \ do \ ${EXTRACT_CMD} \ ${EXTRACT_BEFORE_ARGS} \ ${_DISTDIR}/$$fonts ${EXTRACT_AFTER_ARGS}; \ done # Part 5: rehash ${PREFIX}/bin/texhash .include Property changes on: head/korean/hlatex/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/korean/hlatex-psfonts-uhc-extra/Makefile =================================================================== --- head/korean/hlatex-psfonts-uhc-extra/Makefile (revision 38036) +++ head/korean/hlatex-psfonts-uhc-extra/Makefile (revision 38037) @@ -1,45 +1,45 @@ # New ports collection makefile for: HLaTeX PS fonts(extra) # Date created: 2 Jul 2000 # Whom: CHOI Junho # # $FreeBSD$ # -PORTNAME= HLaTeX-psfonts-${HLATEX_ENCODING}-extra -PORTVERSION= 0.99 -CATEGORIES= korean print -MASTER_SITES= ftp://ftp.linguistik.uni-erlangen.de/pub/hangul/HLaTeX/packed/ -DISTFILES= ${HLATEX_PSFONTS_EXTRA} -DIST_SUBDIR= hlatex +PORTNAME= HLaTeX-psfonts-${HLATEX_ENCODING}-extra +PORTVERSION= 0.99 +CATEGORIES= korean print +MASTER_SITES= ftp://ftp.linguistik.uni-erlangen.de/pub/hangul/HLaTeX/packed/ +DISTFILES= ${HLATEX_PSFONTS_EXTRA} +DIST_SUBDIR= hlatex EXTRACT_ONLY= -MAINTAINER= cjh@FreeBSD.org +MAINTAINER= cjh@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/share/texmf/doc/latex/hlatex/uhc.ks:${PORTSDIR}/korean/hlatex +RUN_DEPENDS= ${LOCALBASE}/share/texmf/doc/latex/hlatex/uhc.ks:${PORTSDIR}/korean/hlatex # just install directly -NO_BUILD= YES -NO_WRKSUBDIR= YES +NO_BUILD= YES +NO_WRKSUBDIR= YES -TEXMF= ${PREFIX}/share/texmf +TEXMF= ${PREFIX}/share/texmf # default encoding HLATEX_ENCODING= uhc # extra fonts HLATEX_PSFONTS_EXTRA= uhc-graphic.tar.gz uhc-bom.tar.gz \ uhc-gungseo.tar.gz uhc-pilgi.tar.gz \ uhc-pen.tar.gz uhc-shinmun.tar.gz \ uhc-yetgul.tar.gz uhc-jamo.tar.gz # Installation according to readme.ks do-install: cd ${TEXMF}/fonts/; \ for fonts in ${HLATEX_PSFONTS_EXTRA}; \ do \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ ${_DISTDIR}/$$fonts ${EXTRACT_AFTER_ARGS}; \ done; \ ${PREFIX}/bin/texhash .include Property changes on: head/korean/hlatex-psfonts-uhc-extra/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/korean/hlatexp/Makefile =================================================================== --- head/korean/hlatexp/Makefile (revision 38036) +++ head/korean/hlatexp/Makefile (revision 38037) @@ -1,59 +1,59 @@ # New ports collection makefile for: hLaTeXp # Date created: Jun 28 2000 # Whom: CHOI Junho # # $FreeBSD$ # PORTNAME= hLaTeXp PORTVERSION= 1998.11.20 CATEGORIES= korean print MASTER_SITES= ftp://knot.kaist.ac.kr/pub/htex/hlatexp/ \ ftp://knot.kaist.ac.kr/pub/htex/htex-fonts/ DISTFILES= unpacked.tar.gz htex.tfm.tar.gz DIST_SUBDIR= htex -MAINTAINER= cjh@FreeBSD.org +MAINTAINER= cjh@FreeBSD.org # it depends teTeX. RUN_DEPENDS= virtex:${PORTSDIR}/print/teTeX NO_BUILD= YES TEXMF= ${PREFIX}/share/texmf TEXMFCNF= ${TEXMF}/web2c/texmf.cnf -PKFONTSUB= 's@(^PKFONTS\s+=\s+\.)@\1;\$$TEXMF/fonts/pk/\{xhan300,xhan600,xhan1200\}@g' +PKFONTSUB= 's@(^PKFONTS\s+=\s+\.)@\1;\$$TEXMF/fonts/pk/\{xhan300,xhan600,xhan1200\}@g' do-install: ### pk dir ${MKDIR} ${TEXMF}/fonts/pk ### TFM files ${MKDIR} ${TEXMF}/fonts/tfm/public/xhan ${INSTALL_DATA} ${WRKDIR}/htex.tfm/* ${TEXMF}/fonts/tfm/public/xhan/ ### build hlatex script ${SED} -e "s@%%PATH_HTEXPINI%%@${PREFIX}/bin/htexpini@g" \ -e "s@%%PK300_SAMPLE%%@${TEXMF}/fonts/pk/xhan300@g" \ -e "s@%%PK600_SAMPLE%%@${TEXMF}/fonts/pk/xhan600@g" \ -e "s@%%PK1200_SAMPLE%%@${TEXMF}/fonts/pk/xhan1200@g" \ < ${FILESDIR}/hlatex.in > ${WRKDIR}/hlatex ${INSTALL_SCRIPT} ${WRKDIR}/hlatex ${PREFIX}/bin ### build hlatex.fmt ( cd ${WRKDIR}/unpacked && \ ${PREFIX}/bin/initex --interaction batchmode hlatex.ltx || \ ${TRUE} ) ${INSTALL_DATA} ${WRKDIR}/unpacked/hlatex.fmt \ ${TEXMF}/web2c/ ### install under unpacked/ ${MKDIR} ${TEXMF}/tex/latex/hlatexp .for file in hlatex.ltx hlatexp.ltx dbfont.map hltxman.tex latex.ltx \ latexbug.tex testpage.tex lablst.tex idx.tex nfssfont.tex \ small2e.tex sample2e.tex docstrip.tex \ *.sty *.cls *.clo *.fd *.def *.cfg ${INSTALL_DATA} ${WRKDIR}/unpacked/${file} ${TEXMF}/tex/latex/hlatexp .endfor ### rehash ${PREFIX}/bin/texhash ### modify texmf.cnf ${PERL} -pi -e ${PKFONTSUB} ${TEXMFCNF} .include Property changes on: head/korean/hlatexp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/korean/hlatexp-pkfonts1200/Makefile =================================================================== --- head/korean/hlatexp-pkfonts1200/Makefile (revision 38036) +++ head/korean/hlatexp-pkfonts1200/Makefile (revision 38037) @@ -1,18 +1,18 @@ # New ports collection makefile for: hLaTeXp pkfonts 600dpi # Date created: Jun 29 2000 # Whom: CHOI Junho # # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../hlatexp-pkfonts300 +MASTERDIR= ${.CURDIR}/../hlatexp-pkfonts300 FILESDIR= ${.CURDIR}/files PKGDIR= ${.CURDIR} MD5_FILE= ${.CURDIR}/distinfo # pkfonts dpi RESOLUTION= 1200 NO_CDROM= "Package is too big" .include "${MASTERDIR}/Makefile" Property changes on: head/korean/hlatexp-pkfonts1200/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/korean/hlatexp-pkfonts300/Makefile =================================================================== --- head/korean/hlatexp-pkfonts300/Makefile (revision 38036) +++ head/korean/hlatexp-pkfonts300/Makefile (revision 38037) @@ -1,48 +1,48 @@ # New ports collection makefile for: hLaTeXp pkfonts 300dpi # Date created: Jun 28 2000 # Whom: CHOI Junho # # $FreeBSD$ # PORTNAME= hLaTeXp-pkfonts PORTVERSION= 1996.12.24 PKGNAMESUFFIX= -${RESOLUTION}dpi CATEGORIES= korean print MASTER_SITES= ftp://knot.kaist.ac.kr/pub/htex/htex-fonts/ DISTFILES= han.${RESOLUTION}pk.tar.gz hanja.${RESOLUTION}pk.tar.gz symb.${RESOLUTION}pk.tar.gz DIST_SUBDIR= htex -MAINTAINER= cjh@FreeBSD.org +MAINTAINER= cjh@FreeBSD.org # it depends hLaTeXp RUN_DEPENDS= hlatex:${PORTSDIR}/korean/hlatexp NO_BUILD= YES PLIST_SUB= RESOLUTION=${RESOLUTION} TEXMF= ${PREFIX}/share/texmf # pkfonts dpi RESOLUTION?= 300 do-install: ### pk files ${MKDIR} ${TEXMF}/fonts/pk/xhan${RESOLUTION} .if ${RESOLUTION} == 1200 ### 1200dpi has different structure ${INSTALL_DATA} ${WRKDIR}/x[a-j]*pk ${TEXMF}/fonts/pk/xhan${RESOLUTION}/ ${INSTALL_DATA} ${WRKDIR}/x[k-t]*pk ${TEXMF}/fonts/pk/xhan${RESOLUTION}/ .else ### 300,600dpi .for path in han.${RESOLUTION}pk hanja.${RESOLUTION}pk symb.${RESOLUTION}pk ${INSTALL_DATA} ${WRKDIR}/${path}/* ${TEXMF}/fonts/pk/xhan${RESOLUTION}/ .endfor .endif ${CHMOD} -R a+r ${TEXMF}/fonts/pk/xhan${RESOLUTION} ### rehash ${PREFIX}/bin/texhash .include Property changes on: head/korean/hlatexp-pkfonts300/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/korean/hlatexp-pkfonts600/Makefile =================================================================== --- head/korean/hlatexp-pkfonts600/Makefile (revision 38036) +++ head/korean/hlatexp-pkfonts600/Makefile (revision 38037) @@ -1,16 +1,16 @@ # New ports collection makefile for: hLaTeXp pkfonts 600dpi # Date created: Jun 29 2000 # Whom: CHOI Junho # # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../hlatexp-pkfonts300 +MASTERDIR= ${.CURDIR}/../hlatexp-pkfonts300 FILESDIR= ${.CURDIR}/files PKGDIR= ${.CURDIR} MD5_FILE= ${.CURDIR}/distinfo # pkfonts dpi RESOLUTION= 600 .include "${MASTERDIR}/Makefile" Property changes on: head/korean/hlatexp-pkfonts600/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/korean/htexp/Makefile =================================================================== --- head/korean/htexp/Makefile (revision 38036) +++ head/korean/htexp/Makefile (revision 38037) @@ -1,56 +1,56 @@ # New ports collection makefile for: hTeXp # Date created: Jun 29 2000 # Whom: CHOI Junho # # $FreeBSD$ # PORTNAME= hTeXp PORTVERSION= 1996.02.12 CATEGORIES= korean print MASTER_SITES= ftp://knot.kaist.ac.kr/pub/htex/htexp/freebsd/ \ ftp://knot.kaist.ac.kr/pub/htex/htexp/linux/ \ ftp://knot.kaist.ac.kr/pub/htex/hlatexp/ DISTFILES= htexp-freebsd-3.2 tex.poo unpacked.tar.gz DIST_SUBDIR= htex EXTRACT_ONLY= unpacked.tar.gz -MAINTAINER= cjh@FreeBSD.org +MAINTAINER= cjh@FreeBSD.org # it depends teTeX. RUN_DEPENDS= virtex:${PORTSDIR}/print/teTeX TEXMF= ${PREFIX}/share/texmf .include .if ${OSVERSION} < 320000 -BROKEN= "Systems prior to 3.2-RELEASE is out of support" +BROKEN= "Systems prior to 3.2-RELEASE is out of support" .endif .if ${OSVERSION} > 400000 && !exists(/usr/lib/compat/libc.so.3) BROKEN= "You should install compat3x distribution" .endif do-build: ### build htexpini script ${SED} -e "s@%%TEXMF%%@${TEXMF}@g" \ < ${FILESDIR}/htexpini.in > ${WRKDIR}/htexpini do-install: ${MKDIR} ${TEXMF}/htexpformats ${CHMOD} a+rx ${TEXMF}/htexpformats # htexp and friends ${INSTALL_PROGRAM} ${_DISTDIR}/htexp-freebsd-3.2 ${PREFIX}/bin/htexp ${INSTALL_SCRIPT} ${WRKDIR}/htexpini ${PREFIX}/bin/ ${INSTALL_DATA} ${_DISTDIR}/tex.poo ${TEXMF}/htexpformats ### build hlatex.fmt ( cd ${WRKDIR}/unpacked && \ ${ECHO} "R\n" | ${PREFIX}/bin/htexpini hlatex.ltx || \ ${TRUE} ) ${INSTALL_DATA} ${WRKDIR}/unpacked/hlatex.fmt \ ${TEXMF}/htexpformats/ ### rehash ${PREFIX}/bin/texhash .include Property changes on: head/korean/htexp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/korean/johabfonts/Makefile =================================================================== --- head/korean/johabfonts/Makefile (revision 38036) +++ head/korean/johabfonts/Makefile (revision 38037) @@ -1,31 +1,31 @@ # New ports collection makefile for: johabfonts # Date created: 15 Mar 1998 # Whom: CHOI Junho # # $FreeBSD$ # PORTNAME= johabfonts PORTVERSION= 3.04 CATEGORIES= korean x11-fonts MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/terminal/hanterm/hanterm304beta/fonts/ \ ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/terminal/hanterm/hanterm304beta/fonts/ -DISTNAME= hanterm304fonts +DISTNAME= hanterm304fonts MAINTAINER= cjh@FreeBSD.org USE_IMAKE= yes .include .if ${XFREE86_VERSION} == 4 BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients .endif NO_INSTALL_MANPAGES= yes pre-install: -${MKDIR} ${PREFIX}/lib/X11/fonts/local .include Property changes on: head/korean/johabfonts/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/korean/netscape3/Makefile =================================================================== --- head/korean/netscape3/Makefile (revision 38036) +++ head/korean/netscape3/Makefile (revision 38037) @@ -1,62 +1,62 @@ # New ports collection makefile for: netscape3-intl-ko # Date created: 6 Apr 1995 # Whom: CHOI Junho # # $FreeBSD$ # PORTNAME= netscape PORTVERSION= 3.04 CATEGORIES= korean www MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/intl/3.01/unix/ko/ \ http://www.bpel.tutics.tut.ac.jp/~take/Netscape/etc/ DISTFILES= netscape-ko-v301.alpha-dec-osf2.0.tar.gz NLS.tar.gz MAINTAINER= cjh@FreeBSD.org RUN_DEPENDS= ${PREFIX}/bin/netscape:${PORTSDIR}/www/netscape3 \ ${X11BASE}/lib/X11/fonts/local/hgm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts DIST_SUBDIR= netscape3 NO_WRKSUBDIR= yes NO_BUILD= yes # This directory is hard-coded into the netscape binary -LIBDIR= ${PREFIX}/lib/netscape -BINDIR= ${PREFIX}/bin -NLSDIR= ${LIBDIR}/nls -RESSUB= ko_KR.EUC -RESDIR= ${LIBDIR}/${RESSUB} +LIBDIR= ${PREFIX}/lib/netscape +BINDIR= ${PREFIX}/bin +NLSDIR= ${LIBDIR}/nls +RESSUB= ko_KR.EUC +RESDIR= ${LIBDIR}/${RESSUB} NLSSRC= ${WRKDIR}/netscape-ko MISCFILES= README about splash license mail.msg -STARTFILE= netscape.sh +STARTFILE= netscape.sh STARTFILE_SRC= ${FILESDIR}/netscape.sh do-configure: @${SED} -e "s;@X11BASE@;${X11BASE};g" -e "s;@PREFIX@;${PREFIX};g" \ ${STARTFILE_SRC} >${WRKDIR}/${STARTFILE} do-install: -@${MV} ${BINDIR}/netscape ${BINDIR}/netscape.orig @${INSTALL_SCRIPT} ${WRKDIR}/${STARTFILE} ${BINDIR}/netscape @${MKDIR} ${NLSDIR}/local_im_tbl @${INSTALL_DATA} ${WRKDIR}/nls/*.* ${LIBDIR}/nls @${INSTALL_DATA} ${WRKDIR}/nls/C ${LIBDIR}/nls @${RM} -f ${LIBDIR}/nls/*.orig @${INSTALL_DATA} ${WRKDIR}/nls/local_im_tbl/* ${LIBDIR}/nls/local_im_tbl @${MKDIR} ${RESDIR} @${INSTALL_DATA} ${NLSSRC}/Netscape.ad-ko ${RESDIR}/Netscape @for i in ${MISCFILES}; do \ ${INSTALL_DATA} ${NLSSRC}/$$i ${RESDIR}; \ done ${INSTALL_DATA} ${NLSSRC}/icons/*.xpm ${RESDIR} # This port is based on 'japanese/netscape3.language(ja-netscape-3.04)' # by sada@e-mail.ne.jp post-install: @${CAT} ${DESCR} .include Property changes on: head/korean/netscape3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/korean/netscape47-communicator/Makefile =================================================================== --- head/korean/netscape47-communicator/Makefile (revision 38036) +++ head/korean/netscape47-communicator/Makefile (revision 38037) @@ -1,22 +1,22 @@ # New ports collection makefile for: Netscape browser with Korean resources # Date created: 14 Jun 1999 # Whom: CHOI Junho # # $FreeBSD$ # MASTERDIR= ${.CURDIR}/../netscape4-communicator SUBMASTERDIR= ${.CURDIR}/../netscape${BROWSER_VER}-communicator FILESDIR= ${SUBMASTERDIR}/files PATCHDIR= ${SUBMASTERDIR}/files PKGDIR= ${SUBMASTERDIR} MD5_FILE= ${SUBMASTERDIR}/distinfo BROWSER_VER= 47 BROWSER_VERSION= 4.76 -NETHELP= nethelp-v451 +NETHELP= nethelp-v451 KOREAN_KIT= netscape-korean-kit-v476.20001031 #PORTREVISION= 1 .include "${MASTERDIR}/Makefile" Property changes on: head/korean/netscape47-communicator/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/korean/pine/Makefile =================================================================== --- head/korean/pine/Makefile (revision 38036) +++ head/korean/pine/Makefile (revision 38037) @@ -1,47 +1,47 @@ # New ports collection makefile for: pine-ko # Date created: 15 Mar 1998 # Whom: CHOI Junho # # k3 means pico hangul patch # # $FreeBSD$ # PORTNAME= pine PORTVERSION= 3.96k.3 -CATEGORIES= korean mail news +CATEGORIES= korean mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/old/ \ ftp://ftp.kaist.ac.kr/pub/hangul/incoming/ \ ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/incoming/ -DISTNAME= pine3.96 +DISTNAME= pine3.96 DISTFILES= pine3.96.tar.Z pine396k2.tar.gz PATCH_SITES= ftp://ftp.kr.freebsd.org/pub/users/cjh/unix-app/misc/ PATCHFILES= pico-3.96-hangul.patch MAINTAINER= cjh@FreeBSD.org FORBIDDEN= "Remotely exploitable buffer overflows." MAKE_ENV= FILESDIR=${FILESDIR} MAN1= pine.1 pico.1 pilot.1 post-patch: @cd ${WRKSRC} && \ ${PATCH} -s -p1 < ${WRKDIR}/pine396k2/pine396k2.patch @cd ${WRKDIR} && \ ${PATCH} -s < ${FILESDIR}/dot.pinerc.ko.sample.patch post-install: ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ ${PREFIX}/share/doc/pine cd ${WRKSRC} && \ ${INSTALL_DATA} doc/tech-notes.txt ${PREFIX}/share/doc/pine ${INSTALL_DATA} ${WRKDIR}/pine396k2/README \ ${PREFIX}/share/doc/pine/README.patch.ko ${INSTALL_DATA} ${WRKDIR}/pine396k2/pine.doc \ ${PREFIX}/share/doc/pine/README.pine.ko ${INSTALL_DATA} ${WRKDIR}/pine396k2/pinerc.sample \ ${PREFIX}/etc/dot.pinerc.ko.sample .include Property changes on: head/korean/pine/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/korean/pinetreefonts/Makefile =================================================================== --- head/korean/pinetreefonts/Makefile (revision 38036) +++ head/korean/pinetreefonts/Makefile (revision 38037) @@ -1,47 +1,47 @@ # New ports collection makefile for: pinetree fonts(x11) # Date created: 22 Mar 1997 # Whom: CHOI Junho # # $FreeBSD$ # PORTNAME= pinetreefonts PORTVERSION= 1.01 CATEGORIES= korean x11-fonts MASTER_SITES= ftp://cglab.snu.ac.kr/pub/hangul/n3f/tar/ \ ftp://ftp.kaist.ac.kr/pub/hangul/fonts/ \ ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/fonts/ -DISTNAME= pinetree.precomposed-${PORTVERSION}-bdf +DISTNAME= pinetree.precomposed-${PORTVERSION}-bdf MAINTAINER= cjh@FreeBSD.org USE_X_PREFIX= yes .include .if ${XFREE86_VERSION} == 4 BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients .endif WRKSRC= ${WRKDIR}/pinetree.precomposed/bdf FONTS= ptpR08 ptpR10 ptpR12 ptpR14 ptpR18 ptpR24 \ ptpB08 ptpB10 ptpB12 ptpB14 ptpB18 ptpB24 \ ptptB14 pttpB14 do-build: @cd ${WRKSRC}/; \ sh Makepcf; \ ${GZIP_CMD} *.pcf; \ mkfontdir . do-install: -${MKDIR} ${PREFIX}/lib/X11/fonts/local @cd ${WRKSRC}; \ for file in ${FONTS}; do \ ${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/local; \ done; \ mkfontdir ${PREFIX}/lib/X11/fonts/local .include Property changes on: head/korean/pinetreefonts/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/korean/texinfo/Makefile =================================================================== --- head/korean/texinfo/Makefile (revision 38036) +++ head/korean/texinfo/Makefile (revision 38037) @@ -1,42 +1,42 @@ # New ports collection makefile for: texinfo # Date created: 25 Sep 2000 # Whom: cjh # # $FreeBSD$ # PORTNAME= texinfo PORTVERSION= 0.4.1 CATEGORIES= korean print MASTER_SITES= http://master.debian.or.kr/~cwryu/archive/texinfo-ko/ DISTNAME= ${PORTNAME}-ko-${PORTVERSION} -MAINTAINER= cjh@FreeBSD.org +MAINTAINER= cjh@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext RUN_DEPENDS= ${LOCALBASE}/share/texmf/doc/latex/hlatex/uhc.ks:${PORTSDIR}/korean/hlatex GNU_CONFIGURE= YES USE_GMAKE= YES # local variables. TEXMF= ${PREFIX}/share/texmf do-install: ${INSTALL_DATA} ${WRKSRC}/doc/texinfo-ko.tex \ ${WRKSRC}/doc/texinfo-ko-HLaTeX.tex \ ${TEXMF}/tex/texinfo ${INSTALL_PROGRAM} ${WRKSRC}/util/texindex \ ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/makeinfo/makeinfo \ ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/doc/texinfo-ko ${INSTALL_DATA} ${WRKSRC}/README.ko \ ${WRKSRC}/NEWS.ko \ ${WRKSRC}/TODO.ko \ ${PREFIX}/share/doc/texinfo-ko post-install: ${PREFIX}/bin/texhash .include Property changes on: head/korean/texinfo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property