diff --git a/editor/emacs/emacs-mmm-mode/actions.py b/editor/emacs/emacs-mmm-mode/actions.py
new file mode 100644
index 0000000000..1507e85454
--- /dev/null
+++ b/editor/emacs/emacs-mmm-mode/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
+
+WorkDir = "mmm-mode-%s" % get.srcVERSION()
+
+def setup():
+ autotools.configure("--with-emacs \
+ --with-lispdir=/usr/share/emacs/site-lisp/mmm-mode")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.doinfo("*.info*")
+ pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
diff --git a/editor/emacs/emacs-mmm-mode/files/80-mmm-mode.el b/editor/emacs/emacs-mmm-mode/files/80-mmm-mode.el
new file mode 100644
index 0000000000..ca0ad9fa49
--- /dev/null
+++ b/editor/emacs/emacs-mmm-mode/files/80-mmm-mode.el
@@ -0,0 +1,4 @@
+;;; mmm-mode site-lisp configuration
+
+(add-to-list 'load-path "/usr/share/emacs/site-lisp/mmm-mode")
+(require 'mmm-auto)
diff --git a/editor/emacs/emacs-mmm-mode/pspec.xml b/editor/emacs/emacs-mmm-mode/pspec.xml
new file mode 100644
index 0000000000..056d04b3b0
--- /dev/null
+++ b/editor/emacs/emacs-mmm-mode/pspec.xml
@@ -0,0 +1,64 @@
+
+
+
+
+ emacs-mmm-mode
+ http://mmm-mode.sourceforge.net/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ data
+ Multiple Major Mode module for Emacs
+ MMM Mode is an emacs add-on package providing a minor mode that allows Multiple Major Modes to coexist in one buffer.
+ http://sourceforge.net/projects/mmm-mode/files/mmm-mode/mmm-mode-0.5.4.tar.gz
+
+
+
+ emacs-mmm-mode
+
+ emacs
+
+
+ /etc
+ /usr/share/doc
+ /usr/share/info
+ /usr/share/emacs
+
+
+ 80-mmm-mode.el
+
+
+
+
+
+ 2015-12-07
+ 0.5.4
+ Release bump.
+ Ilker Manap
+ ilkermanap@gmail.com
+
+
+ 2014-05-24
+ 0.5.1
+ Release bump.
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-01-23
+ 0.5.1
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2010-10-13
+ 0.4.8
+ First release
+ Gökcen Eraslan
+ admins@pisilinux.org
+
+
+
diff --git a/editor/emacs/emacs-mmm-mode/translations.xml b/editor/emacs/emacs-mmm-mode/translations.xml
new file mode 100644
index 0000000000..4a504cc336
--- /dev/null
+++ b/editor/emacs/emacs-mmm-mode/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ emacs-mmm-mode
+ Emacs Çoklu Ana Kip eklentisi
+ MMM (Multiple Major Mode), Emacs uygulamasının bir tamponda aynı anda birden fazla ana kip kullanılmasına imkân veren bir eklentidir.
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 6131bac34f..9c628bafa1 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -4550,6 +4550,62 @@
+
+
+ emacs-color-theme
+ http://www.emacswiki.org/cgi-bin/wiki?ColorTheme
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ data
+ unknown
+ Emacs-Lisp color theme package
+ Emacs-List renk paketi
+ Colortheme is an Emacs-Lisp package with more than 50 color themes for your use.
+ Colortheme 50'den fazla renk temasını biraraya getiren bir Emacs-Lisp paketidir.
+ http://download.gna.org/color-theme/color-theme-6.6.0.tar.gz
+ editor/emacs/emacs-color-theme/pspec.xml
+
+
+ emacs-color-theme
+
+ emacs
+
+
+ /usr/share/doc
+ /etc/emacs/site-lisp
+ /usr/share/emacs/site-lisp/color-theme
+
+
+ 80-color-theme.el
+
+
+
+
+ 2014-05-24
+ 6.6.0
+ Release bump.
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-01-23
+ 6.6.0
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2010-10-13
+ 6.6.0
+ First release
+ Gökcen Eraslan
+ admins@pisilinux.org
+
+
+
emacs-python
@@ -4739,6 +4795,70 @@
+
+
+ emacs-mmm-mode
+ http://mmm-mode.sourceforge.net/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ data
+ unknown
+ Multiple Major Mode module for Emacs
+ Emacs Çoklu Ana Kip eklentisi
+ MMM Mode is an emacs add-on package providing a minor mode that allows Multiple Major Modes to coexist in one buffer.
+ MMM (Multiple Major Mode), Emacs uygulamasının bir tamponda aynı anda birden fazla ana kip kullanılmasına imkân veren bir eklentidir.
+ http://sourceforge.net/projects/mmm-mode/files/mmm-mode/mmm-mode-0.5.4.tar.gz
+ editor/emacs/emacs-mmm-mode/pspec.xml
+
+
+ emacs-mmm-mode
+
+ emacs
+
+
+ /etc
+ /usr/share/doc
+ /usr/share/info
+ /usr/share/emacs
+
+
+ 80-mmm-mode.el
+
+
+
+
+ 2015-12-07
+ 0.5.4
+ Release bump.
+ Ilker Manap
+ ilkermanap@gmail.com
+
+
+ 2014-05-24
+ 0.5.1
+ Release bump.
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-01-23
+ 0.5.1
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2010-10-13
+ 0.4.8
+ First release
+ Gökcen Eraslan
+ admins@pisilinux.org
+
+
+
emacs-php-mode
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 2783a370be..1d9e361d3c 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-5cf87269320fa35dc766fee566a5e874a94ca415
\ No newline at end of file
+270e896fa80db5228cca4bcc2faa643c300f03b7
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index eded44f530..62187a1dd5 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 66f133049e..c686b45fda 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-5403458421cf21ab84d4c154c57f13330d73eb1d
\ No newline at end of file
+99ef13dac78a54f93d6db2b9660f554ea2bfb066
\ No newline at end of file