From owner-cvs-ports@FreeBSD.ORG Thu Mar 18 01:02:40 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F01751065688; Thu, 18 Mar 2010 01:02:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DF7BA8FC23; Thu, 18 Mar 2010 01:02:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2I12ebI021644; Thu, 18 Mar 2010 01:02:40 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2I12eZK021643; Thu, 18 Mar 2010 01:02:40 GMT (envelope-from amdmi3) Message-Id: <201003180102.o2I12eZK021643@repoman.freebsd.org> From: Dmitry Marakasov Date: Thu, 18 Mar 2010 01:02:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc Makefile ports/irc/tircd Makefile distinfo pkg-descr pkg-plist ports/irc/tircd/files tircd.sh.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2010 01:02:41 -0000 amdmi3 2010-03-18 01:02:40 UTC FreeBSD ports repository Modified files: irc Makefile Added files: irc/tircd Makefile distinfo pkg-descr pkg-plist irc/tircd/files tircd.sh.in Log: tircd presents Twitter as an irc channel. You can connect to tircd with any IRC client, and tweet as if you were on IRC. The daemon supports authentication via OAuth or standard http and https authentication, and supports direct messages, automatic URL shortening, and Twitter searching. Quickstart: in irssi, "/connect localhost 6667 twitpass twituser" and join #twitter - @gavinatkinson WWW: http://code.google.com/p/tircd/ PR: 144514 Submitted by: gavin Revision Changes Path 1.196 +1 -0 ports/irc/Makefile 1.1 +49 -0 ports/irc/tircd/Makefile (new) 1.1 +3 -0 ports/irc/tircd/distinfo (new) 1.1 +27 -0 ports/irc/tircd/files/tircd.sh.in (new) 1.1 +12 -0 ports/irc/tircd/pkg-descr (new) 1.1 +4 -0 ports/irc/tircd/pkg-plist (new)