# -*- 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 nomaintainer 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 } post-activate { ui_msg "To use this, put the following into your ~/.emacs:" ui_msg "(add-to-list 'load-path \"${prefix}/share/emacs/site-lisp/${distname}\")" ui_msg "(require 'color-theme)" ui_msg "(eval-after-load \"color-theme\"" ui_msg " '(progn" ui_msg " (color-theme-initialize)" ui_msg " (color-theme-hober)))" ui_msg " " ui_msg "Then you can choose your color-theme theme by issuing M-x color-theme- RET" } livecheck.check regex livecheck.url ${homepage} livecheck.regex "Current stable release is (\\d+(?:\\.\\d+)*)"