| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 07:10:15 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071013171906
location: https://web.archive.org/web/20071013171906/https://postgresql80.darwinports.com/
server-timing: captures_list;dur=0.783082, exclusion.robots;dur=0.055347, exclusion.robots.policy;dur=0.042414, esindex;dur=0.012381, cdx.remote;dur=49.186040, LoadShardBlock;dur=306.752311, PetaboxLoader3.datanode;dur=77.196347, PetaboxLoader3.resolve;dur=195.883963
x-app-server: wwwb-app219-dc8
x-ts: 302
x-tr: 400
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app219; 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 07:10:16 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Sat, 13 Oct 2007 17:22:08 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: Sat, 13 Oct 2007 17:19:06 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: 52_0_20071013165156_crawl100-c/52_0_20071013171749_crawl109.arc.gz
server-timing: captures_list;dur=0.468431, exclusion.robots;dur=0.017705, exclusion.robots.policy;dur=0.008249, esindex;dur=0.010459, cdx.remote;dur=9.529851, LoadShardBlock;dur=205.154622, PetaboxLoader3.datanode;dur=201.132101, PetaboxLoader3.resolve;dur=95.704712, load_resource;dur=126.872786
x-app-server: wwwb-app219-dc8
x-ts: 200
x-tr: 405
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
postgresql80 version 8.0.14 for Mac OS X
|
|||||||||
Saturday the 13th of October, 2007 |
|||||||||
postgresql80 most recent diff
Scroll down toward the bottom of the page to get installation instructions for postgresql80. The raw portfile for postgresql80 8.0.14 is located here: https://postgresql80.darwinports.com/dports/databases/postgresql80/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 29251 2007-09-18 18:59:39Z mww PortSystem 1.0 Name: postgresql80 Version: 8.0.14 epoch 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 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 55880d8e398faffb4a88e808a3dca2cef77b1b79 ${dopt} sha1 359127fba3130e46309b24f019eea0fb278ea033 ${dtest} sha1 9ea2a05bd25ecbcfc0443424d60fe31b9e5bf121 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 --with-docdir=${prefix}/share/doc/${name} --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.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.0.\[0-9\]+) set contribs "fulltextindex fuzzystrmatch 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 psql8" file delete -force ${destroot}${prefix}/share/doc/${name} ${destroot}${prefix}/share/man } Variant: python { depends_lib-append port:python25 configure.args-append --with-python configure.env-append PYTHON=${prefix}/bin/python2.5 } 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.compiler gcc-4.0 } post-install { ui_msg "\nTo use the postgresql server, install the postgresql80-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/postgresql80You 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 postgresql80 with these commands: % man postgresql80 Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg postgresql80 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 |
|||||||
| |




