forked from Lainports/freebsd-ports
Add mysql50-scripts, a slave port containing additional scripts for the
MySQL database.
This commit is contained in:
parent
e1ea799bbc
commit
dec7abf628
6 changed files with 106 additions and 0 deletions
|
|
@ -92,6 +92,7 @@
|
|||
SUBDIR += mysql41-scripts
|
||||
SUBDIR += mysql41-server
|
||||
SUBDIR += mysql50-client
|
||||
SUBDIR += mysql50-scripts
|
||||
SUBDIR += mysql50-server
|
||||
SUBDIR += mysql_last_value
|
||||
SUBDIR += mysqlcc
|
||||
|
|
|
|||
21
databases/mysql50-scripts/Makefile
Normal file
21
databases/mysql50-scripts/Makefile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: MySQL-scripts
|
||||
# Date created: Mon Feb 23 15:01:35 CET 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mysql
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -scripts
|
||||
|
||||
COMMENT= Multithreaded SQL database (scripts)
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql50-server
|
||||
|
||||
PKGINSTALL= mustnotexist
|
||||
PLIST= ${PKGDIR}/pkg-plist.scripts
|
||||
|
||||
SCRIPTS_ONLY= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
21
databases/mysql51-scripts/Makefile
Normal file
21
databases/mysql51-scripts/Makefile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: MySQL-scripts
|
||||
# Date created: Mon Feb 23 15:01:35 CET 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mysql
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -scripts
|
||||
|
||||
COMMENT= Multithreaded SQL database (scripts)
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql50-server
|
||||
|
||||
PKGINSTALL= mustnotexist
|
||||
PLIST= ${PKGDIR}/pkg-plist.scripts
|
||||
|
||||
SCRIPTS_ONLY= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
21
databases/mysql54-scripts/Makefile
Normal file
21
databases/mysql54-scripts/Makefile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: MySQL-scripts
|
||||
# Date created: Mon Feb 23 15:01:35 CET 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mysql
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -scripts
|
||||
|
||||
COMMENT= Multithreaded SQL database (scripts)
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql50-server
|
||||
|
||||
PKGINSTALL= mustnotexist
|
||||
PLIST= ${PKGDIR}/pkg-plist.scripts
|
||||
|
||||
SCRIPTS_ONLY= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
21
databases/mysql55-scripts/Makefile
Normal file
21
databases/mysql55-scripts/Makefile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: MySQL-scripts
|
||||
# Date created: Mon Feb 23 15:01:35 CET 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mysql
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -scripts
|
||||
|
||||
COMMENT= Multithreaded SQL database (scripts)
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql50-server
|
||||
|
||||
PKGINSTALL= mustnotexist
|
||||
PLIST= ${PKGDIR}/pkg-plist.scripts
|
||||
|
||||
SCRIPTS_ONLY= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
21
databases/mysql60-scripts/Makefile
Normal file
21
databases/mysql60-scripts/Makefile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: MySQL-scripts
|
||||
# Date created: Mon Feb 23 15:01:35 CET 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mysql
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -scripts
|
||||
|
||||
COMMENT= Multithreaded SQL database (scripts)
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql50-server
|
||||
|
||||
PKGINSTALL= mustnotexist
|
||||
PLIST= ${PKGDIR}/pkg-plist.scripts
|
||||
|
||||
SCRIPTS_ONLY= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
Loading…
Add table
Reference in a new issue