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

Attachment: 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
--- Makefile    17 Jan 2012 11:06:10 -0000      1.60
+++ Makefile    17 Jan 2012 17:18:00 -0000
@@ -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 -0000      1.65
+++ files/Quirks.pm     17 Jan 2012 17:18:00 -0000
@@ -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):

Reply via email to