diff --git a/network/plugin/freshflashplugin/actions.py b/network/plugin/freshflashplugin/actions.py
new file mode 100644
index 0000000000..22722b59d4
--- /dev/null
+++ b/network/plugin/freshflashplugin/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 cmaketools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr")
+def build():
+ cmaketools.make()
+
+def install():
+ pisitools.insinto("/usr/share/freshplayerplugin/", "data/freshwrapper.conf.example")
+ pisitools.insinto("/usr/lib/mozilla/plugins/", "libfreshwrapper-*.so")
+
+ pisitools.dosed("%s/usr/share/freshplayerplugin/freshwrapper.conf.example" % get.installDIR(), "/opt/google/chrome", "/usr/lib/chromium-browser")
+
+ pisitools.dodoc("COPYING", "LICENSE")
\ No newline at end of file
diff --git a/network/plugin/freshflashplugin/pspec.xml b/network/plugin/freshflashplugin/pspec.xml
new file mode 100644
index 0000000000..46b9e99699
--- /dev/null
+++ b/network/plugin/freshflashplugin/pspec.xml
@@ -0,0 +1,63 @@
+
+
+
+
+ freshplayerplugin
+ https://github.com/i-rinat/freshplayerplugin
+
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+ MIT
+ app:gui
+ ppapi2npapi compatibility layer
+ PPAPI-host NPAPI-plugin adapter.
+ https://github.com/i-rinat/freshplayerplugin/archive/v0.3.3.tar.gz
+
+ cmake
+ ragel
+ gtk2-devel
+ libva-devel
+ libv4l-devel
+ ffmpeg-devel
+ openssl-devel
+ libvdpau-devel
+ alsa-lib-devel
+ libevent-devel
+ libXrandr-devel
+ libXcursor-devel
+ pulseaudio-libs-devel
+
+
+
+
+ freshplayerplugin
+
+ mesa
+ libva
+ ffmpeg
+ libv4l
+ alsa-lib
+ libevent
+ libvdpau
+ libXrandr
+ pepperflash
+ pulseaudio-libs
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/freshplayerplugin/
+
+
+
+
+
+ 2015-010-30
+ 0.3.3
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/network/plugin/freshflashplugin/translations.xml b/network/plugin/freshflashplugin/translations.xml
new file mode 100644
index 0000000000..e13c1a8b98
--- /dev/null
+++ b/network/plugin/freshflashplugin/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ freshplayerplugin
+ ppapi2npapi compatibility layer
+ PPAPI-host NPAPI-plugin adapter.
+
+
\ No newline at end of file
diff --git a/network/plugin/pepperflash/pspec.xml b/network/plugin/pepperflash/pspec.xml
index c4b8290b55..ae49439ee2 100644
--- a/network/plugin/pepperflash/pspec.xml
+++ b/network/plugin/pepperflash/pspec.xml
@@ -12,7 +12,7 @@
library
Google Chrome's Pepper Flash plugin for Chromium.
Google Chrome's Pepper Flash plugin for Chromium (stable version)
- https://dl.dropboxusercontent.com/s/8jxvv106fteve8u/PepperFlash-18.0.0.233.tar.xz
+ http://sourceforge.net/projects/pisilinux/files/source/PepperFlash-19.0.0.226.tar.xz
@@ -30,6 +30,13 @@
+
+ 2015-11-02
+ 19.0.0.226
+ Version bump
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
2015-08-15
18.0.0.233
diff --git a/office/misc/chmlib/actions.py b/office/misc/chmlib/actions.py
new file mode 100644
index 0000000000..86d45ba089
--- /dev/null
+++ b/office/misc/chmlib/actions.py
@@ -0,0 +1,20 @@
+#!/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
+
+def setup():
+ autotools.configure("--disable-static \
+ --enable-examples")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
+
+ pisitools.dodoc("AUTHORS", "README", "COPYING", "NEWS")
diff --git a/office/misc/chmlib/pspec.xml b/office/misc/chmlib/pspec.xml
new file mode 100644
index 0000000000..032ed024df
--- /dev/null
+++ b/office/misc/chmlib/pspec.xml
@@ -0,0 +1,55 @@
+
+
+
+
+ chmlib
+ http://www.jedrea.com/chmlib/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ app:console
+ A library for dealing with Microsoft ITSS/CHM format files
+ Chmlib is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files.
+ http://www.jedrea.com/chmlib/chmlib-0.40.tar.bz2
+
+
+
+ chmlib
+
+ /usr/lib
+ /usr/bin
+ /usr/share/doc
+
+
+
+
+ chmlib-devel
+ Development files for chmlib
+
+ chmlib
+
+
+ /usr/include
+
+
+
+
+
+ 2014-01-20
+ 0.40
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2010-10-13
+ 0.40
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/office/misc/chmlib/translations.xml b/office/misc/chmlib/translations.xml
new file mode 100644
index 0000000000..843768af52
--- /dev/null
+++ b/office/misc/chmlib/translations.xml
@@ -0,0 +1,15 @@
+
+
+
+ chmlib
+ Microsoft ITSS/CHM tipindeki dosyalar için gereken kütüphane
+ Chmlib, Microsoft ITSS/CHM tipindeki dosyalar için gereken bir kütüphanedir. Şimdilik çok basit bir kütüphanedir ancak tüm .chm dosyalarına erişmek konusunda başarılıdır.
+ Chmlib est une librairie s'occupant des formats de fichiers Microsoft ITSS/CHM. Pour l'instant, il s'agit d'une librairie toute simple, mais suffisante pour gérer tout les fichiers .chm.
+ Chmlib es una librería para manejar archivos del formato Microsoft ITSS/CHM. Actualmente es una librería muy simple, pero suficiente para manejar todo tipo de archivos .chm.
+
+
+
+ chmlib-devel
+ chmlib için geliştirme dosyaları
+
+
diff --git a/office/misc/djvu/actions.py b/office/misc/djvu/actions.py
new file mode 100644
index 0000000000..82b91a4274
--- /dev/null
+++ b/office/misc/djvu/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 autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+WorkDir = "djvulibre-%s" % get.srcVERSION() if len(get.srcVERSION().split(".")) < 4 else "djvulibre-%s" % get.srcVERSION()[:get.srcVERSION().rfind(".")]
+
+def setup():
+ autotools.aclocal("-I config")
+ autotools.autoconf("-f")
+
+ autotools.configure("--enable-threads \
+ --disable-desktopfiles \
+ --enable-xmltools \
+ --enable-i18n \
+ --with-jpeg \
+ --with-tiff")
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.insinto("/usr/share/mime/packages", "desktopfiles/djvulibre-mime.xml")
+
+ for size in ["22", "32", "48", "64"]:
+ pisitools.insinto("/usr/share/icons/hicolor/%sx%s/mimetypes" %(size, size), "desktopfiles/prebuilt-hi%s-djvu.png" % size, "image-vnd.djvu.png")
+
+ pisitools.dodoc("COPY*", "README", "NEWS")
diff --git a/office/misc/djvu/files/djvulibre-3.5.22-cdefs.patch b/office/misc/djvu/files/djvulibre-3.5.22-cdefs.patch
new file mode 100644
index 0000000000..d62ef08eab
--- /dev/null
+++ b/office/misc/djvu/files/djvulibre-3.5.22-cdefs.patch
@@ -0,0 +1,12 @@
+diff -up djvulibre-3.5.22/libdjvu/GSmartPointer.h.cdefs djvulibre-3.5.22/libdjvu/GSmartPointer.h
+--- djvulibre-3.5.22/libdjvu/GSmartPointer.h.cdefs 2008-03-05 01:44:20.000000000 +0000
++++ djvulibre-3.5.22/libdjvu/GSmartPointer.h 2011-01-31 13:43:37.595917364 +0000
+@@ -65,6 +65,8 @@
+ # pragma interface
+ #endif
+
++#include
++
+ /** @name GSmartPointer.h
+
+ Files #"GSmartPointer.h"# and #"GSmartPointer.cpp"# define a smart-pointer
diff --git a/office/misc/djvu/files/no-pthread.diff b/office/misc/djvu/files/no-pthread.diff
new file mode 100644
index 0000000000..b9845b23be
--- /dev/null
+++ b/office/misc/djvu/files/no-pthread.diff
@@ -0,0 +1,13 @@
+Index: djvulibre-3.5.22/config/acinclude.m4
+===================================================================
+--- djvulibre-3.5.22.orig/config/acinclude.m4
++++ djvulibre-3.5.22/config/acinclude.m4
+@@ -408,7 +408,7 @@ case "${host_os}-${GCC}" in
+ # On Linux/GCC, libtool uses -nostdlib for linking, which cancel part
+ # of the -pthread flag effect (libpthread is not automatically linked).
+ # So we'll try to link with both -pthread and -lpthread first:
+- acx_pthread_flags="-pthread:pthread $acx_pthread_flags"
++ acx_pthread_flags="-lpthread -pthread:pthread $acx_pthread_flags"
+ ;;
+ esac
+ if test x"$acx_pthread_ok" = xno; then
diff --git a/office/misc/djvu/pspec.xml b/office/misc/djvu/pspec.xml
new file mode 100644
index 0000000000..35118c4916
--- /dev/null
+++ b/office/misc/djvu/pspec.xml
@@ -0,0 +1,84 @@
+
+
+
+
+ djvu
+ http://djvu.sourceforge.net
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:gui
+ library
+ DjVu viewers, encoders and utilities
+ DjVu is a web-centric format and software platform to distribute documents and images.
+ mirrors://sourceforge/djvu/djvulibre-3.5.27.tar.gz
+
+ libjpeg-turbo-devel
+ tiff-devel
+ xdg-utils
+ libXt-devel
+
+
+ no-pthread.diff
+ djvulibre-3.5.22-cdefs.patch
+
+
+
+
+ djvu
+
+ shared-mime-info
+ libjpeg-turbo
+ tiff
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/icons
+ /usr/share/applications
+ /usr/share/djvu
+ /usr/share/mime
+ /opt/netscape
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+ djvu-devel
+ Development files for djvu
+
+ djvu
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-11-02
+ 3.5.27
+ Version Bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2014-01-22
+ 3.5.25.3
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2012-10-21
+ 3.5.25.3
+ First release
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/office/misc/djvu/translations.xml b/office/misc/djvu/translations.xml
new file mode 100644
index 0000000000..3ac92063a3
--- /dev/null
+++ b/office/misc/djvu/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ djvu
+ DjVu görüntüleyicileri, sıkıştırıcı ve ekipmanları
+ Belgeleri, kitapları bilinen formatlardan çok daha yüksek sıkıştırma oranlarında sıkıştıran DjVu formatı ekipmanları.
+
+
+
+ djvu-devel
+ djvu için geliştirme dosyaları
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index d8b812eb22..67a3b399b0 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -17385,7 +17385,7 @@
Google Chrome's Pepper Flash plugin for Chromium.
Google Chrome's Pepper Flash plugin for Chromium (stable version)
Chromium tarayıcısı için Google chrom eklentisi olan Pepper Flash Eklentisi (Kararlı sürüm)
- https://dl.dropboxusercontent.com/s/8jxvv106fteve8u/PepperFlash-18.0.0.233.tar.xz
+ http://sourceforge.net/projects/pisilinux/files/source/PepperFlash-19.0.0.226.tar.xz
network/plugin/pepperflash/pspec.xml
@@ -17402,6 +17402,13 @@
+
+ 2015-11-02
+ 19.0.0.226
+ Version bump
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
2015-08-15
18.0.0.233
@@ -17427,8 +17434,8 @@
Adobe (Macromedia) Flash Player is an application to present interactive (and possibly multimedia-containing) content created using Adobe Flash.
Adobe (Macromedia) Flash Oynatıcısı, Adobe Flash ile oluşturulmuş içerikleri görüntülemeye olanak sağlayan bir uygulama.
flash-player-properties
- http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.491/install_flash_player_11_linux.i386.tar.gz
- http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.491/install_flash_player_11_linux.x86_64.tar.gz
+ http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.540/install_flash_player_11_linux.i386.tar.gz
+ http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.540/install_flash_player_11_linux.x86_64.tar.gz
nss
gtk2
@@ -17468,6 +17475,13 @@
+
+ 2015-11-02
+ 11.2.202.540
+ security update
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
2015-07-17
11.2.202.491
@@ -17673,6 +17687,67 @@
+
+
+ freshplayerplugin
+ https://github.com/i-rinat/freshplayerplugin
+
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+ MIT
+ app:gui
+ network.plugin
+ ppapi2npapi compatibility layer
+ PPAPI-host NPAPI-plugin adapter.
+ https://github.com/i-rinat/freshplayerplugin/archive/v0.3.3.tar.gz
+
+ cmake
+ ragel
+ gtk2-devel
+ libva-devel
+ libv4l-devel
+ ffmpeg-devel
+ openssl-devel
+ libvdpau-devel
+ alsa-lib-devel
+ libevent-devel
+ libXrandr-devel
+ libXcursor-devel
+ pulseaudio-libs-devel
+
+ network/plugin/freshflashplugin/pspec.xml
+
+
+ freshplayerplugin
+
+ mesa
+ libva
+ ffmpeg
+ libv4l
+ alsa-lib
+ libevent
+ libvdpau
+ libXrandr
+ pepperflash
+ pulseaudio-libs
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/freshplayerplugin/
+
+
+
+
+ 2015-010-30
+ 0.3.3
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
libqmi
@@ -50310,6 +50385,63 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
+
+
+ chmlib
+ http://www.jedrea.com/chmlib/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ app:console
+ office.misc
+ A library for dealing with Microsoft ITSS/CHM format files
+ Microsoft ITSS/CHM tipindeki dosyalar için gereken kütüphane
+ Chmlib est une librairie s'occupant des formats de fichiers Microsoft ITSS/CHM. Pour l'instant, il s'agit d'une librairie toute simple, mais suffisante pour gérer tout les fichiers .chm.
+ Chmlib is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files.
+ Chmlib, Microsoft ITSS/CHM tipindeki dosyalar için gereken bir kütüphanedir. Şimdilik çok basit bir kütüphanedir ancak tüm .chm dosyalarına erişmek konusunda başarılıdır.
+ Chmlib es una librería para manejar archivos del formato Microsoft ITSS/CHM. Actualmente es una librería muy simple, pero suficiente para manejar todo tipo de archivos .chm.
+ http://www.jedrea.com/chmlib/chmlib-0.40.tar.bz2
+ office/misc/chmlib/pspec.xml
+
+
+ chmlib
+
+ /usr/lib
+ /usr/bin
+ /usr/share/doc
+
+
+
+ chmlib-devel
+ Development files for chmlib
+ chmlib için geliştirme dosyaları
+
+ chmlib
+
+
+ /usr/include
+
+
+
+
+ 2014-01-20
+ 0.40
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2010-10-13
+ 0.40
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
mdbtools
@@ -50684,6 +50816,90 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
+
+
+ djvu
+ http://djvu.sourceforge.net
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:gui
+ library
+ office.misc
+ DjVu viewers, encoders and utilities
+ DjVu görüntüleyicileri, sıkıştırıcı ve ekipmanları
+ DjVu is a web-centric format and software platform to distribute documents and images.
+ Belgeleri, kitapları bilinen formatlardan çok daha yüksek sıkıştırma oranlarında sıkıştıran DjVu formatı ekipmanları.
+ mirrors://sourceforge/djvu/djvulibre-3.5.27.tar.gz
+
+ libjpeg-turbo-devel
+ tiff-devel
+ xdg-utils
+ libXt-devel
+
+
+ no-pthread.diff
+ djvulibre-3.5.22-cdefs.patch
+
+ office/misc/djvu/pspec.xml
+
+
+ djvu
+
+ shared-mime-info
+ libjpeg-turbo
+ tiff
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/icons
+ /usr/share/applications
+ /usr/share/djvu
+ /usr/share/mime
+ /opt/netscape
+ /usr/share/doc
+ /usr/share/man
+
+
+
+ djvu-devel
+ Development files for djvu
+ djvu için geliştirme dosyaları
+
+ djvu
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2015-11-02
+ 3.5.27
+ Version Bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2014-01-22
+ 3.5.25.3
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2012-10-21
+ 3.5.25.3
+ First release
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+
iso-codes
@@ -53931,6 +54147,41 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
+
+
+ ragel
+ http://www.complang.org/ragel/
+
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+ GPLv2
+ library
+ programming.misc
+ Ragel compiles executable finite state machines from regular languages.
+ Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++, Obj-C, C#, D, Java, Go and Ruby.
+ http://fossies.org/linux/misc/ragel-6.9.tar.gz
+ programming/misc/ragel/pspec.xml
+
+
+ ragel
+
+ /usr/share/doc
+ /usr/share/man
+ /usr/bin
+ /usr/share/vim/
+
+
+
+
+ 2015-04-25
+ 6.9
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
json-glib
@@ -57125,7 +57376,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
python-devel
python-qt5-devel
- python3-sip
+ python-sip
qt5-base-devel
qtermwidget5-devel
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index fcb3bf7c57..6d218adcca 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-9bc00aa759ad96446de81c3305668f27a8425e6a
\ No newline at end of file
+1c45502eb4444519d7b7c04d553e337303d97f7f
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 816e3e879c..7f0de01b67 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 92f5a77eb5..968b98c032 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-65c7e2fd7be29968a0b8d7c092413218b7d0396f
\ No newline at end of file
+9827df3d9e4314abb7d04333bae24be4987cb218
\ No newline at end of file
diff --git a/programming/language/python/pyqtermwidget5/pspec.xml b/programming/language/python/pyqtermwidget5/pspec.xml
index d8247ac1f7..ea82f252b8 100644
--- a/programming/language/python/pyqtermwidget5/pspec.xml
+++ b/programming/language/python/pyqtermwidget5/pspec.xml
@@ -13,11 +13,11 @@
python-devel
python-qt5-devel
- python3-sip
+ python-sip
qt5-base-devel
qtermwidget5-devel
- https://github.com/hrngultekin/pyqtermwidget5/archive/pyqtermwidget5-v0.1.tar.gz
+ https://github.com/hrngultekin/pyqtermwidget5/archive/pyqtermwidget5-v0.1.tar.gz
pyqtermwidget5
diff --git a/programming/misc/ragel/actions.py b/programming/misc/ragel/actions.py
new file mode 100644
index 0000000000..408eb13bc0
--- /dev/null
+++ b/programming/misc/ragel/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
+
+def setup():
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
+
+ pisitools.insinto("/usr/share/vim/vimfiles/syntax/", "ragel.vim")
+
+ pisitools.dodoc("COPYING", "ChangeLog", "AUTHORS")
\ No newline at end of file
diff --git a/programming/misc/ragel/pspec.xml b/programming/misc/ragel/pspec.xml
new file mode 100644
index 0000000000..7fc85d2030
--- /dev/null
+++ b/programming/misc/ragel/pspec.xml
@@ -0,0 +1,37 @@
+
+
+
+
+ ragel
+ http://www.complang.org/ragel/
+
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+ GPLv2
+ library
+ Ragel compiles executable finite state machines from regular languages.
+ Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++, Obj-C, C#, D, Java, Go and Ruby.
+ http://fossies.org/linux/misc/ragel-6.9.tar.gz
+
+
+
+ ragel
+
+ /usr/share/doc
+ /usr/share/man
+ /usr/bin
+ /usr/share/vim/
+
+
+
+
+
+ 2015-04-25
+ 6.9
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/programming/misc/ragel/translations.xml b/programming/misc/ragel/translations.xml
new file mode 100644
index 0000000000..239879303f
--- /dev/null
+++ b/programming/misc/ragel/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ ragel
+ Ragel compiles executable finite state machines from regular languages.
+ Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++, Obj-C, C#, D, Java, Go and Ruby.
+
+
\ No newline at end of file