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 C7FAA7A2AF for ; Sat, 21 May 2016 18:48:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7DE0285F28; Sat, 21 May 2016 18:48:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0A9F785F13 for ; Sat, 21 May 2016 18:48:55 +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 iP5HqV-MlPau for ; Sat, 21 May 2016 18:48:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A1C5185E74 for ; Sat, 21 May 2016 18:48:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A02C0FBBA; Sat, 21 May 2016 18:48:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 21 May 2016 18:48:54 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/misc/libmateweather To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20160521184854.A02C0FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: youri Date: Sat May 21 18:48:54 UTC 2016 Added Files: pkgsrc/misc/libmateweather: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Import libmateweather-1.14.0 as misc/libmateweather. libmateweather is a libgnomeweather fork. libmateweather is a library to access weather information from online services for numerous locations. libmateweather isn't supported in the devel platform, which means OS vendors won't guarantee the API/ABI long-term, but authors of open source apps should feel free to use libmateweather as users can always recompile against a new version. To use libmateweather in your code, you need to define the MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE preprecessor symbol, e.g. by adding -DMATEWEATHER_I_KNOW_THIS_IS_UNSTABLE to your CFLAGS. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/misc/libmateweather/DESCR \ pkgsrc/misc/libmateweather/Makefile pkgsrc/misc/libmateweather/PLIST \ pkgsrc/misc/libmateweather/buildlink3.mk \ pkgsrc/misc/libmateweather/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.