Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wen 19d2f496a1 Update to 1.68
Upstream changes:
1.68 Mon Aug  6 22:22:22 PDT 2012

  Patch fromFileGetTopLines() and fromFileIsHeader(), which are used by fromFile(). Impact: minor.
  Improve performance of fromFileGuessOS()
  Improve fromFile(), fromCSV(), csv() to support using \r, \n within a CSV field.

  join() now supports {matchNULL => 1, NULLasEmpty => 1}, if one would like to treat NULL as empty string, or
  treat NULL as equal (however, not equal to empty string). Both are set to 0 by default.
  Suggested by Kyle Horton & Wilson Dave.

  Remove inheritance from AutoLoader and Exporter.
  Thanks to Brian Wightman

  Thanks to Nicholas Andonakis for sharing his code, quite a few ideas in his package inspired the improvements below!

  Add new shortcut methods: lastRow(), lastCol(), colName($colNumericIndex)
    One can now write
      foreach my $i (0..$t->lastRow)
    instead of
      foreach my $i (0..$t->nofRow-1)

  Add iterator(), so that one can now write
    my $next = $t_product->iterator();
    while (my $row = $next->()) {
      # have access to a row as a hash reference, access row number by &$next(1);
      $t_product->setElm($next->(1), 'ProductName', 'New! '.$row->{ProductName});
    }

  addCol() can take the default value for the new column (first argument)
  addRow() supports {addNewCol => 1}
  moveCol() can take a $newColName.

  setElm() can set a value for multiple cells, specified by ref to row array and col array
  match_string(), match_pattern(), match_pattern_hash() also produce $parentTable->{MATCH}

    # match returns all matched row ids in $t_product->{MATCH} (ref to row ID array)
    $t_product->match_pattern_hash('$_{UnitPrice} > 20');
    # create a new column, with 'No' as the default value
    $t_product->addCol('No', 'IsExpensive');
    # use $t_product->{MATCH} to set values for multiple Elements
    $t_product->setElm($t_product->{MATCH}, 'IsExpensive', 'Yes');

1.67 Wed Jul 25 11:47:23 PDT 2012
  Update Change.txt file to point out $keepRestCol defaults to 1 is only for group()
  For pivot(), $keepRestCol is still default to 0 as before.

1.66 Wed Jul 25 11:03:29 PDT 2012
  Change the default value of keepRestCol in group() to 1, instead of 0 to be compatible with older versions
  Thanks to Kyle Horton
2013-12-12 01:30:17 +00:00
archivers Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
audio Fix pow() argument types, fixes SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:23:44 +00:00
benchmarks Add and enable "dnsperf". 2013-11-30 20:31:30 +00:00
biology Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:18:05 +00:00
bootstrap Mark the copy of bmake's configure as executable in case the checkout is 2013-10-03 01:24:57 +00:00
cad Has race conditions during build. 2013-11-29 12:53:45 +00:00
chat Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
comms Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:18:05 +00:00
converters Update to 0.19.6: 2013-12-11 19:45:28 +00:00
cross Don't let the installation path of libiberty.a depend on the multi-os 2013-12-08 22:31:53 +00:00
databases Update to 1.68 2013-12-12 01:30:17 +00:00
devel The Boost log library has aggressive compiler requirements, disable it 2013-12-11 17:01:06 +00:00
distfiles
doc Updated textproc/p5-PDF-Create to 1.08 2013-12-12 00:56:14 +00:00
editors Build fix for deprecated functions 2013-12-12 01:28:45 +00:00
emulators Add support for SunOS x86_64. Patch from Sebastian Wiedenroth. 2013-12-10 14:10:14 +00:00
filesystems Revbump from devel/apr update 2013-12-01 10:18:02 +00:00
finance Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
fonts One final fixup for freetype2. Fixes build with freetype 2.5.x. 2013-12-11 23:49:52 +00:00
games Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:08:53 +00:00
geography Various patches to fix SunOS build, from Sebastian Wiedenroth. 2013-12-10 12:22:52 +00:00
graphics Fix a freetype 2.0 hangover. Allows build with freetype 2.5.x. 2013-12-11 23:55:11 +00:00
ham Needs version 2 of sdcc. 2013-12-08 22:32:15 +00:00
inputmethod py-gobject3 no longer supports Python 2.6, fix dependency fallout. 2013-12-10 11:15:26 +00:00
lang natdynlink should only be enabled for 64-bit Darwin. Fixes 32-bit build. 2013-12-10 19:26:22 +00:00
licenses Add arrl-license. 2013-09-13 14:18:36 +00:00
mail Note that this is one of the few strange programs that are IPv4 only 2013-12-11 20:24:27 +00:00
math Update pandas to 0.12.0. 2013-12-10 13:00:30 +00:00
mbone Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
meta-pkgs Install xcb-proto as well. Bump version. 2013-12-11 16:29:47 +00:00
misc Fix build on Linux. 2013-12-11 23:26:49 +00:00
mk Add dbus to list of linux modules 2013-12-10 10:17:28 +00:00
multimedia Update adobe-flash-plugin11 to 11.2.202.332 for APSB13-28. 2013-12-11 10:40:42 +00:00
net + cacti-spine 2013-12-11 03:03:04 +00:00
news another time_t on 32bit system issue, a less fatal one. 2013-12-11 09:45:14 +00:00
packages
parallel Update to SLURM 2.6.4 2013-12-06 06:05:30 +00:00
pkgtools Fix const correctness issue that has been intermittently causing build 2013-11-29 23:13:56 +00:00
print Fix build wth freetype 2.5.x 2013-12-12 01:04:14 +00:00
regress
security The p5-GSSAPI configure script assumes that the output of the SunOS krb5-config 2013-12-11 10:29:45 +00:00
shells Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
sysutils Update (disk)scrub to 2.5.2 (+add DIOCGDISKINFO implementation) 2013-12-11 19:07:47 +00:00
templates
textproc Update to 1.08 2013-12-12 00:54:37 +00:00
time Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
wm + obconf 2013-12-08 08:00:26 +00:00
www Update varnish to 3.0.5. 2013-12-11 16:13:22 +00:00
x11 Build fix for deprecated functions 2013-12-12 01:28:45 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.