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

mojca at macports.org mojca at macports.org
Thu Aug 29 06:43:07 PDT 2013


Revision: 110278
          https://trac.macports.org/changeset/110278
Author:   mojca at macports.org
Date:     2013-08-29 06:43:07 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
wxstedit: short of maintainer's feedback I decided to replace the port with wxLua; if a standalone port is still needed for some reason, please fix by upgrading to the latest version of wxstedit

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

Modified: trunk/dports/devel/wxstedit/Portfile
===================================================================
--- trunk/dports/devel/wxstedit/Portfile	2013-08-29 13:36:09 UTC (rev 110277)
+++ trunk/dports/devel/wxstedit/Portfile	2013-08-29 13:43:07 UTC (rev 110278)
@@ -3,60 +3,12 @@
 
 PortSystem          1.0
 
+replaced_by         wxLua
+PortGroup           obsolete 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.
+revision            1
 
 homepage            http://wxcode.sourceforge.net/components/wxstedit/
-master_sites        sourceforge:wxcode
-
-checksums           md5 8ba50bdd40b1a0b43643de8f40e0ea0d \
-                    sha1 081c0c0b0b4f86c924d65b44415838c81759b887 \
-                    rmd160 f75bbf4fa1a8a5b092cc28a7b3bbbafae6ca0c90
-
-worksrcdir          ${name}
-
-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" }
-
-
-platform macosx {}
-if { ([variant_isset macosx] || ([info exists os.subplatform] && ${os.subplatform} == "macosx")) && ![variant_isset x11] } {
-    default_variants    +aqua
-} else {
-    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 x11 description "Use the wxGTK port of wxWidgets" {
-    # 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>
+categories          devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/31036895/attachment.html>


More information about the macports-changes mailing list