diff --git a/chinese/arphicttf/Makefile b/chinese/arphicttf/Makefile index 24cfaf48cfc..4b12e658e16 100644 --- a/chinese/arphicttf/Makefile +++ b/chinese/arphicttf/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2002/03/21 20:35:43 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2002/10/24 23:52:29 naddy Exp $ COMMENT= "chinese big5/gb truetype fonts" DISTNAME= zh-arphicttf-2.11 PKGNAME= zh-fonts-arphicttf-2.11 CATEGORIES= chinese x11 -NEED_VERSION= 1.515 MAINTAINER= Kevin Lo @@ -20,6 +19,7 @@ MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ \ BUILD_DEPENDS= ::chinese/ttfm NO_BUILD= Yes +NO_REGRESS= Yes WRKDIST= ${WRKDIR}/arphic diff --git a/chinese/bg5pdf/Makefile b/chinese/bg5pdf/Makefile index 46304d356a0..990290fa659 100644 --- a/chinese/bg5pdf/Makefile +++ b/chinese/bg5pdf/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2002/03/25 23:03:00 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2002/10/24 23:52:29 naddy Exp $ COMMENT= "convert Big5 encoded files to PDF" DISTNAME= bg5pdf-1.0.0 PKGNAME= zh-${DISTNAME} CATEGORIES= chinese print -NEED_VERSION= 1.501 HOMEPAGE= http://students.washington.edu/cschin/ @@ -29,4 +28,6 @@ PYTHON_VER= 2.1 SUBST_VARS= PYTHON_VER MAKE_ENV= PYTHON_VER=${PYTHON_VER} +NO_REGRESS= Yes + .include diff --git a/chinese/bg5ps/Makefile b/chinese/bg5ps/Makefile index ca2cfddc970..483e3a8a022 100644 --- a/chinese/bg5ps/Makefile +++ b/chinese/bg5ps/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2002/04/07 22:30:23 matt Exp $ +# $OpenBSD: Makefile,v 1.11 2002/10/24 23:52:29 naddy Exp $ COMMENT= "convert Big5/GB encoded files to postscript" DISTNAME= bg5ps-1.3.0 PKGNAME= zh-${DISTNAME} CATEGORIES= chinese x11 -NEED_VERSION= 1.515 MAINTAINER= Kevin Lo @@ -22,6 +21,8 @@ RUN_DEPENDS= ::chinese/arphicttf \ :python-${PYTHON_VER}*:lang/python/${PYTHON_VER} LIB_DEPENDS= ttf.1::print/freetype +NO_REGRESS= Yes + post-patch: perl -pi -e \ "s|/usr/bin/python|${LOCALBASE}/bin/python${PYTHON_VER}|" \ diff --git a/chinese/c2t/Makefile b/chinese/c2t/Makefile index e03fe7def38..499bd3250ed 100644 --- a/chinese/c2t/Makefile +++ b/chinese/c2t/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.17 2002/03/21 20:46:23 espie Exp $ +# $OpenBSD: Makefile,v 1.18 2002/10/24 23:52:29 naddy Exp $ COMMENT= "translate GB/Big5 encoding to tone pinyin" DISTNAME= zh-c2t-1.0 CATEGORIES= chinese -NEED_VERSION= 1.515 MAINTAINER= Kevin Lo @@ -20,6 +19,8 @@ EXTRACT_ONLY= c2t.tar.gz WRKDIST= ${WRKDIR} +NO_REGRESS= Yes + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/chinese/gb ${INSTALL_PROGRAM} ${WRKSRC}/c2t ${PREFIX}/bin diff --git a/chinese/crxvt/Makefile b/chinese/crxvt/Makefile index 2801751606c..b4583f6b0e7 100644 --- a/chinese/crxvt/Makefile +++ b/chinese/crxvt/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2002/04/19 07:14:05 kevlo Exp $ +# $OpenBSD: Makefile,v 1.13 2002/10/24 23:52:29 naddy Exp $ COMMENT= "Chinese(Big5) VT100 terminal emulator for X" DISTNAME= crxvt-2.10-2 PKGNAME= zh-crxvt-2.10.2 CATEGORIES= chinese -NEED_VERSION= 1.496 + MASTER_SITES= ftp://ftp.linux.org.tw/pub/xcin/old/ \ ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/ @@ -29,6 +29,8 @@ post-extract: mv ${WRKSRC}/script/os_def/FreeBSD ${WRKSRC}/script/os_def/FreeBSD.orig sed -e '/OS/s/=.*/=OpenBSD/' ${WRKSRC}/script/os_def/FreeBSD.orig > ${WRKSRC}/script/os_def/OpenBSD +NO_REGRESS= Yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/crxvt ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/man/crxvt.1 ${PREFIX}/man/man1 diff --git a/chinese/hc/Makefile b/chinese/hc/Makefile index 18cb295a3f2..fa761781059 100644 --- a/chinese/hc/Makefile +++ b/chinese/hc/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2002/03/25 23:26:02 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2002/10/24 23:52:29 naddy Exp $ COMMENT= "convert between GB and BIG-5 codes" DISTNAME= zh-hc-3.0 CATEGORIES= chinese -NEED_VERSION= 1.504 MAINTAINER= Kevin Lo @@ -22,6 +21,8 @@ WRKDIST= ${WRKDIR}/hc3 ALL_TARGET= hc b2g g2b +NO_REGRESS= Yes + pre-patch: perl -pi -e 's|malloc.h|stdlib.h|' ${WRKSRC}/hclib.c diff --git a/chinese/kcfonts/Makefile b/chinese/kcfonts/Makefile index 66ab6dcbff8..f3fce6cc48d 100644 --- a/chinese/kcfonts/Makefile +++ b/chinese/kcfonts/Makefile @@ -1,11 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2002/05/13 18:50:37 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2002/10/24 23:52:29 naddy Exp $ COMMENT= "extra chinese fonts" DISTNAME= zh-fonts-kc-1.05 CATEGORIES= chinese x11 -NEED_VERSION= 1.515 -DIST_SUBDIR= zh-kcfonts MAINTAINER= Kevin Lo @@ -16,13 +14,14 @@ PERMIT_PACKAGE_FTP= Yes MASTER_SITES= ftp://ftp.nsysu.edu.tw/Linux/packages/chinese/fonts/KCFONTS/ \ ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/KCFONTS/ - +DIST_SUBDIR= zh-kcfonts DISTFILES= ${FONTS} CONFIGURE_STYLE= imake EXTRACT_ONLY= NO_BUILD= Yes +NO_REGRESS= Yes FONTS= kc8x15.pcf.gz kc12x24.pcf.gz kc15f.pcf.gz kc24f.pcf.gz diff --git a/chinese/lunar/Makefile b/chinese/lunar/Makefile index 64115f44523..abc820a4dce 100644 --- a/chinese/lunar/Makefile +++ b/chinese/lunar/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2002/03/21 20:46:23 espie Exp $ +# $OpenBSD: Makefile,v 1.17 2002/10/24 23:52:29 naddy Exp $ COMMENT= "convert solar calendar to lunar calendar" DISTNAME= lunar-2.1 PKGNAME= zh-lunar-2.1 CATEGORIES= chinese -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/ MAINTAINER= Kevin Lo @@ -17,6 +17,8 @@ PERMIT_DISTFILES_FTP= Yes ALL_TARGET= +NO_REGRESS= Yes + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/chinese ${INSTALL_PROGRAM} ${WRKSRC}/lunar ${PREFIX}/bin diff --git a/chinese/taipeifonts/Makefile b/chinese/taipeifonts/Makefile index 0abefcda94f..9588a3cb866 100644 --- a/chinese/taipeifonts/Makefile +++ b/chinese/taipeifonts/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.18 2002/05/13 18:50:37 espie Exp $ +# $OpenBSD: Makefile,v 1.19 2002/10/24 23:52:29 naddy Exp $ COMMENT= "extra chinese fonts" DISTNAME= zh-fonts-taipei-1.01 CATEGORIES= chinese x11 -NEED_VERSION= 1.515 + DIST_SUBDIR= zh-fonts MASTER_SITES= ftp://ftp.nsysu.edu.tw/Linux/packages/chinese/fonts/taipeifont/ \ @@ -23,6 +23,7 @@ FONTS= taipei16.pcf.gz taipeik20.pcf.gz taipeim20.pcf.gz \ DISTFILES= ${FONTS} NO_BUILD= Yes +NO_REGRESS= Yes EXTRACT_ONLY= CONFIGURE_STYLE= imake diff --git a/chinese/ttfm/Makefile b/chinese/ttfm/Makefile index b1ee2c10469..39ecfeda554 100644 --- a/chinese/ttfm/Makefile +++ b/chinese/ttfm/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2002/03/21 20:46:23 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2002/10/24 23:52:29 naddy Exp $ COMMENT= "big5/gb enhanced truetype font manager" DISTNAME= ttfm-0.9.3 PKGNAME= zh-${DISTNAME} CATEGORIES= chinese -NEED_VERSION= 1.515 MAINTAINER= Kevin Lo @@ -21,6 +20,8 @@ LIB_DEPENDS= ttf.1::print/freetype MAKE_FLAGS= CC="${CC}" CFLAGS='${CFLAGS} -Wall -I$$(FREETYPE_INCL)' +NO_REGRESS= Yes + DOCS= README USAGE do-install: diff --git a/chinese/xcin/Makefile b/chinese/xcin/Makefile index 497fc4e4570..7f78b8d11f8 100644 --- a/chinese/xcin/Makefile +++ b/chinese/xcin/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2002/04/19 07:13:58 kevlo Exp $ +# $OpenBSD: Makefile,v 1.13 2002/10/24 23:52:30 naddy Exp $ COMMENT= "chinese input utility for X" DISTNAME= xcin-2.3.04-3 PKGNAME= zh-xcin-2.3.04 CATEGORIES= chinese -NEED_VERSION= 1.496 + MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/old/ \ ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/ @@ -23,6 +23,8 @@ RUN_DEPENDS= ::chinese/taipeifonts CONFIGURE_STYLE= gnu old CONFIGURE_ARGS= --os=OpenBSD --no-menu +NO_REGRESS= Yes + CINS= cj.cin cj.tab cj.tab.rev phone.tab phone.cin phone.tab phone.tab.rev \ pinyin.cin pinyin.tab pinyin.tab.rev array30.cin array30.tab \ array30.tab.rev zmdbosh.cin zmdbosh.tab zmdbosh.tab.rev