Date: Sat, 2 Oct 2004 13:55:34 +0200 (CEST) From: Jesse van den Kieboom <troplosti@orcaweb.cjb.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72258: New port: sysutils/gksu Graphical frontend to su Message-ID: <20041002115534.5DD7B1F3FA@ayla.icecrew.nl> Resent-Message-ID: <200410021200.i92C0rYS052223@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72258 >Category: ports >Synopsis: New port: sysutils/gksu Graphical frontend to su >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 02 12:00:53 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jesse van den Kieboom >Release: FreeBSD 5.3-BETA6 i386 >Organization: >Environment: System: FreeBSD ayla.icecrew.nl 5.3-BETA6 FreeBSD 5.3-BETA6 #1: Tue Sep 28 16:34:31 CEST 2004 jesse@ayla.icecrew.nl:/usr/obj/usr/src/sys/AYLA i386 >Description: gksu is a Gtk+ frontend to /bin/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 another program as another user. >How-To-Repeat: >Fix: --- gksu-1.2.1.port begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gksu # gksu/pkg-plist # gksu/pkg-descr # gksu/distinfo # gksu/Makefile # gksu/files # echo c - gksu mkdir -p gksu > /dev/null 2>&1 echo x - gksu/pkg-plist sed 's/^X//' >gksu/pkg-plist << 'END-of-gksu/pkg-plist' Xbin/gksu Xbin/gksudo Xbin/gksuexec Xshare/applications/gksu.desktop Xshare/applications/gksuexec.desktop Xshare/locale/ca/LC_MESSAGES/gksu.mo Xshare/locale/da/LC_MESSAGES/gksu.mo Xshare/locale/de/LC_MESSAGES/gksu.mo Xshare/locale/es/LC_MESSAGES/gksu.mo Xshare/locale/pt_BR/LC_MESSAGES/gksu.mo Xshare/locale/ru/LC_MESSAGES/gksu.mo Xshare/pixmaps/gksu-icon.png Xshare/pixmaps/gksu-root-terminal.png END-of-gksu/pkg-plist echo x - gksu/pkg-descr sed 's/^X//' >gksu/pkg-descr << 'END-of-gksu/pkg-descr' Xgksu is a Gtk+ frontend to /bin/su. It supports login shells and preserving Xenvironment when acting as a su frontend. It is useful to menu items or other Xgraphical programs that need to ask a user's password to run another program Xas another user. X XWWW: http://www.gnu.org/non-gnu/gksu/ X X- Jesse van den Kieboom Xtroplosti@orcaweb.cjb.net END-of-gksu/pkg-descr echo x - gksu/distinfo sed 's/^X//' >gksu/distinfo << 'END-of-gksu/distinfo' XMD5 (gksu-1.2.1.tar.gz) = 449fcbee896f47a27bf20ac7377ae3d5 XSIZE (gksu-1.2.1.tar.gz) = 550076 END-of-gksu/distinfo echo x - gksu/Makefile sed 's/^X//' >gksu/Makefile << 'END-of-gksu/Makefile' X# New ports collection makefile for: gksu X# Date created: 2 October 2004 X# Whom: Jesse van den Kieboom <troplosti@orcaweb.cjb.net> X# X# $FreeBSD$ X# X XPORTNAME= gksu XPORTVERSION= 1.2.1 XCATEGORIES= sysutils XMASTER_SITES= http://people.debian.org/~kov/gksu/gksu/ X XMAINTAINER= troplosti@orcaweb.cjb.net XCOMMENT= Graphical frontend to su X XLIB_DEPENDS= libgksu1.2:${PORTSDIR}/sysutils/libgksu1.2:install \ X libgksuui1.0:${PORTSDIR}/sysutils/libgksuui1.0:install XUSE_GNOME= gtk20 pkgconfig XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X XUSE_GETTEXT= yes XMAN1= gksu.1 gksuexec.1 X X.include <bsd.port.mk> END-of-gksu/Makefile echo c - gksu/files mkdir -p gksu/files > /dev/null 2>&1 exit --- gksu-1.2.1.port ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041002115534.5DD7B1F3FA>