From owner-cvs-ports@FreeBSD.ORG Thu Jun 29 11:08:24 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8661416A416; Thu, 29 Jun 2006 11:08:24 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24E6D43DB2; Thu, 29 Jun 2006 11:08:18 +0000 (GMT) (envelope-from garga@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 k5TB8Iuo044838; Thu, 29 Jun 2006 11:08:18 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5TB8I9d044837; Thu, 29 Jun 2006 11:08:18 GMT (envelope-from garga) Message-Id: <200606291108.k5TB8I9d044837@repoman.freebsd.org> From: Renato Botelho Date: Thu, 29 Jun 2006 11:08:18 +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/devel Makefile ports/devel/lion Makefile distinfo pkg-descr pkg-plist 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, 29 Jun 2006 11:08:24 -0000 garga 2006-06-29 11:08:18 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/lion Makefile distinfo pkg-descr pkg-plist Log: LiON (Lund's Input Output Library) is a C library to quickly develop programs that are event-driven, networked, non-blocking and portable. It includes a simple API to do any networking, file I/O and pipes. It is multiplatform and runs on POSIX-like systems and Windows. WWW: http://www.lundman.net/wiki/index.php/LiON PR: ports/99589 Submitted by: Marco Molteni Revision Changes Path 1.2300 +1 -0 ports/devel/Makefile 1.1 +40 -0 ports/devel/lion/Makefile (new) 1.1 +3 -0 ports/devel/lion/distinfo (new) 1.1 +7 -0 ports/devel/lion/pkg-descr (new) 1.1 +17 -0 ports/devel/lion/pkg-plist (new)