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 04E787A467 for ; Fri, 29 Apr 2016 11:54:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AED3A85E8D; Fri, 29 Apr 2016 11:54:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3BBD485E78 for ; Fri, 29 Apr 2016 11:54:07 +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 603NAxlZutMa for ; Fri, 29 Apr 2016 11:54:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D57B185E61 for ; Fri, 29 Apr 2016 11:54:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0575FBBA; Fri, 29 Apr 2016 11:54:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 29 Apr 2016 11:54:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/libfilezilla To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160429115406.D0575FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Fri Apr 29 11:54:06 UTC 2016 Added Files: pkgsrc/net/libfilezilla: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/net/libfilezilla/patches: patch-lib_string.cpp Log Message: Import libfilezilla-0.5.0 as net/libfilezilla. libfilezilla is a free, open source C++ library, offering some basic functionality to build high-performing, platform-independent programs. Some of the highlights include: * A typesafe, multi-threaded event system that's very simple to use yet extremely efficient * Timers for periodic events * A datetime class that not only tracks timestamp but also their accuracy, which simplifies dealing with timestamps originating from different sources * Simple process handling for spawning child processes with redirected I/O To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/net/libfilezilla/DESCR \ pkgsrc/net/libfilezilla/Makefile pkgsrc/net/libfilezilla/PLIST \ pkgsrc/net/libfilezilla/buildlink3.mk pkgsrc/net/libfilezilla/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/net/libfilezilla/patches/patch-lib_string.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.