Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-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 AE4047265A for ; Mon, 21 Oct 2013 16:17:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F269D14A287; Mon, 21 Oct 2013 15:05:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D86C514A286 for ; Mon, 21 Oct 2013 15:05:05 +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 A1PUdBpLP6fT for ; Mon, 21 Oct 2013 15:05:05 +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 5F3B814A1AC for ; Mon, 21 Oct 2013 15:05:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4BF5D96; Mon, 21 Oct 2013 15:05:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 21 Oct 2013 15:05:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time/dateutils To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20131021150505.4BF5D96@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 Oct 21 15:05:05 UTC 2013 Added Files: pkgsrc/time/dateutils: DESCR Makefile PLIST distinfo Log Message: Import dateutils-0.2.5 as time/dateutils. Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data. Dateutils commands are prefixed with a `d` but otherwise resemble known unix commands for reasons of intuition. The only exception being `strptime` which is analogous to the libc function of the same name. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/time/dateutils/DESCR \ pkgsrc/time/dateutils/Makefile pkgsrc/time/dateutils/PLIST \ pkgsrc/time/dateutils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.