Skip to Content.
Sympa Menu

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

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 (3b8582abdd8ad3ca3d5e8da2fa597ccc592368ac)
  • Date: Thu, 29 Nov 2012 04:38:39 -0600

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

ChangeLog | 4 ++++
perl-cpan/math-derivative/BUILD | 1 +
perl-cpan/math-derivative/DEPENDS | 1 +
perl-cpan/math-derivative/DETAILS | 13 +++++++++++++
perl-cpan/math-derivative/HISTORY | 3 +++
perl-cpan/math-spline/BUILD | 1 +
perl-cpan/math-spline/DEPENDS | 2 ++
perl-cpan/math-spline/DETAILS | 13 +++++++++++++
perl-cpan/math-spline/HISTORY | 3 +++
9 files changed, 41 insertions(+)

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

math-spline: added

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

math-derivative: added

diff --git a/ChangeLog b/ChangeLog
index ea5038c..59728b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-29 Thomas Orgis <sobukus AT sourcemage.org>
+ * perl-cpan/math-derivative: new spell, derivatives for Perl
+ * perl-cpan/math-spline: new spell, splines for Perl
+
2012-11-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* graphics/qtpfsgui renamed to graphics/luminance-hdr

diff --git a/perl-cpan/math-derivative/BUILD b/perl-cpan/math-derivative/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/math-derivative/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/math-derivative/DEPENDS
b/perl-cpan/math-derivative/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/math-derivative/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/math-derivative/DETAILS
b/perl-cpan/math-derivative/DETAILS
new file mode 100755
index 0000000..e8ebcfb
--- /dev/null
+++ b/perl-cpan/math-derivative/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=math-derivative
+ VERSION=0.01
+ SOURCE="Math-Derivative-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/J/JA/JARW/${SOURCE}
+
SOURCE_HASH=sha512:53d322a16919b97a4914aceda7d63e2d8053664337f555745f7d356379b928343381e8edf21a7bc0e353ecab5015d134612d3026032e459953da7471e71e70c5
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Math-Derivative-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~CHORNY/Math-Derivative/";
+ LICENSE[0]=ART
+ ENTERED=20121129
+ SHORT="1st and 2nd order differentiation of data"
+cat << EOF
+1st and 2nd order differentiation of data
+EOF
diff --git a/perl-cpan/math-derivative/HISTORY
b/perl-cpan/math-derivative/HISTORY
new file mode 100644
index 0000000..f564a6d
--- /dev/null
+++ b/perl-cpan/math-derivative/HISTORY
@@ -0,0 +1,3 @@
+2012-11-29 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/math-spline/BUILD b/perl-cpan/math-spline/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/math-spline/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/math-spline/DEPENDS b/perl-cpan/math-spline/DEPENDS
new file mode 100755
index 0000000..95cc8cc
--- /dev/null
+++ b/perl-cpan/math-spline/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends math-derivative
diff --git a/perl-cpan/math-spline/DETAILS b/perl-cpan/math-spline/DETAILS
new file mode 100755
index 0000000..1a698c3
--- /dev/null
+++ b/perl-cpan/math-spline/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=math-spline
+ VERSION=0.01
+ SOURCE="Math-Spline-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/J/JA/JARW/${SOURCE}
+
SOURCE_HASH=sha512:d3407cb79281a7cc46654cce3497dd95b571bca23f576654a8778cd9d1af4f66f72bf35a9c9e4602ab23aaf116a199bfaf9c3638b0568d6f44ee92303a3029ad
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Math-Spline-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~CHORNY/Math-Spline/";
+ LICENSE[0]=ART
+ ENTERED=20121129
+ SHORT="Cubic Spline Interpolation of data"
+cat << EOF
+Cubic Spline Interpolation of data
+EOF
diff --git a/perl-cpan/math-spline/HISTORY b/perl-cpan/math-spline/HISTORY
new file mode 100644
index 0000000..f564a6d
--- /dev/null
+++ b/perl-cpan/math-spline/HISTORY
@@ -0,0 +1,3 @@
+2012-11-29 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (3b8582abdd8ad3ca3d5e8da2fa597ccc592368ac), Thomas Orgis, 11/29/2012

Archive powered by MHonArc 2.6.24.

Top of Page