diff options
author | matusita <matusita@FreeBSD.org> | 2009-10-21 23:03:30 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2009-10-21 23:03:30 +0800 |
commit | 1f6fe2a226ce840f7eb07f9d70cf9a54a9347bf1 (patch) | |
tree | 7590eb80db3d7a286d6285ec014ef5bd5f8fa473 /irc/Makefile | |
parent | d8227f2b56e5c4fda2159840f3accad467f6e03e (diff) | |
download | freebsd-ports-gnome-1f6fe2a226ce840f7eb07f9d70cf9a54a9347bf1.tar.gz freebsd-ports-gnome-1f6fe2a226ce840f7eb07f9d70cf9a54a9347bf1.tar.zst freebsd-ports-gnome-1f6fe2a226ce840f7eb07f9d70cf9a54a9347bf1.zip |
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
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |