| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 08 Jan 2026 06:41:14 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106141208
location: https://web.archive.org/web/20100106141208/https://junkbuster.darwinports.com/
server-timing: captures_list;dur=0.945413, exclusion.robots;dur=0.035421, exclusion.robots.policy;dur=0.027428, esindex;dur=0.006855, cdx.remote;dur=16.267870, LoadShardBlock;dur=219.321446, PetaboxLoader3.datanode;dur=127.547470, PetaboxLoader3.resolve;dur=87.618567
x-app-server: wwwb-app225-dc8
x-ts: 302
x-tr: 261
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; 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: Thu, 08 Jan 2026 06:41:15 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 13:58:00 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 14:12:08 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-20100106134810-00350-ia360913-c/TLA-20100106141025-00507-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.669862, exclusion.robots;dur=0.023903, exclusion.robots.policy;dur=0.011019, esindex;dur=0.012356, cdx.remote;dur=14.466295, LoadShardBlock;dur=269.805961, PetaboxLoader3.datanode;dur=288.156299, load_resource;dur=521.407984, PetaboxLoader3.resolve;dur=475.971586
x-app-server: wwwb-app225-dc8
x-ts: 200
x-tr: 894
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
Junkbuster version 2.0.2p1.1 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
junkbuster most recent diffversion 2.0.2p1.1
Scroll down toward the bottom of the page to get installation instructions for junkbuster. The raw portfile for junkbuster 2.0.2p1.1 is located here: https://junkbuster.darwinports.com/dports/net/junkbuster/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/junkbuster The junkbuster Portfile 30856 2007-11-08 16:21:58Z jberry PortSystem 1.0 Name: junkbuster Version: 2.0.2p1.1 Revision: 1 Category: net www Platform: darwin Maintainers: nomaintainer Description: Internet Junkbuster Proxy with zlib compression support Long Description: This is a port of The Internet Junkbuster Proxy(TM). An excelent way to enhance your privacy while browsing the web. And it also happens to do a great job of filtering out all those annoying banner ads! This modified version allows one to specify appearance of blocked GIFs. It can automatically compress text/html and text/plain documents for clients which support Accept-Encoding: gzip (e.g. Netscape 4.7, Internet Explorer 5, Lynx 2.8.3) to save downstream modem/network bandwidth. It uses the zlib compression library to perform on-the-fly compression of HTML documents. Homepage: https://f2.org/products/ijb-zlib/ https://internet.junkbuster.com/ Master Sites: https://f2.org/download/ distname ijb-zlib-11 extract.suffix .tgz Checksums: md5 891f4a1a475b24b35b33baefd51dac2c depends_lib port:zlib port:gnuregex startupitem.create yes startupitem.name junkbuster startupitem.executable ${prefix}/sbin/junkbuster pre-patch { foreach file [glob ${worksrcpath}/*.ini] { reinplace "s%\r%%g" $file } } Patch Files: patch-Makefile patch-acl.c patch-bind.c patch-conn.c patch-encode.c patch-filters.c patch-jcc.c patch-jcc.h patch-junkbstr.ini patch-junkbuster.1 patch-loaders.c patch-loaders.h patch-parsers.c patch-socks4.c patch-ssplit.c patch-win32.c post-patch { reinplace "s%__PREFIX%${prefix}%g" ${worksrcpath}/junkbstr.ini } use_configure no build.args PREFIX=${prefix} destroot.keepdirs ${destroot}${prefix}/var/log ${destroot}${prefix}/var/run/junkbuster destroot { xinstall -m 0755 ${worksrcpath}/junkbuster ${destroot}${prefix}/sbin xinstall -m 0755 ${worksrcpath}/junkbuster.1 ${destroot}${prefix}/share/man/man1 set etcpath ${destroot}${prefix}/etc/junkbuster xinstall -d -m 0755 ${etcpath} xinstall -m 0644 ${worksrcpath}/junkbstr.ini ${etcpath}/configfile.sample xinstall -m 0644 ${worksrcpath}/sblock.ini ${etcpath}/blockfile.sample xinstall -m 0644 ${worksrcpath}/saclfile.ini ${etcpath}/aclfile.sample xinstall -m 0644 ${worksrcpath}/scookie.ini ${etcpath}/cookiefile.sample xinstall -m 0644 ${worksrcpath}/sforward.ini ${etcpath}/forwardfile.sample xinstall -m 0644 ${worksrcpath}/strust.ini ${etcpath}/trustfile.sample set rcddir ${destroot}${prefix}/etc/rc.d xinstall -d -m 0755 ${rcddir} xinstall -m 0755 ${filespath}/junkbuster.sh.in ${rcddir}/junkbuster.sh set docdir ${destroot}${prefix}/share/doc/junkbuster xinstall -d -m 0755 ${docdir} xinstall -m 0644 README gpl.html ijbman.html ijbfaq.html ${docdir} foreach blockfile [glob ${filespath}/blockfile.*] { xinstall -m 0644 ${blockfile} ${docdir} } # reinplace "s%__PREFIX%${prefix}%g" # ${rcddir}/junkbuster.sh # ${etcdir}/configfile.sample xinstall -o nobody -g nobody -d -m 0755 ${destroot}${prefix}/var/run/junkbuster } post-activate { # Make sure initial log file is present if ![file exists ${prefix}/var/log/junkbuster.log] { xinstall -m 0644 -o nobody -g nobody /dev/null ${prefix}/var/log/junkbuster.log } # Make sure initial config files are present foreach conf {configfile blockfile cookiefile} { if ![file exists ${prefix}/etc/junkbuster/${conf}] { xinstall -m 0644 ${prefix}/etc/junkbuster/${conf}.sample ${prefix}/etc/junkbuster/${conf} } } } platform darwin 8 powerpc { post-patch { reinplace "s|^CC.*|CC=/usr/bin/gcc-3.3|g" ${worksrcpath}/Makefile } } platform darwin 8 i386 { depends_build-append port:apple-gcc33 post-patch { reinplace "s|^CC.*|CC=${prefix}/bin/gcc-apple-3.3|g" ${worksrcpath}/Makefile } } platform darwin 9 powerpc { post-patch { reinplace "s|^CC.*|CC=/usr/bin/gcc-3.3|g" ${worksrcpath}/Makefile } } platform darwin 9 i386 { depends_build-append port:apple-gcc33 post-patch { reinplace "s|^CC.*|CC=${prefix}/bin/gcc-apple-3.3|g" ${worksrcpath}/Makefile } } 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/junkbusterYou 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 junkbuster with these commands: % man junkbuster 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 |
|||||||
| |




