diff --git a/pisi-index.xml b/pisi-index.xml
index 2da0d3d4b1..b07e98c9b1 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -56288,6 +56288,125 @@ to create header files and sources from protocol files.
+
+
+ qalculate-gtk
+ https://qalculate.github.io/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ GPLv2+
+ app:gui
+ science.mathematics
+ GTK frontend for libqalculate.
+ Qalculate! is a multi-purpose cross-platform desktop calculator. It is simple to use but provides power and versatility normally reserved for complicated math packages, as well as useful tools for everyday needs (such as currency conversion and percent calculation).
+ https://github.com/Qalculate/qalculate-gtk/archive/v3.10.0.tar.gz
+
+ intltool
+ gtk3-devel
+ cairo-devel
+ pango-devel
+ gettext-devel
+ libxml2-devel
+ python3-devel
+ readline-devel
+ gdk-pixbuf-devel
+ libqalculate-devel
+
+ science/mathematics/qalculate-gtk/pspec.xml
+
+
+ qalculate-gtk
+ GTK frontend for libqalculate.
+
+ gtk3
+ cairo
+ pango
+ libxml2
+ python3
+ gdk-pixbuf
+ libqalculate
+
+
+ /usr/share
+ /usr/lib
+ /usr/share/man
+ /usr/bin
+ /usr/share/doc/qalculate-gtk
+
+
+
+
+ 2020-05-26
+ 3.10.0
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
+
+
+ sundials
+ https://computing.llnl.gov/projects/sundials
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ BSD
+ library
+ science.mathematics
+ Suite of nonlinear differential/algebraic equation solvers.
+ Doğrusal olmayan diferansiyel ve cebirsel eşitlik çözücüsü
+ sundials provides a suite of nonlinear differential/algebraic equation solvers.
+ sundials, doğrusal olmayan diferansiyel ve cebirsel eşitlik çözücüleri içeren bir kitaplıktır.
+ https://computation.llnl.gov/projects/sundials/download/sundials-5.3.0.tar.gz
+
+ cmake
+ libquadmath
+ python-devel
+ openmpi-devel
+ suitesparse-devel
+
+ science/mathematics/sundials/pspec.xml
+
+
+ sundials
+ A program that automatically solves layouts of Freecell and similar variants of Card Solitaire
+
+ openmpi
+ libgomp
+ suitesparse
+
+
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+
+
+
+ sundials-devel
+ Development files for sundials
+
+ sundials
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2020-05-26
+ 5.3.0
+ First release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
cln
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 0baaff4a4e..8eb315a682 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-403ca898f2ac79bce4e41f50863a11727d9d0bfe
\ No newline at end of file
+e985ecdf82307317c55edf26474ee154c87d6033
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 8855294904..70289dc1f8 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 3226f067da..9edd0b8aa0 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-5260c670039fa43fc030edba9155cc8b702a5b0f
\ No newline at end of file
+9d3b8e186bd385c286f373d83a2fe0a4dc13a0d8
\ No newline at end of file
diff --git a/science/mathematics/qalculate-gtk/actions.py b/science/mathematics/qalculate-gtk/actions.py
new file mode 100644
index 0000000000..f65b30c00e
--- /dev/null
+++ b/science/mathematics/qalculate-gtk/actions.py
@@ -0,0 +1,24 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ shelltools.system("./autogen.sh")
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def check():
+ autotools.make("check")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pisitools.dodoc("COPYING", "README*")
\ No newline at end of file
diff --git a/science/mathematics/qalculate-gtk/pspec.xml b/science/mathematics/qalculate-gtk/pspec.xml
new file mode 100644
index 0000000000..3fc3d42300
--- /dev/null
+++ b/science/mathematics/qalculate-gtk/pspec.xml
@@ -0,0 +1,61 @@
+
+
+
+
+ qalculate-gtk
+ https://qalculate.github.io/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ science.mathematics
+ GPLv2+
+ app:gui
+ GTK frontend for libqalculate.
+ Qalculate! is a multi-purpose cross-platform desktop calculator. It is simple to use but provides power and versatility normally reserved for complicated math packages, as well as useful tools for everyday needs (such as currency conversion and percent calculation).
+ https://github.com/Qalculate/qalculate-gtk/archive/v3.10.0.tar.gz
+
+ intltool
+ gtk3-devel
+ cairo-devel
+ pango-devel
+ gettext-devel
+ libxml2-devel
+ python3-devel
+ readline-devel
+ gdk-pixbuf-devel
+ libqalculate-devel
+
+
+
+
+ qalculate-gtk
+ GTK frontend for libqalculate.
+
+ gtk3
+ cairo
+ pango
+ libxml2
+ python3
+ gdk-pixbuf
+ libqalculate
+
+
+ /usr/share
+ /usr/lib
+ /usr/share/man
+ /usr/bin
+ /usr/share/doc/qalculate-gtk
+
+
+
+
+
+ 2020-05-26
+ 3.10.0
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/science/mathematics/qalculate-gtk/translations.xml b/science/mathematics/qalculate-gtk/translations.xml
new file mode 100644
index 0000000000..ed44b4b9bb
--- /dev/null
+++ b/science/mathematics/qalculate-gtk/translations.xml
@@ -0,0 +1,14 @@
+
+
+
+ m4ri
+ F2 üzerinden lineer cebir için algoritmalar.
+ m4ri, F2 üzerinden lineer cebir için algoritmalar sunar.
+
+
+
+ m4ri-devel
+ m4ri için geliştirme dosyaları
+ m4ri-devel, m4ri için geliştirme dosyalarını içerir.
+
+
\ No newline at end of file
diff --git a/science/mathematics/sundials/actions.py b/science/mathematics/sundials/actions.py
new file mode 100644
index 0000000000..d9632cd0b2
--- /dev/null
+++ b/science/mathematics/sundials/actions.py
@@ -0,0 +1,36 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import cmaketools
+
+def setup():
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+ cmaketools.configure("-DKLU_ENABLE=ON \
+ -DMPI_ENABLE=ON \
+ -DOPENMP_ENABLE=ON \
+ -DPTHREAD_ENABLE=ON \
+ -DF77_INTERFACE_ENABLE=ON \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKLU_LIBRARY_DIR=/usr/lib \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_C_FLAGS='-fPIC -fcommon' \
+ -DEXAMPLES_INSTALL_PATH=/usr/share/sundials/examples", sourceDir="..")
+
+def build():
+ shelltools.cd("build")
+ cmaketools.make()
+
+def install():
+ shelltools.cd("build")
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ shelltools.cd("..")
+
+ pisitools.dodoc("LICENSE", "NOTICE", "README*")
\ No newline at end of file
diff --git a/science/mathematics/sundials/pspec.xml b/science/mathematics/sundials/pspec.xml
new file mode 100644
index 0000000000..02e187c992
--- /dev/null
+++ b/science/mathematics/sundials/pspec.xml
@@ -0,0 +1,63 @@
+
+
+
+
+ sundials
+ https://computing.llnl.gov/projects/sundials
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ science.mathematics
+ BSD
+ library
+ Suite of nonlinear differential/algebraic equation solvers.
+ sundials provides a suite of nonlinear differential/algebraic equation solvers.
+ https://computation.llnl.gov/projects/sundials/download/sundials-5.3.0.tar.gz
+
+ cmake
+ libquadmath
+ python-devel
+ openmpi-devel
+ suitesparse-devel
+
+
+
+
+ sundials
+ A program that automatically solves layouts of Freecell and similar variants of Card Solitaire
+
+ openmpi
+ libgomp
+ suitesparse
+
+
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+
+
+
+
+ sundials-devel
+ Development files for sundials
+
+ sundials
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2020-05-26
+ 5.3.0
+ First release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/science/mathematics/sundials/translations.xml b/science/mathematics/sundials/translations.xml
new file mode 100644
index 0000000000..341ce8cc48
--- /dev/null
+++ b/science/mathematics/sundials/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ sundials
+ Doğrusal olmayan diferansiyel ve cebirsel eşitlik çözücüsü
+ sundials, doğrusal olmayan diferansiyel ve cebirsel eşitlik çözücüleri içeren bir kitaplıktır.
+
+
\ No newline at end of file