Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D120F7A140 for ; Fri, 20 May 2016 22:01:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8A2E685F04; Fri, 20 May 2016 22:01:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1823285E38 for ; Fri, 20 May 2016 22:01:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9SMLhW8BjgiI for ; Fri, 20 May 2016 22:01:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B5B4784CFD for ; Fri, 20 May 2016 22:01:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4138FBBA; Fri, 20 May 2016 22:01:11 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 20 May 2016 22:01:11 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/devel/libdbusmenu-gtk To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20160520220111.B4138FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: youri Date: Fri May 20 22:01:11 UTC 2016 Added Files: pkgsrc/devel/libdbusmenu-gtk: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Import libdbusmenu-gtk-12.10.2 as devel/libdbusmenu-gtk. A small little library that was created by pulling out some comon code out of indicator-applet. It passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. This package provides GTK2+ API. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libdbusmenu-gtk/DESCR \ pkgsrc/devel/libdbusmenu-gtk/Makefile pkgsrc/devel/libdbusmenu-gtk/PLIST \ pkgsrc/devel/libdbusmenu-gtk/buildlink3.mk \ pkgsrc/devel/libdbusmenu-gtk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.