Commit graph

25 commits

Author SHA1 Message Date
wiz
8292204475 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
nia
acde260c8b databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
2021-10-26 10:09:13 +00:00
nia
2946ea15ca databases: Remove SHA1 distfile hashes 2021-10-07 13:35:05 +00:00
wiz
6eae1297d5 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
wiz
5eaec41ea0 p5-Fsdb: update to 2.69.
Changes not found.
2020-09-06 21:35:54 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wiz
9bd737fe76 Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
wiz
000aeb42f1 p5-Fsdb: update to 2.65.
dbmultistats and dbmapreduce now both take a "-F x" option to set
the field separator.
2018-02-25 16:39:23 +00:00
wiz
e1b9b33bfa p5-Fsdb: update to 2.64.
2.64, 2017-11-20 several small bugfixes and enhancements

BUG FIX

    In dbroweval, the next row option previously did not correctly set up _last_fieldname. It now does.

ENHANCEMENT

    The csv_to_db converter now has an optional -F x option to set the field separator.

ENHANCEMENT

    Finally dbcolsplittocols has a --header option, and a new -N option to give the list of resulting output columns.

INCOMPATIBLE CHANGE

    Now dbcolstats and dbmultistats produce no output (but a schema) when given no input but a schema. Previously they gave a null row of output. The --output-on-no-input and --no-output-on-no-input options can control this behavior.
2017-11-24 13:38:44 +00:00
wiz
d647c3a8e8 p5-Fsdb: update to 2.63.
2.63, 2017-02-03 Re-add some features supposedly in 2.62 but not, and add
       more --header options.
       ENHANCEMENT
           The option -j is now a synonym for --parallelism.  (And several
           documention bugs about this option are fixed.)

       ENHANCEMENT
           Additional support for "--header" in dbcolmerge, dbcol, dbrow, and
           dbroweval.

       BUG FIX
           Version 2.62 was supposed to have this improvement, but did not
           (and now does): dbfilepivot now allows the --possible-pivots
           option, and if it is provided processes the data in one pass.

       BUG FIX
           Version 2.62 was supposed to have this improvement, but did not
           (and now does): dbroweval logs are now quoted.
2017-09-17 08:45:09 +00:00
ryoon
1344d8d8e3 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
wen
72810feeda Update to 2.62
No upstream changelog found.
2016-12-11 02:58:23 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wen
7659919251 Update to 2.58
Upstream changes:
 2.51, 2014-09-05 Feature enhancements to dbcolmovingstats, dbcolcreate,
       dbmapreduce, and new sqlselect_to_db
       ENHANCEMENT
           dbcolcreate now has a "--no-recreate-fatal" that causes it to
           ignore creation of existing columns (instead of failing).

       ENHANCEMENT
           dbmapreduce once again is robust to reducers that output the key;
           "--no-prepend-key" is no longer mandatory.

       ENHANCEMENT
           dbcolsplittorows can now enumerate the output rows with "-E".

       BUG FIX
           dbcolmovingstats is more mathematically robust.  Previously for
           some inputs and some platforms, floating point rounding could
           sometimes cause squareroots of negative numbers.

       NEW sqlselect_to_db converts the output of the MySQL or MarinaDB select
           comment into fsdb format.

       INCOMPATIBLE CHANGE
           dbfilediff now outputs the second row when doing sloppy numeric
           comparisons, to better support test suites.

   2.52, 2014-11-03 Fixing the test suite for line number changes.
       ENHANCEMENT
           Test suites changes to be robust to exact line numbers of failures,
           since different Perl releases fail on different lines.
           <https://bugzilla.redhat.com/show_bug.cgi?id=1158380>

   2.53, 2014-11-26 bug fixes and stability improvements to dbmapreduce
       ENHANCEMENT
           The dbfilediff how supports a "--quiet" option.

       ENHANCEMENT
           Better documention of dbpipeline_filter.

       BUGFIX
           Added groff-base and perl-podlators to the Fedora package spec.
           Fixes <https://bugzilla.redhat.com/show_bug.cgi?id=1163149>.  (Also
           in package 2.52-2.)

       BUGFIX
           An important stability improvement to dbmapreduce.  It, plus
           dbmultistats, and dbcolstats now support controlled parallelism
           with the "--pararallelism=N" option.  They default to run with the
           number of available CPUs.  dbmapreduce also moderates its level of
           parallelism.  Previously it would create reducers as needed,
           causing CPU thrashing if reducers ran much slower than data
           production.

       BUGFIX
           The combination of dbmapreduce with dbrowenumerate now works as it
           should.  (The obscure bug was an interaction with dbcolcreate with
           non-multi-key reducers that output their own key.  dbmapreduce has
           too many useful corner cases.)

   2.54, 2014-11-28 fix for the test suite to correct failing tests on not-my-
       platform
       BUGFIX
           Sigh, the test suite now has a test suite.  Because, yes, I broke
           it, causing many incorrect failures at cpantesters.  Now fixed.

   2.55, 2015-01-05 many spelling fixes and dbcolmovingstats tests are more
       robust to different numeric precision
       ENHANCEMENT
           dbfilediff now can be extra quiet, as I continue to try to track
           down a numeric difference on FreeBSD AMD boxes.

       ENHANCEMENT
           dbcolmovingstats gave different test output (just reflecting
           rounding error) when stddev approaches zero.  We now detect hand
           handle this case.  See
           <https://rt.cpan.org/Public/Bug/Display.html?id=101220> and thanks
           to H. Merijn Brand for the bug report.

       BUG FIX
           Many, many spelling bugs found by H. Merijn Brand for the bug
           report.

       INCOMPATBLE CHANGE
           A number of programs had misspelled "separator" in
           "--fieldseparator" and "--columnseparator" options as "seperator".
           These are now correctly spelled.

   2.56, 2015-02-03 fix against Getopt::Long-2.43's stricter error checkign
       BUG FIX
           Internal argument parsing uses Getopt::Long, but mixed pass-through
           and <>.  Bug reported by Petr Pisar at
           <https://bugzilla.redhat.com/show_bug.cgi?id=1188538>.a

       BUG FIX
           Added missing BuildRequires for "XML::Simple".
2016-04-16 10:10:19 +00:00
agc
d549bff9a5 Add SHA512 digests for distfiles for databases category
Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:56:09 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
jperkin
2dd3bea0aa Requires USE_TOOLS+=groff. 2014-09-24 13:36:53 +00:00
joerg
e7feeb9798 Fix dependency to be a proper pattern. Bad bad@. 2014-08-17 19:07:41 +00:00
bad
ce9dcf23cf Update Fsdb to 2.50.
Too many changes to summarize here since the last update.
For a complete list see:
http://www.isi.edu/~johnh/SOFTWARE/FSDB/perl-Fsdb-2.50_README.html
2014-08-16 19:12:35 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
98c3768c3a Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:35 +00:00
wiz
0ee9c3c46e Replace /usr/bin/perl everywhere. Bump PKGREVISION for those
building without PKG_DEVELOPER set.
2012-10-15 12:31:00 +00:00
bad
26b0f433f0 Update Jdb to p5-Fsdb 2.26. Jdb was renamed to Fsdb with version 2.12.
FSDB is package of commands for manipulating flat-ASCII databases from
shell scripts.  FSDB is useful to process medium amounts of data (with
very little data you'd do it by hand, with megabytes you might want a
real database).
2012-10-07 18:52:16 +00:00