Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9ecf8d712a0a59f315773433d9163589c26e177f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9ecf8d712a0a59f315773433d9163589c26e177f)
  • Date: Sat, 21 Mar 2015 23:00:15 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

collab/wordpress/DETAILS | 4 ++--
collab/wordpress/HISTORY | 3 +++
science/qtiplot/DETAILS | 40 ++++++++++++++++++++--------------------
science/qtiplot/HISTORY | 4 ++++
4 files changed, 29 insertions(+), 22 deletions(-)

New commits:
commit 9ecf8d712a0a59f315773433d9163589c26e177f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wordpress 4.1.1

commit d40d32953536ef7ee6f8dbd5d005334ed27b2b45
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qtiplot: Fix SOURCE_URL[0]

commit ef4841526c6d01b8e4461b3b1363292e7dc8bf58
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qtiplot: Fix WEB_SITE and trim whitespace

diff --git a/collab/wordpress/DETAILS b/collab/wordpress/DETAILS
index f64be15..5220f49 100755
--- a/collab/wordpress/DETAILS
+++ b/collab/wordpress/DETAILS
@@ -1,6 +1,6 @@
SPELL=wordpress
- VERSION=3.0
-
SOURCE_HASH=sha512:173deb29f91749721228eaf09d4a52a4af74608e885596f88b3ef5a2ebfff080fac73a42d9a7b121c53620e317aa3d67a8e0e3b6775fb80a32b68d7d2d358872
+ VERSION=4.1.1
+
SOURCE_HASH=sha512:c08625e148aa1769b1ccad1f783f0d1fe1b5075bdf77cdfa74c85a6ed7a7160b20fabec92ba3f213336862e94f623923c35b730c4f727e523b153776bf6b7e25
SOURCE="$SPELL-$VERSION.tar.gz"
FORCE_DOWNLOAD=on
SOURCE_URL[0]="http://wordpress.org/$SOURCE";
diff --git a/collab/wordpress/HISTORY b/collab/wordpress/HISTORY
index 896471f..2399854 100644
--- a/collab/wordpress/HISTORY
+++ b/collab/wordpress/HISTORY
@@ -1,3 +1,6 @@
+2015-03-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 4.1.1
+
2010-06-20 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 3.0 & fixed to use version in SOURCE
fixed long description wrap
diff --git a/science/qtiplot/DETAILS b/science/qtiplot/DETAILS
index 23f2f49..e91a3fb 100755
--- a/science/qtiplot/DETAILS
+++ b/science/qtiplot/DETAILS
@@ -1,10 +1,10 @@
SPELL=qtiplot
VERSION=0.9.8.9

SOURCE_HASH=sha512:3a0cb7b49c508f56228e8e3a259b4fd34c872410ad14ef1d8656372e3e8ab9f92e59094a9cc1a75680099a8832f7472ad31462b3ae8a9e132ac7056d5245cf2a
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=http://soft.proindependent.com/src/${SOURCE}
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://soft.proindependent.com/qtiplot.html "
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+
SOURCE_URL[0]="http://downloads.sourceforge.net/project/$SPELL.berlios/$SOURCE";
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://www.qtiplot.com";
LICENSE[0]=GPL
ENTERED=20070421
SHORT="A clone of Origin for data analysis and scientific
plotting."
@@ -16,26 +16,26 @@ is not free, of course. The purpose of this project is to
develop a free
far from this goal, but there's a "wish to" list we are constantly working
on. All suggestions and contributions are most welcome!

-Features:
-* 3D Plots
+Features:
+* 3D Plots
* Publication quality 2D plots: Error Bars, Multilayer
- Plots, Bar Plots, Pie Plots, Vector Plots, Contour and Image Plots
-* Statistical Plots: Box/Whiskers Diagramms, Histograms
-* Easy export of plots to vector formats (EPS, PS, PDF) and to other various
- image formats (BMP, JPG, PNG, TIFF etc ...)
-* Powerful and versatile spreadsheets and calculations in column-logic
-* Easy ASCII-Import/Export of single or multiple files
+ Plots, Bar Plots, Pie Plots, Vector Plots, Contour and Image Plots
+* Statistical Plots: Box/Whiskers Diagramms, Histograms
+* Easy export of plots to vector formats (EPS, PS, PDF) and to other various
+ image formats (BMP, JPG, PNG, TIFF etc ...)
+* Powerful and versatile spreadsheets and calculations in column-logic
+* Easy ASCII-Import/Export of single or multiple files
* Linear and non-linear curve fitting with weighting and estimation of
statistical errors of the fit-parameters, using Levenberg-Marquardt
- Least-Squares Algorithm or Nelder-Mead simplex minimization algorithm.
-* Multi-peak fitting with Gaussian and Lorentzian peak profiles
-* Data analysis: statistics, sorting, FFT, data smoothing (Savitzky-Golay,
- FFT smoothing, and moving window average), data filtering (low/high/band
pass
- and band block filters), convolution/deconvolution, correlation,
- interpolation, numerical integration/differentiation, etc...
-* Matrices optimized for 3D plotting
+ Least-Squares Algorithm or Nelder-Mead simplex minimization algorithm.
+* Multi-peak fitting with Gaussian and Lorentzian peak profiles
+* Data analysis: statistics, sorting, FFT, data smoothing (Savitzky-Golay,
+ FFT smoothing, and moving window average), data filtering (low/high/band
pass
+ and band block filters), convolution/deconvolution, correlation,
+ interpolation, numerical integration/differentiation, etc...
+* Matrices optimized for 3D plotting
* Templates support: all the settings for plots (2D/3D), tables and matrixes
can
- be saved to ASCII files and restored later on for a fast editing process
+ be saved to ASCII files and restored later on for a fast editing process
* Project files based on folders, a powerful project explorer with extensive
built-in features: drag and drop, searching facilities, etc...
EOF
diff --git a/science/qtiplot/HISTORY b/science/qtiplot/HISTORY
index 814bbad..d016dcb 100644
--- a/science/qtiplot/HISTORY
+++ b/science/qtiplot/HISTORY
@@ -1,3 +1,7 @@
+2015-03-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed WEB_SITE and trim whitespace
+ * DETAILS: Fixed SOURCE_URL[0]
+
2013-08-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.8.9
* BUILD: use qt4_build



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9ecf8d712a0a59f315773433d9163589c26e177f), Ismael Luceno, 03/22/2015

Archive powered by MHonArc 2.6.24.

Top of Page