Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a93bfc30a5241420d102d944e7b69aca6e145f80)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a93bfc30a5241420d102d944e7b69aca6e145f80)
  • Date: Sun, 20 Oct 2013 15:26:13 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 4 +++
dev/null |binary
perl-cpan/text-numericdata/CONFLICTS | 2 +
perl-cpan/text-numericdata/DEPENDS | 4 +++
perl-cpan/text-numericdata/DETAILS | 36
+++++++++++++++++++++++++++++++++++
perl-cpan/text-numericdata/HISTORY | 4 +++
perl-cpan/textdata/DEPENDS | 2 -
perl-cpan/textdata/DETAILS | 29 +++++++---------------------
perl-cpan/textdata/DOWNLOAD | 1
perl-cpan/textdata/HISTORY | 5 ++++
perl-cpan/textdata/INSTALL | 5 ----
perl-cpan/textdata/PRE_BUILD | 1
perl-cpan/textdata/TRIGGERS | 1
utils/buntstift/DEPENDS | 5 +---
utils/buntstift/DETAILS | 2 -
utils/buntstift/HISTORY | 3 ++
16 files changed, 74 insertions(+), 30 deletions(-)

New commits:
commit a93bfc30a5241420d102d944e7b69aca6e145f80
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

buntstift: update to 0.61

commit 3d7c4beb5bcfbd5cb0678fc54d6e0bb4d698a3f3
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

text-numericdata: new spell, replacing textdata

diff --git a/ChangeLog b/ChangeLog
index d20f2b2..f852c23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * perl-cpan/textdata: spell deprecated [replaced upstream]
+ * perl-cpan/text-numericdata: new spell, replacing textdata
+
2013-10-15 Ladislav Hagara <hgr AT vabo.cz>
* kde4-apps/clementine: new spell, music player and library organizer

diff --git a/perl-cpan/text-numericdata/CONFLICTS
b/perl-cpan/text-numericdata/CONFLICTS
new file mode 100755
index 0000000..5177d93
--- /dev/null
+++ b/perl-cpan/text-numericdata/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts textdata y
+
diff --git a/perl-cpan/text-numericdata/DEPENDS
b/perl-cpan/text-numericdata/DEPENDS
new file mode 100755
index 0000000..1cf3809
--- /dev/null
+++ b/perl-cpan/text-numericdata/DEPENDS
@@ -0,0 +1,4 @@
+depends perl &&
+depends config-param &&
+depends text-asciipipe &&
+depends math-spline
diff --git a/perl-cpan/text-numericdata/DETAILS
b/perl-cpan/text-numericdata/DETAILS
new file mode 100755
index 0000000..6680cb8
--- /dev/null
+++ b/perl-cpan/text-numericdata/DETAILS
@@ -0,0 +1,36 @@
+ SPELL=text-numericdata
+ VERSION=2.000003
+ SOURCE="Text-NumericData-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TH/THORGIS/${SOURCE}
+
SOURCE_HASH=sha512:4e85a22e4d9b9f6a970570062730c031b9db0a2eaf5ac9784fe16d54ea2f28cbd6eef500f2bfa6e7e2e975134a27bec8daf819ad8aa3f44a899ac6cd5b75d462
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Text-NumericData-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~thorgis/Text-NumericData/";
+ LICENSE[0]=GPL+ART
+ ENTERED=20131020
+ SHORT="Perl modules and scripts for working with numerical data
stored in ascii text form"
+cat << EOF
+This archive contains the distribution Text-NumericData
+
+It consists of some modules for parsing and working with files that contain
+columns of numerical data in text files (ASCII, dat, txt, csv, tsv ... I
+name them txd, for "TeXt numerical Data"). Those files occur as a flexible
+human-readable format for exchange of small to intermediate data sets. As
+such, they appear in rich variety and need some flexibility in programs that
+work with them.
+
+The main benefit of the package is the supplied set of tools to directly
+work with these files, offering various operations like selection of subsets,
+sorting, basic statistics and flexible computations (also involving auxillary
+files influencing the main data set). Those operations are ideally combined
+via pipelines constructed in the shell (a cross-platform GUI for building
+filtering pipelines exists for an earlier version and might re-emerge if
+demand is there).
+
+The tools, starting with the prefix "txd", generally work as filters and
+are designed to work on multiple files sent via Text::ASCIIPipe, to avoid
+the penalty of recompiling the scripts all the time --- the raw parsing and
+computing performance is secondary to that, for usual data sets. There are
+some specific tools to convert from more esoteric formats. While there is
+some general adaptivity in the parsing, this can be necessary to get the
+data into an understandable shape.
+EOF
diff --git a/perl-cpan/text-numericdata/HISTORY
b/perl-cpan/text-numericdata/HISTORY
new file mode 100644
index 0000000..69ddd5d
--- /dev/null
+++ b/perl-cpan/text-numericdata/HISTORY
@@ -0,0 +1,4 @@
+2013-10-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+ * CONFLICTS: This replaces textdata.
+
diff --git a/perl-cpan/textdata/DEPENDS b/perl-cpan/textdata/DEPENDS
index 6826bc7..0f76e0d 100755
--- a/perl-cpan/textdata/DEPENDS
+++ b/perl-cpan/textdata/DEPENDS
@@ -1 +1 @@
-depends perl
+depends text-numericdata
diff --git a/perl-cpan/textdata/DETAILS b/perl-cpan/textdata/DETAILS
index 2168a1b..aae77d2 100755
--- a/perl-cpan/textdata/DETAILS
+++ b/perl-cpan/textdata/DETAILS
@@ -1,21 +1,8 @@
- SPELL=textdata
- VERSION=1.9.0
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL=http://thomas.orgis.org/scripterei/download/$SOURCE
- SOURCE2=$SOURCE.sig
- SOURCE2_URL=$SOURCE_URL.sig
- SOURCE2_IGNORE=signature
- SOURCE_GPG=thomas.orgis.gpg:$SOURCE2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
- WEB_SITE=http://thomas.orgis.org/scripterei
- ENTERED=20060703
- LICENSE[0]=Artistic
- SHORT="Perl modules and scripts for working with numerical data
stored in ascii text form"
-cat << EOF
-This is a set of Perl modules to work with numerical data stored in ascii
-text files accompanied by a collection of scripts using them.
-The scripts have names like txdcalc, txdnorm, ... indicating their purpose
-(general calculation, normalization, ...).
-Most of them are designed as filterns so that you can chain up operations
-easily in the shell.
-EOF
+ SPELL=textdata
+ VERSION=0
+ PATCHLEVEL=9999
+ ARCHIVE=off
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by text-numericdata]
+ EOF
diff --git a/perl-cpan/textdata/DOWNLOAD b/perl-cpan/textdata/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/perl-cpan/textdata/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/perl-cpan/textdata/HISTORY b/perl-cpan/textdata/HISTORY
index 18d7947..3e01a01 100644
--- a/perl-cpan/textdata/HISTORY
+++ b/perl-cpan/textdata/HISTORY
@@ -1,3 +1,8 @@
+2013-10-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * spell deprecated [replaced upstream]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/perl-cpan/textdata/INSTALL b/perl-cpan/textdata/INSTALL
index 0f1eeb1..27ba77d 100755
--- a/perl-cpan/textdata/INSTALL
+++ b/perl-cpan/textdata/INSTALL
@@ -1,4 +1 @@
-install -d ${INSTALL_ROOT}/usr/lib/perl5/site_perl/TextData &&
-install -p -m 0644 ${SOURCE_DIRECTORY}/TextData/*.pm
${INSTALL_ROOT}/usr/lib/perl5/site_perl/TextData &&
-install -p -m 0755 ${SOURCE_DIRECTORY}/TextData-Scripts/*
${INSTALL_ROOT}/usr/bin
-
+true
diff --git a/perl-cpan/textdata/PRE_BUILD b/perl-cpan/textdata/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/perl-cpan/textdata/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/perl-cpan/textdata/TRIGGERS b/perl-cpan/textdata/TRIGGERS
new file mode 100755
index 0000000..b402d2c
--- /dev/null
+++ b/perl-cpan/textdata/TRIGGERS
@@ -0,0 +1 @@
+on_cast textdata dispel_self
diff --git a/perl-cpan/textdata/TextData-1.8.0.tar.bz2.sig
b/perl-cpan/textdata/TextData-1.8.0.tar.bz2.sig
deleted file mode 100644
index a8eb6d6..0000000
Binary files a/perl-cpan/textdata/TextData-1.8.0.tar.bz2.sig and /dev/null
differ
diff --git a/utils/buntstift/DEPENDS b/utils/buntstift/DEPENDS
index d2d2afb..1a5e5ac 100755
--- a/utils/buntstift/DEPENDS
+++ b/utils/buntstift/DEPENDS
@@ -1,6 +1,5 @@
depends perl &&
-message "You really want parameter parsing unless you really know that you
do not!" &&
-suggest_depends param "" "" "for parameter parsing" &&
+depends config-param &&
message "Plain script generation is still possible without gnuplot..." &&
suggest_depends gnuplot "" "" "for actual plotting" &&
-suggest_depends textdata "" "" "for parsing data files; generate labels"
+suggest_depends text-numericdata "" "" "for parsing data files; generate
labels"
diff --git a/utils/buntstift/DETAILS b/utils/buntstift/DETAILS
index 2b21608..7e8c726 100755
--- a/utils/buntstift/DETAILS
+++ b/utils/buntstift/DETAILS
@@ -1,5 +1,5 @@
SPELL=buntstift
- VERSION=0.25
+ VERSION=0.61
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL=http://thomas.orgis.org/scripterei/download/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/utils/buntstift/HISTORY b/utils/buntstift/HISTORY
index 095508c..acfb906 100644
--- a/utils/buntstift/HISTORY
+++ b/utils/buntstift/HISTORY
@@ -1,3 +1,6 @@
+2013-10-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, DEPENDS: update to 0.61
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a93bfc30a5241420d102d944e7b69aca6e145f80), Thomas Orgis, 10/20/2013

Archive powered by MHonArc 2.6.24.

Top of Page