emacs-mmm-mode eklendi.. ayni anda farm source index yenilemesini de deniyoruz..

This commit is contained in:
ilker manap
2015-12-07 00:18:48 +01:00
parent 9c2817d662
commit a573b26914
8 changed files with 219 additions and 2 deletions
+21
View File
@@ -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")
@@ -0,0 +1,4 @@
;;; mmm-mode site-lisp configuration
(add-to-list 'load-path "/usr/share/emacs/site-lisp/mmm-mode")
(require 'mmm-auto)
+64
View File
@@ -0,0 +1,64 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>emacs-mmm-mode</Name>
<Homepage>http://mmm-mode.sourceforge.net/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>data</IsA>
<Summary>Multiple Major Mode module for Emacs</Summary>
<Description>MMM Mode is an emacs add-on package providing a minor mode that allows Multiple Major Modes to coexist in one buffer.</Description>
<Archive sha1sum="816a5f32ccd79c7391a9e2aa1f0c57699ca9325e" type="targz">http://sourceforge.net/projects/mmm-mode/files/mmm-mode/mmm-mode-0.5.4.tar.gz</Archive>
</Source>
<Package>
<Name>emacs-mmm-mode</Name>
<RuntimeDependencies>
<Dependency>emacs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="data">/usr/share/emacs</Path>
</Files>
<AdditionalFiles>
<AdditionalFile permission="0644" target="/etc/emacs/site-lisp/80-mmm-mode.el">80-mmm-mode.el</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="4">
<Date>2015-12-07</Date>
<Version>0.5.4</Version>
<Comment>Release bump.</Comment>
<Name>Ilker Manap</Name>
<Email>ilkermanap@gmail.com</Email>
</Update>
<Update release="3">
<Date>2014-05-24</Date>
<Version>0.5.1</Version>
<Comment>Release bump.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-23</Date>
<Version>0.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-10-13</Date>
<Version>0.4.8</Version>
<Comment>First release</Comment>
<Name>Gökcen Eraslan</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>emacs-mmm-mode</Name>
<Summary xml:lang="tr">Emacs Çoklu Ana Kip eklentisi</Summary>
<Description xml:lang="tr">MMM (Multiple Major Mode), Emacs uygulamasının bir tamponda aynı anda birden fazla ana kip kullanılmasına imkân veren bir eklentidir.</Description>
</Source>
</PISI>
+120
View File
@@ -4550,6 +4550,62 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>emacs-color-theme</Name>
<Homepage>http://www.emacswiki.org/cgi-bin/wiki?ColorTheme</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>data</IsA>
<PartOf>unknown</PartOf>
<Summary xml:lang="en">Emacs-Lisp color theme package</Summary>
<Summary xml:lang="tr">Emacs-List renk paketi</Summary>
<Description xml:lang="en">Colortheme is an Emacs-Lisp package with more than 50 color themes for your use.</Description>
<Description xml:lang="tr">Colortheme 50&apos;den fazla renk temasını biraraya getiren bir Emacs-Lisp paketidir.</Description>
<Archive type="targz" sha1sum="047d6cb207fdef66b25343479ebe09a1ed3954b5">http://download.gna.org/color-theme/color-theme-6.6.0.tar.gz</Archive>
<SourceURI>editor/emacs/emacs-color-theme/pspec.xml</SourceURI>
</Source>
<Package>
<Name>emacs-color-theme</Name>
<RuntimeDependencies>
<Dependency>emacs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/etc/emacs/site-lisp</Path>
<Path fileType="data">/usr/share/emacs/site-lisp/color-theme</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/etc/emacs/site-lisp/80-color-theme.el">80-color-theme.el</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="3">
<Date>2014-05-24</Date>
<Version>6.6.0</Version>
<Comment>Release bump.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-23</Date>
<Version>6.6.0</Version>
<Comment>Rebuild</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-10-13</Date>
<Version>6.6.0</Version>
<Comment>First release</Comment>
<Name>Gökcen Eraslan</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>emacs-python</Name>
@@ -4739,6 +4795,70 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>emacs-mmm-mode</Name>
<Homepage>http://mmm-mode.sourceforge.net/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>data</IsA>
<PartOf>unknown</PartOf>
<Summary xml:lang="en">Multiple Major Mode module for Emacs</Summary>
<Summary xml:lang="tr">Emacs Çoklu Ana Kip eklentisi</Summary>
<Description xml:lang="en">MMM Mode is an emacs add-on package providing a minor mode that allows Multiple Major Modes to coexist in one buffer.</Description>
<Description xml:lang="tr">MMM (Multiple Major Mode), Emacs uygulamasının bir tamponda aynı anda birden fazla ana kip kullanılmasına imkân veren bir eklentidir.</Description>
<Archive type="targz" sha1sum="816a5f32ccd79c7391a9e2aa1f0c57699ca9325e">http://sourceforge.net/projects/mmm-mode/files/mmm-mode/mmm-mode-0.5.4.tar.gz</Archive>
<SourceURI>editor/emacs/emacs-mmm-mode/pspec.xml</SourceURI>
</Source>
<Package>
<Name>emacs-mmm-mode</Name>
<RuntimeDependencies>
<Dependency>emacs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="data">/usr/share/emacs</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/etc/emacs/site-lisp/80-mmm-mode.el" permission="0644">80-mmm-mode.el</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="4">
<Date>2015-12-07</Date>
<Version>0.5.4</Version>
<Comment>Release bump.</Comment>
<Name>Ilker Manap</Name>
<Email>ilkermanap@gmail.com</Email>
</Update>
<Update release="3">
<Date>2014-05-24</Date>
<Version>0.5.1</Version>
<Comment>Release bump.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-23</Date>
<Version>0.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-10-13</Date>
<Version>0.4.8</Version>
<Comment>First release</Comment>
<Name>Gökcen Eraslan</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>emacs-php-mode</Name>
+1 -1
View File
@@ -1 +1 @@
5cf87269320fa35dc766fee566a5e874a94ca415
270e896fa80db5228cca4bcc2faa643c300f03b7
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
5403458421cf21ab84d4c154c57f13330d73eb1d
99ef13dac78a54f93d6db2b9660f554ea2bfb066