From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 16 13:10:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5BF516A4CE for ; Fri, 16 Jan 2004 13:10:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA64B43D5F for ; Fri, 16 Jan 2004 13:10:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0GLAAFR002183 for ; Fri, 16 Jan 2004 13:10:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0GLAALY002182; Fri, 16 Jan 2004 13:10:10 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 16 Jan 2004 13:10:10 -0800 (PST) Resent-Message-Id: <200401162110.i0GLAALY002182@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Franz Klammer" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8735716A4CE for ; Fri, 16 Jan 2004 13:03:57 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C238643D2F for ; Fri, 16 Jan 2004 13:03:53 -0800 (PST) (envelope-from "") Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 979B376445 for ; Fri, 16 Jan 2004 22:03:51 +0100 (CET) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29025-01 for ; Fri, 16 Jan 2004 22:03:47 +0100 (CET) Received: from ds9.webonaut.com (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id F2FCD76426 for ; Fri, 16 Jan 2004 22:03:36 +0100 (CET) Message-Id: <1074287025@ds9.webonaut.com> Date: Fri, 16 Jan 2004 22:03:56 +0100 From: "Franz Klammer" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: gtk-send-pr 0.2 Subject: ports/61446: [NEW PORT] deskutils/splashsetter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2004 21:10:15 -0000 >Number: 61446 >Category: ports >Synopsis: [NEW PORT] deskutils/splashsetter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 16 13:10:10 PST 2004 >Closed-Date: >Last-Modified: >Originator: Franz Klammer >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD ds9.webonaut.com 5.2-CURRENT FreeBSD 5.2-CURRENT #4: Tue Jan 6 00:09:47 CET 2004 root@ds9.webonaut.com:/usr/obj/usr/src/sys/DS9 i386 >Description: new port: deskutils/splashsetter-0.6 Splash screen changer for GNOME >How-To-Repeat: >Fix: --- splashsetter06.shar 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: # # splashsetter # splashsetter/Makefile # splashsetter/distinfo # splashsetter/pkg-descr # splashsetter/pkg-plist # echo c - splashsetter mkdir -p splashsetter > /dev/null 2>&1 echo x - splashsetter/Makefile sed 's/^X//' >splashsetter/Makefile << 'END-of-splashsetter/Makefile' X# New ports collection makefile for: splashsetter X# Date created: 15 Januar 2004 X# Whom: Franz Klammer X# X# $FreeBSD:$ X# X XPORTNAME= splashsetter XPORTVERSION= 0.6 XCATEGORIES= deskutils gnome XMASTER_SITES= http://webonaut.com/distfiles/${PORTNAME}/ X XMAINTAINER= klammer@webonaut.com XCOMMENT= Splash screen changer for GNOME X XUSE_BZIP2= yes XUSE_X_PREFIX= yes XUSE_REINPLACE= yes XUSE_PYTHON= yes XUSE_GNOME= pygnome2 X Xdo-build: X @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \ X ${WRKSRC}/splash_set_lib.py X @${FIND} ${WRKSRC} -name '*.bak' -delete X @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} X @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} X Xdo-install: X ${MKDIR} ${X11BASE}/share/gnome/pixmaps/${PORTNAME} X ${MKDIR} ${X11BASE}/libexec/${PORTNAME} X @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \ X ${X11BASE}/libexec/${PORTNAME}/ X @${INSTALL_DATA} ${WRKSRC}/splash_set_lib.py* \ X ${X11BASE}/libexec/${PORTNAME}/ X @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \ X ${X11BASE}/share/gnome/applications/ X @${INSTALL_DATA} ${WRKSRC}/*.svg \ X ${X11BASE}/share/gnome/pixmaps/${PORTNAME}/ X @${LN} -s ${X11BASE}/libexec/${PORTNAME}/${PORTNAME} \ X ${X11BASE}/bin/${PORTNAME} X X.include END-of-splashsetter/Makefile echo x - splashsetter/distinfo sed 's/^X//' >splashsetter/distinfo << 'END-of-splashsetter/distinfo' XMD5 (splashsetter-0.6.tar.bz2) = b326f66f21d059360163792582876416 END-of-splashsetter/distinfo echo x - splashsetter/pkg-descr sed 's/^X//' >splashsetter/pkg-descr << 'END-of-splashsetter/pkg-descr' XThere are so many nice splash screens available but it's Xbothering to always change them manually on GConf. XWith Splashsetter you can change your splash screen Xwith a GUI or randomly if called from the commandline Xwith the parameter "--random". X XWWW: http://webonaut.com/splashsetter/ END-of-splashsetter/pkg-descr echo x - splashsetter/pkg-plist sed 's/^X//' >splashsetter/pkg-plist << 'END-of-splashsetter/pkg-plist' Xbin/splashsetter Xlibexec/splashsetter/splash_set_lib.py Xlibexec/splashsetter/splash_set_lib.pyc Xlibexec/splashsetter/splash_set_lib.pyo Xlibexec/splashsetter/splashsetter Xshare/gnome/applications/splashsetter.desktop Xshare/gnome/pixmaps/splashsetter/splashsetter_icon.svg Xshare/gnome/pixmaps/splashsetter/splashsetter_logo.svg X@dirrm share/gnome/pixmaps/splashsetter X@dirrm libexec/splashsetter END-of-splashsetter/pkg-plist exit --- splashsetter06.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: