From owner-cvs-all@FreeBSD.ORG Mon Aug 27 13:52:49 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 5358F16A418; Mon, 27 Aug 2007 13:52:49 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4275413C467; Mon, 27 Aug 2007 13:52:49 +0000 (UTC) (envelope-from flz@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 l7RDqnmT091116; Mon, 27 Aug 2007 13:52:49 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7RDqm92091089; Mon, 27 Aug 2007 13:52:48 GMT (envelope-from flz) Message-Id: <200708271352.l7RDqm92091089@repoman.freebsd.org> From: Florent Thoumie Date: Mon, 27 Aug 2007 13:52:48 +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/sysutils Makefile ports/sysutils/consolekit Makefile distinfo pkg-descr pkg-plist ports/sysutils/consolekit/files consolekit.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: Mon, 27 Aug 2007 13:52:49 -0000 flz 2007-08-27 13:52:48 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/consolekit Makefile distinfo pkg-descr pkg-plist sysutils/consolekit/files consolekit.in Log: Add ConsoleKit, a framework for defining and tracking users. It's required by recent versions of PolicyKit and can be used by gdm to track users and sessions. Revision Changes Path 1.937 +1 -0 ports/sysutils/Makefile 1.1 +36 -0 ports/sysutils/consolekit/Makefile (new) 1.1 +3 -0 ports/sysutils/consolekit/distinfo (new) 1.1 +57 -0 ports/sysutils/consolekit/files/consolekit.in (new) 1.1 +6 -0 ports/sysutils/consolekit/pkg-descr (new) 1.1 +16 -0 ports/sysutils/consolekit/pkg-plist (new)