From 728e6053908542a7fee30e7469ca5a8223b709fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=B6ppner?= <0xffea@gmail.com> Date: Thu, 10 Feb 2011 10:22:15 +0100 Subject: [PATCH] New formula recutils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GNU Recutils is a set of tools and libraries to access human-editable, text-based databases called recfiles. The data is stored as a sequence of records, each record containing an arbitrary number of named fields. Signed-off-by: David Höppner <0xffea@gmail.com> --- Formula/recutils.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Formula/recutils.rb diff --git a/Formula/recutils.rb b/Formula/recutils.rb new file mode 100644 index 0000000000..7c441c3a78 --- /dev/null +++ b/Formula/recutils.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Recutils