| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 24 Dec 2025 07:15:11 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090618132307
location: https://web.archive.org/web/20090618132307/https://postgresql81.darwinports.com/
server-timing: captures_list;dur=0.480010, exclusion.robots;dur=0.035314, exclusion.robots.policy;dur=0.027112, esindex;dur=0.008072, cdx.remote;dur=13.994199, LoadShardBlock;dur=287.035574, PetaboxLoader3.datanode;dur=180.888303, PetaboxLoader3.resolve;dur=62.781969
x-app-server: wwwb-app225-dc8
x-ts: 302
x-tr: 326
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: Wed, 24 Dec 2025 07:15:12 GMT
content-type: text/html
x-archive-orig-date: Thu, 18 Jun 2009 13:19:29 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: Thu, 18 Jun 2009 13:23:07 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: 51_10_20090618083018_crawl102-c/51_10_20090618132235_crawl103.arc.gz
server-timing: captures_list;dur=0.497290, exclusion.robots;dur=0.017091, exclusion.robots.policy;dur=0.007748, esindex;dur=0.008634, cdx.remote;dur=11.762882, LoadShardBlock;dur=99.692127, PetaboxLoader3.datanode;dur=151.216422, PetaboxLoader3.resolve;dur=75.206019, load_resource;dur=164.425122
x-app-server: wwwb-app225-dc8
x-ts: 200
x-tr: 343
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
Postgresql81 version 8.1.15 - How to Download and Install on Mac OS X
|
|||||||||
Thursday the 18th of June, 2009 |
|||||||||
postgresql81 most recent diffversion 8.1.15
Scroll down toward the bottom of the page to get installation instructions for postgresql81. The raw portfile for postgresql81 8.1.15 is located here: https://postgresql81.darwinports.com/dports/databases/postgresql81/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/postgresql81 The postgresql81 Portfile 42192 2008-11-16 17:59:58Z jwa PortSystem 1.0 Name: postgresql81 Version: 8.1.15 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} Checksums: md5 fc7cb58efbc74b9a0b7dbc3921fb304c sha1 7cb1d9278b9ce6352aef898b23e3191d3bd0bed0 rmd160 b4ca7376dac1b6d5b9b01801d38809661bee46f9 use_bzip2 yes distname postgresql-${version} depends_lib port:readline port:openssl port:zlib port:libxml2 port:libxslt depends_build port:bison 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 --enable-thread-safety --enable-integer-datetimes build.type gnu build.target test.run yes test.target check livecheck.check regex livecheck.url ${homepage} livecheck.regex (8.1.\[0-9\]+) set contribs "dblink fulltextindex fuzzystrmatch 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 psql81" file delete -force ${destroot}${prefix}/share/doc/${name} ${destroot}${prefix}/share/man } Variant: python description {add support for python} { depends_lib-append port:python24 configure.args-append --with-python configure.env-append PYTHON=${prefix}/bin/python2.4 } Variant: krb5 description {add support for Kerberos 5 authentication} { # depends_lib-append bin:kerberos:kerberos5 configure.args-append --with-krb5 } Variant: perl description {add Perl support} { depends_lib-append bin:perl:perl5.8 configure.args-append --with-perl } post-install { ui_msg "\nTo use the postgresql server, install the postgresql81-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/postgresql81You 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 postgresql81 with these commands: % man postgresql81 Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg postgresql81 on MacOSX Download the Darwinports Installer version 1.7 How to Install Darwinports 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 |
|||||||
| |



