From owner-cvs-ports@FreeBSD.ORG Tue Aug 16 15:52:56 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC718106566B; Tue, 16 Aug 2011 15:52:56 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BC8678FC16; Tue, 16 Aug 2011 15:52:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p7GFquwZ049908; Tue, 16 Aug 2011 15:52:56 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7GFquTZ049907; Tue, 16 Aug 2011 15:52:56 GMT (envelope-from danfe) Message-Id: <201108161552.p7GFquTZ049907@repoman.freebsd.org> From: Alexey Dokuchaev Date: Tue, 16 Aug 2011 15:52:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11 Makefile ports/x11/keybinder Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2011 15:52:56 -0000 danfe 2011-08-16 15:52:56 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/keybinder Makefile distinfo pkg-descr pkg-plist Log: Keybinder is a library for registering global keyboard shortcuts that works with GTK-based applications using the X Window System. PR: ports/155262 (severely modified and augmented as I was working on the same port independently) Revision Changes Path 1.768 +1 -0 ports/x11/Makefile 1.1 +55 -0 ports/x11/keybinder/Makefile (new) 1.1 +2 -0 ports/x11/keybinder/distinfo (new) 1.1 +11 -0 ports/x11/keybinder/pkg-descr (new) 1.1 +13 -0 ports/x11/keybinder/pkg-plist (new)