| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 13:23:43 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070816224710
location: https://web.archive.org/web/20070816224710/https://postgresql.darwinports.com/
server-timing: captures_list;dur=0.653544, exclusion.robots;dur=0.049560, exclusion.robots.policy;dur=0.038010, esindex;dur=0.012947, cdx.remote;dur=5.408811, LoadShardBlock;dur=100.344292, PetaboxLoader3.datanode;dur=60.719805, PetaboxLoader3.resolve;dur=36.128887
x-app-server: wwwb-app225-dc8
x-ts: 302
x-tr: 139
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; 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:23:43 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Thu, 16 Aug 2007 22:56:13 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: Thu, 16 Aug 2007 22:47:10 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: 44_0_20070816182904_crawl100-c/44_0_20070816224332_crawl109.arc.gz
server-timing: captures_list;dur=0.578251, exclusion.robots;dur=0.019589, exclusion.robots.policy;dur=0.008450, esindex;dur=0.011803, cdx.remote;dur=26.696121, LoadShardBlock;dur=62.438830, PetaboxLoader3.datanode;dur=99.363973, PetaboxLoader3.resolve;dur=52.471067, load_resource;dur=118.057925
x-app-server: wwwb-app225-dc8
x-ts: 200
x-tr: 298
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
postgresql version 7.4.12 for Mac OS X
|
|||||||||
Thursday the 16th of August, 2007 |
|||||||||
postgresql most recent diff
Scroll down toward the bottom of the page to get installation instructions for postgresql. The raw portfile for postgresql 7.4.12 is located here: https://postgresql.darwinports.com/dports/databases/postgresql/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 23053 2007-03-23 20:35:47Z pipping PortSystem 1.0 Name: postgresql Version: 7.4.12 Category: databases Maintainers: nomaintainer 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/ Platform: darwin set subdir source/v${version} master_sites postgresql:source/v${version} checksums sha1 fd4e1db4fa3bf1a22d0596337cb1456389ca03e0 patchfiles patch-PostgreSQL.darwin use_bzip2 yes depends_lib port:readline port:openssl port:zlib port:bison configure.env CPPFLAGS="-I${prefix}/include" CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" configure.args --docdir=${prefix}/share/doc/${name}-${version} --datadir=${prefix}/share/${name}-${version} --sysconfdir=${prefix}/etc/pgsql --mandir=${prefix}/share/man --with-openssl=${prefix} --with-zlib --with-rendezvous --enable-thread-safety 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}${prefix}/bin # install tsearch2 system "cd ${worksrcpath}/contrib/tsearch2 && ${build.cmd} install ${destroot.destdir}" } # Choose a reasonable default for most platforms set tclconfig ${prefix}/lib set tclsh ${prefix}/bin/tclsh8.4 # Default dir for database itself set dbdir ${prefix}/var/db/pgsql/defaultdb platform darwin 7 { global tclconfig tclsh set tclconfig /System/Library/Frameworks/Tcl.framework set tclsh /usr/bin/tclsh8.4 } platform darwin 8 { configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 } 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 { global tclconfig tclsh configure.args-append --with-tcl --with-tclconfig=${tclconfig} --with-tkconfig=$prefix/lib configure.env-append TCLSH=${tclsh} depends_lib-append lib:tcl8.4:tcl lib:tk8.4:tk } Variant: server { pre-destroot { # install startup-item set startupdir ${destroot}/Library/StartupItems/PostgreSQL7 set contrib ${worksrcpath}/contrib/start-scripts xinstall -m 755 -d ${startupdir} ${destroot}${dbdir} ${destroot}${prefix}/var/log/pgsql ${destroot}${prefix}/var/db/pgsql xinstall -m 755 ${contrib}/PostgreSQL.darwin ${startupdir}/PostgreSQL7 xinstall -m 644 ${contrib}/StartupParameters.plist.darwin ${startupdir}/StartupParameters.plist reinplace "s|__PREFIX__|${prefix}|g" ${startupdir}/PostgreSQL7 # Add User postgres:postgres addgroup postgres set gid [existsgroup postgres] adduser postgres shell=/bin/sh gid=${gid} home=${prefix}/var/db/pgsql realname=PostgreSQL\ 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 postgres -owner postgres } } post-install { ui_msg "\nTo create a database instance, after install do\n sudo su postgres -c \'${prefix}/bin/initdb -D ${dbdir}\'" ui_msg "\nTo activate the PostgreSQL7 server, add\n POSTGRESQL7=-YES-\n to your ${prefix}/etc/rc.local" } } 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/postgresqlYou 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 postgresql with these commands: % man postgresql Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg postgresql 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 |
|||||||
| |




