Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

8
time/dateutils/DESCR Normal file
View File

@@ -0,0 +1,8 @@
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.

20
time/dateutils/Makefile Normal file
View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.2 2013/10/31 08:32:55 wiz Exp $
DISTNAME= dateutils-0.2.6
CATEGORIES= time
MASTER_SITES= http://cdn.bitbucket.org/hroptatyr/dateutils/downloads/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fresse.org/dateutils/
COMMENT= Command line tools for working with dates
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libdut.pc.in
INFO_FILES= yes
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"

37
time/dateutils/PLIST Normal file
View File

@@ -0,0 +1,37 @@
@comment $NetBSD: PLIST,v 1.1 2013/10/21 15:05:05 wiz Exp $
bin/dadd
bin/dconv
bin/ddiff
bin/dgrep
bin/dround
bin/dseq
bin/dtest
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/leaps.h
include/dateutils/leapseconds.def
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/tzraw.h
info/dateutils.info
lib/libdut.a
lib/pkgconfig/libdut.pc
man/man1/dadd.1
man/man1/dateutils.1
man/man1/dconv.1
man/man1/ddiff.1
man/man1/dgrep.1
man/man1/dround.1
man/man1/dseq.1
man/man1/dtest.1
man/man1/strptime.1
share/doc/dateutils/README.md

5
time/dateutils/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2013/10/31 08:32:55 wiz Exp $
SHA1 (dateutils-0.2.6.tar.xz) = 55709a7a259bf73fb9ff7bb62de7a31a894870ed
RMD160 (dateutils-0.2.6.tar.xz) = 3b505637bba64a0cc8fbd63935dd63e397b1e1cc
Size (dateutils-0.2.6.tar.xz) = 485740 bytes