From owner-cvs-all@FreeBSD.ORG Fri Jul 18 15:54:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D454C106567B; Fri, 18 Jul 2008 15:54:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B7F5E8FC0A; Fri, 18 Jul 2008 15:54:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m6IFsjkX087969; Fri, 18 Jul 2008 15:54:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6IFsjdx087967; Fri, 18 Jul 2008 15:54:45 GMT (envelope-from miwi) Message-Id: <200807181554.m6IFsjdx087967@repoman.freebsd.org> From: Martin Wilke Date: Fri, 18 Jul 2008 15:54:45 +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/ii Makefile distinfo pkg-descr ports/irc/ii/files patch-Makefile patch-config.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2008 15:54:46 -0000 miwi 2008-07-18 15:54:45 UTC FreeBSD ports repository Modified files: irc Makefile Added files: irc/ii Makefile distinfo pkg-descr irc/ii/files patch-Makefile patch-config.mk Log: ii is a minimalist FIFO and filesystem-based IRC client. It createsan irc directory tree with server, channel and nick name directories. In every directory a FIFO in file and a normal out file is created. The in file is used to communicate with the servers and the out files contain the server messages. For every channel and every nick name there are related in and out files created. This allows IRC communication from command line and adheres to the Unix philosophy. WWW: http://www.suckless.org/wiki/tools/irc/irc_it/ PR: ports/125567 Submitted by: Julien Laffaye Revision Changes Path 1.171 +1 -0 ports/irc/Makefile 1.1 +37 -0 ports/irc/ii/Makefile (new) 1.1 +3 -0 ports/irc/ii/distinfo (new) 1.1 +15 -0 ports/irc/ii/files/patch-Makefile (new) 1.1 +24 -0 ports/irc/ii/files/patch-config.mk (new) 1.1 +9 -0 ports/irc/ii/pkg-descr (new)