summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chinese/auto-cn-l10n/Makefile4
-rw-r--r--chinese/reciteword/Makefile2
-rw-r--r--chinese/scim-fcitx/Makefile7
-rw-r--r--chinese/srecite/Makefile5
-rw-r--r--chinese/wordpress/Makefile6
-rw-r--r--deskutils/chmsee/Makefile4
-rw-r--r--devel/alabastra/Makefile7
-rw-r--r--devel/guiloader-c++/Makefile6
-rw-r--r--devel/guiloader/Makefile6
-rw-r--r--games/cchess/Makefile4
-rw-r--r--games/djgame2/Makefile4
-rw-r--r--games/lianliankan/Makefile6
-rw-r--r--korean/stardict2-dict-kr/Makefile6
-rw-r--r--multimedia/dvdauthorwizard/Makefile7
-rw-r--r--multimedia/smplayer-qt4/Makefile2
-rw-r--r--multimedia/smplayer-themes/Makefile6
-rw-r--r--multimedia/smplayer/Makefile7
-rw-r--r--net-im/eva/Makefile4
-rw-r--r--net-im/gaim-openq/Makefile5
-rw-r--r--sysutils/relaxconf/Makefile4
-rw-r--r--textproc/scim-m17n/Makefile6
-rw-r--r--x11/roxterm/Makefile7
22 files changed, 54 insertions, 61 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}
diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile
index 0a0fbb8d1f9a..36dfab9ec011 100644
--- a/deskutils/chmsee/Makefile
+++ b/deskutils/chmsee/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: chmsee
# Date created: 10 June 2006
-# Whom: Liu.Yinghong <liu_yinghong@yahoo.com.cn>
+# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
@@ -11,7 +11,7 @@ PORTREVISION= 4
CATEGORIES= deskutils gnome
MASTER_SITES= http://chmsee.gro.clinux.org/
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT= A viewer for Microsoft Help "CHM" files
LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \
diff --git a/devel/alabastra/Makefile b/devel/alabastra/Makefile
index b9e93fdce5a4..3034398ddacf 100644
--- a/devel/alabastra/Makefile
+++ b/devel/alabastra/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: alabastra
# Date created: 20 Jun 2007
-# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
+# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
@@ -9,12 +9,11 @@ PORTVERSION= 0.2b
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
-MASTER_SITE_SUBDIR=${PORTNAME}
DISTNAME= Alabastra-${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= liu_yinghong@yahoo.com.cn
-COMMENT= C++ Editor writed with QT4
+MAINTAINER= relaxbsd@gmail.com
+COMMENT= C++ Editor writen with QT4
USE_QT_VER= 4
QT_COMPONENTS= qmake moc gui xml uic rcc
diff --git a/devel/guiloader-c++/Makefile b/devel/guiloader-c++/Makefile
index a9b7f97460ec..0146c35aa8f8 100644
--- a/devel/guiloader-c++/Makefile
+++ b/devel/guiloader-c++/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: guiloader-c++
# Date created: 11 May 2007
-# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
+# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
@@ -8,10 +8,10 @@
PORTNAME= guiloader-c++
PORTVERSION= 2.10.0
CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= crow-designer
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT= A high-performance and compact GuiXml loader library
LIB_PC_DEPENDS= guiloader.pc:${PORTSDIR}/devel/guiloader
diff --git a/devel/guiloader/Makefile b/devel/guiloader/Makefile
index 18528459e1bc..da36054b2e0c 100644
--- a/devel/guiloader/Makefile
+++ b/devel/guiloader/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: guiloader
# Date created: 11 May 2007
-# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
+# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
@@ -8,10 +8,10 @@
PORTNAME= guiloader
PORTVERSION= 2.10.0
CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= crow-designer
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT= A C++ binding to the GuiLoader library
USE_BZIP2= yes
diff --git a/games/cchess/Makefile b/games/cchess/Makefile
index 92c0089ea424..e95320a86775 100644
--- a/games/cchess/Makefile
+++ b/games/cchess/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: cchess
# Date created: 10 May 2007
-# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
+# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
@@ -10,7 +10,7 @@ PORTVERSION= 1.4
CATEGORIES= games
MASTER_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT= Very simple Chinese chess program
LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro \
diff --git a/games/djgame2/Makefile b/games/djgame2/Makefile
index def067509411..cb024abfaf56 100644
--- a/games/djgame2/Makefile
+++ b/games/djgame2/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: djgame2
# Date created: 4 May 2007
-# Whom: Yinghong.Liu <liuyh@gmx.net>
+# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.bluedj.com/download/src/
DISTNAME= source-${PORTVERSION}
#EXTRACT_SUFX= .zip
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT= bluedj contains many popular online games
NO_BUILD= yes
diff --git a/games/lianliankan/Makefile b/games/lianliankan/Makefile
index 91afd7622183..bc23374114fa 100644
--- a/games/lianliankan/Makefile
+++ b/games/lianliankan/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: lianliankan
# Date created: 26 April 2006
-# Whom: Liu.Yinghong <liu_yinghong@yahoo.com.cn>
+# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
@@ -9,11 +9,11 @@ PORTNAME= lianliankan
PORTVERSION= 2.2
PORTREVISION= 1
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= llk-linux
DISTNAME= llk_linux-${PORTVERSION}
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT= A scarce recreation game
USE_GNOME= gtk20 esound
diff --git a/korean/stardict2-dict-kr/Makefile b/korean/stardict2-dict-kr/Makefile
index 836ea659f1ff..e28a13a1910f 100644
--- a/korean/stardict2-dict-kr/Makefile
+++ b/korean/stardict2-dict-kr/Makefile
@@ -1,17 +1,17 @@
# Ports collection makefile for: stardict-dict-korean
# Date created: 20 May 2007
-# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
+# Whom: Yinghong Liu <relaxbsd@gmail.com>
# $FreeBSD$
#
PORTNAME= stardict2-dict-kr
PORTVERSION= 2.4.2
CATEGORIES= korean textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= stardict
DIST_SUBDIR= stardict
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT= Korean and foreign language Dictionaries for StarDict
RUN_DEPENDS= stardict:${PORTSDIR}/textproc/stardict2
diff --git a/multimedia/dvdauthorwizard/Makefile b/multimedia/dvdauthorwizard/Makefile
index c939de389de5..0d072e20ea87 100644
--- a/multimedia/dvdauthorwizard/Makefile
+++ b/multimedia/dvdauthorwizard/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: dvdauthorwizard
# Date created: 30 May 2007
-# Whom: liu_yinghong@yahoo.com.cn
+# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
@@ -8,11 +8,10 @@
PORTNAME= dvdauthorwizard
PORTVERSION= 1.4.6
CATEGORIES= multimedia kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
DISTNAME= DVDAuthorWizard-${PORTVERSION}
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT= The tool for creating a DVD with fully animated menu from MPEG-2 files
NO_BUILD= yes
diff --git a/multimedia/smplayer-qt4/Makefile b/multimedia/smplayer-qt4/Makefile
index d34d82bce44b..5719197dd260 100644
--- a/multimedia/smplayer-qt4/Makefile
+++ b/multimedia/smplayer-qt4/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: smplayer-qt4
# Date created: 16 Jun, 2007
-# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong.Liu <liu_yinghong@yahoo.com.cn>
+# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
diff --git a/multimedia/smplayer-themes/Makefile b/multimedia/smplayer-themes/Makefile
index c2a87361ccd9..854c92809deb 100644
--- a/multimedia/smplayer-themes/Makefile
+++ b/multimedia/smplayer-themes/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: mplayer-themes
# Date created: 18 Jun, 2007
-# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong.Liu <liu_yinghong@yahoo.com.cn>
+# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
@@ -8,10 +8,10 @@
PORTNAME= smplayer-themes
PORTVERSION= 0.1.1
CATEGORIES= multimedia audio kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR=smplayer
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT= Themes for smplayer
NO_BUILD= yes
diff --git a/multimedia/smplayer/Makefile b/multimedia/smplayer/Makefile
index 4e5b27dbdcd9..d72a9311fb8e 100644
--- a/multimedia/smplayer/Makefile
+++ b/multimedia/smplayer/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: smplayer
# Date created: 13 Jun, 2007
-# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong.Liu <liu_yinghong@yahoo.com.cn>
+# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
@@ -8,10 +8,9 @@
PORTNAME= smplayer
DISTVERSION= 0.5.0
CATEGORIES= multimedia audio kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=${PORTNAME}
+MASTER_SITES= SF
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT?= A complete front-end based on QT3 for mplayer
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \
diff --git a/net-im/eva/Makefile b/net-im/eva/Makefile
index 57b34599ad38..9a5656e8ccfa 100644
--- a/net-im/eva/Makefile
+++ b/net-im/eva/Makefile
@@ -9,14 +9,14 @@ PORTNAME= eva
PORTVERSION= 0.4.1
PORTREVISION= 4
CATEGORIES= net-im kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= evaq
PATCH_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/
PATCHFILES= eva-0.4.1_20070504.patch.gz
PATCH_DIST_STRIP= -p1
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT= QQ IM Client for KDE3
USE_KDELIBS_VER=3
diff --git a/net-im/gaim-openq/Makefile b/net-im/gaim-openq/Makefile
index a1e6d4a60d6e..b0415f18dc06 100644
--- a/net-im/gaim-openq/Makefile
+++ b/net-im/gaim-openq/Makefile
@@ -9,15 +9,14 @@ PORTNAME= openq
PORTVERSION= 0.3.2
PORTREVISION= 9
CATEGORIES= net-im
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
PKGNAMEPREFIX= gaim-
PATCH_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/
PATCHFILES= openq-0.3.2.qq2006.group.patch.gz
PATCH_DIST_STRIP= -p1
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT= A QQ-liked protocol plugin for Gaim
BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
diff --git a/sysutils/relaxconf/Makefile b/sysutils/relaxconf/Makefile
index 1faeadae4822..089c20f71268 100644
--- a/sysutils/relaxconf/Makefile
+++ b/sysutils/relaxconf/Makefile
@@ -9,10 +9,10 @@ PORTNAME= relaxconf
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= relaxbsd
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT= A set of text menu based utilities for configuring RelaxBSD LiveCD
BUILD_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog
diff --git a/textproc/scim-m17n/Makefile b/textproc/scim-m17n/Makefile
index f614fe53bac0..2b6d03ab8eca 100644
--- a/textproc/scim-m17n/Makefile
+++ b/textproc/scim-m17n/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: scim-m17n
# Date Created: 10 May 2007
-# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
+# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
@@ -8,10 +8,10 @@
PORTNAME= scim-m17n
PORTVERSION= 0.2.2
CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR=scim
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT= A SCIM IMEngine module which uses m17n library as the backend
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
diff --git a/x11/roxterm/Makefile b/x11/roxterm/Makefile
index a27d3c06315d..81c257f270bd 100644
--- a/x11/roxterm/Makefile
+++ b/x11/roxterm/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: roxterm
# Date created: 19 Jun 2007
-# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
+# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
@@ -8,10 +8,9 @@
PORTNAME= roxterm
PORTVERSION= 1.5.2
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
-MAINTAINER= liu_yinghong@yahoo.com.cn
+MAINTAINER= relaxbsd@gmail.com
COMMENT= GTK+ 2.0 terminal emulator with tabs
LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib