summaryrefslogtreecommitdiff
path: root/databases/mariadb-client/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-11-17 16:57:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-11-17 16:57:21 +0000
commitadac021c923e9e914d2bffacaac8d81054792167 (patch)
treea7c93edbc3d4c02bf942dda0c1524962fd08f2d3 /databases/mariadb-client/Makefile
parent- Update to 1.3.1.2 (diff)
- Add mariadb 5.2.3
MariaDB is a database server that offers drop-in replacement functionality for MySQL1. MariaDB is built by some of the original authors of MySQL, with assistance from the broader community of Free and open source software developers. In addition to the core functionality of MySQL, MariaDB offers a rich set of feature enhancements including alternate storage engines, server optimizations, and patches. MariaDB is primarily driven by developers at Monty Program, a company founded by Michael "Monty" Widenius, the original author of MySQL, but this is not the whole story about MariaDB. On the "About MariaDB" page you will find more information about all participants in the MariaDB community, including storage engines XtraDB and PBXT. WWW: http://mariadb.org/ PR: ports/152237 Submitted by: Artyom Olshevskiy <siasiamail@gmail.com>
Notes
Notes: svn path=/head/; revision=264701
Diffstat (limited to 'databases/mariadb-client/Makefile')
-rw-r--r--databases/mariadb-client/Makefile75
1 files changed, 75 insertions, 0 deletions
diff --git a/databases/mariadb-client/Makefile b/databases/mariadb-client/Makefile
new file mode 100644
index 000000000000..7ef132b7c990
--- /dev/null
+++ b/databases/mariadb-client/Makefile
@@ -0,0 +1,75 @@
+# New ports collection makefile for: mariadb
+# Date created: 14 November 2010
+# Whom: siasia
+#
+# $FreeBSD$
+#
+
+PORTNAME= mariadb
+PORTVERSION= 5.2.3
+CATEGORIES= databases
+MASTER_SITES= http://ftp-stud.hs-esslingen.de/pub/Mirrors/mariadb/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ \
+ http://mirrors.fe.up.pt/pub/mariadb/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ \
+ http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ \
+ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/
+
+MAINTAINER= siasiamail@gmail.com
+COMMENT= A database server that offers drop-in replacement functionality for MySQL
+
+CONFLICTS= mysql-server-[0-9]* mysql-client-[0-9]*
+
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+USE_RC_SUBR= mysql-server
+
+USERS= mysql
+GROUPS= mysql
+
+MAN1= comp_err.1 \
+ innochecksum.1 \
+ msql2mysql.1 \
+ my_print_defaults.1 \
+ myisam_ftdump.1 \
+ myisamchk.1 \
+ myisamlog.1 \
+ myisampack.1 \
+ mysql-stress-test.pl.1 \
+ mysql-test-run.pl.1 \
+ mysql.1 \
+ mysql.server.1 \
+ mysql_client_test.1 \
+ mysql_config.1 \
+ mysql_convert_table_format.1 \
+ mysql_find_rows.1 \
+ mysql_fix_extensions.1 \
+ mysql_fix_privilege_tables.1 \
+ mysql_install_db.1 \
+ mysql_secure_installation.1 \
+ mysql_setpermission.1 \
+ mysql_tzinfo_to_sql.1 \
+ mysql_upgrade.1 \
+ mysql_waitpid.1 \
+ mysql_zap.1 \
+ mysqlaccess.1 \
+ mysqladmin.1 \
+ mysqlbinlog.1 \
+ mysqlbug.1 \
+ mysqlcheck.1 \
+ mysqld_multi.1 \
+ mysqld_safe.1 \
+ mysqldump.1 \
+ mysqldumpslow.1 \
+ mysqlhotcopy.1 \
+ mysqlimport.1 \
+ mysqlman.1 \
+ mysqlshow.1 \
+ mysqlslap.1 \
+ mysqltest.1 \
+ perror.1 \
+ replace.1 \
+ resolve_stack_dump.1 \
+ resolveip.1
+MAN8= mysqld.8 \
+ mysqlmanager.8
+
+.include <bsd.port.mk>