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

View File

@@ -0,0 +1,3 @@
CRUSH (Custom Reporting Utilities for SHell) is a collection
of tools for processing delimited-text data from the command
line or in shell scripts.

View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.2 2013/12/09 14:17:53 obache Exp $
#
DISTNAME= crush-tools-2013-04
PKGNAME= ${DISTNAME:C/-([0-9]+)$/.\1/}
PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://crush-tools.googlecode.com/files/
MAINTAINER= filip@joyent.com
HOMEPAGE= http://code.google.com/p/crush-tools/
COMMENT= Collection of tools for processing delimited-text data
LICENSE= apache-2.0
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc
DEPENDS+= {perl>=5,p5-Getopt-Long-[0-9]*}:../../devel/p5-Getopt-Long
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gm4 gmake perl
REPLACE_PERL+= src/bin/genman.pl
CFLAGS.SunOS+= -Du_int32_t=uint32_t
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,75 @@
@comment $NetBSD: PLIST,v 1.1 2013/09/13 11:26:52 fhajny Exp $
bin/add_field
bin/aggregate
bin/aggregate2
bin/buffer
bin/calcfield
bin/convdate
bin/csvformat
bin/cutfield
bin/dates_in_range
bin/dbstream
bin/deltadays
bin/deltaforce
bin/fieldsplit
bin/filterkeys
bin/find_not_processed
bin/findfiles
bin/foreach_parallel
bin/funiq
bin/grepfield
bin/hashjoin
bin/indexof
bin/mergekeys
bin/pivot
bin/range
bin/reorder
bin/subtotal
bin/tochar
bin/translate_field
bin/truncfield
include/crush/bstree.h
include/crush/crush_version.h
include/crush/crushstr.h
include/crush/dbfr.h
include/crush/ffutils.h
include/crush/general.h
include/crush/hashfuncs.h
include/crush/hashtbl.h
include/crush/hashtbl2.h
include/crush/ht2_GeneralHashFunctions.h
include/crush/linklist.h
include/crush/mempool.h
include/crush/qsort_helper.h
include/crush/queue.h
include/crush/reutils.h
lib/libcrush.la
man/man1/add_field.1
man/man1/aggregate.1
man/man1/aggregate2.1
man/man1/buffer.1
man/man1/calcfield.1
man/man1/convdate.1
man/man1/csvformat.1
man/man1/cutfield.1
man/man1/dates_in_range.1
man/man1/dbstream.1
man/man1/deltadays.1
man/man1/deltaforce.1
man/man1/fieldsplit.1
man/man1/filterkeys.1
man/man1/find_not_processed.1
man/man1/findfiles.1
man/man1/foreach_parallel.1
man/man1/funiq.1
man/man1/grepfield.1
man/man1/hashjoin.1
man/man1/indexof.1
man/man1/mergekeys.1
man/man1/pivot.1
man/man1/range.1
man/man1/reorder.1
man/man1/subtotal.1
man/man1/tochar.1
man/man1/translate_field.1
man/man1/truncfield.1

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/09/13 11:26:52 fhajny Exp $
SHA1 (crush-tools-2013-04.tar.gz) = a03a9d4719e8e049d836413598b636fd00f6a4cc
RMD160 (crush-tools-2013-04.tar.gz) = e35c6f2cd783dabe6ff692b631936d0ebce421d5
Size (crush-tools-2013-04.tar.gz) = 673488 bytes