From 7459598e400c3fae0568c1b3a7c9ef3f7efd4db4 Mon Sep 17 00:00:00 2001 From: vanilla Date: Mon, 3 Mar 2008 15:07:43 +0000 Subject: 1: change irssi.conf's default term_type to utf-8. 2: move #bsdchat to freenode. 3: bump version. --- chinese/irssi/Makefile | 2 +- chinese/irssi/files/patch-irssi.conf | 27 ++++++++++++++++++++------- 2 files changed, 21 insertions(+), 8 deletions(-) (limited to 'chinese/irssi') 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"; ++ }; ++}; -- cgit