NOTICE: This package has been removed from pkgsrc

./wip/dateutils, Command line tools for working with dates

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.4.0, Package name: dateutils-0.4.0, Maintainer: pkgsrc-users

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.


Required to build:
[devel/gperf]

Master sites:

SHA1: 7f3ec03b68464f37ea2eb661b569b3352ed66740
RMD160: b1efb3742d47ae4d3f2cddb0df88480a40e0d82b
Filesize: 594.105 KB

Version history: (Expand)


CVS history: (Expand)


   2014-12-16 14:44:40 by Makoto Fujiwara | Files touched by this commit (5)
Log message:
Sync to time/dateutils, to prepare submitting patch (after small improvement)

   2014-12-15 09:22:58 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Removing unused PKGCONFIG_OVERRIDE=  line

   2014-12-15 09:19:54 by Makoto Fujiwara | Files touched by this commit (5)
Log message:
Get similar PLIST compared to previous 0.27 version.

   2014-12-06 11:03:08 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
Added flex to USE_TOOLS.
   2014-12-06 05:57:53 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Add bison in USE_TOOLS. Add USE_LIBTOOLS= yes. Add buildlink3 of gperf.
Thanks Niclaus Rosenvik for test and advice.
   2014-12-04 06:47:33 by Makoto Fujiwara | Files touched by this commit (5)
Log message:
Import dateutils-0.3.1 as wip/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.