From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:41:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB66316A403; Sat, 23 Dec 2006 10:41:03 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D842E13C442; Sat, 23 Dec 2006 10:41:03 +0000 (UTC) (envelope-from dinoex@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 kBNAf3Ej096570; Sat, 23 Dec 2006 10:41:03 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAf327096568; Sat, 23 Dec 2006 10:41:03 GMT (envelope-from dinoex) Message-Id: <200612231041.kBNAf327096568@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10:41:03 +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/deskutils Makefile ports/deskutils/etoile-systemconfig 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: Sat, 23 Dec 2006 10:41:04 -0000 dinoex 2006-12-23 10:41:03 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/etoile-systemconfig Makefile distinfo pkg-descr pkg-plist Log: SystemConfig is a framework which provides various a common way to set system specific preferences by interfacing with the host system. Host system means the following combo: * operating sytem * additional abstraction support (sound, network etc.) * display/window server Versatile and flexible devices support is often done through an extra abstraction layer/library on top of the kernel. This is what 'additional abstraction support' means. GNOME System tools backend is an example of such library that allows to set various settings (like network related ones) without having to pay attention on which operating system Etoile is used. WWW: http://www.etoile-project.org/ Revision Changes Path 1.278 +1 -0 ports/deskutils/Makefile 1.1 +33 -0 ports/deskutils/etoile-systemconfig/Makefile (new) 1.1 +3 -0 ports/deskutils/etoile-systemconfig/distinfo (new) 1.1 +13 -0 ports/deskutils/etoile-systemconfig/pkg-descr (new) 1.1 +8 -0 ports/deskutils/etoile-systemconfig/pkg-plist (new)