aboutsummaryrefslogtreecommitdiff
path: root/databases/innotop
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysqlTobias Kortkamp2019-11-151-2/+1
| | | | Notes: svn path=/head/; revision=517643
* Update to version 1.11.4Steven Kreuzer2017-01-212-4/+4
| | | | Notes: svn path=/head/; revision=432077
* Cleanup USE_GITHUB usage.Mathieu Arnold2016-07-182-6/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=418703
* Update to version 1.11Steven Kreuzer2016-06-143-19/+10
| | | | | | | PR: 210269 Notes: svn path=/head/; revision=416891
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=396892
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371255
* Add patch to fix use of uninitialized value $mysqlversion in pattern matchSteven Kreuzer2014-06-172-0/+12
| | | | Notes: svn path=/head/; revision=358121
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357277
* - Stage supportMartin Wilke2014-02-142-3/+1
| | | | Notes: svn path=/head/; revision=344225
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326894
* Update to 1.9.1Steven Kreuzer2013-07-222-3/+3
| | | | | | | | PR: ports/180528 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Notes: svn path=/head/; revision=323497
* Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}Florian Smeets2012-12-281-2/+2
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=309577
* Update to 1.9.0Steven Kreuzer2012-12-102-4/+3
| | | | Notes: svn path=/head/; revision=308636
* Add USE_MYSQL=yes so that MYSQL_VER is defined and the correct versionSteven Kreuzer2012-04-191-3/+4
| | | | | | | | | | of p5-DBD-mysql gets added as a dependency PR: ports/166392 Submitted by: Helmut Schneider <jumper99@gmx.de> Notes: svn path=/head/; revision=295113
* Remove USE_MYSQL since the port does not depend on the mysql clientSteven Kreuzer2012-03-201-1/+1
| | | | | | | | Reported by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Feature safe: yes Notes: svn path=/head/; revision=293612
* Update to 1.8.1Steven Kreuzer2012-03-132-10/+8
| | | | | | | | | PR: ports/165791 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Feature safe: yes Notes: svn path=/head/; revision=293240
* Set USE_MYSQL=yesSteven Kreuzer2011-10-261-3/+5
| | | | | | | | | | Remove direct dependancy on p5-DBD-mysql which causes problems when using WITH_MYSQL_VER=52 Submitted by: Valentin Zahariev <curly@e-card.bg> Notes: svn path=/head/; revision=284375
* - Update *_DEPENDSSteven Kreuzer2011-10-111-3/+7
| | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=283371
* Update to 1.8.0Steven Kreuzer2010-11-223-6/+4
| | | | | | | | PR: ports/152035 Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org> Notes: svn path=/head/; revision=264943
* Add LICENSE informationSteven Kreuzer2010-09-261-0/+3
| | | | Notes: svn path=/head/; revision=261870
* Make PREFIX/etc the default location for innotop.confSteven Kreuzer2010-07-131-1/+4
| | | | | | | | PR: ports/148469 Submitted by: Ralf Gebhart <gebhart@secnetix.de> Notes: svn path=/head/; revision=257731
* Fix plistSteven Kreuzer2010-05-232-1/+1
| | | | Notes: svn path=/head/; revision=254871
* Update to 1.7.2Steven Kreuzer2010-05-222-6/+5
| | | | Notes: svn path=/head/; revision=254858
* Change MAINTAINER on my ports to my FreeBSD email addressSteven Kreuzer2009-03-281-1/+1
| | | | | | | Approved by: wxs (mentor) Notes: svn path=/head/; revision=231170
* - Update to 1.6.0.Marcelo Araujo2008-01-122-6/+5
| | | | | | | | | | | | - Use SF macro. PR: ports/119412 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Approved by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer) stas (mentor, implicit) Notes: svn path=/head/; revision=205577
* Change of email address, same maintainer.Ion-Mihai Tetcu2007-06-171-1/+1
| | | | | | | | PR: ports/113686 Submitted by: Steven Kreuzer (confirmed from the old email on private) Notes: svn path=/head/; revision=193739
* - Update to 1.4.2Martin Wilke2007-05-252-4/+4
| | | | | | | | PR: 112530 Submitted by: Steven Kreuzer<skreuzer@f2o.org> (maintainer) Notes: svn path=/head/; revision=191842
* - Update to 1.4.1Martin Wilke2007-04-243-5/+5
| | | | | | | | PR: 112037 Submitted by: Steven Kreuzer (maintainer) Notes: svn path=/head/; revision=190796
* - Update to 1.4.0Cheng-Lung Sung2007-03-062-4/+4
| | | | | | | | PR: ports/109960 Submitted by: maintainer (Steven Kreuzer) Notes: svn path=/head/; revision=186655
* Update to 1.0.1Alfred Perlstein2007-01-172-6/+6
| | | | | | | Submitted by: skreuzer at f2o.org Notes: svn path=/head/; revision=182672
* Add innotop 0.1.160, a MySQL and InnoDB monitoring program.Cheng-Lung Sung2006-11-244-0/+41
PR: ports/104722 Submitted by: Steven Kreuzer <skreuzer at f2o.org> Notes: svn path=/head/; revision=177955