| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 21 Dec 2025 19:23:23 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100206131851
location: https://web.archive.org/web/20100206131851/https://postgresql-devel.darwinports.com/
server-timing: captures_list;dur=1.288097, exclusion.robots;dur=0.086249, exclusion.robots.policy;dur=0.066013, esindex;dur=0.016782, cdx.remote;dur=22.615339, LoadShardBlock;dur=218.316428, PetaboxLoader3.resolve;dur=93.458880, PetaboxLoader3.datanode;dur=121.126514
x-app-server: wwwb-app224-dc8
x-ts: 302
x-tr: 316
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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, 21 Dec 2025 19:23:23 GMT
content-type: text/html
x-archive-orig-date: Sat, 06 Feb 2010 13:03:02 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, 06 Feb 2010 13:18:51 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: 51_14_20100206075326_crawl103_IndexOnly-c/51_14_20100206131834_crawl103.arc.gz
server-timing: captures_list;dur=0.461942, exclusion.robots;dur=0.017881, exclusion.robots.policy;dur=0.008542, esindex;dur=0.011100, cdx.remote;dur=7.821785, LoadShardBlock;dur=88.904705, PetaboxLoader3.datanode;dur=113.734902, PetaboxLoader3.resolve;dur=150.411928, load_resource;dur=199.017495
x-app-server: wwwb-app224-dc8
x-ts: 200
x-tr: 397
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-devel version 20090613 - How to Download and Install on Mac OS X
|
|||||||||
Saturday the 6th of February, 2010 |
|||||||||
postgresql-devel most recent diffversion 20090613
Scroll down toward the bottom of the page to get installation instructions for postgresql-devel. The raw portfile for postgresql-devel 20090613 is located here: https://postgresql-devel.darwinports.com/dports/databases/postgresql-devel/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/postgresql-devel The postgresql-devel Portfile 57375 2009-09-10 08:16:41Z ryandesign PortSystem 1.0 Name: postgresql-devel Version: 20090613 Maintainers: gmail.com:chepra Category: databases Platform: darwin 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/ distname pgsql fetch.type cvs cvs.root :pserver:anoncvs cvs.password macportrules cvs.date "[string range $version 0 3]-[string range $version 4 5]-[string range $version 6 7]" depends_lib port:readline port:openssl port:zlib port:libxml2 port:libxslt port:ossp-uuid depends_build port:bison worksrcdir ${distname} 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 --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid configure.cppflags-append -I${prefix}/include/ossp build.type gnu build.target test.run yes test.target check livecheck.type regex livecheck.url ${homepage} livecheck.regex (8.4.\[0-9\]+) set contribs "adminpack dblink fuzzystrmatch lo uuid-ossp pg_buffercache pg_trgm pgcrypto tsearch2 vacuumlo xml2" 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}/ && ${destroot.cmd} install ${destroot.destdir} && touch DONE" } system "cd ${destroot}${prefix}/bin && ln -sf ${libdir}/bin/psql psql-devel" file delete -force ${destroot}${prefix}/share/doc/${name} ${destroot}${prefix}/share/man } Variant: python description {add support for python} { depends_lib-append port:python25 configure.args-append --with-python configure.env-append PYTHON=${prefix}/bin/python2.5 } Variant: krb5 description {add support for Kerberos 5 authentication} { configure.args-append --with-krb5 } Variant: perl description {add Perl support} { depends_lib-append bin:perl:perl5 configure.args-append --with-perl } Variant: tcl description {add Tcl support} { depends_lib-append port:tcl configure.args-append --with-tcl --with-tclconfig=${prefix}/lib configure.env-append TCLSH=${prefix}/bin/tclsh } post-install { ui_msg "\nTo use the postgresql server, install the postgresql-server-devel 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/postgresql-develYou 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-devel with these commands: % man postgresql-devel Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




