| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 08:55:51 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070806162138
location: https://web.archive.org/web/20070806162138/https://libsdl-framework.darwinports.com/
server-timing: captures_list;dur=0.516950, exclusion.robots;dur=0.038996, exclusion.robots.policy;dur=0.028935, esindex;dur=0.010331, cdx.remote;dur=62.450382, LoadShardBlock;dur=261.729240, PetaboxLoader3.resolve;dur=32.116938, PetaboxLoader3.datanode;dur=70.347953
x-app-server: wwwb-app206-dc6
x-ts: 302
x-tr: 351
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app206; 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 08:55:51 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Mon, 06 Aug 2007 16:29: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: Mon, 06 Aug 2007 16:21:38 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: IA-AROUND-THE-WORLD-2007-20070806155021-15510-crawling015-c/IA-AROUND-THE-WORLD-2007-20070806160803-16153-crawling01.us.archive.org.arc.gz
server-timing: captures_list;dur=1.316931, exclusion.robots;dur=0.026559, exclusion.robots.policy;dur=0.012069, esindex;dur=0.013097, cdx.remote;dur=5.380194, LoadShardBlock;dur=196.457876, PetaboxLoader3.datanode;dur=166.982684, PetaboxLoader3.resolve;dur=250.606032, load_resource;dur=242.449351
x-app-server: wwwb-app206-dc6
x-ts: 200
x-tr: 540
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
libsdl-framework version 1.2.9 for Mac OS X
|
|||||||||
Monday the 6th of August, 2007 |
|||||||||
libsdl-framework most recent diff
Scroll down toward the bottom of the page to get installation instructions for libsdl-framework. The raw portfile for libsdl-framework 1.2.9 is located here: https://libsdl-framework.darwinports.com/dports/devel/libsdl-framework/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 20405 2006-11-03 02:13:31Z jberry PortSystem 1.0 Name: libsdl-framework Version: 1.2.9 Category: devel multimedia Maintainers: nomaintainer Description: Cross-platform multi-media development API Long Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power." Simple DirectMedia Layer supports Linux, Win32, BeOS, MacOS, Solaris, IRIX, and FreeBSD. Platform: macosx master_sites https://www.libsdl.org/release/ distname SDL-${version} dist_subdir libsdl checksums md5 80919ef556425ff82a8555ff40a579a0 depends_lib port:libsdl configure.args --enable-shared set buildindir build platform darwin 8 { if {$xcodeversion == "2.1"} { set buildindir build/Deployment } } Variant: nostatic { configure.args-append --disable-static } post-extract { system "cd ${worksrcpath} && tar -xvzf Xcode.tar.gz" } post-patch { reinplace "s| -I/System/Library/Frameworks/Kernel.framework/Headers/||" ${worksrcpath}/src/joystick/darwin/Makefile.in reinplace "s|~/Library/Frameworks|./build/Frameworks|g" ${worksrcpath}/Xcode/SDL/SDL.pbproj/project.pbxproj reinplace "s|build/SDL.framework|${buildindir}/SDL.framework|g" ${worksrcpath}/Xcode/SDL/SDL.pbproj/project.pbxproj reinplace "s|/Library/Frameworks|../SDL/build/Frameworks|g" ${worksrcpath}/Xcode/SDLTest/SDLTest.pbproj/project.pbxproj } build.dir "${worksrcpath}/Xcode/SDL" build.type pbx build.target -buildstyle Deployment -target Framework post-build { cd ${worksrcpath}/Xcode/SDL system "install_name_tool -id /Library/Frameworks/SDL.framework/SDL build/Frameworks/SDL.framework/SDL" build.dir "${worksrcpath}/Xcode/SDLTest" build.type pbx build.target -buildstyle Deployment -target All system "[command build]" cd ${worksrcpath}/Xcode/SDLTest foreach exe [glob ${buildindir}/*.app/Contents/MacOS/*] { system "install_name_tool -change } } destroot { cd "${worksrcpath}/Xcode/SDL/build/Frameworks" xinstall -d -m 0755 ${destroot}/Library/Frameworks system "cp -R SDL.framework ${destroot}/Library/Frameworks" cd "${worksrcpath}/Xcode/SDLTest/${buildindir}" xinstall -d -m 0755 ${destroot}/Developer/Examples/SDL/Tests foreach app [glob *.app] { system "cp -R ${app} ${destroot}/Developer/Examples/SDL/Tests" } cd "${worksrcpath}/Xcode/Project Stationary" xinstall -d -m 0755 ${destroot}/Developer/Examples/SDL system "cp -R * ${destroot}/Developer/Examples/SDL" } platform darwin 6 { depends_lib-append lib:libdl:dlcompat configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" } 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/libsdl-frameworkYou 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 libsdl-framework with these commands: % man libsdl-framework Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg libsdl-framework 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 |
|||||||
| |




