[105753] trunk/dports/devel/xsp/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat May 4 19:28:57 PDT 2013


Revision: 105753
          https://trac.macports.org/changeset/105753
Author:   ryandesign at macports.org
Date:     2013-05-04 19:28:57 -0700 (Sat, 04 May 2013)
Log Message:
-----------
xsp: whitespace changes and reformatting; add modeline

Modified Paths:
--------------
    trunk/dports/devel/xsp/Portfile

Modified: trunk/dports/devel/xsp/Portfile
===================================================================
--- trunk/dports/devel/xsp/Portfile	2013-05-05 02:27:18 UTC (rev 105752)
+++ trunk/dports/devel/xsp/Portfile	2013-05-05 02:28:57 UTC (rev 105753)
@@ -1,25 +1,31 @@
+# -*- 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
+PortSystem          1.0
 
-name		xsp
+name                xsp
 version             2.10.2
-categories	devel www mono
-license		MIT
-platforms	darwin
-maintainers	nomaintainer
-description	a small web server that hosts the Mono System.Web classes
-long_description	The XSP server is a small web server that hosts the Mono System.Web classes for running what is commonly known as ASP.NET
+categories          devel www mono
+platforms           darwin
+maintainers         nomaintainer
+license             MIT
 
-homepage	http://www.go-mono.com/
+description         a small web server that hosts the Mono System.Web classes
+
+long_description    The XSP server is a small web server that hosts the Mono \
+                    System.Web classes for running what is commonly known as \
+                    ASP.NET.
+
+homepage            http://www.go-mono.com/
 master_sites        http://download.mono-project.com/sources/xsp/
 use_bzip2           yes
 
 checksums           rmd160  9d1097b3d841f48764480d144dc8aff0b8011ce2 \
                     sha256  f4657f724167244d9baedf94e1d5747b8f1f53c339c7a11897154c1eb1289d4e
 
-depends_build	port:pkgconfig
-depends_lib	port:mono
+depends_build       port:pkgconfig
 
+depends_lib         port:mono
+
 # mono is not universal
-universal_variant	no
+universal_variant   no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130504/3bdc6927/attachment.html>


More information about the macports-changes mailing list