Port details |
- innotop MySQL and InnoDB monitoring program
- 1.13.0_1 databases =10 1.13.0_1Version of this port present on the latest quarterly branch.
- Maintainer: skreuzer@FreeBSD.org
- Port Added: 2006-11-24 07:33:50
- Last Update: 2024-04-07 09:36:13
- Commit Hash: 92a030d
- People watching this port, also watch:: tiff, libogg, rsync, p5-DBI, png
- License: GPLv2
- WWW:
- https://github.com/innotop/innotop
- Description:
- innotop is a MySQL and InnoDB transaction/status monitor, like 'top' for MySQL.
It displays queries, InnoDB transactions, lock waits, deadlocks, foreign key
errors, open tables, replication status, buffer information, row operations,
logs, I/O operations, load graph, and more.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- innotop>0:databases/innotop
- To install the port:
- cd /usr/ports/databases/innotop/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/innotop
- pkg install innotop
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: innotop
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1639844189
SHA256 (innotop-innotop-v1.13.0_GH0.tar.gz) = 6ec91568e32bda3126661523d9917c7fbbd4b9f85db79224c01b2a740727a65c
SIZE (innotop-innotop-v1.13.0_GH0.tar.gz) = 189278
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-DBD-mysql>=0 : databases/p5-DBD-mysql
- p5-DBI>=1.46 : databases/p5-DBI
- p5-Term-ReadKey>=2.10 : devel/p5-Term-ReadKey
- p5-Time-HiRes>0 : devel/p5-Time-HiRes
- p5-Term-ANSIColor>0 : devel/p5-Term-ANSIColor
- p5-Term-ReadLine>0 : devel/p5-Term-ReadLine
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-DBD-mysql>=0 : databases/p5-DBD-mysql
- p5-DBI>=1.46 : databases/p5-DBI
- p5-Term-ReadKey>=2.10 : devel/p5-Term-ReadKey
- p5-Time-HiRes>0 : devel/p5-Time-HiRes
- p5-Term-ANSIColor>0 : devel/p5-Term-ANSIColor
- p5-Term-ReadLine>0 : devel/p5-Term-ReadLine
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_innotop
- USES:
- mysql perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.13.0_1 07 Apr 2024 09:36:13 |
Florian Smeets (flo) |
databases/p5-DBD-mysql: Fix for MariaDB users
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.
In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.
In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.
DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.13.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.13.0 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
1.13.0 18 Dec 2021 16:39:47 |
Steven Kreuzer (skreuzer) |
databases/innotop: Update to version 1.13.0
ChangeLog: https://github.com/innotop/innotop/releases/tag/v1.13.0
PR: 260480
Reported By: Vincent Milum Jr <freebsd@darkain.com> |
1.11.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.11.4 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
1.11.4 21 Jan 2017 20:26:13 |
skreuzer |
Update to version 1.11.4 |
1.11.1 18 Jul 2016 13:39:17 |
mat |
Cleanup USE_GITHUB usage.
Sponsored by: Absolight |
1.11.1 14 Jun 2016 15:02:04 |
skreuzer |
Update to version 1.11
PR: 210269 |
1.9.1_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.9.1_2 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
1.9.1_2 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.9.1_1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.9.1_1 17 Jun 2014 14:26:08 |
skreuzer |
Add patch to fix use of uninitialized value $mysqlversion in pattern match |
1.9.1 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
1.9.1 14 Feb 2014 15:00:08 |
miwi |
- Stage support |
1.9.1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.9.1 10 Sep 2013 11:32:20 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.9.1 22 Jul 2013 20:24:55 |
skreuzer |
Update to 1.9.1
PR: ports/180528
Submitted by: Alex Samorukov <samm@os2.kiev.ua> |
1.9.0 28 Dec 2012 19:03:02 |
flo |
Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}
to just depend on databases/p5-DBD-mysql as that will handle the MYSQL_VER
magic.
This is required as only databases/p5-DBD-mysql supports mariadb-client and
the upcomming perconaXX-client.
Approved by: portmgr (bapt)
Initial patches by: pgollucci |
1.9.0 10 Dec 2012 20:42:30 |
skreuzer |
Update to 1.9.0 |
1.8.1_2 19 Apr 2012 13:28:57 |
skreuzer |
Add USE_MYSQL=yes so that MYSQL_VER is defined and the correct version
of p5-DBD-mysql gets added as a dependency
PR: ports/166392
Submitted by: Helmut Schneider <jumper99@gmx.de> |
1.8.1_1 20 Mar 2012 21:39:27 |
skreuzer |
Remove USE_MYSQL since the port does not depend on the mysql client
Reported by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Feature safe: yes |
1.8.1 13 Mar 2012 13:51:09 |
skreuzer |
Update to 1.8.1
PR: ports/165791
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Feature safe: yes |
1.8.0_2 26 Oct 2011 15:35:48 |
skreuzer |
Set USE_MYSQL=yes
Remove direct dependancy on p5-DBD-mysql which causes problems when
using WITH_MYSQL_VER=52
Submitted by: Valentin Zahariev <curly@e-card.bg> |
1.8.0_1 11 Oct 2011 13:02:55 |
skreuzer |
- Update *_DEPENDS
- Remove Data::Dumper which is in all supported Perl releases
- Add DBI
- Add minimal required version
PR: ports/161234
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> |
1.8.0 22 Nov 2010 21:01:48 |
skreuzer |
Update to 1.8.0
PR: ports/152035
Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org> |
1.7.2_2 26 Sep 2010 02:51:59 |
skreuzer |
Add LICENSE information |
1.7.2_2 13 Jul 2010 21:44:35 |
skreuzer |
Make PREFIX/etc the default location for innotop.conf
PR: ports/148469
Submitted by: Ralf Gebhart <gebhart@secnetix.de> |
1.7.2_1 23 May 2010 03:04:37 |
skreuzer |
Fix plist |
1.7.2 22 May 2010 19:15:50 |
skreuzer |
Update to 1.7.2 |
1.6.0 28 Mar 2009 01:16:37 |
skreuzer |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: wxs (mentor) |
1.6.0 12 Jan 2008 21:35:37 |
araujo |
- Update to 1.6.0.
- Use SF macro.
PR: ports/119412
Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
Approved by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
stas (mentor, implicit) |
1.4.2 17 Jun 2007 21:27:42 |
itetcu |
Change of email address, same maintainer.
PR: ports/113686
Submitted by: Steven Kreuzer (confirmed from the old email on private) |
1.4.2 25 May 2007 21:50:51 |
miwi |
- Update to 1.4.2
PR: 112530
Submitted by: Steven Kreuzer<skreuzer@f2o.org> (maintainer) |
1.4.1 24 Apr 2007 08:35:46 |
miwi |
- Update to 1.4.1
PR: 112037
Submitted by: Steven Kreuzer (maintainer) |
1.4.0 06 Mar 2007 08:24:14 |
clsung |
- Update to 1.4.0
PR: ports/109960
Submitted by: maintainer (Steven Kreuzer) |
1.0.1 17 Jan 2007 22:05:17 |
alfred |
Update to 1.0.1
Submitted by: skreuzer at f2o.org |
0.1.160 24 Nov 2006 07:33:35 |
clsung |
Add innotop 0.1.160, a MySQL and InnoDB monitoring program.
PR: ports/104722
Submitted by: Steven Kreuzer <skreuzer at f2o.org> |