Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 550BFA57FE for ; Sun, 4 Oct 2015 13:26:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 03C6D14A243; Sun, 4 Oct 2015 13:26:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3C15B14A23E for ; Sun, 4 Oct 2015 13:26:11 +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 fnEpUgsbWTJ2 for ; Sun, 4 Oct 2015 13:26:10 +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 86E9314A23A for ; Sun, 4 Oct 2015 13:26:10 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 816B798; Sun, 4 Oct 2015 13:26:10 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 4 Oct 2015 13:26:10 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/sysutils/ruby-listen To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20151004132610.816B798@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sun Oct 4 13:26:10 UTC 2015 Modified Files: pkgsrc/sysutils/ruby-listen: Makefile PLIST distinfo Added Files: pkgsrc/sysutils/ruby-listen: ALTERNATIVES Log Message: Update ruby-listen to 3.0.3. pkgsrc change: add pkg_alternatives support. v3.0.3 Improvements * #330 - fixed warnings on JRuby v3.0.2 Bugfixes * fix #328 - add missing require which crashed Listen on OSX (thanks to @noahsw for reporting) v3.0.1 Bugfixes * #325, #327 - fix regressions (allow Listen to run correctly without other deps + properly handle pause()) v3.0.0 KNOWN ISSUES * #319, #258 - TCP is no longer part of Listen, and there's currently no alternative except downgrading to Listen 2.x API CHANGES * TCP functionality removed (Listen.on, Adapter::TCP, Adapter::TCP::Broadcaster, etc.) * Listener#start should be used instead of Listener#unpause * Listener#directories is no longer available * Listener#options is no longer available as public API IMPROVEMENTS * Major performance improvements (CPU), especially for Polling * Celluloid is no longer required by Listen (which means: better performance, less dependencies, less threads used, less version conflicts, easier debugging, less potential issues/bugs) * TCP is no longer part of Listen (which means: more maintainable codebase and possibility to create much better TCP implementation without the tradeoffs) Development * major codebase rewrite * better logging by default To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/ruby-listen/ALTERNATIVES cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/ruby-listen/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/ruby-listen/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/ruby-listen/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.