| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 11 Jan 2026 17:38:31 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20060721144713
location: https://web.archive.org/web/20060721144713/https://postgresql81.darwinports.com/
server-timing: captures_list;dur=0.587230, exclusion.robots;dur=0.043043, exclusion.robots.policy;dur=0.034944, esindex;dur=0.009252, cdx.remote;dur=9.457839, LoadShardBlock;dur=449.033368, PetaboxLoader3.resolve;dur=244.373440, PetaboxLoader3.datanode;dur=67.713445
x-app-server: wwwb-app227-dc8
x-ts: 302
x-tr: 491
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app227; 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: Sun, 11 Jan 2026 17:38:32 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Fri, 21 Jul 2006 14:53:46 GMT
x-archive-orig-server: Apache
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Fri, 21 Jul 2006 14:47:13 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: 26_0_20060721142732_crawl23-c/26_0_20060721144608_crawl31.arc.gz
server-timing: captures_list;dur=0.659083, exclusion.robots;dur=0.024353, exclusion.robots.policy;dur=0.011646, esindex;dur=0.012414, cdx.remote;dur=5.608166, LoadShardBlock;dur=132.665545, PetaboxLoader3.datanode;dur=183.817932, PetaboxLoader3.resolve;dur=244.866368, load_resource;dur=310.314081
x-app-server: wwwb-app227-dc8
x-ts: 200
x-tr: 521
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.4 for Mac OS X 10.4 Tiger
|
|||||||||
Friday the 21st of July, 2006 |
|||||||||
postgresql81
The raw portfile for postgresql81 8.1.4 is located here: https://postgresql81.darwinports.com/dports/databases/postgresql81/Portfile Find related portfiles with the new DarwinPorts.com search feature.
# $Id: Portfile,v 1.1 2006/05/23 21:57:00 mww Exp $ PortSystem 1.0 Name: postgresql81 Version: 8.1.4 Category: databases Platform: darwin Maintainers: mww 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 postgresql:source/v${version} set dbase postgresql-base-${version}.tar.bz2 set dopt postgresql-opt-${version}.tar.bz2 set dtest postgresql-test-${version}.tar.bz2 distfiles ${dbase} ${dopt} ${dtest} checksums ${dbase} sha1 b1d7df18dabbbff78a810625f7d626c7601ec3bc ${dopt} sha1 ba8ed68da796e67858f7c100f6d64f1586540f05 ${dtest} sha1 0ece7b23d8c9c6fecb0927e87afe4f3dbe877d3d use_bzip2 yes depends_lib port:readline port:openssl port:zlib 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-rendezvous --with-readline --with-zlib --enable-thread-safety --enable-integer-datetimes --enable-multibyte --enable-unicode configure.env CPPFLAGS=-I${prefix}/include CFLAGS="-I${worksrcpath}/src/interfaces/libpq -I${prefix}/include" LDFLAGS="-L${prefix}/lib" build.type gnu build.target test.run yes test.target check set dbdir ${prefix}/var/db/${name}/defaultdb set logdir ${prefix}/var/log/${name} set contribs "fulltextindex fuzzystrmatch pg_buffercache pg_trgm tsearch2 vacuumlo" 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}/ && ${build.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 { depends_lib-append port:python24 configure.args-append --with-python configure.env-append PYTHON=${prefix}/bin/python2.4 } Variant: krb5 { # depends_lib-append bin:kerberos:kerberos5 configure.args-append --with-krb5 } Variant: perl { depends_lib-append bin:perl:perl5.8 configure.args-append --with-perl } platform darwin 8 { configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 } 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:
% sudo port install 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 uses many .png's so it looks best in Firefox or Safari.
|
![]() |
Download the Darwinports 1.2 Installer
Other Helpful SitesDarwinports WikiDarwin Source Debian Packages Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb |
|||||||
| |



