diff --git a/science/mathematics/metis/actions.py b/science/mathematics/metis/actions.py
new file mode 100644
index 0000000000..aef7df92fd
--- /dev/null
+++ b/science/mathematics/metis/actions.py
@@ -0,0 +1,20 @@
+# -*- 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 cmaketools
+
+def setup():
+ pisitools.cflags.add("-Wno-implicit-function-declaration -Wno-misleading-indentation -Wno-unused-but-set-variable")
+ cmaketools.make("config shared=1 prefix=/usr")
+
+def build():
+ cmaketools.make()
+
+def install():
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("LICENSE*")
\ No newline at end of file
diff --git a/science/mathematics/metis/pspec.xml b/science/mathematics/metis/pspec.xml
new file mode 100644
index 0000000000..59fdf15167
--- /dev/null
+++ b/science/mathematics/metis/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+ metis
+ http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ science.mathematics
+ custom
+ library
+ A set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices
+ METIS is a family of programs for partitioning unstructured graphs and hypergraphs and computing fill-reducing orderings of sparse matrices.
+ https://bitbucket.org/petsc/pkg-metis/get/v5.1.0-p8.tar.bz2
+
+ cmake
+
+
+
+
+ metis
+ A set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ metis-devel
+ Development files for metis
+
+ metis
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2020-05-26
+ 5.1.0_p8
+ First Pisi Release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/science/mathematics/metis/translations.xml b/science/mathematics/metis/translations.xml
new file mode 100644
index 0000000000..cdb33455b8
--- /dev/null
+++ b/science/mathematics/metis/translations.xml
@@ -0,0 +1,16 @@
+
+
+
+ metis
+ Aralıklı matrisler için, çizgeleri bölümleme, sonlu eleman ağlarını bölümleme programları.
+ metis, aralıklı matrisler için, çizgeleri bölümleme, sonlu eleman ağlarını bölümleme programları sunar.
+ METIS est une famille de programmes pour partitionner des graphes non structurés, des hypergraphes et calculer la renumérotation de matrice pour réduire son remplissage.
+
+
+
+
+ metis-devel
+ metis için geliştirme dosyaları
+ metis-devel, metis için geliştirme dosyalarını içerir.
+
+
\ No newline at end of file