[35867] trunk/dports/lang/sml-mode.el/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Wed Apr 9 00:27:14 PDT 2008


Revision: 35867
          http://trac.macosforge.org/projects/macports/changeset/35867
Author:   mcalhoun at macports.org
Date:     2008-04-09 00:27:13 -0700 (Wed, 09 Apr 2008)

Log Message:
-----------
sml-mode.el: whitespace changes only.

Modified Paths:
--------------
    trunk/dports/lang/sml-mode.el/Portfile

Modified: trunk/dports/lang/sml-mode.el/Portfile
===================================================================
--- trunk/dports/lang/sml-mode.el/Portfile	2008-04-09 07:26:29 UTC (rev 35866)
+++ trunk/dports/lang/sml-mode.el/Portfile	2008-04-09 07:27:13 UTC (rev 35867)
@@ -1,47 +1,51 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem			1.0
+PortSystem 1.0
 
-name				sml-mode.el
-version				4.0
-categories			lang editors
-maintainers			mcalhoun
-description			An EMACS major mode for editing Standard ML
-long_description	${description}
-homepage			http://www.iro.umontreal.ca/~monnier/elisp/
-platforms			darwin
-distname			sml-mode-${version}
-master_sites		http://www.iro.umontreal.ca/~monnier/elisp/
-checksums			md5 dddcadd1ee488a5f70e875e6d20f69fc \
-				sha1 6a05274d02f7ea108f4171009c5a4e0989744ddb \
-				rmd160 d585bdf15906f272fc1dac6c52f450a694ee823f
+name               sml-mode.el
+version            4.0
+categories         lang editors
+maintainers        mcalhoun
+description        An EMACS major mode for editing Standard ML
+long_description   ${description}
+homepage           http://www.iro.umontreal.ca/~monnier/elisp/
+platforms          darwin
+distname           sml-mode-${version}
+master_sites       http://www.iro.umontreal.ca/~monnier/elisp/
+checksums \
+    md5 dddcadd1ee488a5f70e875e6d20f69fc \
+    sha1 6a05274d02f7ea108f4171009c5a4e0989744ddb \
+    rmd160 d585bdf15906f272fc1dac6c52f450a694ee823f
 
-depends_lib			port:emacs
+depends_lib        port:emacs
 
-use_configure		no
+use_configure      no
+build.target       elcfiles
+destroot.target    install_elc install_el prefix=${destroot}${prefix}
 
-build.target		elcfiles
-destroot.target		install_elc install_el prefix=${destroot}${prefix}
-
 variant docs description {Install extra documentation} {
 	depends_build-append	path:${prefix}/texi2dvi:texinfo \
-				path:${prefix}/makeinfo:texinfo \
-				path:${prefix}/texi2dvi:texinfo \
-				path:${prefix}/bin/dvips:texlive_base
-	build.target-append	info dvi postscript
-	destroot.target-append	install_info install_dvi \
-				infodir=${destroot}${prefix}/share/info \
-				docdir=${destroot}${prefix}/share/doc/${name}-${version}
+        path:${prefix}/makeinfo:texinfo \
+        path:${prefix}/texi2dvi:texinfo \
+        path:${prefix}/bin/dvips:texlive_base
 	
-	post-destroot {
+    build.target-append	info dvi postscript
+	
+    destroot.target-append \
+        install_info install_dvi \
+        infodir=${destroot}${prefix}/share/info \
+        docdir=${destroot}${prefix}/share/doc/${name}-${version}
+	
+    post-destroot {
 		xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}-${version}
 		eval xinstall -m 0644 [glob ${worksrcpath}/*.ps] ${destroot}${prefix}/share/doc/${name}-${version}
 	}
 }
 
 post-activate {
-	ui_msg "To use this, put the following into your ~/.emacs:"
-	ui_msg "(load \"${prefix}/share/emacs/site-lisp/sml-mode/sml-mode-startup\")"
+    ui_msg "To use this, put the following into your ~/.emacs:"
+    ui_msg "(load \"${prefix}/share/emacs/site-lisp/sml-mode/sml-mode-startup\")"
 }
 
 livecheck.check regex

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080409/a0a8c0f4/attachment.html


More information about the macports-changes mailing list