diff --git a/office/misc/txt2man/actions.py b/office/misc/txt2man/actions.py
new file mode 100644
index 0000000000..92844ce8f9
--- /dev/null
+++ b/office/misc/txt2man/actions.py
@@ -0,0 +1,17 @@
+#!/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 pisitools
+
+def install():
+ pisitools.dobin("bookman")
+ pisitools.dobin("src2man")
+ pisitools.dobin("txt2man")
+
+ pisitools.doman("*.1")
+
+ pisitools.dodoc("Changelog", "README")
+
diff --git a/office/misc/txt2man/pspec.xml b/office/misc/txt2man/pspec.xml
new file mode 100644
index 0000000000..0b49257754
--- /dev/null
+++ b/office/misc/txt2man/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ txt2man
+ http://mvertes.free.fr/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:console
+ A converter from flat ASCII text to man page format
+ txt2man converts flat ASCII text to man page format.
+ http://mvertes.free.fr/download/txt2man-1.5.6.tar.gz
+
+
+
+ txt2man
+
+ /usr/bin
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2014-05-25
+ 1.5.6
+ Rebuild.
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-02-17
+ 1.5.6
+ Rebuild.
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2011-04-27
+ 1.5.6
+ First release
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/office/misc/txt2man/translations.xml b/office/misc/txt2man/translations.xml
new file mode 100644
index 0000000000..15924aaacc
--- /dev/null
+++ b/office/misc/txt2man/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ txt2man
+ Düz ASCII metinleri man sayfası formatına dönüştürücü
+ txt2man düz ASCII metinleri man sayfası formatına dönüştürür.
+
+