diff --git a/network/analyzer/gnu-netcat/actions.py b/network/analyzer/gnu-netcat/actions.py
new file mode 100644
index 0000000000..81f50b038f
--- /dev/null
+++ b/network/analyzer/gnu-netcat/actions.py
@@ -0,0 +1,21 @@
+#!/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 autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS", "TODO")
+
diff --git a/network/analyzer/gnu-netcat/pspec.xml b/network/analyzer/gnu-netcat/pspec.xml
new file mode 100644
index 0000000000..fd6f04ead2
--- /dev/null
+++ b/network/analyzer/gnu-netcat/pspec.xml
@@ -0,0 +1,38 @@
+
+
+
+
+ gnu-netcat
+ http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ app:console
+ A tool designed to read and write data across connections using TCP/IP
+ A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts.
+ mirrors://sourceforge/netcat/netcat-0.7.1.tar.bz2
+
+
+
+ gnu-netcat
+
+ /usr/bin
+ /usr/share/doc
+ /usr/share/info
+ /usr/share/locale
+ /usr/share/man/man1
+
+
+
+
+
+ 2016-07-02
+ 0.7.1
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/network/analyzer/gnu-netcat/translations.xml b/network/analyzer/gnu-netcat/translations.xml
new file mode 100644
index 0000000000..9b2c2f0afe
--- /dev/null
+++ b/network/analyzer/gnu-netcat/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ netcat
+ TCP/IP protokolünü kullanan, ağ bağlantıları üzerinden veri okuma ve yazmaya yarayan bir yardımcı uygulama
+ Ağ bağlantıları arasında TCP ve UDP kullanarak veri okuyup yazabilen basit bir Unix aracıdır.
+
+