Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2006 23:07:09 GMT
From:      Remington <MrL0Lz@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/91425: New Port: deskutils/superswitcher
Message-ID:  <200601062307.k06N79CS056022@www.freebsd.org>
Resent-Message-ID: <200601062310.k06NAHdX027430@freefall.freebsd.org>

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

>Number:         91425
>Category:       ports
>Synopsis:       New Port: deskutils/superswitcher
>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 06 23:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Remington
>Release:        6.0-S
>Organization:
>Environment:
FreeBSD vaio 6.0-STABLE FreeBSD 6.0-STABLE #4: Fri Dec 30 17:36:59 PST 2005 mrlol@vaio:/usr/obj/usr/src/sys/VAIO  i386

>Description:
              This is a replacement for Alt+Tab in GNOME. The port uses REINPLACE_CMD to fix weirdness in detecting x11.pc. This port also uses ${INSTALL_DATA} because port does not respect --prefix during ./configure.
>How-To-Repeat:
              
>Fix:
# 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:
#
#       Makefile
#       distinfo
#       pkg-descr
#       pkg-plist
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:   superswitcher
X# Date Created:                                02 Jan 2006
X# Whom:                                        Remington Lang <MrL0Lz@gmail.com>
X#
X# $FreeBSD$
X
XPORTNAME=      superswitcher
XPORTVERSION=   0.1
XCATEGORIES=    gnome deskutils
XMASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=    browserbookapp
X
XMAINTAINER=    MrL0Lz@gmail.com
XCOMMENT=       Alt-Tab replacement
X
XBUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon
XRUN_DEPENDS=   gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon
X
XUSE_GMAKE=     yes
XUSE_GNOME=     gtk20 libwnck pango
XUSE_REINPLACE= yes
X
Xpost-patch:
X       @${REINPLACE_CMD} -e 's/x11//g' ${WRKSRC}/configure
X
Xdo-install:
X       ${INSTALL_PROGRAM} ${WRKSRC}/src/superswitcher ${PREFIX}/bin
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (superswitcher-0.1.tar.gz) = 75bbaaddbca5928c801a70c436fe9691
XSHA256 (superswitcher-0.1.tar.gz) = af2e1df434d976373c9c924b5ec2f4cd0809befea80f64e7f61c68af3824b685
XSIZE (superswitcher-0.1.tar.gz) = 218807
END-of-distinfo
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XA more feature-full replacement of thr Alt-Tab window switching behavior.
X
XSuperswitcher uses the "Super" key, also known as the Windows key to switch
Xbetween windows and workspaces.
X
XWWW: http://www.gnomefiles.com/app.php?soft_id=1231
END-of-pkg-descr
echo x - pkg-plist
sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
Xbin/superswitcher
END-of-pkg-plist
exit

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



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