[109967] trunk/dports/devel/wxstedit/Portfile

mojca at macports.org mojca at macports.org
Thu Aug 22 17:57:46 PDT 2013


Revision: 109967
          https://trac.macports.org/changeset/109967
Author:   mojca at macports.org
Date:     2013-08-22 17:57:46 -0700 (Thu, 22 Aug 2013)
Log Message:
-----------
wxstedit: first line and whitespace only

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

Modified: trunk/dports/devel/wxstedit/Portfile
===================================================================
--- trunk/dports/devel/wxstedit/Portfile	2013-08-23 00:45:30 UTC (rev 109966)
+++ trunk/dports/devel/wxstedit/Portfile	2013-08-23 00:57:46 UTC (rev 109967)
@@ -1,65 +1,62 @@
+# -*- 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			wxstedit
-version			1.2.5
-categories		devel
-platforms		darwin freebsd
-maintainers		afb
-description		styled text editor component for wxWidgets
-long_description	wxStEdit is a library and sample program for the wxWidgets's \
-			wxStyledTextCtrl wrapper around the Scintilla text editor \
-			widget. It provides a number of convenience functions and \
-			added capabilities, including the necessary prefs/styles/language \
-			management, menu creation and updating, a splitter, notebook, and \
-			frame component. Additionally it provides a find/replace, editor \
-			settings, and property dialogs.
+name                wxstedit
+version             1.2.5
+categories          devel
+platforms           darwin freebsd
+maintainers         afb
+description         styled text editor component for wxWidgets
+long_description    wxStEdit is a library and sample program for the wxWidgets's \
+                    wxStyledTextCtrl wrapper around the Scintilla text editor \
+                    widget. It provides a number of convenience functions and \
+                    added capabilities, including the necessary prefs/styles/language \
+                    management, menu creation and updating, a splitter, notebook, and \
+                    frame component. Additionally it provides a find/replace, editor \
+                    settings, and property dialogs.
 
-homepage		http://wxcode.sourceforge.net/components/wxstedit/
-master_sites		sourceforge:wxcode
+homepage            http://wxcode.sourceforge.net/components/wxstedit/
+master_sites        sourceforge:wxcode
 
-checksums		${name}-${version}${extract.suffix} \
-				md5 8ba50bdd40b1a0b43643de8f40e0ea0d \
-			${name}-${version}${extract.suffix} \
-				sha1 081c0c0b0b4f86c924d65b44415838c81759b887 \
-			${name}-${version}${extract.suffix} \
-				rmd160 f75bbf4fa1a8a5b092cc28a7b3bbbafae6ca0c90
+checksums           md5 8ba50bdd40b1a0b43643de8f40e0ea0d \
+                    sha1 081c0c0b0b4f86c924d65b44415838c81759b887 \
+                    rmd160 f75bbf4fa1a8a5b092cc28a7b3bbbafae6ca0c90
 
-worksrcdir		${name}
+worksrcdir          ${name}
 
-configure.args		--mandir=${prefix}/share/man \
-			--with-wx-prefix=${prefix}
+configure.args      --mandir=${prefix}/share/man \
+                    --with-wx-prefix=${prefix}
 
-post-configure		{ copy -force "${worksrcpath}/include/wx/stedit/setup0.h" \
-			              "${worksrcpath}/include/wx/stedit/setup.h" }
-post-destroot		{ copy -force "${destroot}${prefix}/include/wx/stedit/setup0.h" \
-			              "${destroot}${prefix}/include/wx/stedit/setup.h" }
+post-configure      { copy -force "${worksrcpath}/include/wx/stedit/setup0.h" \
+                          "${worksrcpath}/include/wx/stedit/setup.h" }
+post-destroot       { copy -force "${destroot}${prefix}/include/wx/stedit/setup0.h" \
+                          "${destroot}${prefix}/include/wx/stedit/setup.h" }
 
 
 platform macosx {}
-if { ([variant_isset macosx] || ([info exists os.subplatform] && ${os.subplatform} == "macosx"))
-     && ![variant_isset x11] } {
-    default_variants +aqua
+if { ([variant_isset macosx] || ([info exists os.subplatform] && ${os.subplatform} == "macosx")) && ![variant_isset x11] } {
+    default_variants    +aqua
 } else {
-    default_variants +x11
+    default_variants    +x11
 }
 
 if { ([variant_isset macosx] || ([info exists os.subplatform] && ${os.subplatform} == "macosx")) } {
-variant aqua conflicts x11 description "Use the wxMac port of wxWidgets" {
-depends_lib		port:wxWidgets
-# wxWidgets is not 64-bit
-supported_archs i386 ppc
+    variant aqua conflicts x11 description "Use the wxMac port of wxWidgets" {
+        depends_lib     port:wxWidgets
+        # wxWidgets is not 64-bit
+        supported_archs i386 ppc
+    }
 }
-}
 
 variant x11 description "Use the wxGTK port of wxWidgets" {
-# wxgtk is not universal
-universal_variant	no
-depends_lib		port:wxgtk
+    # wxgtk is not universal
+    universal_variant   no
+    depends_lib         port:wxgtk
 }
 
-livecheck.distname	wxStEdit
-#			abusing the SourceForge file release system, with "Components":
-livecheck.url		http://sourceforge.net/export/rss2_projnews.php?project=wxcode
-livecheck.regex		<title>${livecheck.distname} (.*) \[rR\]eleased.*</title>
+livecheck.distname  wxStEdit
+#           abusing the SourceForge file release system, with "Components":
+livecheck.url       http://sourceforge.net/export/rss2_projnews.php?project=wxcode
+livecheck.regex     <title>${livecheck.distname} (.*) \[rR\]eleased.*</title>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130822/9c944acd/attachment.html>


More information about the macports-changes mailing list