| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 00:18:59 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071120041201
location: https://web.archive.org/web/20071120041201/https://codeblocks-devel.darwinports.com/
server-timing: captures_list;dur=0.604316, exclusion.robots;dur=0.081770, exclusion.robots.policy;dur=0.072607, esindex;dur=0.010684, cdx.remote;dur=12.411252, LoadShardBlock;dur=238.932193, PetaboxLoader3.resolve;dur=108.072716, PetaboxLoader3.datanode;dur=128.587477
x-app-server: wwwb-app241-dc8
x-ts: 302
x-tr: 279
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app241; 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: Mon, 22 Dec 2025 00:18:59 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Tue, 20 Nov 2007 04:12:27 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: Tue, 20 Nov 2007 04:12:01 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: 52_0_20071120025004_crawl100-c/52_0_20071120041052_crawl109.arc.gz
server-timing: captures_list;dur=1.017847, exclusion.robots;dur=0.043321, exclusion.robots.policy;dur=0.026747, esindex;dur=0.015322, cdx.remote;dur=126.563625, LoadShardBlock;dur=281.408185, PetaboxLoader3.datanode;dur=277.673225, PetaboxLoader3.resolve;dur=84.298686, load_resource;dur=127.340224
x-app-server: wwwb-app28-dc8
x-ts: 200
x-tr: 655
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: HIT
server-timing: HIT
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
codeblocks-devel version 1.0 for Mac OS X 10.5 Leopard
|
|||||||||
Monday the 19th of November, 2007 |
|||||||||
codeblocks-devel most recent diff
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 # $Id: Portfile 28167 2007-08-23 10:59:27Z afb PortSystem 1.0 Name: codeblocks-devel Version: 1.0 #revision 0 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.tag 4365 worksrcdir trunk # autoconf >= 2.50, automake >= 1.9, libtool >= 1.4 depends_build 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,
|
![]() |
![]() Digg codeblocks-devel 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 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




