pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
add descr, email, comment, fix PLIST generation, dependencies
Module Name: pkgsrc-wip
Committed By: Gianni D'Aprile <giannidaprile+pkgsrc-wip%gmail.com@localhost>
Pushed By: giannidaprile
Date: Thu Dec 24 09:18:33 2015 -0600
Changeset: 58f4c739c9f9dc440cc8cdec5abbbbd92455ed3a
Modified Files:
p5-mha4mysql-manager/DESCR
p5-mha4mysql-manager/Makefile
p5-mha4mysql-node/DESCR
p5-mha4mysql-node/Makefile
Removed Files:
p5-mha4mysql-manager/PLIST
p5-mha4mysql-node/PLIST
Log Message:
add descr, email, comment, fix PLIST generation, dependencies
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=58f4c739c9f9dc440cc8cdec5abbbbd92455ed3a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
p5-mha4mysql-manager/DESCR | 9 +++++++++
p5-mha4mysql-manager/Makefile | 8 ++++----
p5-mha4mysql-manager/PLIST | 1 -
p5-mha4mysql-node/DESCR | 9 +++++++++
p5-mha4mysql-node/Makefile | 8 ++++----
p5-mha4mysql-node/PLIST | 1 -
6 files changed, 26 insertions(+), 10 deletions(-)
diffs:
diff --git a/p5-mha4mysql-manager/DESCR b/p5-mha4mysql-manager/DESCR
index e69de29..728365f 100644
--- a/p5-mha4mysql-manager/DESCR
+++ b/p5-mha4mysql-manager/DESCR
@@ -0,0 +1,9 @@
+MHA for MySQL: Master High Availability Manager and tools for MySQL
+
+MHA provides the following functionality, and can be useful in many deployments
+where requirements such as high availability, data integrity, almost non-stop
+master maintenance are desired.
+-Automated master monitoring and failover
+-Interactive (manual) Master Failover
+-Non-interactive master failover
+-Online switching master to a different host
diff --git a/p5-mha4mysql-manager/Makefile b/p5-mha4mysql-manager/Makefile
index 95decd3..c5f25d1 100644
--- a/p5-mha4mysql-manager/Makefile
+++ b/p5-mha4mysql-manager/Makefile
@@ -7,10 +7,10 @@ DISTNAME= ${PKGNAME}-${GIT_COMMIT}
CATEGORIES= local perl5
MASTER_SITES= -https://github.com/yoshinorim/mha4mysql-manager/archive/${GIT_COMMIT}.tar.gz
-MAINTAINER= INSERT_YOUR_MAIL_ADDRESS_HERE
+MAINTAINER= gianni-pkgsrc-wip%daprile.net@localhost
HOMEPAGE= http://www.mysql.gr.jp/frame/modules/bwiki/
-COMMENT= TODO: Short description of the package
-#LICENSE= # TODO: (see mk/license.mk)
+COMMENT= Master High Availability Manager and tools for MySQL
+LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/mha4mysql-manager-${GIT_COMMIT}
PKG_DESTDIR_SUPPORT= user-destdir
@@ -21,7 +21,7 @@ DEPENDS+= p5-Config-Tiny>=2:../../devel/p5-Config-Tiny
DEPENDS+= p5-Log-Dispatch>=2:../../devel/p5-Log-Dispatch
DEPENDS+= p5-Parallel-ForkManager>=0.7:../../devel/p5-Parallel-ForkManager
DEPENDS+= p5-Time-HiRes>=1:../../time/p5-Time-HiRes
-DEPENDS+= p5-mha4mysql-node>=0.56:../../local/p5-mha4mysql-node
+DEPENDS+= p5-mha4mysql-node>=0.56:../../wip/p5-mha4mysql-node
PERL5_PACKLIST= auto/mha4mysql/manager/.packlist
diff --git a/p5-mha4mysql-manager/PLIST b/p5-mha4mysql-manager/PLIST
deleted file mode 100644
index 48d96a5..0000000
--- a/p5-mha4mysql-manager/PLIST
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD$
diff --git a/p5-mha4mysql-node/DESCR b/p5-mha4mysql-node/DESCR
index e69de29..728365f 100644
--- a/p5-mha4mysql-node/DESCR
+++ b/p5-mha4mysql-node/DESCR
@@ -0,0 +1,9 @@
+MHA for MySQL: Master High Availability Manager and tools for MySQL
+
+MHA provides the following functionality, and can be useful in many deployments
+where requirements such as high availability, data integrity, almost non-stop
+master maintenance are desired.
+-Automated master monitoring and failover
+-Interactive (manual) Master Failover
+-Non-interactive master failover
+-Online switching master to a different host
diff --git a/p5-mha4mysql-node/Makefile b/p5-mha4mysql-node/Makefile
index f2cda68..b5e1953 100644
--- a/p5-mha4mysql-node/Makefile
+++ b/p5-mha4mysql-node/Makefile
@@ -2,15 +2,15 @@
#
PKGNAME= p5-mha4mysql-node-0.56
-GIT_COMMIT= ef26bdeeeb16c4c1c5e37bdaa276d118ffdd85e7
+GIT_COMMIT= ef26bdeeeb16c4c1c5e37bdaa276d118ffdd85e7
DISTNAME= ${PKGNAME}-${GIT_COMMIT}
CATEGORIES= local perl5
MASTER_SITES= -https://github.com/yoshinorim/mha4mysql-node/archive/${GIT_COMMIT}.tar.gz
-MAINTAINER= INSERT_YOUR_MAIL_ADDRESS_HERE
+MAINTAINER= gianni-pkgsrc-wip%daprile.net@localhost
HOMEPAGE= http://www.mysql.gr.jp/frame/modules/bwiki/
-COMMENT= TODO: Short description of the package
-#LICENSE= # TODO: (see mk/license.mk)
+COMMENT= Master High Availability Manager and tools for MySQL
+LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/mha4mysql-node-${GIT_COMMIT}
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/p5-mha4mysql-node/PLIST b/p5-mha4mysql-node/PLIST
deleted file mode 100644
index 48d96a5..0000000
--- a/p5-mha4mysql-node/PLIST
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD$
Home |
Main Index |
Thread Index |
Old Index