[97153] trunk/dports/math
jmr at macports.org
jmr at macports.org
Tue Aug 28 05:58:52 PDT 2012
Revision: 97153
https://trac.macports.org/changeset/97153
Author: jmr at macports.org
Date: 2012-08-28 05:58:49 -0700 (Tue, 28 Aug 2012)
Log Message:
-----------
New port: ess, Emacs mode for statistical programming and analysis (#34713)
Added Paths:
-----------
trunk/dports/math/ess/
trunk/dports/math/ess/Portfile
Added: trunk/dports/math/ess/Portfile
===================================================================
--- trunk/dports/math/ess/Portfile (rev 0)
+++ trunk/dports/math/ess/Portfile 2012-08-28 12:58:49 UTC (rev 97153)
@@ -0,0 +1,49 @@
+# -*- 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 ess
+version 12.04-3
+categories math science
+maintainers sdf.org:jrblevin openmaintainer
+license GPL-3+
+platforms darwin
+supported_archs noarch
+
+description Emacs mode for statistical programming and analysis
+
+long_description \
+ ESS is a GNU Emacs and XEmacs mode for interactive statistical programming \
+ and data analysis. Languages supported: the S family (S, S-PLUS and R), \
+ SAS, BUGS/JAGS, Stata and XLispStat.
+
+homepage http://ess.r-project.org/
+
+master_sites http://ess.r-project.org/downloads/ess/ \
+ http://stat.ethz.ch/ESS/downloads/ess/
+
+extract.suffix .tgz
+
+checksums rmd160 c9b1668cf7d8bcd2ace5f864dd69aab09ed8526a \
+ sha256 cefe758860a5a0ac4b5fe56479825a6e68c06e442cd569f55131fd99c9db40b5
+
+depends_lib port:emacs
+
+use_configure no
+
+build {}
+
+destroot.args-append PREFIX=${destroot}${prefix}
+
+variant emacs_app description "If your Emacs is emacs-app" {
+ depends_lib-append port:emacs-app
+ depends_lib-delete port:emacs
+ destroot.args-append EMACS=${applications_dir}/Emacs.app/Contents/MacOS/Emacs
+ destroot.args-append LISPDIR=${destroot}${applications_dir}/Emacs.app/Contents/Resources/site-lisp/ess
+ destroot.args-append INFODIR=${destroot}${applications_dir}/Emacs.app/Contents/Resources/info/ess
+ destroot.args-append ETCDIR=${destroot}${applications_dir}/Emacs.app/Contents/Resources/etc/ess
+}
+
+notes "To use this, put the following into your ~/.emacs:\n\
+ (require 'ess-site)"
Property changes on: trunk/dports/math/ess/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/20120828/d45211ee/attachment.html>
More information about the macports-changes
mailing list