| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 11 Jan 2026 17:23:21 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20060614072222
location: https://web.archive.org/web/20060614072222/https://postgresql7.darwinports.com/
server-timing: captures_list;dur=0.720368, exclusion.robots;dur=0.053342, exclusion.robots.policy;dur=0.039797, esindex;dur=0.011520, cdx.remote;dur=12.263227, LoadShardBlock;dur=72.243155, PetaboxLoader3.datanode;dur=49.176874, PetaboxLoader3.resolve;dur=8.683256
x-app-server: wwwb-app224-dc8
x-ts: 302
x-tr: 116
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; 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:23:22 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Wed, 14 Jun 2006 07:23:20 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: Wed, 14 Jun 2006 07:22:22 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_20060614070159_crawl29-c/26_0_20060614072139_crawl27.arc.gz
server-timing: captures_list;dur=0.632360, exclusion.robots;dur=0.023002, exclusion.robots.policy;dur=0.010821, esindex;dur=0.012083, cdx.remote;dur=9.800576, LoadShardBlock;dur=197.833645, PetaboxLoader3.datanode;dur=183.384562, PetaboxLoader3.resolve;dur=49.590045, load_resource;dur=93.273611
x-app-server: wwwb-app224-dc8
x-ts: 200
x-tr: 379
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
postgresql7 version 7.4.12 for Mac OS X 10.4 Tiger
|
|||||||||
Wednesday the 14th of June, 2006 |
|||||||||
postgresql7
The raw portfile for postgresql7 7.4.12 is located here: https://postgresql7.darwinports.com/dports/databases/postgresql7/Portfile Find related portfiles with the new DarwinPorts.com search feature.
# $Id: Portfile,v 1.1 2006/03/02 22:01:46 mww Exp $ PortSystem 1.0 Name: postgresql7 Version: 7.4.12 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 ae4b3f5b344e73855fcad4663897508e962b5cdc ${dopt} sha1 f549f88661903b8b09d2f856b83a7c971c728be1 ${dtest} sha1 846922094e26a725fe6d28d0231b480d4b89ada6 use_bzip2 yes depends_lib port:readline port:openssl port:zlib port:bison worksrcdir postgresql-${version} set libdir ${prefix}/lib/pgsql7 configure.args --sysconfdir=${prefix}/etc/pgsql7 --bindir=${libdir}/bin --libdir=${libdir} --includedir=${prefix}/include/pgsql7 --datadir=${prefix}/share/${name} --mandir=${prefix}/share/man --docdir=${prefix}/share/doc/${name} --with-docdir=${prefix}/share/doc/${name} --with-includes=${prefix}/include --with-libraries=${prefix}/lib --with-openssl=${prefix} --with-rendezvous --with-readline --with-zlib --enable-thread-safety --enable-integer-datetimes --enable-multibyte --enable-unicode configure.env CPPFLAGS="-I${prefix}/include" CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" build.type gnu post-build { # build autovacuum system "cd ${worksrcpath}/contrib/pg_autovacuum && ${build.cmd}" # build tsearch2 system "cd ${worksrcpath}/contrib/tsearch2 && ${build.cmd}" } test.run yes test.target check # install headers too destroot.target-append install-all-headers post-destroot { # install autovacuum xinstall -m 755 -s ${worksrcpath}/contrib/pg_autovacuum/pg_autovacuum ${destroot}${libdir}/bin # install tsearch2 system "cd ${worksrcpath}/contrib/tsearch2 && ${build.cmd} install ${destroot.destdir}" # symlinks system "cd ${destroot}${prefix}/bin && ln -sf ${libdir}/bin/psql psql7" # nuke nonsense system "cd ${destroot}${prefix}/share && rm -rf doc" } # Defaults for database set dbdir ${prefix}/var/db/pgsql7/defaultdb set logdir ${prefix}/var/log/pgsql7 set dbuser postgres7 set dbgrp postgres Variant: perl { configure.args-append --with-perl depends_lib-append lib:perl:perl5.8 } Variant: java { configure.args-append --with-java depends_build port:apache-ant depends_lib-append bin:java:kaffe configure.env-append ANT=${prefix}/share/java/apache-ant/bin/ant } Variant: tcltk { configure.args-append --with-tcl --with-tclconfig=${prefix}/lib --with-tkconfig=${prefix}/lib configure.env-append TCLSH=${prefix}/bin/tclsh depends_lib-append port:tcl port:tk } Variant: server { startupitem.create yes startupitem.init "PGCTL=${libdir}/bin/pg_ctl" startupitem.start "su ${dbuser} -c \"\${PGCTL} -D \${POSTGRESQL7DATA:=${dbdir}} start -l ${logdir}/postgres.log\"" startupitem.stop "su ${dbuser} -c \"\${PGCTL} -D \${POSTGRESQL8DATA:=${dbdir}} stop -s -m fast\"" pre-destroot { xinstall -m 755 -d ${destroot}${dbdir} ${destroot}${prefix}/var/log/pgsql ${destroot}${prefix}/var/db/pgsql # Add User postgres:postgres addgroup ${dbuser} set gid [existsgroup ${dbgrp}] adduser ${dbuser} shell=/bin/sh gid=${gid} home=${prefix}/var/db/pgsql7 realname=PostgreSQL-7\ Server } post-destroot { destroot.keepdirs ${destroot}${prefix}/var/db/pgsql system "cd ${destroot}${prefix}/var/log/pgsql && touch pgsql.log pg_autovacuum.log" foreach d { db/pgsql log/pgsql log/pgsql/pgsql.log log/pgsql/pg_autovacuum.log } { file attributes ${destroot}${prefix}/var/${d} -group ${dbgr} -owner ${dbuser} } } post-install { ui_msg "\nTo create a database instance, after install do\n sudo su ${dbuser} -c \'${libdir}/bin/initdb -D ${dbdir}\'" } } platform darwin 8 { configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 } 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 postgresql7You 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 postgresql7 with these commands: % man postgresql7 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 |
|||||||
| |



