[44910] trunk/dports/aqua

css at macports.org css at macports.org
Sun Jan 4 09:30:40 PST 2009


Revision: 44910
          http://trac.macports.org/changeset/44910
Author:   css at macports.org
Date:     2009-01-04 09:30:40 -0800 (Sun, 04 Jan 2009)
Log Message:
-----------
New port emacs-app-devel builds the Cocoa version of Emacs from a CVS snapshot. This supercedes the stable version, and it provides a temporary solution until Emacs 23 is released. see #16339

Added Paths:
-----------
    trunk/dports/aqua/emacs-app-devel/
    trunk/dports/aqua/emacs-app-devel/Portfile

Added: trunk/dports/aqua/emacs-app-devel/Portfile
===================================================================
--- trunk/dports/aqua/emacs-app-devel/Portfile	                        (rev 0)
+++ trunk/dports/aqua/emacs-app-devel/Portfile	2009-01-04 17:30:40 UTC (rev 44910)
@@ -0,0 +1,43 @@
+# $Id$
+
+PortSystem 1.0
+
+name            emacs-app-devel
+version         20090104
+
+categories      aqua editors
+maintainers     css
+description     The GNU Emacs text editor, recent CVS development version
+long_description \
+   GNU Emacs is a self-documenting, customizable, extensible real-time \
+   display editor. Users new to Emacs will be able to use basic        \
+   features fairly rapidly by studying the tutorial and using the      \
+   self-documentation features. Emacs also has an extensive            \
+   interactive manual browser. It is easily extensible since its       \
+   editing commands are written in Lisp. This port uses the CVS version\
+   of the code from a recent date, which includes the NextStep (aqua)  \
+   option
+
+platforms       darwin freebsd
+homepage        http://www.gnu.org/software/emacs/emacs.html
+
+fetch.type      cvs
+cvs.root        :pserver:anonymous at cvs.savannah.gnu.org:/sources/emacs
+cvs.date        2009-01-04
+cvs.module      emacs
+worksrcdir      emacs
+
+configure.args  --with-ns
+depends_lib     port:ncurses
+use_parallel_build	yes
+
+if {![info exists applications_dir]} {
+	set applications_dir /Applications/MacPorts
+}
+
+destroot {
+	system "cd ${worksrcpath} && make install"     
+	xinstall -m 755 -d ${destroot}${applications_dir}
+	file copy ${worksrcpath}/nextstep/Emacs.app \
+		${destroot}${applications_dir}
+}


Property changes on: trunk/dports/aqua/emacs-app-devel/Portfile
___________________________________________________________________
Added: svn:keywords
   + id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090104/abc434d2/attachment.html>


More information about the macports-changes mailing list