diff --git a/programming/misc/xerces-c/actions.py b/programming/misc/xerces-c/actions.py
new file mode 100644
index 0000000000..d5dddf5644
--- /dev/null
+++ b/programming/misc/xerces-c/actions.py
@@ -0,0 +1,23 @@
+#!/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.autoreconf("-fi")
+ autotools.configure("--disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s install" % get.installDIR())
+
+ pisitools.dohtml("doc/html/*")
+ pisitools.dodoc("CREDITS", "KEYS", "LICENSE*", "NOTICE", "README", "version.incl")
diff --git a/programming/misc/xerces-c/pspec.xml b/programming/misc/xerces-c/pspec.xml
new file mode 100644
index 0000000000..6cbc2a2ee3
--- /dev/null
+++ b/programming/misc/xerces-c/pspec.xml
@@ -0,0 +1,85 @@
+
+
+
+
+ xerces-c
+ http://xml.apache.org/xerces-c
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ Apache-2.0
+ library
+ Xerces-C++ is a validating XML parser written in a portable subset of C++
+ Xerces-C++ is a validating XML parser written in a portable subset of C++.
+ http://mirror.metrocast.net/apache//xerces/c/3/sources/xerces-c-3.1.2.tar.gz
+
+ icu4c-devel
+
+
+
+
+ xerces-c
+
+ icu4c
+
+
+ /usr/bin
+ /usr/lib
+
+
+
+
+ xerces-c-devel
+ Development files for xerces-c
+
+ xerces-c
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+ xerces-c-docs
+ Document files for xerces-c
+
+ xerces-c
+
+
+ /usr/share/doc
+
+
+
+
+
+
+ 2014-12-30
+ 3.1.1
+ Rebuild.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-05-20
+ 3.1.1
+ Rebuild.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2014-01-18
+ 3.1.1
+ Rebuild for 1.0
+ Richard de Bruin
+ richdb@pisilinux.org
+
+
+ 2010-10-21
+ 3.1.1
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/programming/misc/xerces-c/translations.xml b/programming/misc/xerces-c/translations.xml
new file mode 100644
index 0000000000..204a94e38c
--- /dev/null
+++ b/programming/misc/xerces-c/translations.xml
@@ -0,0 +1,21 @@
+
+
+
+ xerces-c
+ C++ dilinin taşınabilir bir altkümesi ile yazılmış, XML sentaks doğrulaması yapabilen bir ayrıştırıcı
+ Xerces-C++, C++ dilinin taşınabilir bir altkümesi ile yazılmış, XML sentaks doğrulaması yapabilen bir ayrıştırıcıdır.
+ Xerces-C++ est un analyseur XML validant écrit dans un sous-ensemble portable du C++.
+ Xerces-C++ es un analizador XML con validación, escrito con un subconjunto portable de C++
+
+
+
+ xerces-c-devel
+ xerces-c için geliştirme dosyaları
+
+
+
+ xerces-c-docs
+ xerces-c için yardım dosyaları ve API belgeleri
+
+
+