From 48bde64446587f70c8e2170c10c62544e96b2766 Mon Sep 17 00:00:00 2001 From: Makoto Matsushita Date: Wed, 21 Oct 2009 15:03:30 +0000 Subject: Introducing a new port: keitairc 2.x, IRC proxy for mobilephone I've add this port as a 'new' port, even though we already have ports/irc/keitairc, keitairc 1.x. Because... - keitairc 2.x is a _complete_ rewrite of keitairc 1.x keitairc 1.x is just a single perl script, but keitairc 2.x is composed of a script, Keitairc perl module, templates, etc. Also there is no configuration file compability between 1.x and 2.x. - keitairc 2.x port is a _complete_ rewrite of keitairc 1.x Since the application structure is changed, I have to write a new port for 2.x, instead of _modify_ 1.x port. Tested by: nork --- irc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'irc/Makefile') diff --git a/irc/Makefile b/irc/Makefile index 331bd7016f6a..09401f699fad 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -64,6 +64,7 @@ SUBDIR += irssi-xmpp-devel SUBDIR += irssistats SUBDIR += keitairc + SUBDIR += keitairc2 SUBDIR += kmyirc SUBDIR += konversation SUBDIR += konversation-kde4 -- cgit v1.2.3