Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1F6E2A580C for ; Mon, 26 May 2014 09:25:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 477CD14A282; Mon, 26 May 2014 09:24:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D4AFD14A27D for ; Mon, 26 May 2014 09:24:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id MoyLq7VuCBgZ for ; Mon, 26 May 2014 09:24:56 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 52D5414A276 for ; Mon, 26 May 2014 09:24:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 482FD96; Mon, 26 May 2014 09:24:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 26 May 2014 09:24:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/hyena To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140526092456.482FD96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon May 26 09:24:56 UTC 2014 Added Files: pkgsrc/x11/hyena: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/x11/hyena/patches: patch-Hyena.Data.Sqlite_Makefile.in patch-Hyena.Gui_Makefile.in patch-Hyena_Makefile.in patch-Mono.Data.Sqlite_Makefile.in Log Message: Import hyena-0.5nb1 as x11/hyena, packaged for wip by jihbed and myself. Hyena is a C# library used to make awesome applications. It contains a lot of random things, including useful data structures, a Sqlite-based db layer, cool widgets, a JSON library, a smart job/task scheduler, a user-query/search parser, and much more. It's particularly useful for Gtk# applications, though only the Hyena.Gui assembly requires Gtk#. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/x11/hyena/DESCR pkgsrc/x11/hyena/Makefile \ pkgsrc/x11/hyena/PLIST pkgsrc/x11/hyena/buildlink3.mk \ pkgsrc/x11/hyena/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/x11/hyena/patches/patch-Hyena.Data.Sqlite_Makefile.in \ pkgsrc/x11/hyena/patches/patch-Hyena.Gui_Makefile.in \ pkgsrc/x11/hyena/patches/patch-Hyena_Makefile.in \ pkgsrc/x11/hyena/patches/patch-Mono.Data.Sqlite_Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.