[152579] trunk/dports/aqua/TeXShop3/Portfile

jwa at macports.org jwa at macports.org
Mon Sep 12 12:11:18 PDT 2016


Revision: 152579
          https://trac.macports.org/changeset/152579
Author:   jwa at macports.org
Date:     2016-09-12 12:11:18 -0700 (Mon, 12 Sep 2016)
Log Message:
-----------
TeXShop3: whitespace only

Modified Paths:
--------------
    trunk/dports/aqua/TeXShop3/Portfile

Modified: trunk/dports/aqua/TeXShop3/Portfile
===================================================================
--- trunk/dports/aqua/TeXShop3/Portfile	2016-09-12 19:00:45 UTC (rev 152578)
+++ trunk/dports/aqua/TeXShop3/Portfile	2016-09-12 19:11:18 UTC (rev 152579)
@@ -1,32 +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
-PortGroup       xcode 1.0
+PortSystem          1.0
+PortGroup           xcode 1.0
 
-name            TeXShop3
-conflicts	TeXShop
-version         3.73
+name                TeXShop3
+conflicts           TeXShop
+version             3.73
 
-set major       [lindex [split ${version} .] 0]
-categories      aqua editors
-license         GPL-2+
-maintainers     jwa openmaintainer
-description     TeX previewer for Mac OS X
+set major           [lindex [split ${version} .] 0]
+categories          aqua editors
+license             GPL-2+
+maintainers         jwa openmaintainer
+description         TeX previewer for Mac OS X
 long_description   \
     TeXShop is a TeX previewer for Mac OS X, written in Cocoa.  \
     Since pdf is a native file format on OS X, TeXShop uses     \
     "pdftex" and "pdflatex" rather than "tex" and "latex" to    \
     typeset, these programs in the standard teTeX distribution  \
     of TeX produce pdf output instead of dvi output.
-homepage        http://pages.uoregon.edu/koch/texshop
-master_sites    ${homepage}/texshop-64
-use_zip         yes
-distname        texshopsource[strsed ${version} {/\.//}]
-dist_subdir     TeXShop/
-worksrcdir      texshopsource[strsed ${version} {/\.//}]
-set propername	TeXShop
+homepage            http://pages.uoregon.edu/koch/texshop
+master_sites        ${homepage}/texshop-64
+use_zip             yes
+distname            texshopsource[strsed ${version} {/\.//}]
+dist_subdir         TeXShop/
+worksrcdir          texshopsource[strsed ${version} {/\.//}]
+set propername      TeXShop
 
 checksums           rmd160  b36d5071f3cf10fe3f037bf6cd7f92d16bf765d0 \
                     sha256  07af0596ef77ff07216c620bb4bb41aca86087d1cfbab7d0f47bdb27bce89bbe
@@ -35,13 +34,13 @@
     platform darwin {
         if {${os.major} < 11} {
             ui_error "${name} requires at least 10.7, Lion"
-            return -code error	"This version is for 10.7, Lion, and later only"
+            return -code error "This version is for 10.7, Lion, and later only"
         }
     }
 }
 
 # error: -fobjc-arc is not supported on platforms using the legacy runtime
-supported_archs x86_64
+supported_archs     x86_64
 
 post-extract    {
     set ogrekit "OgreKit.framework/Versions/A/OgreKit"
@@ -49,11 +48,11 @@
     system -W ${worksrcpath} "lipo -thin ${configure.build_arch} ${ogrekit} -output ${ogrekit}"
 }
 
-macosx_deployment_target     10.7
+macosx_deployment_target    10.7
 
-build.target    ${propername}
+build.target        ${propername}
 
-xcode.project   ${propername}.xcodeproj
+xcode.project       ${propername}.xcodeproj
 xcode.configuration Release
 xcode.build.settings    FRAMEWORK_SEARCH_PATHS=${worksrcpath} \
                         CONFIGURATION_BUILD_DIR=${worksrcpath}/build \
@@ -62,7 +61,7 @@
 destroot.target     ${propername}
 eval xcode.destroot.settings INSTALL_MODE_FLAG=755 ${xcode.build.settings}
 
-post-destroot        {
+post-destroot {
     file delete -force ${destroot}${applications_dir}/TeX.mdimporter
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160912/3dca7aae/attachment.html>


More information about the macports-changes mailing list