| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 10 Jan 2026 07:34:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20110109050504
location: https://web.archive.org/web/20110109050504/https://gimp2.darwinports.com/
server-timing: captures_list;dur=0.814205, exclusion.robots;dur=0.048317, exclusion.robots.policy;dur=0.036781, esindex;dur=0.063994, cdx.remote;dur=38.367335, LoadShardBlock;dur=114.933274, PetaboxLoader3.datanode;dur=70.969421, PetaboxLoader3.resolve;dur=8.746837
x-app-server: wwwb-app246-dc8
x-ts: 302
x-tr: 197
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app246; 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: Sat, 10 Jan 2026 07:34:18 GMT
content-type: text/html
x-archive-orig-date: Sun, 09 Jan 2011 04:59:42 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: Sun, 09 Jan 2011 05:05:04 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: alexa-web-20110630214623-00035/51_19_20110109050420_crawl103.arc.gz
server-timing: captures_list;dur=0.546798, exclusion.robots;dur=0.017482, exclusion.robots.policy;dur=0.006816, esindex;dur=0.007149, cdx.remote;dur=8.832897, LoadShardBlock;dur=98.885512, PetaboxLoader3.datanode;dur=118.655467, PetaboxLoader3.resolve;dur=48.628530, load_resource;dur=105.863337
x-app-server: wwwb-app246-dc8
x-ts: 200
x-tr: 293
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
Gimp2 version 2.6.7 - How to Download and Install on Mac OS X
|
|||||||||
Saturday the 8th of January, 2011 |
|||||||||
gimp2 most recent diffversion 2.6.7
Scroll down toward the bottom of the page to get installation instructions for gimp2. The raw portfile for gimp2 2.6.7 is located here: https://gimp2.darwinports.com/dports/graphics/gimp2/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/gimp2 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 The gimp2 Portfile 57749 2009-09-16 04:30:02Z ryandesign PortSystem 1.0 Name: gimp2 Version: 2.6.7 Category: graphics Maintainers: devans Homepage: https://www.gimp.org/ Platform: darwin Description: The GNU Image Manipulation Program Long Description: The GNU Image Manipulation Program (GIMP) is a powerful tool for the preparation and manipulation of digital images. The GIMP provides the user with a wide variety of image manipulation, painting, processing, and rendering tools. universal_variant no set branch [join [lrange [split ${version} .] 0 1] .] Master Sites: gimp:gimp/v${branch}/ Checksums: md5 77ed86a8de9b48587efb24f2b115ad38 sha1 0661d162fecfd907e183ce42853dd5b9d3cb4c51 rmd160 c576674ba6547e4d31c34d6bb82c4d416addbaf1 distname gimp-${version} use_bzip2 yes Patch Files: patch-etc-gimprc.diff depends_build port:pkgconfig port:intltool port:p5-xml-parser depends_lib port:iso-codes port:gegl port:gtk2 port:libmng port:libexif port:aalib port:librsvg port:poppler port:gnome-vfs port:libgnomeui port:curl port:libwmf port:lcms port:dbus-glib port:py25-gtk platform darwin 9 { post-patch { reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.am reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.in } } use_parallel_build yes configure.python ${prefix}/bin/python2.5 configure.args --enable-mp --with-pdbgen --with-x --without-hal --without-alsa --without-gvfs --without-webkit Variant: no_python description {Disable Python scripts and filters} { depends_lib-delete port:py25-gtk configure.args-append --disable-python } Variant: gvfs description {Enable gvfs support} { depends_lib-append port:gvfs configure.args-delete --without-gvfs } Variant: remote description {Enable building of obsolete gimp-remote helper app} { configure.args-append --enable-gimp-remote } Variant: help_browser description {Enable Gimp help browser} { depends_lib-append port:webkit-gtk configure.args-delete --without-webkit } Variant: debug description {Enable debugging} { configure.args-append --enable-debug } if {[variant_isset no_x11]} { default_variants +quartz } if {![variant_isset quartz]} { default_variants +x11 } pre-fetch { if {![variant_isset quartz] && ![variant_isset x11]} { error "Either +x11 or +quartz is required" } } pre-configure { if {[file exists ${prefix}/lib/gtk-2.0/include/gdkconfig.h]} { set gtk_not_quartz [catch {exec grep -q GDK_WINDOWING_QUARTZ ${prefix}/lib/gtk-2.0/include/gdkconfig.h}] set gtk_not_x11 [catch {exec grep -q GDK_WINDOWING_X11 ${prefix}/lib/gtk-2.0/include/gdkconfig.h}] if {[variant_isset quartz] && ${gtk_not_quartz}} { error "+quartz variant selected, but gtk2+x11 is installed" } elseif {[variant_isset x11] && ${gtk_not_x11}} { error "+x11 variant selected, but gtk2+quartz is installed" } } else { error "Cannot find gdkconfig.h" } } Variant: quartz requires no_x11 conflicts x11 { configure.ldflags-append -framework Carbon } Variant: x11 conflicts quartz description {Enable rendering in X11} { } Variant: no_x11 { configure.args-delete --with-x configure.args-append --without-x } livecheck.type regex livecheck.url ftp://ftp.gimp.org/pub/gimp/v${branch}/ livecheck.regex "gimp-(${branch}(?:\\.\\d+)*)${extract.suffix}" 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/gimp2You 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 gimp2 with these commands: % man gimp2 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 :<a href="h |




