From owner-cvs-all@FreeBSD.ORG Thu Sep 13 20:05:55 2007 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 C839C16A417; Thu, 13 Sep 2007 20:05:55 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF64C13C457; Thu, 13 Sep 2007 20:05:55 +0000 (UTC) (envelope-from oliver@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 l8DK5tuM051329; Thu, 13 Sep 2007 20:05:55 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8DK5tOA051328; Thu, 13 Sep 2007 20:05:55 GMT (envelope-from oliver) Message-Id: <200709132005.l8DK5tOA051328@repoman.freebsd.org> From: Oliver Lehmann Date: Thu, 13 Sep 2007 20:05:55 +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/libmowgli Makefile distinfo pkg-descr pkg-plist 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: Thu, 13 Sep 2007 20:05:55 -0000 oliver 2007-09-13 20:05:55 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libmowgli Makefile distinfo pkg-descr pkg-plist Log: adding libmowgli which will be used in future versions of multimedia/audacious mowgli is a development framework for C (like GLib), which provides high performance and highly flexible algorithms. It can be used as a suppliment to GLib (to add additional functions (dictionaries, hashes), or replace some of the slow GLib list manipulation functions), or stand alone. It also provides a powerful hook system and convenient logging for your code, as well as a high performance block allocator. Revision Changes Path 1.2878 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/libmowgli/Makefile (new) 1.1 +3 -0 ports/devel/libmowgli/distinfo (new) 1.1 +8 -0 ports/devel/libmowgli/pkg-descr (new) 1.1 +36 -0 ports/devel/libmowgli/pkg-plist (new)