[59959] trunk/dports/editors

jmr at macports.org jmr at macports.org
Tue Oct 27 18:10:36 PDT 2009


Revision: 59959
          http://trac.macports.org/changeset/59959
Author:   jmr at macports.org
Date:     2009-10-27 18:10:35 -0700 (Tue, 27 Oct 2009)
Log Message:
-----------
New port: org-mode (#20789)

Added Paths:
-----------
    trunk/dports/editors/org-mode/
    trunk/dports/editors/org-mode/Portfile

Added: trunk/dports/editors/org-mode/Portfile
===================================================================
--- trunk/dports/editors/org-mode/Portfile	                        (rev 0)
+++ trunk/dports/editors/org-mode/Portfile	2009-10-28 01:10:35 UTC (rev 59959)
@@ -0,0 +1,34 @@
+# -*- 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                org-mode
+version             6.31a
+categories          editors
+maintainers         ambulatoryclam.net:dports
+platforms           darwin
+
+description         an Emacs Mode for Notes, Project Planning, and Authoring
+long_description    Org is a mode for keeping notes, maintaining TODO lists, \
+                    and doing project planning with a fast and effective     \
+                    plain-text system.
+
+homepage            http://orgmode.org/
+master_sites        ${homepage}
+distname            org-${version}
+
+checksums           md5     b0fd1493770f1487b327c13e05d38ea8 \
+                    sha1    089e64f6eaa370808135a0bdfe429e643777f452 \
+                    rmd160  dbabe49f94fc1371fb32db8209696efeaf6a2ddb
+
+depends_lib         port:emacs
+depends_build       port:texinfo
+
+use_configure       no
+
+destroot.destdir    prefix=${destroot}${prefix}
+destroot.target     install-lisp install-info
+# rename info file to avoid conflict with the one installed by emacs port
+post-destroot       { move ${destroot}${prefix}/share/info/org \
+                           ${destroot}${prefix}/share/info/org.${version} }


Property changes on: trunk/dports/editors/org-mode/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/025bcb99/attachment.html>


More information about the macports-changes mailing list