From owner-cvs-all@FreeBSD.ORG Tue Jun 6 17:49:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D044A16A4E0; Tue, 6 Jun 2006 17:49:08 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9154043D45; Tue, 6 Jun 2006 17:49:08 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k56HlJ3g000895; Tue, 6 Jun 2006 17:47:19 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k56HlJqD000894; Tue, 6 Jun 2006 17:47:19 GMT (envelope-from itetcu) Message-Id: <200606061747.k56HlJqD000894@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 6 Jun 2006 17:47:19 +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/net-im Makefile ports/net-im/cli-msn Makefile distinfo pkg-descr ports/net-im/cli-msn/files patch-src_conf.c patch-src_defs.c pkg-message.in 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: Tue, 06 Jun 2006 17:49:10 -0000 itetcu 2006-06-06 17:47:19 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/cli-msn Makefile distinfo pkg-descr net-im/cli-msn/files patch-src_conf.c patch-src_defs.c pkg-message.in Log: CLI-MSN is a UNIX Command Line implementation of the MSN Messenger Client, coded purely in C with the ability to work in almost any UNIX/Linux variation. The desire for the creation of CLI-MSN came when little or no command-line based messengers were found to be available that implemented MSN Messenger. The client itself accepts commands based on that of an IRC clients nature (/cmd). Currently in the process of working out the file transfer. WWW: http://mor-pah.net/ PR: ports/95186 Submitted by: Jose Alonso Cardenas Marquez Approved by: lawrance (mentor, implicit) Revision Changes Path 1.23 +1 -0 ports/net-im/Makefile 1.1 +42 -0 ports/net-im/cli-msn/Makefile (new) 1.1 +3 -0 ports/net-im/cli-msn/distinfo (new) 1.1 +48 -0 ports/net-im/cli-msn/files/patch-src_conf.c (new) 1.1 +10 -0 ports/net-im/cli-msn/files/patch-src_defs.c (new) 1.1 +21 -0 ports/net-im/cli-msn/files/pkg-message.in (new) 1.1 +9 -0 ports/net-im/cli-msn/pkg-descr (new)