From owner-cvs-ports@FreeBSD.ORG Thu Sep 6 19:33:17 2007 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 4834E16A418; Thu, 6 Sep 2007 19:33:17 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 387B013C469; Thu, 6 Sep 2007 19:33:17 +0000 (UTC) (envelope-from laszlof@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 l86JXHQS081948; Thu, 6 Sep 2007 19:33:17 GMT (envelope-from laszlof@repoman.freebsd.org) Received: (from laszlof@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l86JXHtI081947; Thu, 6 Sep 2007 19:33:17 GMT (envelope-from laszlof) Message-Id: <200709061933.l86JXHtI081947@repoman.freebsd.org> From: "Frank J. Laszlo" Date: Thu, 6 Sep 2007 19:33:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports/x11-wm Makefile ports/x11-wm/libcompizconfig Makefile distinfo pkg-descr pkg-plist ports/x11-wm/libcompizconfig/files patch-src-main.c 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, 06 Sep 2007 19:33:17 -0000 laszlof 2007-09-06 19:33:16 UTC FreeBSD ports repository Modified files: . modules x11-wm Makefile Added files: x11-wm/libcompizconfig Makefile distinfo pkg-descr pkg-plist x11-wm/libcompizconfig/files patch-src-main.c Log: Libcompizconfig is an alternative configuration system for compiz and provides the following features: - Automatic plugin list generation. - Import/Export of the current configuration. - Configuration profiles. - Parsing of Compiz metadata files to provide an easy to use API for configuration managers. - Conflict handling for plugins and actions. - Support for different configuration storage backends. - Desktop environment integration. If a backend provides desktop environment integration, then Compiz will share the keybindings and settings with the default desktop environment window manager like metacity or kwin. - Its own Compiz configuration plugin "ccp" to provide all features of libcompizconfig with compiz. WWW: http://forums.compiz-fusion.org/ PR: ports/116136 Submitted by: Robert Noland Revision Changes Path 1.18646 +1 -0 CVSROOT/modules 1.201 +1 -0 ports/x11-wm/Makefile 1.1 +41 -0 ports/x11-wm/libcompizconfig/Makefile (new) 1.1 +3 -0 ports/x11-wm/libcompizconfig/distinfo (new) 1.1 +22 -0 ports/x11-wm/libcompizconfig/files/patch-src-main.c (new) 1.1 +17 -0 ports/x11-wm/libcompizconfig/pkg-descr (new) 1.1 +19 -0 ports/x11-wm/libcompizconfig/pkg-plist (new)