| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 04:17:46 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071013171539
location: https://web.archive.org/web/20071013171539/https://postgresql81.darwinports.com/
server-timing: captures_list;dur=0.710425, exclusion.robots;dur=0.049075, exclusion.robots.policy;dur=0.036156, esindex;dur=0.012482, cdx.remote;dur=33.854954, LoadShardBlock;dur=219.823102, PetaboxLoader3.resolve;dur=58.429557, PetaboxLoader3.datanode;dur=94.785607
x-app-server: wwwb-app206-dc6
x-ts: 302
x-tr: 314
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app206; 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:17:47 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Sat, 13 Oct 2007 17:18:42 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:15:39 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_20071013171522_crawl109.arc.gz
server-timing: captures_list;dur=0.494740, exclusion.robots;dur=0.018488, exclusion.robots.policy;dur=0.009208, esindex;dur=0.009428, cdx.remote;dur=4.718198, LoadShardBlock;dur=136.994942, PetaboxLoader3.datanode;dur=123.376567, load_resource;dur=149.027121, PetaboxLoader3.resolve;dur=68.521143
x-app-server: wwwb-app206-dc6
x-ts: 200
x-tr: 362
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.10 for Mac OS X
|
|||||||||
Saturday the 13th of October, 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.10 is located here: https://postgresql81.darwinports.com/dports/databases/postgresql81/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 29243 2007-09-18 17:11:11Z mww PortSystem 1.0 Name: postgresql81 Version: 8.1.10 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 6d4c53d9946386d44f6ee33a9f76d92e00fc1f9c ${dopt} sha1 d316b1a3b2a8f766ecf871537cf5d8067232a978 ${dtest} sha1 a1ba7e1b845eb05e5d24b22fe2ab5beafe39b22a 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 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.compiler gcc-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 |
|||||||
| |




