Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.19_4 21 Jul 2024 18:19:43 |
Zsolt Udvari (uzsolt) Author: Yoshihiro Takahashi |
mail/bsfilter: update to recent version for ruby 3.3
Clean Makefile
Update WWW.
Submitter takes maintainership.
PR: 279009
Obtained
from: https://osdn.net/cvs/view/bsfilter/bsfilter/bsfilter?revision=1.89&view=markup |
1.0.19_3 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
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.19_3 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.19_3 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.0.19_3 23 Apr 2022 14:11:44 |
MANTANI Nobutaka (nobutaka) |
mail/bsfilter: Add RUN_DEPENDS on databases/rubygem-sdbm for Ruby 3.x. |
1.0.19_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.19_3 24 Jul 2020 06:28:59 |
rigoletto |
Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports
geographical load balancing
- update all affected ports
PR: 244164
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision: https://reviews.freebsd.org/D24955 |
1.0.19_3 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.0.19_3 02 Apr 2019 08:02:30 |
meta |
databases/ruby-gdbm: Gemify gdbm
since gdbm is gemified in upstream after Ruby 2.5 [1]. Ruby 2.4 can also
use the gdbm gem because it is a gem!
- Add MOVED entry
- Bump PORTEPOCH because PORTVERSION goes barwards
- Update pkg-descr and WWW
- Remove unnecessary pkg-message
[1] https://bugs.ruby-lang.org/issues/5481
Update lang/ruby* ports:
- Do not build gdbm together with Ruby interpreter, but build as a rubygem (Only the first 15 lines of the commit message are shown above ) |
1.0.19_2 24 Mar 2018 21:12:13 |
sunpoet |
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN
PR: 225609
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
1.0.19_2 24 Jun 2017 16:32:00 |
sunpoet |
Pass maintainership to ports@
PR: 220255
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
1.0.19_2 28 Jan 2017 11:07:27 |
rene |
mail/bsfilter: remove optional dependency on expired japanese/ruby-mecab and
bump PORTREVISION |
1.0.19_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.0.19_1 19 Oct 2015 14:50:52 |
amdmi3 |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
1.0.19_1 20 Sep 2015 20:54:09 |
olgeni |
Typos, whitespace and capitalization fixes (G-P). |
1.0.19_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.0.19_1 18 Oct 2014 06:47:26 |
marino |
mail/bsfilter: Remove @dirrm, unmask cmds, use COPYTREE over CP
PR: 194370
submitted by: maintainer (Yasuhiro KIMURA) |
1.0.19_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.0.19_1 30 Mar 2014 13:47:39 |
swills |
- Include ruby_OLD_CMD so that shebangfix works properly
- Bump PORTREVISION due to package change
PR: ports/183204
Reported by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer, submitter)
Pointyhat to: swills |
1.0.19 30 Mar 2014 00:13:14 |
swills |
- Update to 1.0.19
- Stage
- Use more proper EXAMPLES option instead of DOCS
- Assign maintainership to submitter
PR: ports/183204
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: maintainer timeout (info@otsune.com, >5 months) |
1.0.17 15 Feb 2014 10:12:46 |
miwi |
- Stage support |
1.0.17 11 Feb 2014 09:28:58 |
miwi |
- Stage support |
1.0.17 11 Oct 2013 01:51:26 |
tabthorpe |
- Remove dependency on japanese/ruby-chasen
- Option is off by default, no PORTREVISION bump
With hat: portmgr |
1.0.17 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.0.17 15 Jan 2013 00:26:07 |
jgh |
- adopt optionsNG, trim historical header and add license
- while here depend on pkgnames for dependencies, fix WWW address
and shorten mastersite
PR: 175206
Submitted by: yasu@utahime.org
Approved by: maintainer, info@otsune.com |
1.0.17 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
1.0.17 03 Aug 2011 06:38:39 |
bapt |
Remove KAKASI option, as ruby-kakasi has expired |
1.0.17 10 Dec 2010 23:06:36 |
pgollucci |
- Update to 1.0.17
PR: ports/152470
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: maintainer timeout (info@otsune.com ; 17 days) |
1.0.16 11 Mar 2008 01:09:00 |
beech |
- Update to 1.0.16
PR: ports/121297
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: Masafumi Otsune <info@otsune.com> (maintainer) |
1.0.15 25 Sep 2006 01:23:41 |
alepulver |
- Update to 1.0.15.
PR: ports/103565
Submitted by: Masafumi Otsune <info@otsune.com> (maintainer) |
1.0.14 21 May 2006 19:28:08 |
pav |
- Update to 1.0.14
PR: ports/97567
Submitted by: Masafumi Otsune <info@otsune.com> (maintainer) |
1.0.13 24 Apr 2006 23:01:31 |
okazaki |
Upgrade to 1.0.13.
PR: ports/96155
Submitted by: KIMURA Yasuhiro
Approved by: maintainer |
1.0.12 08 Feb 2006 14:49:22 |
lawrance |
Update to 1.0.12.
PR: ports/92500
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: Masafumi Otsune <info@otsune.com> (maintainer) |
1.0.11 15 Jan 2006 16:05:10 |
pav |
- Update to 1.0.11
PR: ports/91816
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: otsune <info@otsune.com> (maintainer) |
1.0.10 10 Dec 2005 18:03:20 |
ehaupt |
Update to 1.0.10
PR: 90186
Submitted by: Masafumi Otsune <info@otsune.com> (maintainer) |
1.0.9 25 Jul 2005 13:45:30 |
sem |
- Update to 1.0.9 (bug fix release)
PR: ports/83973
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: Masafumi Otsune <info@otsune.com> (maintainer) |
1.0.8 20 Jul 2005 15:23:15 |
novel |
Update to 1.0.8.
PR: 83784
Submitted by: Masafumi Otsune (maintainer) |
1.0.7 13 Jun 2005 09:31:05 |
pav |
- Update to 1.0.7
PR: ports/82159
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: Masafumi Otsune <info@otsune.com> (maintainer) |
1.0.6 21 Dec 2004 09:38:46 |
sem |
- Fix pkg-plist
Submitted by: pointyhat via kris |
1.0.6 19 Dec 2004 22:07:20 |
sem |
- Update to 1.0.6
PR: ports/75245
Submitted by: maintainer |
1.0.4 24 Aug 2004 19:38:56 |
sem |
- Fix OPTIONS
- Remove pre-build
PR: ports/70911
Submitted by: maintainer |
1.0.4 20 Aug 2004 14:01:52 |
sem |
- Update to 1.0.4
- OPTIONS was added.
- Since "japanese/ruby-chasen" had BROKEN, it deleted from KNOB.
- The sample file was added.
- pkg-descr was updated according to official site.
PR: ports/70664
Submitted by: maintainer |
1.0.3 25 Jun 2004 07:43:26 |
krion |
Update to version 1.0.3
PR: ports/68293
Submitted by: maintainer |
1.0.2 10 May 2004 11:46:05 |
krion |
- Update to 1.0.2
PR: ports/66447
Submitted by: maintainer |
1.0.1 31 Mar 2004 08:33:11 |
krion |
- Update to version 1.0.1
PR: ports/64958
Submitted by: maintainer |
1.0.0 01 Mar 2004 08:59:44 |
krion |
Add bsfilter 1.0.0, a bayesian spam filter written in Ruby.
PR: ports/63573
Submitted by: Masafumi Otsune <info@otsune.com> |