summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-02-03 20:39:48 +0100
committerunknown <lenz@mysql.com>2003-02-03 20:39:48 +0100
commit46318870b042cfcd2449eef58c3a9519c00d409d (patch)
tree91b8500ad29cd9ee0cd23ebf67de2c56b7c16f39
parent39f46988e80efa85731b1127f20cac60cf17b4a3 (diff)
downloadmariadb-git-46318870b042cfcd2449eef58c3a9519c00d409d.tar.gz
- added support-files/MacOSX to include files specific for building
MacOSX packages using PackageMaker - renamed support-files/PKG -> support-files/SCO (PKG is used in MacOS X terminology as well) support-files/SCO/INSTALL.sh: mvdir support-files/SCO/compile.sh: mvdir support-files/SCO/doc.sh: mvdir support-files/SCO/mkpkg.sh: mvdir support-files/SCO/patch: mvdir support-files/SCO/pkginfo.ini: mvdir support-files/SCO/postinstall: mvdir support-files/SCO/preinstall: mvdir support-files/SCO/preremove: mvdir support-files/SCO/prototype.ini: mvdir support-files/SCO/version: mvdir support-files/MacOSX/make_mysql_pkg.pl: Rename: support-files/make_mysql_pkg.pl -> support-files/MacOSX/make_mysql_pkg.pl configure.in: - added support-files/MacOSX support-files/Makefile.am: - added MacOSX subdirectory
-rw-r--r--configure.in2
-rw-r--r--support-files/MacOSX/Description.plist.sh14
-rw-r--r--support-files/MacOSX/Info.plist.sh38
-rw-r--r--support-files/MacOSX/Makefile.am37
-rw-r--r--support-files/MacOSX/make_mysql_pkg.pl (renamed from support-files/make_mysql_pkg.pl)0
-rw-r--r--support-files/Makefile.am2
-rwxr-xr-xsupport-files/SCO/INSTALL.sh (renamed from support-files/PKG/INSTALL.sh)0
-rw-r--r--support-files/SCO/compile.sh (renamed from support-files/PKG/compile.sh)0
-rw-r--r--support-files/SCO/doc.sh (renamed from support-files/PKG/doc.sh)0
-rw-r--r--support-files/SCO/mkpkg.sh (renamed from support-files/PKG/mkpkg.sh)0
-rw-r--r--support-files/SCO/patch (renamed from support-files/PKG/patch)0
-rw-r--r--support-files/SCO/pkginfo.ini (renamed from support-files/PKG/pkginfo.ini)0
-rw-r--r--support-files/SCO/postinstall (renamed from support-files/PKG/postinstall)0
-rw-r--r--support-files/SCO/preinstall (renamed from support-files/PKG/preinstall)0
-rw-r--r--support-files/SCO/preremove (renamed from support-files/PKG/preremove)0
-rw-r--r--support-files/SCO/prototype.ini (renamed from support-files/PKG/prototype.ini)0
-rw-r--r--support-files/SCO/version (renamed from support-files/PKG/version)0
17 files changed, 92 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6e1e274fe3c..d22aeddc59c 100644
--- a/configure.in
+++ b/configure.in
@@ -2624,7 +2624,7 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
merge/Makefile dbug/Makefile scripts/Makefile dnl
include/Makefile sql-bench/Makefile tools/Makefile dnl
tests/Makefile Docs/Makefile support-files/Makefile dnl
- mysql-test/Makefile dnl
+ support-files/MacOSX/Makefile mysql-test/Makefile dnl
netware/Makefile dnl
include/mysql_version.h dnl
, , [
diff --git a/support-files/MacOSX/Description.plist.sh b/support-files/MacOSX/Description.plist.sh
new file mode 100644
index 00000000000..4f388235eee
--- /dev/null
+++ b/support-files/MacOSX/Description.plist.sh
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>IFPkgDescriptionDeleteWarning</key>
+ <string></string>
+ <key>IFPkgDescriptionDescription</key>
+ <string>This package provides a binary installation of MySQL @VERSION@@MYSQL_SERVER_SUFFIX@ for Mac OS X.</string>
+ <key>IFPkgDescriptionTitle</key>
+ <string>MySQL @VERSION@@MYSQL_SERVER_SUFFIX@ for Mac OS X</string>
+ <key>IFPkgDescriptionVersion</key>
+ <string>@VERSION@@MYSQL_SERVER_SUFFIX@</string>
+ </dict>
+</plist>
diff --git a/support-files/MacOSX/Info.plist.sh b/support-files/MacOSX/Info.plist.sh
new file mode 100644
index 00000000000..c8e4eb1c2d4
--- /dev/null
+++ b/support-files/MacOSX/Info.plist.sh
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleGetInfoString</key>
+ <string>MySQL @VERSION@@MYSQL_SERVER_SUFFIX@</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.mysql.mysql</string>
+ <key>CFBundleName</key>
+ <string>MySQL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>@VERSION@</string>
+ <key>IFMajorVersion</key>
+ <integer>4</integer>
+ <key>IFMinorVersion</key>
+ <integer>0</integer>
+ <key>IFPkgFlagAllowBackRev</key>
+ <false/>
+ <key>IFPkgFlagAuthorizationAction</key>
+ <string>RootAuthorization</string>
+ <key>IFPkgFlagDefaultLocation</key>
+ <string>/usr/local</string>
+ <key>IFPkgFlagInstallFat</key>
+ <false/>
+ <key>IFPkgFlagIsRequired</key>
+ <false/>
+ <key>IFPkgFlagRelocatable</key>
+ <false/>
+ <key>IFPkgFlagRestartAction</key>
+ <string>NoRestart</string>
+ <key>IFPkgFlagRootVolumeOnly</key>
+ <false/>
+ <key>IFPkgFlagUpdateInstalledLanguages</key>
+ <false/>
+ <key>IFPkgFormatVersion</key>
+ <real>0.10000000149011612</real>
+</dict>
+</plist>
diff --git a/support-files/MacOSX/Makefile.am b/support-files/MacOSX/Makefile.am
new file mode 100644
index 00000000000..0702d104e7e
--- /dev/null
+++ b/support-files/MacOSX/Makefile.am
@@ -0,0 +1,37 @@
+# Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+# MA 02111-1307, USA
+
+## Process this file with automake to create Makefile.in
+
+EXTRA_DIST = Info.plist.sh Description.plist.sh
+
+pkgdata_DATA = Info.plist Description.plist
+
+CLEANFILES = Info.plist Description.plist
+
+SUFFIXES = .sh
+
+.sh:
+ @RM@ -f $@ $@-t
+ @SED@ \
+ -e 's!@''VERSION''@!@VERSION@!' \
+ -e 's!@''MYSQL_SERVER_SUFFIX''@!@MYSQL_SERVER_SUFFIX@!' \
+ $< > $@-t
+ @MV@ $@-t $@
+
+# Don't update the files from bitkeeper
+%::SCCS/s.%
diff --git a/support-files/make_mysql_pkg.pl b/support-files/MacOSX/make_mysql_pkg.pl
index 22283d57098..22283d57098 100644
--- a/support-files/make_mysql_pkg.pl
+++ b/support-files/MacOSX/make_mysql_pkg.pl
diff --git a/support-files/Makefile.am b/support-files/Makefile.am
index 00e8b13b12c..4aadd98bd1b 100644
--- a/support-files/Makefile.am
+++ b/support-files/Makefile.am
@@ -27,6 +27,8 @@ EXTRA_DIST = mysql.spec.sh \
binary-configure.sh \
magic
+SUBDIRS = MacOSX
+
pkgdata_DATA = my-small.cnf \
my-medium.cnf \
my-large.cnf \
diff --git a/support-files/PKG/INSTALL.sh b/support-files/SCO/INSTALL.sh
index 979f33f3f06..979f33f3f06 100755
--- a/support-files/PKG/INSTALL.sh
+++ b/support-files/SCO/INSTALL.sh
diff --git a/support-files/PKG/compile.sh b/support-files/SCO/compile.sh
index 5281ccde02d..5281ccde02d 100644
--- a/support-files/PKG/compile.sh
+++ b/support-files/SCO/compile.sh
diff --git a/support-files/PKG/doc.sh b/support-files/SCO/doc.sh
index 9ef17166a6f..9ef17166a6f 100644
--- a/support-files/PKG/doc.sh
+++ b/support-files/SCO/doc.sh
diff --git a/support-files/PKG/mkpkg.sh b/support-files/SCO/mkpkg.sh
index 5a38113138d..5a38113138d 100644
--- a/support-files/PKG/mkpkg.sh
+++ b/support-files/SCO/mkpkg.sh
diff --git a/support-files/PKG/patch b/support-files/SCO/patch
index 373eb8518c6..373eb8518c6 100644
--- a/support-files/PKG/patch
+++ b/support-files/SCO/patch
diff --git a/support-files/PKG/pkginfo.ini b/support-files/SCO/pkginfo.ini
index 13b8b6adb09..13b8b6adb09 100644
--- a/support-files/PKG/pkginfo.ini
+++ b/support-files/SCO/pkginfo.ini
diff --git a/support-files/PKG/postinstall b/support-files/SCO/postinstall
index 2e199b9af82..2e199b9af82 100644
--- a/support-files/PKG/postinstall
+++ b/support-files/SCO/postinstall
diff --git a/support-files/PKG/preinstall b/support-files/SCO/preinstall
index c1175561a99..c1175561a99 100644
--- a/support-files/PKG/preinstall
+++ b/support-files/SCO/preinstall
diff --git a/support-files/PKG/preremove b/support-files/SCO/preremove
index a89648431c1..a89648431c1 100644
--- a/support-files/PKG/preremove
+++ b/support-files/SCO/preremove
diff --git a/support-files/PKG/prototype.ini b/support-files/SCO/prototype.ini
index ca88bb67a90..ca88bb67a90 100644
--- a/support-files/PKG/prototype.ini
+++ b/support-files/SCO/prototype.ini
diff --git a/support-files/PKG/version b/support-files/SCO/version
index f9dc296b71b..f9dc296b71b 100644
--- a/support-files/PKG/version
+++ b/support-files/SCO/version