pkgsrc/time/dateutils/PLIST
mef ac55450799 Updated time/dateutils to 0.4.0
-------------------------------
v0.4.0
Summary: v0.4.0 of dateutils
This is a bugfix release.

Bugfixes:
  - document %g/%G format specifiers
  - bug/42, accept NUL characters in input
  - bug/45, correctly display Gregorian and ISO week dates in one line
  - bug/46, adhere to ISO group's official formatting of week dates
  - bug/47, allow rounding of Epoch based timestamps
  - bug/48, avoid crash for void input to strptime(3)

Features:
  - datetest supports --isvalid to conditionalise on date/time parsing
  - all tools support --from-locale to parse localised input
  - tools with output formatting support --locale to format output according to
    locale

v0.3.5
Summary: v0.3.5 of dateutils
This is a bugfix release.

Bugfixes:
  - bug/40, distinguish between numerals-only dates and durations
  - tests will succeed independent of current date

See info page examples and/or README.

v0.3.4
Summary: v0.3.4 of dateutils
This is a bugfix release.

Bugfixes:
  - bug/39, MacOSX endianness detection
  - bug/38, ddiff day-only durations on date/times
  - dadd +2m bug is fixed, regression dtadd.049.clit/dtadd.050.clit

v0.3.3
Summary: v0.3.3 of dateutils
This is a feature release.

Features:
  - to clarify purpose and avoid name clashes prefix binaries with date- This
    results in: dateadd dateconv datediff dategrep dateround dateseq datesort
    datetest and datezone
  - provide compatibilty through configure switch -with-old-names
  - provide single digit years through %_y
  - allow rounding of ISO-week dates (ywd) to week numbers

Bugfixes:
  - dashes behind a date do not count as tz indicator
  - UTC/TAI/GPS special coordinated zones work on systems without leap second
    support

v0.3.2
Summary: v0.3.2 of dateutils
This is a bugfix release.

Bugfixes:
  - out of range minutes will be discarded
  - bug 30 (malicious input crashes dconv) has been fixed

Features:
  - military midnight stamps are supported (T24:00:00)
  - 8601 ordinal dates (year + doy) are recognised directly (-f yd)
  - strptime(1) can behave in a locale-dependent way

-------------------------------------------------------------------------
(pkgsrc-changes)
 - recover the two patches for 0.3.1
2016-09-19 05:33:15 +00:00

67 lines
1.4 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2016/09/19 05:33:15 mef Exp $
bin/dadd
bin/dateadd
bin/dateconv
bin/datediff
bin/dategrep
bin/dateround
bin/dateseq
bin/datesort
bin/datetest
bin/datezone
bin/dconv
bin/ddiff
bin/dgrep
bin/dround
bin/dseq
bin/dsort
bin/dtest
bin/dzone
bin/strptime
include/dateutils/boops.h
include/dateutils/date-core-strpf.h
include/dateutils/date-core.h
include/dateutils/dt-core-strpf.h
include/dateutils/dt-core-tz-glue.h
include/dateutils/dt-core.h
include/dateutils/generics.h
include/dateutils/gmtime.h
include/dateutils/leaps.h
include/dateutils/leapseconds.def
include/dateutils/leapseconds.h
include/dateutils/nifty.h
include/dateutils/strops.h
include/dateutils/time-core-strpf.h
include/dateutils/time-core.h
include/dateutils/token.h
include/dateutils/tzmap.h
include/dateutils/tzraw.h
include/dateutils/version.h
info/dateutils.info
lib/libdut.a
man/man1/dadd.1
man/man1/dateadd.1
man/man1/dateconv.1
man/man1/datediff.1
man/man1/dategrep.1
man/man1/dateround.1
man/man1/dateseq.1
man/man1/datesort.1
man/man1/datetest.1
man/man1/dateutils.1
man/man1/datezone.1
man/man1/dconv.1
man/man1/ddiff.1
man/man1/dgrep.1
man/man1/dround.1
man/man1/dseq.1
man/man1/dsort.1
man/man1/dtest.1
man/man1/dzone.1
man/man1/strptime.1
share/dateutils/iata.tzmcc
share/dateutils/icao.tzmcc
share/dateutils/locale
share/dateutils/mic.tzmcc
share/doc/dateutils/LICENSE
share/doc/dateutils/README.md