[59963] trunk/dports/editors

jmr at macports.org jmr at macports.org
Tue Oct 27 19:46:23 PDT 2009


Revision: 59963
          http://trac.macports.org/changeset/59963
Author:   jmr at macports.org
Date:     2009-10-27 19:46:20 -0700 (Tue, 27 Oct 2009)
Log Message:
-----------
New port: color-theme-mode.el (#21344)

Added Paths:
-----------
    trunk/dports/editors/color-theme-mode.el/
    trunk/dports/editors/color-theme-mode.el/Portfile

Added: trunk/dports/editors/color-theme-mode.el/Portfile
===================================================================
--- trunk/dports/editors/color-theme-mode.el/Portfile	                        (rev 0)
+++ trunk/dports/editors/color-theme-mode.el/Portfile	2009-10-28 02:46:20 UTC (rev 59963)
@@ -0,0 +1,52 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name                color-theme-mode.el
+version             6.6.0
+categories          editors
+maintainers         wjlr.org.uk:macports openmaintainer
+platforms           darwin
+description         color-theme is an emacs-lisp mode for skinning your emacs
+long_description    \
+                    color-theme is an emacs-lisp mode for skinning your emacs. Features are:    \
+                        * Huge and extensible theme library                                     \
+                        * Easy to use                                                           \
+                        * Works on pretty all emacs flavours                                    \
+                        * Mature source code
+
+distname            color-theme-${version}
+
+homepage            http://www.nongnu.org/color-theme/
+
+master_sites        http://www.very-clever.com/download/nongnu/color-theme/
+checksums           md5     a4de73c236a6af11ab378bfe18dabcca                \
+                    sha1    047d6cb207fdef66b25343479ebe09a1ed3954b5        \
+                    rmd160  82a2c75a65f50f9c5e6d5193c3f768824c6c1549
+
+depends_lib         port:emacs
+
+worksrcdir          ${distname}
+
+use_configure       no
+build               {}
+destroot            {   file mkdir ${destroot}${prefix}/share/emacs/site-lisp
+                        file copy  ${workpath}/${worksrcdir}  \
+                        ${destroot}${prefix}/share/emacs/site-lisp
+}
+
+notes "To use ${name}, put the following into your ~/.emacs:\n\
+      (add-to-list 'load-path \"${prefix}/share/emacs/site-lisp/${distname}\")\n\
+      (require 'color-theme)\n\
+      (eval-after-load \"color-theme\"\n\
+          \t'(progn\n\
+              \t\t(color-theme-initialize)\n\
+              \t\t(color-theme-hober)))\n\
+      \n\
+      Then you can choose your color-theme theme by issuing:\n\
+      M-x color-theme-<TAB> RET"
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     {Current stable release is (\d+(?:\.\d+)*)}


Property changes on: trunk/dports/editors/color-theme-mode.el/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091027/6b663a7f/attachment.html>


More information about the macports-changes mailing list