pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
recutils: update wip/recutils to 1.7
Module Name: pkgsrc-wip
Committed By: Emil Skoeldberg <esg%sdf.lonestar.org@localhost>
Pushed By: esg
Date: Sat Jan 16 14:49:29 2016 +0000
Changeset: 4190ea4bd73641e28cca99eaf457828b571400b6
Modified Files:
recutils/Makefile
recutils/PLIST
recutils/distinfo
Log Message:
recutils: update wip/recutils to 1.7
Changes since 1.5:L
Version 1.7 (25 March 2014)
* Utilities:
. rec2csv now supports a -d option to change the delimiter
character in CSV files.
. It is now possible to specify several recfiles in the
command line containing anonymous records.
* Format:
. Support for restricting the fields that can appear in records
with the new %allowed special field.
. If a tab separates a field name and a field value is now
ignored and not considered part of the field value.
* librec:
. The current version of the library is now 1.
* Emacs mode:
. It now possible to jump several records while navigating
using a prefix argument to the next/previous commands.
* Documentation:
. The examples in the manual have been improved, and well as many
other aspects: formatting, English, etc. Special thanks to Karl
Berry for pointing out the problems and suggesting solutions.
* Internal cleanup and code factorization.
* Many, many, many bug fixes :D
Version 1.6 (03 November 2013)
* Utilities:
. Support for joins and foreign keys.
. Grouping records by one or more fields.
. Sorting recors by several fields.
. Specifying rewrite rules in field expressions.
. Writing field values in rows.
. Dot-notation in selection expressions.
. Support for the >= and <= operators in selection expressions.
. Aggregated functions: sum, min, max, avg.
. New bash loadable builtin `readrec'.
* Format:
. New UUID field type.
. User provided arbitrary constraints with %constraint.
. Pre-defined constants MIN and MAX can now be used in ranges.
* librec:
. New high-level API: rec_db_query, rec_db_insert, rec_db_delete and
rec_db_set.
. Documentation in the rec.h header file extended and improved.
* Emacs mode:
. Texinfo manual describing the usage of rec-mode.
. Support for a mode hook.
. Comments are now supported in records.
. add-change-log-entry in a recfile now does the right thing.
. Commands for copying/killing fields and records.
. Support for undo in navigation mode.
. Field folding.
. Editing methods for the several field types.
. Statistics.
* Documentation:
. The user manual has been restructured and expanded.
* Internal cleanup and code factorization.
* Many, many, many bug fixes :D
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4190ea4bd73641e28cca99eaf457828b571400b6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
recutils/Makefile | 2 +-
recutils/PLIST | 8 +++++++-
recutils/distinfo | 7 ++++---
3 files changed, 12 insertions(+), 5 deletions(-)
diffs:
diff --git a/recutils/Makefile b/recutils/Makefile
index bb73f4a..f9bc7cc 100644
--- a/recutils/Makefile
+++ b/recutils/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2012/10/07 14:53:43 asau Exp $
#
-DISTNAME= recutils-1.5
+DISTNAME= recutils-1.7
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GNU:=recutils/}
diff --git a/recutils/PLIST b/recutils/PLIST
index cb269e8..73439b8 100644
--- a/recutils/PLIST
+++ b/recutils/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/04/02 16:17:31 emil_s Exp $
+@comment $NetBSD$
bin/csv2rec
bin/rec2csv
bin/recdel
@@ -9,7 +9,9 @@ bin/recins
bin/recsel
bin/recset
include/rec.h
+info/rec-mode.info
info/recutils.info
+lib/charset.alias
lib/librec.la
man/man1/csv2rec.1
man/man1/rec2csv.1
@@ -24,6 +26,10 @@ share/emacs/site-lisp/ob-rec.el
share/emacs/site-lisp/rec-mode.el
share/locale/de/LC_MESSAGES/recutils.mo
share/locale/fi/LC_MESSAGES/recutils.mo
+share/locale/fr/LC_MESSAGES/recutils.mo
share/locale/nl/LC_MESSAGES/recutils.mo
+share/locale/sr/LC_MESSAGES/recutils.mo
share/locale/sv/LC_MESSAGES/recutils.mo
+share/locale/uk/LC_MESSAGES/recutils.mo
+share/locale/vi/LC_MESSAGES/recutils.mo
share/recutils/etc/FSD.rec
diff --git a/recutils/distinfo b/recutils/distinfo
index db0a5aa..478c2e0 100644
--- a/recutils/distinfo
+++ b/recutils/distinfo
@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2012/04/02 16:17:31 emil_s Exp $
-SHA1 (recutils-1.5.tar.gz) = 36fca9624c4bd70ad20ba38c9c68350745fe4753
-RMD160 (recutils-1.5.tar.gz) = ebea0ada679414930ba011a743b824cd43b7a016
-Size (recutils-1.5.tar.gz) = 1811121 bytes
+SHA1 (recutils-1.7.tar.gz) = 20d265aecb05ca4e4072df9cfac08b1392da6919
+RMD160 (recutils-1.7.tar.gz) = 8376dd636a6ee1808adb7b00bcf8462f6660a304
+SHA512 (recutils-1.7.tar.gz) = 80f6996f2bc02986695223db597cff75aae2bd47b88e81b0dfe44c33f79fc3320108e2715b1af086b167ff1124fe94deeec4e337b1ede99807d381927327bd68
+Size (recutils-1.7.tar.gz) = 2252648 bytes
Home |
Main Index |
Thread Index |
Old Index