| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 21 Dec 2025 19:43:16 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106123929
location: https://web.archive.org/web/20100106123929/https://codeblocks-devel.darwinports.com/
server-timing: captures_list;dur=0.523465, exclusion.robots;dur=0.039377, exclusion.robots.policy;dur=0.029381, esindex;dur=0.009984, cdx.remote;dur=7.790475, LoadShardBlock;dur=198.550627, PetaboxLoader3.datanode;dur=66.618273, PetaboxLoader3.resolve;dur=22.489039
x-app-server: wwwb-app214-dc8
x-ts: 302
x-tr: 235
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app214; 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, 21 Dec 2025 19:43:17 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 12:25:21 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, 06 Jan 2010 12:39:29 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: TLA-20100106122432-00429-ia360909-c/TLA-20100106123146-00499-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.442848, exclusion.robots;dur=0.014988, exclusion.robots.policy;dur=0.007304, esindex;dur=0.020914, cdx.remote;dur=6.262512, LoadShardBlock;dur=103.199159, PetaboxLoader3.datanode;dur=76.817886, PetaboxLoader3.resolve;dur=97.015610, load_resource;dur=134.186768
x-app-server: wwwb-app214-dc8
x-ts: 200
x-tr: 313
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-devel version 1.0 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
codeblocks-devel most recent diffversion 1.0
Scroll down toward the bottom of the page to get installation instructions for codeblocks-devel. The raw portfile for codeblocks-devel 1.0 is located here: https://codeblocks-devel.darwinports.com/dports/devel/codeblocks-devel/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-devel The codeblocks-devel Portfile 57378 2009-09-10 08:38:23Z ryandesign PortSystem 1.0 Name: codeblocks-devel Version: 1.0 Revision: 5074 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: sourceforge:codeblocks fetch.type svn svn.url svn://svn.berlios.de/codeblocks/trunk #svn.date 2008-05-19 svn.revision 5074 worksrcdir trunk # autoconf >= 2.50, automake >= 1.9, libtool >= 1.4 depends_lib path:${prefix}/bin/autoconf:autoconf path:${prefix}/bin/aclocal:automake path:${prefix}/bin/glibtool:libtool configure.cmd ./bootstrap && ./configure configure.env ACLOCAL_FLAGS="-I ${prefix}/share/aclocal" 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 } 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/codeblocks-develYou 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-devel with these commands: % man codeblocks-devel Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
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 |
|||||||
| |




