| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 13:17:23 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070701044837
location: https://web.archive.org/web/20070701044837/https://postgresql81.darwinports.com/
server-timing: captures_list;dur=0.631759, exclusion.robots;dur=0.039359, exclusion.robots.policy;dur=0.028901, esindex;dur=0.012578, cdx.remote;dur=13.418540, LoadShardBlock;dur=97.462655, PetaboxLoader3.datanode;dur=54.845772
x-app-server: wwwb-app211-dc8
x-ts: 302
x-tr: 140
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; 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 13:17:24 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Sun, 01 Jul 2007 04:50:37 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: Sun, 01 Jul 2007 04:48:37 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: 43_0_20070701011737_crawl31-c/43_0_20070701044425_crawl31.arc.gz
server-timing: captures_list;dur=4.635813, exclusion.robots;dur=0.023143, exclusion.robots.policy;dur=0.011085, esindex;dur=0.013095, cdx.remote;dur=6.551417, LoadShardBlock;dur=193.728383, PetaboxLoader3.resolve;dur=118.064131, PetaboxLoader3.datanode;dur=165.543545, load_resource;dur=123.014633
x-app-server: wwwb-app211-dc8
x-ts: 200
x-tr: 394
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.9 for Mac OS X
|
|||||||||
Saturday the 30th of June, 2007 |
|||||||||
postgresql81 most recent diff
Scroll down toward the bottom of the page to get installation instructions for postgresql81. The raw portfile for postgresql81 8.1.9 is located here: https://postgresql81.darwinports.com/dports/databases/postgresql81/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 24412 2007-04-24 05:51:34Z jwa PortSystem 1.0 Name: postgresql81 Version: 8.1.9 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 d6b042dd8ff095f1ced53ab9e6e2ea7b2eea5cfb ${dopt} sha1 d3b011edaa9b05295b15692bfe0932b1e37572d2 ${dtest} sha1 5a37496ab4bcb1a991674ae1b7ecdcc52f988abc 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-bonjour --with-readline --with-zlib --enable-thread-safety --enable-integer-datetimes configure.cppflags-append "-I${worksrcpath}/src/interfaces/libpq" build.type gnu build.target test.run yes test.target check livecheck.check regex livecheck.url ${homepage} livecheck.regex v(8.1.\[0-9\]+) 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:
% 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
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep 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 SSH Key Gen |
|||||||
| |




