| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 07 Jan 2026 04:25:05 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106193319
location: https://web.archive.org/web/20100106193319/https://netpbm.darwinports.com/
server-timing: captures_list;dur=0.637723, exclusion.robots;dur=0.042440, exclusion.robots.policy;dur=0.031323, esindex;dur=0.010601, cdx.remote;dur=10.034475, LoadShardBlock;dur=157.362730, PetaboxLoader3.datanode;dur=82.197448, PetaboxLoader3.resolve;dur=43.549683
x-app-server: wwwb-app54-dc6
x-ts: 302
x-tr: 207
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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: Wed, 07 Jan 2026 04:25:06 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 19:19:10 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: Wed, 06 Jan 2010 19:33:19 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: TLA-20100106184705-00477-ia360906-c/TLA-20100106192355-00536-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.895096, exclusion.robots;dur=0.036438, exclusion.robots.policy;dur=0.017428, esindex;dur=0.013317, cdx.remote;dur=20.190406, LoadShardBlock;dur=114.899218, PetaboxLoader3.datanode;dur=143.826333, PetaboxLoader3.resolve;dur=56.122627, load_resource;dur=126.914930
x-app-server: wwwb-app54-dc6
x-ts: 200
x-tr: 379
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
Netpbm version 10.26.61 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
netpbm most recent diffversion 10.26.61
Scroll down toward the bottom of the page to get installation instructions for netpbm. The raw portfile for netpbm 10.26.61 is located here: https://netpbm.darwinports.com/dports/graphics/netpbm/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/netpbm The netpbm Portfile 50420 2009-04-30 20:21:13Z mcalhoun PortSystem 1.0 Name: netpbm Version: 10.26.61 Category: graphics Maintainers: mas openmaintainer Description: Image manipulation Long Description: A whole bunch of utilities for primitive manipulation of graphic images. Wide array of converters from one graphics format to another. E.g. from g3 fax format to jpeg. Many basic graphics editing tools such as magnifying and cropping. Homepage: https://netpbm.sourceforge.net/ Master Sites: sourceforge:netpbm Platform: darwin freebsd linux # Parallel building is not reliable in netpbm 10.26.x. # This has been fixed for the next major release of netpbm. # See https://trac.macports.org/ticket/17516#comment:7 # If you're thinking about enabling parallel build in the Portfile, # please make sure to test it on OS X 10.4 as well! Thanks! use_parallel_build no depends_build path:bin/perl:perl5 depends_lib port:zlib port:jpeg port:tiff port:libpng port:jasper extract.suffix .tgz Checksums: md5 1f6224210265ad9a9d196b9f83109a6d sha1 38e47c96adcfdaa8a8cc4741b6985f82f0100260 rmd160 18a8ee7160edeaf99e98125b9af01352f359f4ec Patch Files: patch-lib-Makefile.diff patch-pm_config.in.h.diff post-patch { reinplace "s| } configure.cflags-delete -O2 configure.cflags-append -O3 configure { file copy ${worksrcpath}/Makefile.config.in ${worksrcpath}/Makefile.config reinplace "s|^CC =.*\$|CC = ${configure.cc}|" ${worksrcpath}/Makefile.config reinplace "s|^#CFLAGS =.*\$|CFLAGS = ${configure.cppflags} ${configure.cflags}|" ${worksrcpath}/Makefile.config reinplace "s|^#LDFLAGS +=.*\$|LDFLAGS = ${configure.ldflags}|g" ${worksrcpath}/Makefile.config reinplace "s|^CFLAGS_SHLIB =.*\$|CFLAGS_SHLIB = -fno-common|" ${worksrcpath}/Makefile.config reinplace "s|^TIFFLIB =.*\$|TIFFLIB = -ltiff|" ${worksrcpath}/Makefile.config reinplace "s|^JPEGLIB =.*\$|JPEGLIB = -ljpeg|" ${worksrcpath}/Makefile.config reinplace "s|^PNGLIB =.*\$|PNGLIB = -lpng|" ${worksrcpath}/Makefile.config reinplace "s|^ZLIB =.*\$|ZLIB = -lz|" ${worksrcpath}/Makefile.config reinplace "s|^JASPERHDR_DIR =.*\$|JASPERHDR_DIR = ${prefix}/include|" ${worksrcpath}/Makefile.config } platform darwin { post-configure { set ldshlib "${configure.ldflags} -dynamiclib -install_name ${prefix}/lib/libnetpbm.\$(MAJ).dylib -compatibility_version \$(MAJ) -current_version ${version}" reinplace "s|^NETPBMLIBTYPE =.*\$|NETPBMLIBTYPE = dylib|" ${worksrcpath}/Makefile.config reinplace "s|^NETPBMLIBSUFFIX =.*\$|NETPBMLIBSUFFIX = dylib|" ${worksrcpath}/Makefile.config reinplace "s|^LDSHLIB =.*\$|LDSHLIB = ${ldshlib}|" ${worksrcpath}/Makefile.config reinplace "s|^JASPERLIB =.*\$|JASPERLIB = -ljasper|" ${worksrcpath}/Makefile.config } } platform linux { post-configure { set ldshlib {-shared -Wl,-soname,$(SONAME)} reinplace "s|^NETPBMLIBTYPE =.*\$|NETPBMLIBTYPE = unixshared|" ${worksrcpath}/Makefile.config reinplace "s|^NETPBMLIBSUFFIX =.*\$|NETPBMLIBSUFFIX = so|" ${worksrcpath}/Makefile.config reinplace "s|^LDSHLIB =.*\$|LDSHLIB = ${ldshlib}|" ${worksrcpath}/Makefile.config reinplace "s|^JASPERLIB =.*\$|JASPERLIB = -ljasper|" ${worksrcpath}/Makefile.config reinplace "s|^LDRELOC =.*\$|LDRELOC = ld --reloc|" ${worksrcpath}/Makefile.config reinplace "s|^LINKER_CAN_DO_EXPLICIT_LIBRARY =.*\$|LINKER_CAN_DO_EXPLICIT_LIBRARY = Y|" ${worksrcpath}/Makefile.config } } platform freebsd { post-configure { set ldshlib {glibtool --mode=link gcc} reinplace "s|^NETPBMLIBTYPE =.*\$|NETPBMLIBTYPE = unixshared|" ${worksrcpath}/Makefile.config reinplace "s|^NETPBMLIBSUFFIX =.*\$|NETPBMLIBSUFFIX = so|" ${worksrcpath}/Makefile.config reinplace "s|^LDSHLIB =.*\$|LDSHLIB = ${ldshlib}|" ${worksrcpath}/Makefile.config reinplace "s|^JASPERLIB =.*\$|JASPERLIB = ${prefix}/lib/libjasper.la|" ${worksrcpath}/Makefile.config } patchfiles-append patch-libopt.c.diff depends_build port:libtool } build.args "messages=yes" build.target "" build.type gnu destroot.target package destroot.destdir pkgdir=${destroot}${prefix} pre-destroot { file delete -force ${destroot}${prefix} } post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/netpbm eval move ${destroot}${prefix}/bin/doc.url [glob ${destroot}${prefix}/misc/*] ${destroot}${prefix}/share/netpbm move ${destroot}${prefix}/man ${destroot}${prefix}/share/ move ${destroot}${prefix}/link/libnetpbm.a ${destroot}${prefix}/lib eval delete [glob -type f -directory ${destroot}${prefix} *] foreach old_library {pbm pgm pnm ppm} { ln -s libnetpbm.dylib ${destroot}${prefix}/lib/lib${old_library}.dylib } } # "Netpbm has a sophisticated, rather novel system of releasing source code" livecheck.distname super stable # work around bug in Apple's gcc build 4061 platform darwin 8 { set fl [open "| ${configure.cc} --version"] set data [read $fl] close $fl if {[regexp "build 4061" $data]} { ui_msg "On Mac OS X ${macosx_version}, ${name} ${version} does not work with gcc version \"${data}\"." return -code error "incompatible gcc version" } } 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/netpbmYou 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 netpbm with these commands: % man netpbm 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 :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




