| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 04:49:14 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20101116160911
location: https://web.archive.org/web/20101116160911/https://postgresql84.darwinports.com/
server-timing: captures_list;dur=0.595808, exclusion.robots;dur=0.040944, exclusion.robots.policy;dur=0.031917, esindex;dur=0.010052, cdx.remote;dur=7.338493, LoadShardBlock;dur=185.653000, PetaboxLoader3.resolve;dur=85.810008, PetaboxLoader3.datanode;dur=69.370209
x-app-server: wwwb-app220-dc8
x-ts: 302
x-tr: 218
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app220; 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 04:49:15 GMT
content-type: text/html
x-archive-orig-date: Tue, 16 Nov 2010 16:05:50 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: Tue, 16 Nov 2010 16:09:11 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-20110619063825-00000/51_18_20101116160859_crawl103.arc.gz
server-timing: captures_list;dur=0.453399, exclusion.robots;dur=0.016635, exclusion.robots.policy;dur=0.008123, esindex;dur=0.010631, cdx.remote;dur=5.851047, LoadShardBlock;dur=178.091086, PetaboxLoader3.datanode;dur=187.596351, PetaboxLoader3.resolve;dur=329.541917, load_resource;dur=382.742341
x-app-server: wwwb-app220-dc8
x-ts: 200
x-tr: 659
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
Postgresql84 version 8.4.1 - How to Download and Install on Mac OS X
|
|||||||||
Tuesday the 16th of November, 2010 |
|||||||||
postgresql84 most recent diffversion 8.4.1
Scroll down toward the bottom of the page to get installation instructions for postgresql84. The raw portfile for postgresql84 8.4.1 is located here: https://postgresql84.darwinports.com/dports/databases/postgresql84/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/postgresql84 The postgresql84 Portfile 59544 2009-10-16 15:20:41Z jwa PortSystem 1.0 Name: postgresql84 Version: 8.4.1 Revision: 1 Category: databases Platform: darwin Maintainers: mww jwa Description: The most advanced open-source database available anywhere. Long Description: PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity. Homepage: https://www.postgresql.org/ Master Sites: https://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/source/v${version}/ postgresql:source/v${version}/ distname postgresql-${version} Checksums: md5 f2015af17bacbbfe140daf0d1067f9c9 sha1 e6903f0029402ef8fb12645a177204499ea5b2b7 rmd160 ad03c250afd71091294a2a3e67d96b661883db87 use_bzip2 yes depends_lib port:readline port:openssl port:zlib port:libxml2 port:libxslt port:ossp-uuid depends_build port:bison worksrcdir postgresql-${version} set libdir ${prefix}/lib/${name} configure.args --sysconfdir=${prefix}/etc/${name} --bindir=${libdir}/bin --libdir=${libdir} --includedir=${prefix}/include/${name} --datadir=${prefix}/share/${name} --mandir=${prefix}/share/man --without-docdir --with-includes=${prefix}/include --with-libraries=${prefix}/lib --with-openssl --with-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid configure.cppflags-append -I${prefix}/include/ossp build.type gnu build.target test.run yes test.target check livecheck.type regex livecheck.url ${homepage} livecheck.regex (8\\.4\\.\[0-9\]+) set contribs "adminpack dblink fuzzystrmatch lo uuid-ossp pg_buffercache pg_trgm pgcrypto tsearch2 vacuumlo xml2" post-build { foreach contrib ${contribs} { system "cd ${worksrcpath}/contrib/${contrib}/ && ${build.cmd}" } } post-destroot { foreach contrib ${contribs} { system "echo contrib: \"${contrib}\"" system "cd ${worksrcpath}/contrib/${contrib}/ && ${destroot.cmd} install ${destroot.destdir} && touch DONE" } system "cd ${destroot}${prefix}/bin && ln -sf ${libdir}/bin/psql psql84" file delete -force ${destroot}${prefix}/share/doc/${name} ${destroot}${prefix}/share/man } Variant: python description {add support for python} { depends_lib-append port:python26 configure.args-append --with-python configure.env-append PYTHON=${prefix}/bin/python2.6 } Variant: krb5 description {add support for Kerberos 5 authentication} { configure.args-append --with-krb5 } Variant: perl description {add Perl support} { depends_lib-append bin:perl:perl5 configure.args-append --with-perl } Variant: tcl description {add Tcl support} { depends_lib-append port:tcl configure.args-append --with-tcl --with-tclconfig=${prefix}/lib configure.env-append TCLSH=${prefix}/bin/tclsh } post-install { ui_msg "\nTo use the postgresql server, install the postgresql84-server port" } 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/postgresql84You 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 postgresql84 with these commands: % man postgresql84 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 |




