[78223] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Thu Apr 28 18:16:02 PDT 2011


Revision: 78223
          http://trac.macports.org/changeset/78223
Author:   ryandesign at macports.org
Date:     2011-04-28 18:16:00 -0700 (Thu, 28 Apr 2011)
Log Message:
-----------
pure-mode.el: new port, version 0.47

Added Paths:
-----------
    trunk/dports/lang/pure-mode.el/
    trunk/dports/lang/pure-mode.el/Portfile

Added: trunk/dports/lang/pure-mode.el/Portfile
===================================================================
--- trunk/dports/lang/pure-mode.el/Portfile	                        (rev 0)
+++ trunk/dports/lang/pure-mode.el/Portfile	2011-04-29 01:16:00 UTC (rev 78223)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+
+name                    pure-mode.el
+version                 0.47
+categories              lang editors
+platforms               darwin
+maintainers             ryandesign
+license                 GPL-3+
+supported_archs         noarch
+
+description             Emacs mode for editing Pure files
+
+long_description        ${name} is an ${description}.
+
+homepage                http://pure-lang.googlecode.com/
+master_sites            ${homepage}files/
+distname                pure-${version}
+dist_subdir             pure
+
+checksums               sha1    f47915ffa9fd0c7dee40f364a5751bfd4f945bf1 \
+                        rmd160  58267f5e876775f9a1af5e4990c51d9061e60d70
+
+depends_lib             port:emacs
+
+build {}
+
+destroot.target         install-el install-elc
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 ${worksrcpath}/COPYING ${docdir}
+}
+
+livecheck.type          regex
+livecheck.url           http://code.google.com/p/pure-lang/downloads/list
+livecheck.regex         pure-(\[0-9.\]+\[a-z\]*)\\.tar


Property changes on: trunk/dports/lang/pure-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/20110428/cc254238/attachment.html>


More information about the macports-changes mailing list