Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7_2 10 Nov 2024 13:34:56
    |
Bernard Spil (brnrd)  |
databases/mytop: Adopt port and fix conflicts
* The MariaDB ports have shipped a mytop for a long time. This was
commented out due to earlier conflicts. These changes use the
packaged mytop for MariaDB ports whilst providing the port for
MySQL versions.
Reported by: till php net
PR: 266630 |
1.7_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.7 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.7 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.7 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.7 15 Jun 2019 07:55:39
  |
matthew  |
Return some ports to the pool. I no longer use trac or MySQL. |
1.7 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.7 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.7 18 Nov 2015 10:51:14
  |
brnrd  |
databases/mariadb-client,scripts,server: Remove
- MariaDB is based on the vulnerable MySQL 5.1 version
- No new versions since 2013
- Simplify Mk/bsd.databases.mk
Reviewed by: koobs (mentor), feld
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D4099 |
1.7 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.7 06 May 2015 15:16:54
  |
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.7 06 Dec 2014 17:13:15
  |
matthew  |
Update to 1.7
- MASTER_SITE switch to GitHub
- Add LICENSE (GPLv2)
- Use PLIST_FILES and delete pkg-plist
PR: 195428
Submitted by: spil.oss@gmail.com |
1.6_12 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.6_11 20 Oct 2014 10:41:13
  |
bapt  |
Cleanup plist |
1.6_11 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.6_11 10 Dec 2013 19:47:43
  |
bdrewery  |
- Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.
With hat: portmgr |
1.6_10 08 Dec 2013 22:38:52
  |
matthew  |
Mark all my architecture independent ports using shell/perl/PHP as
NO_ARCH=yes
While here, fix a few other niggles:
net/phpldapadmin -- remove indefinite article from COMMENT
www/p5-RT* -- fix comments referencing the different versions of RT
x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the
install targets; rework the handling of ${FONTPATH} |
1.6_10 27 Sep 2013 08:07:41
  |
matthew  |
- stageify |
1.6_10 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.6_10 01 Aug 2013 22:04:02
  |
matthew  |
Convert all my perl-using ports to USES+=perl5
While here:
- add USES+=shebangfix to ports-mgmt/p5-FreeBSD-Portindex
- set $PERL in CONFIGURE_ENV to achieve equivalent to shebangfix
for www/rt40
- upgrade to 0.17 and fix pkg-plist for www/p5-RT-Authen-ExternalAuth
- trim Makefile header for www/p5-RTx-Calendar |
1.6_10 22 Jan 2013 22:17:28
  |
matthew  |
Make the width if the Id field dynamic.
PR: ports/175476
Submitted by: ccn <ccn@ccn.tw> |
1.6_9 15 Dec 2012 09:31:59
  |
matthew  |
Trim remaining untrimmed headers on my ports
Where BUILD_DEPENDS and RUN_DEPENDS have the same value, initialise
RUN_DEPENDS from BUILD_DEPENDS |
1.6_9 07 Jun 2012 11:59:52
 |
matthew  |
- Don't use SITE_PERL in *_DEPENDS
- Update CONFLICTS [1]
Approved by: shaun (mentor)
Submitted by: [1] Sulev-Madis 'ketas' Silber |
1.6_9 01 Jun 2012 05:08:39
 |
matthew  |
- Allow for larger database UIDs
PR: ports/168478
Submitted by: Gea-Suan Lin
Approved by: shaun (mentor) |
1.6_7 29 Apr 2012 08:16:26
 |
dhn  |
- Add CONFLICTS with databases/mariadb-scripts
Reported by: Matthew Seaman <matthew@freebsd.org> |
1.6_7 09 Feb 2012 17:09:51
 |
matthew  |
Update maintainer address to matthew@FreeBSD.org
Approved by: shaun (mentor) |
1.6_7 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.6_7 29 Jan 2010 04:56:59
 |
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 17).
Approved by: portmgr (itetcu) |
1.6_6 04 Nov 2009 12:34:53
 |
miwi  |
- Fix index |
1.6_6 04 Nov 2009 10:55:01
 |
miwi  |
- Allow databases/mytop to co-exist with p5-DBD-mysqlNN
PR: 140122
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
1.6_6 26 Oct 2009 15:56:07
 |
pav  |
- Squelch perl warning triggered when a client is connected to the server and
his IP cannot be resolved into a hostname
PR: ports/139615
Submitted by: Miroslav Lachman <000.fbsd@quip.cz>
Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
1.6_5 14 Sep 2009 15:30:50
 |
leeym  |
- reset MAINTAINER |
1.6_5 14 Sep 2009 09:21:06
 |
leeym  |
- fix options parsing problem on perl 5.10
- fix Select/Insert/Update/Delete percentages for SHOW STATUS command
- bump PORTREVISION
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> |
1.6_4 06 Jul 2008 16:02:59
 |
leeym  |
- fix missing MAGENTA() for "mytop --nocolor"
- bump PORTREVISION
Submitted by: Michael Scheidell <scheidell at secnap.net> |
1.6_3 11 Apr 2007 23:47:05
 |
leeym  |
- fix of warning if slave is stopped
- bump PORTREVISION
Submitted by: rajo at platon.sk |
1.6_2 01 Apr 2007 00:49:24
 |
leeym  |
- apply new integrated patch
- bump PORTREVISION
Submitted by: Lubomir Host <rajo at platon.sk> |
1.6_1 30 Mar 2007 21:08:53
 |
leeym  |
* update to 1.6_1
* apply patches from Lubomir Host
- fixes bug in InnoDB status report
- adds some hint in queries-per-second mode
- if 'D' key is pressed, mytop script is checked for modifications (e.g.
during development) and restarted
- shows MySQL SLAVE status (if configured in MySQL daemon)
Submitted by: Lubomir Host <rajo at platon.sk> |
1.6 30 Mar 2007 20:35:18
 |
leeym  |
- update my email address in ports header |
1.4_1 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
1.4_1 22 Jan 2006 08:23:41
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.4_1 22 Jan 2006 01:29:10
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.4_1 10 Aug 2004 16:24:46
 |
leeym  |
- Time::HiRes is included in perl 5.8.5, depends on it only when perl < 5.8.5
- fix for POD when perl < 5.6.0 only
- bump PORTREVISION
PR: 70247
Submitted by: Rong-En Fan <rafan@infor.org> |
1.4 18 Mar 2004 02:19:36
 |
leeym  |
SIZEify my ports.
Submitted by: trevor |
1.4 01 Sep 2003 10:44:19
 |
leeym  |
update to mytop-1.4
Noticed by: John Angelmo <john@veidit.net> |
1.3 19 Apr 2003 21:11:43
 |
leeym  |
update to mytop-1.3
Noticed by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw> |
1.2 15 Apr 2003 00:57:15
 |
leeym  |
mytop's homepage has moved. |
1.2 07 Mar 2003 05:58:32
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.2 24 Nov 2002 05:07:50
 |
leeym  |
upgrade to mytop-1.2
Noticed by: Szymon Grabowski <simonaway@implix.com> |
1.0 19 Aug 2002 08:01:34
 |
leeym  |
change my email address to leeym@FreeBSD.org
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor) |
1.0 18 May 2002 08:01:05
 |
pat  |
Fix plist |
1.0 30 Apr 2002 06:27:41
 |
pat  |
Update to 1.0
PR: 37560
Submitted by: maintainer |
17 Jan 2002 04:45:52
    |
pat  |
add patch and make pod2man not to complain about bad option no portrevision
required |
13 Dec 2001 13:31:37
    |
ijliao  |
change RUN_DEPENDS from p5-Mysql to p5-DBD-mysql remove extra directory.
change maintainer's email |
12 Aug 2001 17:09:06
    |
dwcjr  |
Update to 0.9 Remove files/patch-ab |
09 Jan 2001 17:12:45
    |
kevlo  |
Fix Makefile and pod2man problem. BTW, patch-aa is no longer needed. |
04 Dec 2000 08:57:59
    |
roam  |
Update to version 0.5. |
07 Oct 2000 22:33:55
    |
asami  |
Remove NEWLAYOUT definition, this is going to be the default. |
05 Oct 2000 02:35:25
    |
jeh  |
Initial import of mytop Version 0.3 |