diff --git a/pisi-index.xml b/pisi-index.xml
index 10696da20f..ab5f6c83c1 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -54249,6 +54249,74 @@ to create header files and sources from protocol files.
+
+
+ gnuplot
+ http://www.gnuplot.info/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ custom
+ app:console
+ science.misc
+ Plotting package which outputs to X11, PostScript, PNG, GIF, and others.
+ X11, PostScript, PNG, GIF, ve diğerlerine çıktı verebilen çizim yapma paketi.
+ Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms. GNUPlot provides plotting package which outputs to X11, PostScript, PNG, GIF, and others.
+ gnuplot, X11, PostScript, PNG, GIF, ve diğerlerine çıktı verebilen çizim yapma paketi sunar.
+ https://downloads.sourceforge.net/sourceforge/gnuplot/gnuplot-5.2.8.tar.gz
+
+ emacs
+ gd-devel
+ lua-devel
+ cairo-devel
+ pango-devel
+ wxGTK-devel
+ qt5-linguist
+ libcerf-devel
+ qt5-svg-devel
+ qt5-base-devel
+ readline-devel
+ libjpeg-turbo-devel
+
+
+ lua53_compat.patch
+
+ science/misc/gnuplot/pspec.xml
+
+
+ gnuplot
+ A high-level language, primarily intended for numerical computations.
+
+ gd
+ lua
+ emacs
+ cairo
+ pango
+ wxGTK
+ libcerf
+ qt5-svg
+ qt5-base
+ readline
+ wxGTK-common
+ libjpeg-turbo
+
+
+ /usr/share/
+ /usr/bin
+ /usr/share/doc/gnuplot
+
+
+
+
+ 2020-05-22
+ 5.2.8
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
hdf5
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index fc761fa3a0..934dfdd4b1 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-f0786e3bfffa9dd7786cfe325883aea6c81a63fd
\ No newline at end of file
+61d8fb45c12cb2f6d3c52e6a2d076a89ef418a47
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 274e509b32..b74dc65904 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 f23377c870..9b5e8c0db5 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-6c54fb36332344819f8495068419a907b6c0e4a1
\ No newline at end of file
+f863b5a114fb8f13a08bd8b440f3490d053e1cdb
\ No newline at end of file
diff --git a/science/misc/gnuplot/actions.py b/science/misc/gnuplot/actions.py
new file mode 100644
index 0000000000..88ef7ef48e
--- /dev/null
+++ b/science/misc/gnuplot/actions.py
@@ -0,0 +1,34 @@
+#!/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():
+ # fix default source location; use the GDFONTPATH variable to modify at runtime
+ shelltools.system("sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' src/variable.c")
+ shelltools.system("sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+ -e 's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+ src/variable.c")
+
+ # suppress compiler warnings
+ pisitools.cflags.add("-Wno-unused-result -Wno-stringop-overflow")
+ shelltools.system("MAKEINFO=/usr/bin/makeinfo WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
+ --libexecdir=/usr/bin \
+ --with-gihdir=/usr/share/gnuplot \
+ --with-readline=gnu \
+ --with-bitmap-terminals \
+ --with-wx-single-threaded \
+ --with-texdir=/usr/share/texmf/tex/latex/gnuplot")
+
+def build():
+ autotools.make("pkglibexecdir=/usr/bin")
+
+def install():
+ autotools.rawInstall("pkglibexecdir=/usr/bin DESTDIR=%s" % get.installDIR())
+ pisitools.dodoc("Copyright", "README*")
\ No newline at end of file
diff --git a/science/misc/gnuplot/files/lua53_compat.patch b/science/misc/gnuplot/files/lua53_compat.patch
new file mode 100644
index 0000000000..9d3be770ae
--- /dev/null
+++ b/science/misc/gnuplot/files/lua53_compat.patch
@@ -0,0 +1,13 @@
+diff --git a/term/lua.trm b/term/lua.trm
+index af63d68..474221f 100644
+--- a/term/lua.trm
++++ b/term/lua.trm
+@@ -110,6 +110,8 @@ TERM_PUBLIC void LUA_boxed_text __PROTO((unsigned int, unsigned int, int));
+ # define LUA_EXTERNAL_IMAGES 1
+ #endif
+
++
++#define LUA_COMPAT_APIINTCASTS
+ #include
+ #include
+ #include
diff --git a/science/misc/gnuplot/pspec.xml b/science/misc/gnuplot/pspec.xml
new file mode 100644
index 0000000000..221909ae26
--- /dev/null
+++ b/science/misc/gnuplot/pspec.xml
@@ -0,0 +1,69 @@
+
+
+
+
+ gnuplot
+ http://www.gnuplot.info/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ science.misc
+ custom
+ app:console
+ Plotting package which outputs to X11, PostScript, PNG, GIF, and others.
+ Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms. GNUPlot provides plotting package which outputs to X11, PostScript, PNG, GIF, and others.
+ https://downloads.sourceforge.net/sourceforge/gnuplot/gnuplot-5.2.8.tar.gz
+
+ emacs
+ gd-devel
+ lua-devel
+ cairo-devel
+ pango-devel
+ wxGTK-devel
+ qt5-linguist
+ libcerf-devel
+ qt5-svg-devel
+ qt5-base-devel
+ readline-devel
+ libjpeg-turbo-devel
+
+
+ lua53_compat.patch
+
+
+
+
+ gnuplot
+ A high-level language, primarily intended for numerical computations.
+
+ gd
+ lua
+ emacs
+ cairo
+ pango
+ wxGTK
+ libcerf
+ qt5-svg
+ qt5-base
+ readline
+ wxGTK-common
+ libjpeg-turbo
+
+
+ /usr/share/
+ /usr/bin
+ /usr/share/doc/gnuplot
+
+
+
+
+
+ 2020-05-22
+ 5.2.8
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/science/misc/gnuplot/translations.xml b/science/misc/gnuplot/translations.xml
new file mode 100644
index 0000000000..d9992980a5
--- /dev/null
+++ b/science/misc/gnuplot/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ gnuplot
+ X11, PostScript, PNG, GIF, ve diğerlerine çıktı verebilen çizim yapma paketi.
+ gnuplot, X11, PostScript, PNG, GIF, ve diğerlerine çıktı verebilen çizim yapma paketi sunar.
+
+
\ No newline at end of file