Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  7 Jun 2000 10:46:22 -0700 (PDT)
From:      murban@tznet.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/19097: New port of IcePref
Message-ID:  <20000607174622.6694D37BA7F@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         19097
>Category:       ports
>Synopsis:       New port of IcePref
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 07 10:50:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Michael Urban
>Release:        4.0-STABLE
>Organization:
>Environment:
>Description:
# 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:
#
#	icepref
#	icepref/Makefile
#	icepref/pkg
#	icepref/pkg/PLIST
#	icepref/pkg/COMMENT
#	icepref/pkg/DESCR
#	icepref/files
#	icepref/files/md5
#	icepref/patches
#	icepref/patches/patch-aa
#
echo c - icepref
mkdir -p icepref > /dev/null 2>&1
echo x - icepref/Makefile
sed 's/^X//' >icepref/Makefile << 'END-of-icepref/Makefile'
X# New ports collection makefile for:	icepref
X# Date created:		06 June 2000
X# Whom:				Michael Urban <murban@tznet.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	icepref
XPORTVERSION=	1.1
XCATEGORIES=	x11-wm
XMASTER_SITES=	http://209.132.18.205/downloads/portfiles/
X
XMAINTAINER=	murban@tznet.com
X
XLIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
XRUN_DEPENDS=	python:${PORTSDIR}/lang/python
XBUILD_DEPENDS=	${LOCALBASE}/include/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk
X
XUSE_XLIB=	yes
X
XNO_BUILD=	yes
X
XWRKSRC=		${WRKDIR}/icepref
X
XFETCH_BEFORE_ARGS=	-b
X
X.include <bsd.port.mk>
END-of-icepref/Makefile
echo c - icepref/pkg
mkdir -p icepref/pkg > /dev/null 2>&1
echo x - icepref/pkg/PLIST
sed 's/^X//' >icepref/pkg/PLIST << 'END-of-icepref/pkg/PLIST'
X@cwd /usr/X11R6
X/bin/icepref
Xman/man1/icepref.1
X
END-of-icepref/pkg/PLIST
echo x - icepref/pkg/COMMENT
sed 's/^X//' >icepref/pkg/COMMENT << 'END-of-icepref/pkg/COMMENT'
XA small graphical configuration utility for the Ice Window Manager
END-of-icepref/pkg/COMMENT
echo x - icepref/pkg/DESCR
sed 's/^X//' >icepref/pkg/DESCR << 'END-of-icepref/pkg/DESCR'
XThis is a port of IcePref, a graphical configuration utility for the Ice Window Manager that uses Python and GTK. This port fixes the problem with the Restart button not working in FreeBSD if you install from the original source.
X
XWWW: http://members.xoom.com/SaintChoj/icepref.html
X
Xmurban@tznet.com
END-of-icepref/pkg/DESCR
echo c - icepref/files
mkdir -p icepref/files > /dev/null 2>&1
echo x - icepref/files/md5
sed 's/^X//' >icepref/files/md5 << 'END-of-icepref/files/md5'
XMD5 (icepref-1.1.tar.gz) = 25d1af96450d34b82d4026b1b18ca61b
END-of-icepref/files/md5
echo c - icepref/patches
mkdir -p icepref/patches > /dev/null 2>&1
echo x - icepref/patches/patch-aa
sed 's/^X//' >icepref/patches/patch-aa << 'END-of-icepref/patches/patch-aa'
X*** icepref.orig	Wed Jan  5 17:16:04 2000
X--- icepref	Tue Jun  6 23:26:56 2000
X***************
X*** 1898,1905 ****
X  		# work on other non Linux systems.  Under Debian, this function requires
X  		# the installation of the psmisc package.
X  		
X! 		os.system('killall -HUP -q icewm')
X! 		os.system('killall -HUP -q icewm-gnome')
X  	
X  	# this is the callback for the OK button
X  	
X--- 1898,1905 ----
X  		# work on other non Linux systems.  Under Debian, this function requires
X  		# the installation of the psmisc package.
X  		
X! 		os.system('killall -HUP icewm')
X! 		os.system('killall -HUP icewm-gnome')
X  	
X  	# this is the callback for the OK button
X  	
X***************
X*** 2090,2096 ****
X  			button.show()
X  			
X  			# Disable the Restart button in the OS is BSD or the user is root
X! 			if item[0] == 'Restart' and ( self.os == 'BSD' or USER == 'root'):
X  			    button.set_sensitive(FALSE)
X  			    
X  			bbox.pack_start(button, TRUE, FALSE, 0)
X--- 2090,2096 ----
X  			button.show()
X  			
X  			# Disable the Restart button in the OS is BSD or the user is root
X! 			if item[0] == 'Restart' and ( USER == 'root'):
X  			    button.set_sensitive(FALSE)
X  			    
X  			bbox.pack_start(button, TRUE, FALSE, 0)
END-of-icepref/patches/patch-aa
exit

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000607174622.6694D37BA7F>