[28164] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 23 03:36:03 PDT 2007


Revision: 28164
          http://trac.macosforge.org/projects/macports/changeset/28164
Author:   afb at macports.org
Date:     2007-08-23 03:36:02 -0700 (Thu, 23 Aug 2007)

Log Message:
-----------
updated port, closes #11452

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

Added: trunk/dports/devel/wxstedit/Portfile
===================================================================
--- trunk/dports/devel/wxstedit/Portfile	                        (rev 0)
+++ trunk/dports/devel/wxstedit/Portfile	2007-08-23 10:36:02 UTC (rev 28164)
@@ -0,0 +1,56 @@
+# $Id$
+
+PortSystem 1.0
+
+name			wxstedit
+version			1.2.5
+categories		devel
+platforms		darwin freebsd
+maintainers		afb at macports.org
+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
+
+checksums		${name}-${version}${extract.suffix} \
+				md5 8ba50bdd40b1a0b43643de8f40e0ea0d \
+			${name}-${version}${extract.suffix} \
+				sha1 081c0c0b0b4f86c924d65b44415838c81759b887 \
+			${name}-${version}${extract.suffix} \
+				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] && ![variant_isset x11] } { default_variants +aqua }
+if { [variant_isset puredarwin] } { default_variants +x11 }
+if { [variant_isset freebsd] } { default_variants +x11 }
+
+variant aqua requires macosx description "Use the wxMac port of wxWidgets" {
+depends_lib		port:wxWidgets
+}
+
+variant x11 conflicts aqua description "Use the wxGTK port of wxWidgets" {
+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>


Property changes on: trunk/dports/devel/wxstedit/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070823/3c6fb562/attachment.html


More information about the macports-changes mailing list