aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2008-03-03 23:07:43 +0800
committervanilla <vanilla@FreeBSD.org>2008-03-03 23:07:43 +0800
commit7459598e400c3fae0568c1b3a7c9ef3f7efd4db4 (patch)
tree8c499fae4bbebc6460a9cb3adf83d38c6946f511
parentb9de589cdb294afc97d041b5869b3b77c8d231bc (diff)
downloadfreebsd-ports-graphics-7459598e400c3fae0568c1b3a7c9ef3f7efd4db4.tar.gz
freebsd-ports-graphics-7459598e400c3fae0568c1b3a7c9ef3f7efd4db4.tar.zst
freebsd-ports-graphics-7459598e400c3fae0568c1b3a7c9ef3f7efd4db4.zip
1: change irssi.conf's default term_type to utf-8.
2: move #bsdchat to freenode. 3: bump version.
-rw-r--r--chinese/irssi/Makefile2
-rw-r--r--chinese/irssi/files/patch-irssi.conf27
2 files changed, 21 insertions, 8 deletions
diff --git a/chinese/irssi/Makefile b/chinese/irssi/Makefile
index 3ef75f60c2f..1d46c267e0a 100644
--- a/chinese/irssi/Makefile
+++ b/chinese/irssi/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 0
+PORTREVISION= 2
CATEGORIES= chinese
MAINTAINER= vanilla@FreeBSD.org
diff --git a/chinese/irssi/files/patch-irssi.conf b/chinese/irssi/files/patch-irssi.conf
index 05baa21af34..079015a7b94 100644
--- a/chinese/irssi/files/patch-irssi.conf
+++ b/chinese/irssi/files/patch-irssi.conf
@@ -1,6 +1,6 @@
---- irssi.conf.orig 2007-04-26 02:15:07.000000000 +0800
-+++ irssi.conf 2007-07-30 02:37:24.000000000 +0800
-@@ -1,54 +1,16 @@
+--- irssi.conf.orig 2007-10-06 17:40:40.000000000 +0800
++++ irssi.conf 2008-03-03 23:00:55.000000000 +0800
+@@ -1,54 +1,14 @@
servers = (
- { address = "irc.stealth.net"; chatnet = "IRCnet"; port = "6668"; },
- { address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; },
@@ -12,10 +12,8 @@
- { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
- { address = "irc.quakenet.org"; chatnet = "QuakeNet"; port = "6667"; },
- { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }
-+ { address = "irc.seed.net.tw"; chatnet = "BSDChat"; port = "6667"; },
-+ { address = "irc.csie.nctu.edu.tw"; chatnet = "BSDChat"; port = "6667"; },
-+ { address = "irc.tw.freebsd.org"; chatnet = "BSDChat"; port = "6667"; },
-+ { address = "us.ircnet.org"; chatnet = "BSDChat"; port = "6667"; }
++ { address = "chat.ap.freenode.net"; chatnet = "BSDChat"; port = "6667"; },
++ { address = "chat.us.freenode.net"; chatnet = "BSDChat"; port = "6667"; }
);
chatnets = {
@@ -61,3 +59,18 @@
);
aliases = {
+@@ -210,3 +170,14 @@
+ };
+ };
+ };
++
++settings = {
++ core = {
++ recode_fallback = "UTF-8";
++ recode_out_default_charset = "UTF-8";
++ recode_transliterate = "yes";
++ };
++ "fe-common/core" = {
++ term_charset = "UTF-8";
++ };
++};