Index: head/chinese/cxterm/Makefile =================================================================== --- head/chinese/cxterm/Makefile (revision 144362) +++ head/chinese/cxterm/Makefile (revision 144363) @@ -1,56 +1,53 @@ # ex:ts=8 # Ports collection makefile for: cxterm # Date created: Sat Aug 10, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD$ # PORTNAME= cxterm PORTVERSION= 5.0.3 CATEGORIES= chinese x11 -# unresponceive mastersite: ftp://ftp.ifcss.org/pub/software/x-win/cxterm/ -MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ \ - ftp://ftp.edu.tw/Chinese/ifcss/software/x-win/cxterm/ \ - ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/x-win/cxterm/ +MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ DISTNAME= cxterm5.0.p3 PATCH_SITES= ${MASTER_SITES} PATCHFILES= cxterm-5.0.p3-color.patch.gz # cxterm-5.0-hz-patch.gz PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= An xterm that speaks Chinese BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT} WRKSRC= ${WRKDIR}/cxterm-5.0 USE_IMAKE= yes PORTDOCS= CXTERM.FAQ input.doc MAN1= cit2tit.1 cxterm.1 hzimctrl.1 tit2cit.1 MANCOMPRESSED= yes XMKMF= xmkmf ALL_TARGET= xrelease Makefiles includes all .include .if ${ARCH} == "ia64" BROKEN= "Coredump during build on ia64" .endif post-install: ${INSTALL_SCRIPT} ${WRKDIR}/CXterm.sh ${PREFIX}/bin/CXterm # standard X11 place ${INSTALL_DATA} ${WRKDIR}/CXterm.ad ${PREFIX}/lib/X11/app-defaults/CXterm # standard CXterm place ${INSTALL_DATA} ${WRKDIR}/CXterm.ad ${PREFIX}/lib/X11/cxterm.dic/ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC}/Doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include Property changes on: head/chinese/cxterm/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/chinese/gb2ps/Makefile =================================================================== --- head/chinese/gb2ps/Makefile (revision 144362) +++ head/chinese/gb2ps/Makefile (revision 144363) @@ -1,41 +1,37 @@ # ex:ts=8 # Ports collection makefile for: gb2ps # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # # $FreeBSD$ # PORTNAME= gb2ps PORTVERSION= 2.02 CATEGORIES= chinese print -MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/print/:sw \ - ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/:font \ - ftp://ftp.edu.tw/Chinese/ifcss/software/unix/print/:sw \ - ftp://ftp.edu.tw/Chinese/ifcss/software/fonts/gb/misc/:font \ - ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/print/:sw \ +MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/print/:sw \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/fonts/gb/misc/:font DISTNAME= gb2ps.2.02 DISTFILES= ${DISTNAME}.tar.gz:sw \ csong24.ccf.gz:font ckai24.ccf.gz:font cfang24.ccf.gz:font \ chei24.ccf.gz:font cfan24.ccf.gz:font MAINTAINER= ports@FreeBSD.org COMMENT= Converts Chinese GB (simple) encoded text to PostScript EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/GB2PS do-install: @${MKDIR} ${PREFIX}/share/chinese/gb ${INSTALL_PROGRAM} ${WRKSRC}/gb2ps ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/cover.ps ${PREFIX}/share/chinese .for font in csong24.ccf ckai24.ccf cfang24.ccf chei24.ccf cfan24.ccf ${GUNZIP_CMD} -c ${DISTDIR}/${font}.gz > ${PREFIX}/share/chinese/gb/${font} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/gb2ps ${INSTALL_DATA} ${WRKSRC}/gb2ps.help ${PREFIX}/share/doc/gb2ps .endif .include Property changes on: head/chinese/gb2ps/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/chinese/hc/Makefile =================================================================== --- head/chinese/hc/Makefile (revision 144362) +++ head/chinese/hc/Makefile (revision 144363) @@ -1,38 +1,36 @@ # ex:ts=8 # Ports collection makefile for: hc # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # # $FreeBSD$ # PORTNAME= hc PORTVERSION= 3.0 CATEGORIES= chinese -MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/ \ - ftp://ftp.edu.tw/Chinese/ifcss/software/unix/convert/ \ - ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ -DISTFILES= hc-30.tar.gz hc-supp.tab +MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ +DISTFILES= hc-30.tar.gz hc-supp.tab MAINTAINER= ports@FreeBSD.org COMMENT= Hanzi Converter -- converts between GB and BIG-5 codes USE_REINPLACE= yes WRKSRC= ${WRKDIR}/hc3 EXTRACT_ONLY= hc-30.tar.gz ALL_TARGET= hc b2g g2b MAN1= hc.1 pre-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/hclib.c do-install: @${MKDIR} ${PREFIX}/share/chinese ${INSTALL_PROGRAM} ${WRKSRC}/hc ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/b2g ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/g2b ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/hc.tab ${PREFIX}/share/chinese ${INSTALL_DATA} ${DISTDIR}/hc-supp.tab ${PREFIX}/share/chinese ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 .include Property changes on: head/chinese/hc/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/chinese/hztty/Makefile =================================================================== --- head/chinese/hztty/Makefile (revision 144362) +++ head/chinese/hztty/Makefile (revision 144363) @@ -1,27 +1,24 @@ # Ports collection makefile for: hztty # Date created: Wed Sep 24, 1997 # Whom: Ada T Lim # # $FreeBSD$ # PORTNAME= hztty PORTVERSION= 2.0 CATEGORIES= chinese -MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/ \ - ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ \ - ftp://ftp.edu.tw/Chinese/ifcss/software/unix/convert/ \ - ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/unix/convert/ +MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ MAINTAINER= ada@bsd.org COMMENT= A translator between GuoBiao / Big5 and HZ ALL_TARGET= bsd MAN1= hztty.1 PLIST_FILES= bin/hztty do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hztty ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/hztty.1 ${PREFIX}/man/man1 .include Property changes on: head/chinese/hztty/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/chinese/lunar/Makefile =================================================================== --- head/chinese/lunar/Makefile (revision 144362) +++ head/chinese/lunar/Makefile (revision 144363) @@ -1,29 +1,27 @@ # ex:ts=8 # Ports collection makefile for: lunar # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # # $FreeBSD$ # PORTNAME= lunar PORTVERSION= 2.1 PORTREVISION= 1 CATEGORIES= chinese -MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/c-utils/ \ - ftp://ftp.edu.tw/Chinese/ifcss/software/unix/c-utils/ \ - ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/ +MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/ MAINTAINER= obrien@FreeBSD.org COMMENT= Convert between Gregorian Solar Calendar (SC) and Lunar Calendar (LC) ALL_TARGET= MAN1= lunar.1 do-install: @${MKDIR} ${PREFIX}/share/chinese ${INSTALL_PROGRAM} ${WRKSRC}/lunar ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/lunar.bitmap ${PREFIX}/share/chinese ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 .include Property changes on: head/chinese/lunar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property