| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 12:45:29 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071219041057
location: https://web.archive.org/web/20071219041057/https://mysql5-devel.darwinports.com/
server-timing: captures_list;dur=0.792304, exclusion.robots;dur=0.061326, exclusion.robots.policy;dur=0.045260, esindex;dur=0.012322, cdx.remote;dur=15.740603, LoadShardBlock;dur=150.406878, PetaboxLoader3.datanode;dur=102.108841, PetaboxLoader3.resolve;dur=20.673649
x-app-server: wwwb-app54-dc6
x-ts: 302
x-tr: 214
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app54; 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 12:45:30 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Wed, 19 Dec 2007 04:13:41 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: Wed, 19 Dec 2007 04:10:57 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_1_20071219015933_crawl106-c/51_1_20071219041022_crawl109.arc.gz
server-timing: captures_list;dur=0.874564, exclusion.robots;dur=0.026916, exclusion.robots.policy;dur=0.011129, esindex;dur=0.013308, cdx.remote;dur=70.938617, LoadShardBlock;dur=224.469438, PetaboxLoader3.datanode;dur=261.533073, PetaboxLoader3.resolve;dur=110.214089, load_resource;dur=170.653605
x-app-server: wwwb-app54-dc6
x-ts: 200
x-tr: 632
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
mysql5-devel version ${vers}-rc for Mac OS X 10.5 Leopard
|
|||||||||
Tuesday the 18th of December, 2007 |
|||||||||
mysql5-devel most recent diff
Scroll down toward the bottom of the page to get installation instructions for mysql5-devel. The raw portfile for mysql5-devel ${vers}-rc is located here: https://mysql5-devel.darwinports.com/dports/databases/mysql5-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/mysql5-devel # $Id: Portfile 30318 2007-10-24 16:05:05Z jwa PortSystem 1.0 Name: mysql5-devel set vers 5.1.22 Version: ${vers}-rc Category: databases Platform: darwin Maintainers: jwa openmaintainer Description: Multithreaded SQL database server Long Description: MySQL is an open-source, multi-threaded SQL database with a command syntax very similar to mSQL. Homepage: https://www.mysql.com/ master_sites https://dev.mysql.com/get/Downloads/MySQL-5.1/ https://mysql.mirrors.pair.com/Downloads/MySQL-5.1/ https://mysql.he.net/Downloads/MySQL-5.1/ https://mysql.orst.edu/Downloads/MySQL-5.1 https://mysql.oss.eznetsols.org/Downloads/MySQL-5.1/ https://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.1/ https://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-5.1/ https://ftp.plusline.de/mysql/Downloads/MySQL-5.1/ distname mysql-${version} checksums md5 87be813d1b2d76b1c756de0a16fa29fb sha1 97c1396e0f0561485df120cce2092192aecd12a0 rmd160 f4bd9dc6a161b4479ac09d26727ea5713c57d1b3 depends_lib port:zlib port:openssl #set major_version [strsed ${version} {s/\..*$//}] set major_version [strsed ${vers} {s/\..*$//}] set mysql mysql${major_version} #set dbdir ${prefix}/var/db/${mysql} set sysconfdir ${prefix}/etc/${name} set dbdir ${prefix}/var/db/${name} set mysqluser mysql configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info --localstatedir=${dbdir} --libdir=${prefix}/lib/${name} --bindir=${prefix}/lib/${name}/bin --includedir=${prefix}/include/${name} --datadir=${prefix}/share/${name} --sysconfdir=${sysconfdir} --with-zlib-dir=${prefix} --with-ssl=${prefix} --with-extra-charsets=complex --with-unix-socket-path=${prefix}/var/run/${name}/mysqld.sock --with-mysqld-user=${mysqluser} --without-docs --without-bench --with-plugins=all --without-server --enable-thread-safe-client # the following is in store for future # --program-suffix=5 post-configure { reinplace "s;openssl_includes = -I;openssl_includes_includes = -I${prefix}/include/openssl;" ${worksrcpath}/tests/Makefile } platform darwin 6 { pre-fetch { return -code error "no support for systems prior to 10.3" } } platform darwin 8 { configure.compiler gcc-4.0 configure.cppflags-append -I${worksrcpath}/include } Variant: server { configure.args-delete --without-server # Create a startupitem to start/stop the server startupitem.create yes startupitem.start "${prefix}/share/${name}/mysql/mysql.server start" startupitem.stop "${prefix}/share/${name}/mysql/mysql.server stop" } # the directories ${prefix}/sql-bench ${prefix}/mysql-test destroot.violate_mtree yes pre-destroot { # Some directories we must have in all cases xinstall -m 755 -d ${destroot}${prefix}/etc/${name} destroot.keepdirs-append ${destroot}${prefix}/etc/${name} # Setup only for server if { [variant_isset server] } { addgroup ${mysqluser} set gid [existsgroup ${mysqluser}] adduser ${mysqluser} gid=${gid} realname=MySQL\ Server # Some directories we must have only if we're running as a server xinstall -m 755 -o root -d ${destroot}${prefix}/var/run xinstall -m 755 -o ${mysqluser} -g ${mysqluser} -d ${destroot}${dbdir} ${destroot}${prefix}/var/run/${name} destroot.keepdirs-append ${destroot}${dbdir} ${destroot}${prefix}/var/run/${name} } } post-destroot { delete ${destroot}${prefix}/mysql-test # Fix paths in manpages and sample configuration files foreach manpage [glob -type f ${destroot}${prefix}/share/man/man\[1-9\]/*] { reinplace "s|/etc/my.cnf|${sysconfdir}/my.cnf|g" ${manpage} } foreach samp_conffile [glob -type f ${destroot}${prefix}/share/${name}/mysql/my-*.cnf] { reinplace "s|/etc/my.cnf|${sysconfdir}/my.cnf|g" ${samp_conffile} } # Symlink mysql binaries into bin directory foreach f [glob -tails -directory ${destroot}${prefix}/lib/${name}/bin my*] { ln -sf ${prefix}/lib/${name}/bin/${f} ${destroot}${prefix}/bin/${f}${major_version} } } post-install { if { [variant_isset server] } { ui_msg "******************************************************" ui_msg "* In order to setup the database, you might want to run" ui_msg "* sudo -u ${mysqluser} mysql_install_db5" ui_msg "* if this is a new install" ui_msg "******************************************************" } } livecheck.check regex livecheck.url https://dev.mysql.com/ livecheck.version ${vers} livecheck.regex "(5\\.1\\.\[0-9\.\]+)" 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/mysql5-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 mysql5-devel with these commands: % man mysql5-devel Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg mysql5-devel 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 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




