| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 01:13:11 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070806162234
location: https://web.archive.org/web/20070806162234/https://libsdl_ttf-framework.darwinports.com/
server-timing: captures_list;dur=0.732570, exclusion.robots;dur=0.059057, exclusion.robots.policy;dur=0.043344, esindex;dur=0.011876, cdx.remote;dur=6.216050, LoadShardBlock;dur=87.611241, PetaboxLoader3.datanode;dur=52.507496, PetaboxLoader3.resolve;dur=8.416678
x-app-server: wwwb-app227-dc8
x-ts: 302
x-tr: 133
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app227; 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 01:13:12 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Mon, 06 Aug 2007 16:30:04 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:22:34 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-20070806155947-16151-crawling01.us.archive.org.arc.gz
server-timing: captures_list;dur=0.516412, exclusion.robots;dur=0.018401, exclusion.robots.policy;dur=0.008317, esindex;dur=0.009313, cdx.remote;dur=15.338666, LoadShardBlock;dur=166.116035, PetaboxLoader3.resolve;dur=101.758451, PetaboxLoader3.datanode;dur=98.195750, load_resource;dur=81.750470
x-app-server: wwwb-app227-dc8
x-ts: 200
x-tr: 331
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_ttf-framework version 2.0.7 for Mac OS X
|
|||||||||
Monday the 6th of August, 2007 |
|||||||||
libsdl_ttf-framework most recent diff
Scroll down toward the bottom of the page to get installation instructions for libsdl_ttf-framework. The raw portfile for libsdl_ttf-framework 2.0.7 is located here: https://libsdl_ttf-framework.darwinports.com/dports/devel/libsdl_ttf-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_ttf-framework Version: 2.0.7 Category: devel graphics Maintainers: nomaintainer Platform: macosx Description: add on library for libSDL for rendering TrueType fonts Long Description: This library is a wrapper around the excellent FreeType 2.0 library allowing to render TrueType fonts in SDL applications. Homepage: https://www.libsdl.org/projects/SDL_ttf master_sites ${homepage}/release/ distname SDL_ttf-${version} dist_subdir libsdl_ttf checksums md5 0f6ee1a502e6913a412aac353dc75bbc depends_lib port:libsdl-framework port:libsdl_ttf configure.args --disable-sdltest set buildindir build platform darwin 8 { if {$xcodeversion == "2.1"} { set buildindir build/Deployment } } post-extract { system "cd ${worksrcpath} && tar -xvzf PBProjects.tar.gz" } post-patch { reinplace "s|~/Library/Frameworks|./build/Frameworks|g" ${worksrcpath}/PBProjects/SDL_ttf.pbproj/project.pbxproj reinplace "s|\$(HOME)/Library/Frameworks|/Library/Frameworks|g" ${worksrcpath}/PBProjects/SDL_ttf.pbproj/project.pbxproj reinplace "s|\$HOME/Library/Frameworks|/Library/Frameworks|g" ${worksrcpath}/PBProjects/SDL_ttf.pbproj/project.pbxproj reinplace "s|freetype/include|${prefix}/include/freetype2 ${prefix}/include|g" ${worksrcpath}/PBProjects/SDL_ttf.pbproj/project.pbxproj reinplace "s|freetype/lib|${prefix}/lib|g" ${worksrcpath}/PBProjects/SDL_ttf.pbproj/project.pbxproj reinplace "s|build/SDL_ttf.framework|${buildindir}/SDL_ttf.framework|g" ${worksrcpath}/PBProjects/SDL_ttf.pbproj/project.pbxproj } build.dir "${worksrcpath}/PBProjects" build.type pbx build.target -buildstyle Deployment -target Framework post-build { cd ${worksrcpath}/PBProjects system "install_name_tool -id /Library/Frameworks/SDL_ttf.framework/SDL_ttf build/Frameworks/SDL_ttf.framework/SDL_ttf" } destroot { cd "${worksrcpath}/PBProjects/build/Frameworks" xinstall -d -m 0755 ${destroot}/Library/Frameworks system "cp -R SDL_ttf.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_ttf-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_ttf-framework with these commands: % man libsdl_ttf-framework Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg libsdl_ttf-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 |
|||||||
| |




