Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.1_1 30 Jun 2023 01:31:23
    |
Muhammad Moinur Rahman (bofh)  |
databases/mysqlbigram: Remove expired port
2023-06-30 databases/mysqlbigram: Requires upstream EOL MySQL 5.6
Approved by: portmgr (blanket) |
1.0.1_1 23 Jan 2023 15:28:27
    |
Muhammad Moinur Rahman (bofh)  |
databases/*mys*: Mark DEPRECATED
databases/mysql56-{server|client} is marked as DEPRECATED and set to be
removed from the tree on 2023-06-30. However there are still some
consumers for those which also should should be mark DEPRECATED and set
to be EXPIRED all along.
Approved by: portmgr (blanket) |
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.0.1_1 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.0.1_1 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.0.1_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.1_1 01 Jul 2019 07:43:33
  |
ale  |
Update default MySQL version to 5.7.
PR: 238365
Submitted by: ale
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.0.1_1 15 Jul 2015 01:13:28
  |
kevlo  |
Reset gslin's maintainer.
Requested by: Gea-Suan Lin <gslin at gslin.org> |
1.0.1_1 08 Dec 2014 22:11:10
  |
antoine  |
Fix some horribly broken ports
Broken resurrections provided by: danfe |
1.0.1 07 Dec 2014 14:09:28
  |
danfe  |
- Resurrect, unbreak, cleanup Makefile, define LICENSE (LGPL21)
- Convert three-line pkg-plist into PLIST_FILES knob
- Improve grammar in port description text, fix couple of typos |
1.0.1 03 Feb 2009 22:38:25
 |
miwi  |
2009-01-19 games/emacs-chess: has been broken for more than 6 months
2009-02-01 devel/subversion-devel: Use devel/subversion or
devel/subversion-freebsd instead of this port
2009-01-19 devel/hs-hat: has been broken for more than 6 months
2009-01-19 devel/hs-hpl: has been broken for more than 6 months
2009-01-19 databases/mysqlbigram: has been broken for more than 6 months
2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months
2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months
2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months
2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8
(including Firefox 2.0) - to be replaced by STIX fonts for Firefox 3.x
2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months
2009-01-31 x11-wm/expocity: project has been abandoned
2009-01-19 x11/bbuname: has been broken for more than 6 months
2009-01-19 security/squidclam: has been broken for more than 6 months
2009-01-19 print/virtualpaper: depends on broken, expired port
2009-01-19 print/ifhp: has been broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
1.0.1 19 Dec 2008 22:00:33
 |
pav  |
- Set for expiration in one month: has been broken for more than 6 months |
1.0.1 11 May 2008 19:25:54
 |
pav  |
- Mark BROKEN: does not compile
Reported by: pointyhat |
1.0.1 06 Apr 2008 17:57:03
 |
pav  |
MySQL has fulltext index search ability for text field. but it is word
based index, it cannot be used for no word delimiter laungage like
Japanese or Chinese. and it also can't search charactors in middle of
a words. (cf. searching 'in' will not match word 'ping'.)
Starts from MySQL 5.1, MySQL supports a plugin that allows to change
server components (fulltext search parser) without restarting /
recompiling the server.
This n-gram parser uses this plugin interface to implement a simple
n-gram (bi-gram) fulltext index parser which can be index no word
delimiter laungage.
WWW: http://mysqlbigram.googlepages.com/
PR: ports/115051
Submitted by: Gea-Suan Lin <gslin@gslin.org> |