From owner-cvs-ports@FreeBSD.ORG  Fri Jul  2 05:44:45 2004
Return-Path: <owner-cvs-ports@FreeBSD.ORG>
Delivered-To: cvs-ports@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B006816A4DF; Fri,  2 Jul 2004 05:44:45 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A7D8C43D39; Fri,  2 Jul 2004 05:44:45 +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 i625hPh9010664;
	Fri, 2 Jul 2004 05:43:25 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i625hPDu010663;
	Fri, 2 Jul 2004 05:43:25 GMT
	(envelope-from marcus)
Message-Id: <200407020543.i625hPDu010663@repoman.freebsd.org>
From: Joe Marcus Clarke <marcus@FreeBSD.org>
Date: Fri, 2 Jul 2004 05:43:25 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11 Makefile ports/x11/brightside Makefile
 distinfo pkg-descr pkg-plist ports/x11/brightside/files
 patch-src_brightside.c
X-BeenThere: cvs-ports@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the ports tree <cvs-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>,
	<mailto:cvs-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-ports>
List-Post: <mailto:cvs-ports@freebsd.org>
List-Help: <mailto:cvs-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>,
	<mailto:cvs-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 02 Jul 2004 05:44:46 -0000

marcus      2004-07-02 05:43:24 UTC

  FreeBSD ports repository

  Modified files:
    x11                  Makefile 
  Added files:
    x11/brightside       Makefile distinfo pkg-descr pkg-plist 
    x11/brightside/files patch-src_brightside-tray.c 
                         patch-src_brightside-util.c 
                         patch-src_brightside.c 
  Log:
  Add brightside, a tool that adds edge and corner actions to the GNOME desktop.
  For example, with brightside, you can switch virtual desktops by moving the
  pointer to the edge of the screen.  You can also allocate actions to the
  corners a la Mac OS X.
  
  Revision  Changes    Path
  1.521     +1 -0      ports/x11/Makefile
  1.1       +25 -0     ports/x11/brightside/Makefile (new)
  1.1       +2 -0      ports/x11/brightside/distinfo (new)
  1.1       +19 -0     ports/x11/brightside/files/patch-src_brightside-tray.c (new)
  1.1       +13 -0     ports/x11/brightside/files/patch-src_brightside-util.c (new)
  1.1       +322 -0    ports/x11/brightside/files/patch-src_brightside.c (new)
  1.1       +12 -0     ports/x11/brightside/pkg-descr (new)
  1.1       +72 -0     ports/x11/brightside/pkg-plist (new)