| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 04 Jan 2026 10:17:25 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090527145442
location: https://web.archive.org/web/20090527145442/https://codeblocks.darwinports.com/
server-timing: captures_list;dur=0.610481, exclusion.robots;dur=0.063841, exclusion.robots.policy;dur=0.051748, esindex;dur=0.010995, cdx.remote;dur=33.290507, LoadShardBlock;dur=241.182514, PetaboxLoader3.datanode;dur=96.391850, PetaboxLoader3.resolve;dur=22.672316
x-app-server: wwwb-app210-dc8
x-ts: 302
x-tr: 308
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; 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: Sun, 04 Jan 2026 10:17:25 GMT
content-type: text/html
x-archive-orig-date: Wed, 27 May 2009 14:52:12 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Wed, 27 May 2009 14:54:42 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: 51_9_20090527124554_crawl103-c/51_9_20090527145226_crawl103.arc.gz
server-timing: captures_list;dur=0.581497, exclusion.robots;dur=0.019043, exclusion.robots.policy;dur=0.008022, esindex;dur=0.012301, cdx.remote;dur=35.532536, LoadShardBlock;dur=222.939058, PetaboxLoader3.datanode;dur=170.568283, PetaboxLoader3.resolve;dur=59.314206, load_resource;dur=118.620172
x-app-server: wwwb-app210-dc8
x-ts: 200
x-tr: 462
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
Codeblocks version 8.02 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 27th of May, 2009 |
|||||||||
codeblocks most recent diffversion 8.02
Scroll down toward the bottom of the page to get installation instructions for codeblocks. The raw portfile for codeblocks 8.02 is located here: https://codeblocks.darwinports.com/dports/devel/codeblocks/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/codeblocks The codeblocks Portfile 50980 2009-05-14 19:41:55Z and.damore PortSystem 1.0 Name: codeblocks Version: 8.02 Platform: darwin freebsd Category: devel aqua x11 Maintainers: afb Description: Open Source, Cross-platform, Free C/C++/D IDE Long Description: Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable. Homepage: https://codeblocks.org/ Master Sites: https://download.berlios.de/codeblocks/ sourceforge:codeblocks distname ${name}-${version}-src worksrcdir ${name}-${version} use_bzip2 yes Checksums: md5 ac15b4b3de50d7650c2f7a8dbcb30f88 sha1 078932cfd4fee2066ec931cb6dfa8079235c1237 rmd160 88451f42ac4de2b98d57416a3cea1a0647344b30 configure.args --with-contrib-plugins=all post-destroot { system "strip -S ${destroot}${prefix}/bin/codeblocks" system "strip -S ${destroot}${prefix}/lib/libcodeblocks*.so || true" system "strip -S ${destroot}${prefix}/lib/libcodeblocks*.dylib || true" system "strip -S ${destroot}${prefix}/lib/libwxsmithlib*.so || true" system "strip -S ${destroot}${prefix}/lib/libwxsmithlib*.dylib || true" system "strip -S ${destroot}${prefix}/share/codeblocks/plugins/*.so" } 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 post-destroot { xinstall -d -m 0755 ${destroot}/Applications/MacPorts set appPath ${destroot}/Applications/MacPorts/CodeBlocks.app/Contents xinstall -d -m 0755 ${appPath} file copy -force ${worksrcpath}/codeblocks.plist ${appPath}/Info.plist xinstall -d -m 0755 ${appPath}/Resources file copy -force ${worksrcpath}/src/src/resources/icons/app.icns ${appPath}/Resources file copy -force ${worksrcpath}/src/src/resources/icons/cbp.icns ${appPath}/Resources file copy -force ${worksrcpath}/src/src/resources/icons/csd.icns ${appPath}/Resources file copy -force ${worksrcpath}/src/src/resources/icons/c.icns ${appPath}/Resources file copy -force ${worksrcpath}/src/src/resources/icons/cg.icns ${appPath}/Resources file copy -force ${worksrcpath}/src/src/resources/icons/cpp.icns ${appPath}/Resources file copy -force ${worksrcpath}/src/src/resources/icons/d.icns ${appPath}/Resources file copy -force ${worksrcpath}/src/src/resources/icons/f.icns ${appPath}/Resources file copy -force ${worksrcpath}/src/src/resources/icons/h.icns ${appPath}/Resources file copy -force ${worksrcpath}/src/src/resources/icons/rc.icns ${appPath}/Resources xinstall -d -m 0755 ${appPath}/MacOS ln -sf ${prefix}/bin/codeblocks ${appPath}/MacOS/CodeBlocks xinstall -d -m 0755 ${appPath}/Resources/share ln -sf ${prefix}/share/codeblocks ${appPath}/Resources/share/codeblocks delete ${destroot}${prefix}/share/applications/codeblocks.desktop delete ${destroot}${prefix}/share/icons/gnome delete ${destroot}${prefix}/share/mime/packages/codeblocks.xml delete ${destroot}${prefix}/share/pixmaps/codeblocks.png } } Variant: x11 conflicts aqua description "Use the wxGTK port of wxWidgets" { depends_lib port:wxgtk patchfiles patch-wxscoder.cpp.diff } 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/codeblocksYou 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 codeblocks with these commands: % man codeblocks Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg codeblocks on MacOSX Download the Darwinports Installer version 1.7 How to Install Darwinports Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |



