[123043] trunk/dports/lang/cbmbasic/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 3 21:52:10 PDT 2014


Revision: 123043
          https://trac.macports.org/changeset/123043
Author:   ryandesign at macports.org
Date:     2014-08-03 21:52:10 -0700 (Sun, 03 Aug 2014)
Log Message:
-----------
cbmbasic: add modeline and adjust whitespace

Modified Paths:
--------------
    trunk/dports/lang/cbmbasic/Portfile

Modified: trunk/dports/lang/cbmbasic/Portfile
===================================================================
--- trunk/dports/lang/cbmbasic/Portfile	2014-08-04 04:50:23 UTC (rev 123042)
+++ trunk/dports/lang/cbmbasic/Portfile	2014-08-04 04:52:10 UTC (rev 123043)
@@ -1,28 +1,33 @@
+# -*- 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                cbmbasic
+epoch               1
 version             1.0
-epoch               1
 categories          lang
 platforms           darwin freebsd linux
+maintainers         nomaintainer
 license             bsd
+
 description         Commodore BASIC
-maintainers         nomaintainer
-long_description    \
-This is a 100% compatible version of Commodore's version of Microsoft \
-BASIC 6502 as found on the Commodore 64. You can use it in interactive \
-mode or pass a BASIC file as a command line parameter.
+
+long_description    This is a 100% compatible version of Commodore's version \
+                    of Microsoft BASIC 6502 as found on the Commodore 64. You \
+                    can use it in interactive mode or pass a BASIC file as a \
+                    command line parameter.
+
 homepage            http://cbmbasic.sourceforge.net/
 master_sites        sourceforge:project/cbmbasic/cbmbasic/${version}/
 
-checksums           md5 966cf93950809c3eace244af702cf895 \
-                    sha1 54564daa7f28be98b03ae7dd1eece9e5439c95c3
+checksums           md5     966cf93950809c3eace244af702cf895 \
+                    sha1    54564daa7f28be98b03ae7dd1eece9e5439c95c3
 
-extract.suffix .tgz
+extract.suffix      .tgz
 
-use_configure no
+use_configure       no
+
 destroot {
     copy ${worksrcpath}/cbmbasic ${destroot}${prefix}/bin/
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140803/44fddaa4/attachment.html>


More information about the macports-changes mailing list