| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 09 Jan 2026 20:24:49 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070823133805
location: https://web.archive.org/web/20070823133805/https://wxwidgets.darwinports.com/
server-timing: captures_list;dur=0.781384, exclusion.robots;dur=0.061940, exclusion.robots.policy;dur=0.042737, esindex;dur=0.012992, cdx.remote;dur=55.361787, LoadShardBlock;dur=340.900835, PetaboxLoader3.datanode;dur=122.225424, PetaboxLoader3.resolve;dur=31.015119
x-app-server: wwwb-app212-dc8
x-ts: 302
x-tr: 432
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app212; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 09 Jan 2026 20:24:50 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Thu, 23 Aug 2007 13:48:08 GMT
x-archive-orig-server: Apache
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Thu, 23 Aug 2007 13:38:05 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 42_0_20070823112025_crawl106-c/42_0_20070823133456_crawl109.arc.gz
server-timing: captures_list;dur=0.607321, exclusion.robots;dur=0.021967, exclusion.robots.policy;dur=0.009100, esindex;dur=0.014395, cdx.remote;dur=197.013997, LoadShardBlock;dur=303.191183, PetaboxLoader3.datanode;dur=354.882534, PetaboxLoader3.resolve;dur=127.413451, load_resource;dur=278.042905
x-app-server: wwwb-app212-dc8
x-ts: 200
x-tr: 880
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
wxwidgets version 2.8.3 for Mac OS X
|
|||||||||
Thursday the 23rd of August, 2007 |
|||||||||
wxwidgets most recent diff
Scroll down toward the bottom of the page to get installation instructions for wxwidgets. The raw portfile for wxwidgets 2.8.3 is located here: https://wxwidgets.darwinports.com/dports/graphics/wxWidgets/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 24297 2007-04-21 10:34:07Z mww PortSystem 1.0 Name: wxWidgets Version: 2.8.3 Category: graphics devel Platform: darwin Maintainers: mww Description: mature cross-platform C++ GUI framework Long Description: wxWidgets is a mature open-source cross-platform C++ GUI framework for MacOS, Unix, Linux, Windows. It can make use of a variety of native widget sets as well as its own widget set: MacOS, GTK+, Motif, WIN32. wxWidgets will even run on embedded systems using Linux and X11. Homepage: https://www.wxwidgets.org/ distname wxWidgets master_sites sourceforge:wxwindows https://biolpc22.york.ac.uk/pub/${version}/ use_bzip2 yes distfiles ${distname}-${version}${extract.suffix} dist_subdir ${distname}/${version} checksums ${distname}-${version}${extract.suffix} md5 0f8d2110bab5dfd13a9700b37ee101bb ${distname}-${version}${extract.suffix} sha1 a42135133655f1b04daa2309a13210dd572947a1 ${distname}-${version}${extract.suffix} rmd160 fb25317d896a12d7c741c8cfafe018397709119c depends_lib port:jpeg port:tiff port:libpng port:zlib port:libiconv port:expat port:libsdl port:libsdl_mixer #set worksrcdir build set worksrcdir ${distname}-${version}/build extract.only ${distname}-${version}${extract.suffix} #configure.cmd ../${distname}-${version}/configure configure.cmd ../configure configure.args --mandir=${prefix}/share/man --with-libiconv-prefix=${prefix} --with-libjpeg --with-libtiff --with-libpng --with-zlib --with-sdl --with-opengl --with-mac --disable-sdltest --enable-unicode --enable-display --enable-monolithic platform darwin 8 { configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 } set contrib "gizmos stc ogl" build.target post-build { system "cd ${build.dir} && make -C contrib/src/gizmos" system "cd ${build.dir} && make -C contrib/src/stc" system "cd ${build.dir} && make -C contrib/src/ogl" } post-destroot { system "cd ${destroot.dir} && make -C contrib/src/gizmos install ${destroot.destdir}" system "cd ${destroot.dir} && make -C contrib/src/stc install ${destroot.destdir}" system "cd ${destroot.dir} && make -C contrib/src/ogl install ${destroot.destdir}" xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${workpath}/${distname}-${version} install-mac.txt install-mgl.txt install-motif.txt INSTALL-OS2.txt install-x11.txt readme-cocoa.txt readme-gtk.txt readme-mac.txt readme-mgl.txt readme-motif.txt readme-x11.txt ${destroot}${prefix}/share/doc/${name} system "cd ${destroot}${prefix}/bin && ln -sf ${prefix}/lib/wx/config/mac-unicode-release-2.8 wx-config" } livecheck.check regex livecheck.url ${homepage}/downloads/ livecheck.regex ftp.wxwidgets.org/pub/(2.8.\[0-9\]+)/ If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/wxwidgetsYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using wxwidgets with these commands: % man wxwidgets Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg wxwidgets on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




