aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-11 03:07:19 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-11 03:07:19 +0000
commit43ec299ee2b87e4bc3c9badf91707bd620dc9a26 (patch)
treeb7b9568876356660ec5601571ef83b44a6b333fa /chinese
parentcfc454a86425f5cae7e3be539209fb4812d39bfd (diff)
downloadports-43ec299ee2b87e4bc3c9badf91707bd620dc9a26.tar.gz
ports-43ec299ee2b87e4bc3c9badf91707bd620dc9a26.zip
Update to 0.3.3
Take maintainership PR: 87235 Submitted by: chinsan <chinsan.tw@gmail.com>
Notes
Notes: svn path=/head/; revision=144881
Diffstat (limited to 'chinese')
-rw-r--r--chinese/pcmanx/Makefile6
-rw-r--r--chinese/pcmanx/distinfo4
-rw-r--r--chinese/pcmanx/files/patch-po-zh_TW.po13
-rw-r--r--chinese/pcmanx/files/patch-src-generalprefpage.cpp11
-rw-r--r--chinese/pcmanx/files/patch-src-mainframe.cpp11
-rw-r--r--chinese/pcmanx/files/patch-src-view-telnetview.cpp11
6 files changed, 51 insertions, 5 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile
index da2c3ee54eb8..58bd6563121c 100644
--- a/chinese/pcmanx/Makefile
+++ b/chinese/pcmanx/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= pcmanx
-PORTVERSION= 0.3.2
+PORTVERSION= 0.3.3
CATEGORIES= chinese net gnome
MASTER_SITES= http://pcmanx.csie.net/release/ \
http://bbs.ilc.edu.tw/~chinsan/pcmanx/
DISTNAME= pcmanx-pure-gtk2-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
-COMMENT= PCManX is a BBS client using GTK+ 2.x
+MAINTAINER= chinsan.tw@gmail.com
+COMMENT= BBS client using GTK+ 2.x
USE_GNOME= gtk20 intlhack
USE_GCC= 3.3+
diff --git a/chinese/pcmanx/distinfo b/chinese/pcmanx/distinfo
index a7292b9ddab9..e02961130cdf 100644
--- a/chinese/pcmanx/distinfo
+++ b/chinese/pcmanx/distinfo
@@ -1,2 +1,2 @@
-MD5 (pcmanx-pure-gtk2-0.3.2.tar.gz) = 08f70a795f72e2095e5b94ff306fa9cb
-SIZE (pcmanx-pure-gtk2-0.3.2.tar.gz) = 586425
+MD5 (pcmanx-pure-gtk2-0.3.3.tar.gz) = 3d52f2f633184c31739c44854d77bd4c
+SIZE (pcmanx-pure-gtk2-0.3.3.tar.gz) = 595590
diff --git a/chinese/pcmanx/files/patch-po-zh_TW.po b/chinese/pcmanx/files/patch-po-zh_TW.po
new file mode 100644
index 000000000000..da33e038f31d
--- /dev/null
+++ b/chinese/pcmanx/files/patch-po-zh_TW.po
@@ -0,0 +1,13 @@
+--- po/zh_TW.po.orig Tue Oct 11 02:55:28 2005
++++ po/zh_TW.po Tue Oct 11 02:54:51 2005
+@@ -413,8 +413,8 @@
+ msgstr "顯示字型使用反鋸齒 (重新啟動程式後才有效)"
+
+ #: ../src/generalprefpage.cpp:67
+-msgid "Use \"wget\" to download files."
+-msgstr "使用 \"wget\" 下載檔案. (.rar .zip .tgz .tbz)"
++msgid "Use \"fetch\" to download files."
++msgstr "使用 \"fetch\" 下載檔案. (.rar .zip .tgz .tbz)"
+
+ #: ../src/generalprefpage.cpp:75
+ msgid "Display popup notifier for "
diff --git a/chinese/pcmanx/files/patch-src-generalprefpage.cpp b/chinese/pcmanx/files/patch-src-generalprefpage.cpp
new file mode 100644
index 000000000000..c2078ab6ebaf
--- /dev/null
+++ b/chinese/pcmanx/files/patch-src-generalprefpage.cpp
@@ -0,0 +1,11 @@
+--- src/generalprefpage.cpp.orig Tue Oct 11 02:57:13 2005
++++ src/generalprefpage.cpp Tue Oct 11 02:56:43 2005
+@@ -64,7 +64,7 @@
+ gtk_widget_show (m_AAFont);
+ gtk_box_pack_start (GTK_BOX (m_Widget), m_AAFont, FALSE, FALSE, 0);
+
+- m_pWgetFiles = gtk_check_button_new_with_mnemonic (_("Use \"wget\" to download files."));
++ m_pWgetFiles = gtk_check_button_new_with_mnemonic (_("Use \"fetch\" to download files."));
+ gtk_widget_show (m_pWgetFiles);
+ gtk_box_pack_start (GTK_BOX (m_Widget), m_pWgetFiles, FALSE, FALSE, 0);
+
diff --git a/chinese/pcmanx/files/patch-src-mainframe.cpp b/chinese/pcmanx/files/patch-src-mainframe.cpp
new file mode 100644
index 000000000000..9aaa44dd5642
--- /dev/null
+++ b/chinese/pcmanx/files/patch-src-mainframe.cpp
@@ -0,0 +1,11 @@
+--- src/mainframe.cpp.orig Tue Oct 11 02:46:46 2005
++++ src/mainframe.cpp Tue Oct 11 02:47:07 2005
+@@ -1033,7 +1033,7 @@
+ child_pid = fork();
+ if (child_pid == 0)
+ {
+- int t_nRet = system("wget -O ~/.pcmanx/sitelist http://free.ym.edu.tw/pcman/site_list.utf8");
++ int t_nRet = system("fetch -o ~/.pcmanx/sitelist http://free.ym.edu.tw/pcman/site_list.utf8");
+ if (t_nRet == 0)
+ kill(parent_pid, SIGUSR1);
+ else
diff --git a/chinese/pcmanx/files/patch-src-view-telnetview.cpp b/chinese/pcmanx/files/patch-src-view-telnetview.cpp
new file mode 100644
index 000000000000..d79712825f22
--- /dev/null
+++ b/chinese/pcmanx/files/patch-src-view-telnetview.cpp
@@ -0,0 +1,11 @@
+--- src/view/telnetview.cpp.orig Tue Oct 11 02:44:46 2005
++++ src/view/telnetview.cpp Tue Oct 11 02:45:04 2005
+@@ -334,7 +334,7 @@
+ strncmp(t_pcDot, "tbz", 3) == 0)
+ {
+ string t_sURL = sURL;
+- t_sURL.insert(0, "wget ");
++ t_sURL.insert(0, "fetch ");
+ t_sURL.append(" &");
+ system(t_sURL.c_str());
+ return;