Re: NEW: databases/percona-toolkit

2012-01-26 Thread Giovanni Bechis
On 01/17/12 18:18, Giovanni Bechis wrote:
 pkg/DESCR:
 Percona Toolkit is a collection of advanced command-line tools used
 to perform a variety of MySQL and system tasks that are too difficult
 or complex to perform manually.
 
anybody interested in this ?
 Cheers
  Giovanni



NEW: databases/percona-toolkit

2012-01-17 Thread Giovanni Bechis
pkg/DESCR:
Percona Toolkit is a collection of advanced command-line tools used
to perform a variety of MySQL and system tasks that are too difficult
or complex to perform manually.

As written on upstream's website:
databases/maatkit has become part of Percona Toolkit, and there will be
no further development or releases of Maatkit separately from Percona
Toolkit.

I added pkgpath and quirks to fix the upgrade process from maatkit.
All tools has been renamed from mk-${tool} to pt-${tool} so I will add
an entry on current.html later.
 Cheers
  Giovanni


percona-toolkit-2.0.2v0.tgz
Description: Binary data
Index: Makefile
===
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.60
diff -u -p -r1.60 Makefile
--- Makefile17 Jan 2012 11:06:10 -  1.60
+++ Makefile17 Jan 2012 17:18:00 -
@@ -5,7 +5,7 @@ CATEGORIES =devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =  quirks-1.58
+PKGNAME =  quirks-1.59
 PKG_ARCH = *
 MAINTAINER =   Marc Espie es...@openbsd.org
 
Index: files/Quirks.pm
===
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.65
diff -u -p -r1.65 Quirks.pm
--- files/Quirks.pm 17 Jan 2012 11:06:10 -  1.65
+++ files/Quirks.pm 17 Jan 2012 17:18:00 -
@@ -277,7 +277,8 @@ my $stem_extensions = {
'aspell6-sk' = 'aspell-sk',
'aspell6-sr' = 'aspell-sr',
'aspell5-tn' = 'aspell-tn',
-   'aspell6-uk' = 'aspell-uk'
+   'aspell6-uk' = 'aspell-uk',
+   'maatkit' = 'percona-toolkit'
 };
 
 # -is_base_system($handle, $state):


Re: NEW: databases/percona-toolkit

2011-11-10 Thread Giovanni Bechis
On 10/18/11 13:16, Giovanni Bechis wrote:
 On 10/11/11 13:33, Giovanni Bechis wrote:
 On 10/11/11 10:56, Giovanni Bechis wrote:
 This ports will supersede databases/maatkit.

 Another patch and some run-dependencies added, comments ? Ok ?

Pkgpath added and devel/quirks updated, should I add something else to
let the update work from databases/maatkit to databases percona-toolkit ?
 Cheers
  Giovanni


percona-toolkit-1.0.1.tgz
Description: Binary data
Index: Makefile
===
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.56
diff -u -p -r1.56 Makefile
--- Makefile16 Oct 2011 16:05:50 -  1.56
+++ Makefile10 Nov 2011 15:39:01 -
@@ -5,7 +5,7 @@ CATEGORIES =devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =  quirks-1.54
+PKGNAME =  quirks-1.55
 PKG_ARCH = *
 MAINTAINER =   Marc Espie es...@openbsd.org
 
Index: files/Quirks.pm
===
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.61
diff -u -p -r1.61 Quirks.pm
--- files/Quirks.pm 16 Oct 2011 16:05:50 -  1.61
+++ files/Quirks.pm 10 Nov 2011 15:39:01 -
@@ -251,7 +251,8 @@ my $stem_extensions = {
'ptsans' = 'ru-ptsans',
'py-zeya' = 'zeya',
 # 5.1
-   'php5-mapscript' = 'php-mapscript'
+   'php5-mapscript' = 'php-mapscript',
+   'maatkit' = 'percona-toolkit'
 };
 
 # -is_base_system($handle, $state):


Re: NEW: databases/percona-toolkit

2011-11-10 Thread Stuart Henderson
On 2011-11-10, Giovanni Bechis bigion...@snb.it wrote:
 This ports will supersede databases/maatkit.

 Another patch and some run-dependencies added, comments ? Ok ?

 Pkgpath added and devel/quirks updated, should I add something else to
 let the update work from databases/maatkit to databases percona-toolkit ?

It probably needs an @conflict too, but the best way is to test
updates yourself: install maatkit, build packages for percona-toolkit
and quirks, put them together in a directory, point PKG_PATH there
and test that pkg_add -u does the right thing.




Re: NEW: databases/percona-toolkit

2011-10-18 Thread Giovanni Bechis
On 10/11/11 13:33, Giovanni Bechis wrote:
 On 10/11/11 10:56, Giovanni Bechis wrote:
 This ports will supersede databases/maatkit.

Another patch and some run-dependencies added, comments ? Ok ?
 Cheers
  Giovanni



percona-toolkit-1.0.1.tgz
Description: Binary data


NEW: databases/percona-toolkit

2011-10-11 Thread Giovanni Bechis
Hi,
Percona Toolkit is a collection of advanced command-line tools used to
perform a variety of MySQL and system tasks that are too difficult or
complex to perform manually, including:

Verify master and replica data consistency
Efficiently archive rows
Find duplicate indexes
Summarize MySQL servers
Analyze queries from logs and tcpdump
Collect vital system information when problems occur

This ports will supersede databases/maatkit.
Comments ? Ok ?
 Cheers
  Giovanni



Re: NEW: databases/percona-toolkit

2011-10-11 Thread David Coppa
On Tue, Oct 11, 2011 at 10:46 AM, Giovanni Bechis bigion...@snb.it wrote:
 Hi,
 Percona Toolkit is a collection of advanced command-line tools used to
 perform a variety of MySQL and system tasks that are too difficult or
 complex to perform manually, including:

    Verify master and replica data consistency
    Efficiently archive rows
    Find duplicate indexes
    Summarize MySQL servers
    Analyze queries from logs and tcpdump
    Collect vital system information when problems occur

 This ports will supersede databases/maatkit.
 Comments ? Ok ?

Yes. Where's the port itself? :-)



NEW: databases/percona-toolkit

2011-10-11 Thread Giovanni Bechis
Hi,
Percona Toolkit is a collection of advanced command-line tools used to
perform a variety of MySQL and system tasks that are too difficult or
complex to perform manually, including:

Verify master and replica data consistency
Efficiently archive rows
Find duplicate indexes
Summarize MySQL servers
Analyze queries from logs and tcpdump
Collect vital system information when problems occur

This ports will supersede databases/maatkit.
Comments ? Ok ?
 Cheers
  Giovanni




percona-toolkit-1.0.1.tgz
Description: Binary data


Re: NEW: databases/percona-toolkit

2011-10-11 Thread Giovanni Bechis
On 10/11/11 10:56, Giovanni Bechis wrote:
 This ports will supersede databases/maatkit.

Other patches are needed.
 Cheers
  Giovanni



percona-toolkit-1.0.1.tgz
Description: Binary data