| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 13:13:00 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070806162125
location: https://web.archive.org/web/20070806162125/https://libsdl_gfx-framework.darwinports.com/
server-timing: captures_list;dur=0.633617, exclusion.robots;dur=0.047691, exclusion.robots.policy;dur=0.035594, esindex;dur=0.009526, cdx.remote;dur=9.939255, LoadShardBlock;dur=484.735865, PetaboxLoader3.datanode;dur=367.909504, PetaboxLoader3.resolve;dur=63.531324
x-app-server: wwwb-app54-dc6
x-ts: 302
x-tr: 539
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app54; 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 13:13:01 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Mon, 06 Aug 2007 16:28:55 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:25 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-20070806161732-16155-crawling01.us.archive.org.arc.gz
server-timing: captures_list;dur=0.879022, exclusion.robots;dur=0.029523, exclusion.robots.policy;dur=0.013297, esindex;dur=0.015304, cdx.remote;dur=60.959430, LoadShardBlock;dur=316.742468, PetaboxLoader3.datanode;dur=338.707125, PetaboxLoader3.resolve;dur=330.142306, load_resource;dur=403.369048
x-app-server: wwwb-app54-dc6
x-ts: 200
x-tr: 873
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_gfx-framework version 2.0.13 for Mac OS X
|
|||||||||
Monday the 6th of August, 2007 |
|||||||||
libsdl_gfx-framework most recent diff
Scroll down toward the bottom of the page to get installation instructions for libsdl_gfx-framework. The raw portfile for libsdl_gfx-framework 2.0.13 is located here: https://libsdl_gfx-framework.darwinports.com/dports/devel/libsdl_gfx-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_gfx-framework Version: 2.0.13 Category: devel graphics Platform: macosx Maintainers: nomaintainer Description: graphics primitives SDL extension Long Description: The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing routines such as lines, circles or polygons and SDL_rotozoom which implemented a interpolating rotozoomer for SDL surfaces. The current components of the SDL_gfx library are: Graphic Primitives, Rotozoomer, Framerate control, MMX image filters. It is backwards compatible to the above mentioned code. It is written in plain C and can be used in C++ code. Homepage: https://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/ master_sites ${homepage} distname SDL_gfx-${version} dist_subdir libsdl_gfx checksums ${distname}${extract.suffix} md5 b1ce778232db0b1979695f0a5a945a13 depends_lib port:libsdl-framework port:libsdl_gfx configure.args --disable-mmx --disable-sdltest set buildindir build platform darwin 8 { if {$xcodeversion == "2.1"} { set buildindir build/Deployment } } master_sites-append opendarwin:lt distfiles-append ltconfig13:lt ltmain13:lt checksums-append ltconfig13 md5 ea53f42a550c9f9e653758a8ed91574e ltmain13 md5 e094ae92724c4015dbab97de151c2525 extract.only ${distname}${extract.suffix} post-extract { system "cd ${worksrcpath} && tar -xvzf OSX-PB.tgz" } post-patch { xinstall -m 0644 ${distpath}/ltconfig13 ${worksrcpath}/ltconfig xinstall -m 0644 ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh reinplace "s|-version-info|-no-undefined -release \$(LT_RELEASE) &|" ${worksrcpath}/Makefile.in reinplace "s|\$(SYSTEM_LIBRARY_DIR)/Frameworks|/Library/Frameworks|g" ${worksrcpath}/PB/SDL_gfx.pbproj/project.pbxproj reinplace "s|\$(HOME)/Library/Frameworks|/Library/Frameworks|g" ${worksrcpath}/PB/SDL_gfx.pbproj/project.pbxproj reinplace "s|/Users/ttongue/Library/Frameworks|/Library/Frameworks|g" ${worksrcpath}/PB/SDL_gfx.pbproj/project.pbxproj reinplace "s|/Users/ttongue/Desktop/Code/PB/test/SDL_gfx-2.0.3|..|g" ${worksrcpath}/PB/SDL_gfx.pbproj/project.pbxproj reinplace "s|build/SDL_gfx.framework|${buildindir}/SDL_gfx.framework|g" ${worksrcpath}/PB/SDL_gfx.pbproj/project.pbxproj } build.dir "${worksrcpath}/PB" build.type pbx build.target -buildstyle Deployment -target SDL_gfx post-build { cd ${worksrcpath}/PB system "install_name_tool -id /Library/Frameworks/SDL_gfx.framework/SDL_gfx ${buildindir}/SDL_gfx.framework/SDL_gfx" } destroot { cd "${worksrcpath}/PB/${buildindir}" xinstall -d -m 0755 ${destroot}/Library/Frameworks system "cp -R SDL_gfx.framework ${destroot}/Library/Frameworks" } platform darwin 6 { depends_lib-append lib:libdl:dlcompat } 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_gfx-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_gfx-framework with these commands: % man libsdl_gfx-framework Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg libsdl_gfx-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 |
|||||||
| |




