From owner-cvs-all@FreeBSD.ORG Fri Nov 5 06:13:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 446AE16A4CE; Fri, 5 Nov 2004 06:13:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3806E43D3F; Fri, 5 Nov 2004 06:13:00 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA56D0aY070784; Fri, 5 Nov 2004 06:13:00 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA56D0rY070783; Fri, 5 Nov 2004 06:13:00 GMT (envelope-from marcus) Message-Id: <200411050613.iA56D0rY070783@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 5 Nov 2004 06:13:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/gksu Makefile distinfo pkg-descr pkg-plist ports/sysutils/gksu/files patch-gksu_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 05 Nov 2004 06:13:00 -0000 marcus 2004-11-05 06:13:00 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/gksu Makefile distinfo pkg-descr pkg-plist sysutils/gksu/files patch-gksu_Makefile.in Log: Add gksu, a GTK+ frontend to su. It supports login shells and preserving environment when acting as a su frontend. It is useful to menu items or other graphical programs that need to ask a user's password to run programs as another user. PR: 72258 Submitted by: Jesse van den Kieboom Revision Changes Path 1.589 +1 -0 ports/sysutils/Makefile 1.1 +27 -0 ports/sysutils/gksu/Makefile (new) 1.1 +2 -0 ports/sysutils/gksu/distinfo (new) 1.1 +11 -0 ports/sysutils/gksu/files/patch-gksu_Makefile.in (new) 1.1 +9 -0 ports/sysutils/gksu/pkg-descr (new) 1.1 +14 -0 ports/sysutils/gksu/pkg-plist (new)