[110235] trunk/dports/sysutils

mojca at macports.org mojca at macports.org
Wed Aug 28 22:58:37 PDT 2013


Revision: 110235
          https://trac.macports.org/changeset/110235
Author:   mojca at macports.org
Date:     2013-08-28 22:58:37 -0700 (Wed, 28 Aug 2013)
Log Message:
-----------
wxWidgets_select: new port

Added Paths:
-----------
    trunk/dports/sysutils/wxWidgets_select/
    trunk/dports/sysutils/wxWidgets_select/Portfile
    trunk/dports/sysutils/wxWidgets_select/files/
    trunk/dports/sysutils/wxWidgets_select/files/base
    trunk/dports/sysutils/wxWidgets_select/files/none

Added: trunk/dports/sysutils/wxWidgets_select/Portfile
===================================================================
--- trunk/dports/sysutils/wxWidgets_select/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/wxWidgets_select/Portfile	2013-08-29 05:58:37 UTC (rev 110235)
@@ -0,0 +1,32 @@
+# -*- 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           select 1.0
+PortGroup           wxWidgets 1.0
+
+name                wxWidgets_select
+version             1.0
+categories          sysutils graphics
+platforms           darwin
+maintainers         nomaintainer
+license             BSD
+supported_archs     noarch
+
+description         common files for selecting default wxWidgets version
+long_description    wxWidgets_select installs files that allow 'port select' to \
+                    switch the default version of wxWidgets.
+
+homepage            http://www.macports.org/
+distfiles
+
+use_configure       no
+
+build               {}
+
+destroot {
+    select::install wxWidgets ${filespath}/base
+    select::install wxWidgets ${filespath}/none
+}
+
+livecheck.type      none


Property changes on: trunk/dports/sysutils/wxWidgets_select/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/sysutils/wxWidgets_select/files/base
===================================================================
--- trunk/dports/sysutils/wxWidgets_select/files/base	                        (rev 0)
+++ trunk/dports/sysutils/wxWidgets_select/files/base	2013-08-29 05:58:37 UTC (rev 110235)
@@ -0,0 +1,8 @@
+bin/wx-config
+bin/wxrc
+share/aclocal/wxwin.m4
+share/bakefile/presets/wx.bkl
+share/bakefile/presets/wx_presets.py
+share/bakefile/presets/wx_unix.bkl
+share/bakefile/presets/wx_win32.bkl
+share/bakefile/presets/wx_xrc.bkl

Added: trunk/dports/sysutils/wxWidgets_select/files/none
===================================================================
--- trunk/dports/sysutils/wxWidgets_select/files/none	                        (rev 0)
+++ trunk/dports/sysutils/wxWidgets_select/files/none	2013-08-29 05:58:37 UTC (rev 110235)
@@ -0,0 +1,8 @@
+-
+-
+-
+-
+-
+-
+-
+-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130828/c2f7d83a/attachment.html>


More information about the macports-changes mailing list