diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-07-05 07:21:24 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-07-05 07:21:24 +0000 |
commit | ebc6758085d854949b6e03622d8f9af65dd27cf0 (patch) | |
tree | 2de11656efbfea6569034b17b3f2b8b310fe79ea /chinese | |
parent | - Reconnect verlihub-plugins-chatroom. (diff) |
- Change maintainer address
- Cleanup master_sites
Requested by: Yinghong Liu <relaxbsd@gmail.com> (maintainer)
Approved by: sat (mentor)
Notes
Notes:
svn path=/head/; revision=194988
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/auto-cn-l10n/Makefile | 4 | ||||
-rw-r--r-- | chinese/reciteword/Makefile | 2 | ||||
-rw-r--r-- | chinese/scim-fcitx/Makefile | 7 | ||||
-rw-r--r-- | chinese/srecite/Makefile | 5 | ||||
-rw-r--r-- | chinese/wordpress/Makefile | 6 |
5 files changed, 11 insertions, 13 deletions
diff --git a/chinese/auto-cn-l10n/Makefile b/chinese/auto-cn-l10n/Makefile index 450b2abcf306..553df216ec7d 100644 --- a/chinese/auto-cn-l10n/Makefile +++ b/chinese/auto-cn-l10n/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: zh-auto-cn-l10n # Date created: 12 May 2006 -# Whom: Liu.Yinghong <liu_yinghong@yahoo.com.cn> +# Whom: Yinghong Liu <relaxbsd@gmail.com> # # $FreeBSD$ @@ -10,7 +10,7 @@ CATEGORIES= chinese MASTER_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ DISTNAME= zh-${PORTNAME}-${PORTVERSION} -MAINTAINER= liu_yinghong@yahoo.com.cn +MAINTAINER= relaxbsd@gmail.com COMMENT= The automatic localization for Simplified Chinese zh_CN.eucCN locale NO_BUILD= yes diff --git a/chinese/reciteword/Makefile b/chinese/reciteword/Makefile index 4d320beae400..e7ff44bceab4 100644 --- a/chinese/reciteword/Makefile +++ b/chinese/reciteword/Makefile @@ -18,7 +18,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.bz2 \ ${PORTNAME}-books-${PORTVERSION}.tar.bz2 \ ${PORTNAME}-dicts-0.8.2.tar.bz2 -MAINTAINER= liu_yinghong@yahoo.com.cn +MAINTAINER= relaxbsd@gmail.com COMMENT= Education software to help people to study English GNU_CONFIGURE= yes diff --git a/chinese/scim-fcitx/Makefile b/chinese/scim-fcitx/Makefile index 13518a694c8e..0762f4db9004 100644 --- a/chinese/scim-fcitx/Makefile +++ b/chinese/scim-fcitx/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: zh-scim-fcitx # Date created: 8 May 2007 -# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn> +# Whom: Yinghong Liu <relaxbsd@gmail.com> # # $FreeBSD$ # @@ -8,12 +8,11 @@ PORTNAME= scim PORTVERSION= 3.1.1 CATEGORIES= chinese -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=scim +MASTER_SITES= SF PKGNAMESUFFIX= -fcitx DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}.${PORTVERSION} -MAINTAINER= liu_yinghong@yahoo.com.cn +MAINTAINER= relaxbsd@gmail.com COMMENT= An SCIM IMEngine module for fcitx RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim diff --git a/chinese/srecite/Makefile b/chinese/srecite/Makefile index c58ec98c8897..8f4af8587f6a 100644 --- a/chinese/srecite/Makefile +++ b/chinese/srecite/Makefile @@ -9,14 +9,13 @@ PORTNAME= srecite PORTVERSION= 0.6.2 PORTREVISION= 4 CATEGORIES= chinese textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ wordbooks-utf8.tar.gz EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ wordbooks-utf8.tar.gz -MAINTAINER= liu_yinghong@yahoo.com.cn +MAINTAINER= relaxbsd@gmail.com COMMENT= A tool for the Chinese people to study foreign language GNU_CONFIGURE= yes diff --git a/chinese/wordpress/Makefile b/chinese/wordpress/Makefile index d17553e80410..00a890f6d870 100644 --- a/chinese/wordpress/Makefile +++ b/chinese/wordpress/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: wordpress # Date created: 2007-05-11 -# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn> +# Whom: Yinghong Liu <relaxbsd@gmail.com> # # $FreeBSD$ # @@ -9,12 +9,12 @@ PORTNAME= wordpress PORTVERSION= 2.2 PORTREVISION= 1 CATEGORIES= chinese www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}-zh PKGNAMEPREFIX= zh- DISTNAME= ${PORTNAME}_${PORTVERSION}_zh_CN -MAINTAINER= liu_yinghong@yahoo.com.cn +MAINTAINER= relaxbsd@gmail.com COMMENT= A state-of-the-art semantic personal publishing platform WRKSRC= ${WRKDIR}/${PORTNAME} |