Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.9.0 09 Mar 2024 14:06:42 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-listen: Update to 3.9.0
Changes: https://github.com/guard/listen/releases |
3.8.0 30 Jan 2023 13:01:19 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-listen: Update to 3.8.0
Changes: https://github.com/guard/listen/releases |
3.7.1 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) |
3.7.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 ) |
3.7.1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.7.1 25 Jan 2022 19:51:00 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-listen: Update to 3.7.1
Changes: https://github.com/guard/listen/releases |
3.7.0 21 Sep 2021 03:46:58 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-listen: Update to 3.7.0
Changes: https://github.com/guard/listen/releases |
3.6.0 21 Jul 2021 21:13:25 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-listen: Update to 3.6.0
Changes: https://github.com/guard/listen/releases |
3.5.1 25 Apr 2021 20:36:14 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-listen: Update to 3.5.1
Changes: https://github.com/guard/listen/releases |
3.5.0 18 Apr 2021 05:47:44 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-listen: Update to 3.5.0
Changes: https://github.com/guard/listen/releases |
3.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.4.1 26 Jan 2021 17:47:43 |
sunpoet |
Update to 3.4.1
Changes: https://github.com/guard/listen/releases |
3.4.0 03 Jan 2021 20:19:41 |
sunpoet |
Update to 3.4.0
Changes: https://github.com/guard/listen/releases |
3.3.3 13 Dec 2020 14:48:15 |
sunpoet |
Update to 3.3.3
Changes: https://github.com/guard/listen/releases |
3.3.2 10 Dec 2020 21:57:57 |
sunpoet |
Update to 3.3.2
Changes: https://github.com/guard/listen/releases |
3.3.1 21 Nov 2020 09:43:27 |
sunpoet |
Update to 3.3.1
Changes: https://github.com/guard/listen/releases |
3.3.0 15 Nov 2020 18:12:19 |
sunpoet |
Update to 3.3.0
Changes: https://github.com/guard/listen/releases |
3.2.1 08 Dec 2019 17:28:30 |
sunpoet |
Update to 3.2.1
Changes: https://github.com/guard/listen/releases
https://github.com/guard/listen/commits/master |
3.2.0 03 Oct 2019 18:24:53 |
sunpoet |
Update to 3.2.0
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/guard/listen/releases
https://github.com/guard/listen/commits/master |
3.1.5_1 06 Jan 2017 20:02:59 |
sunpoet |
Bump PORTREVISION for dependency change |
3.1.5 06 Jan 2017 18:40:57 |
kami |
devel/rubygem-listen: Add missing dependency
- Add missing dependency on devel/rubygem-ruby_dep
PR: 213500
Reported by: freebsdbug@patpro.net
Reviewed by: mat
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D8977 |
3.1.5 03 Dec 2016 19:31:00 |
sunpoet |
- Update RUN_DEPENDS |
3.1.5 13 Aug 2016 23:02:44 |
swills |
devel/rubygem-listen: update to 3.1.5
With hat: ruby@ |
3.0.6 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
3.0.6 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
3.0.6 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.0.6 06 Mar 2016 06:25:18 |
sunpoet |
- Update to 3.0.6
Changes: https://github.com/guard/listen/releases |
3.0.5 20 Nov 2015 09:13:54 |
sunpoet |
- Update to 3.0.5
Changes: https://github.com/guard/listen/releases |
3.0.4 06 Nov 2015 08:50:52 |
sunpoet |
- Update to 3.0.4
Changes: https://github.com/guard/listen/releases |
3.0.3 02 Oct 2015 06:54:53 |
sunpoet |
- Add LICENSE_FILE |
3.0.3 13 Aug 2015 17:39:32 |
sunpoet |
- Remove RG link |
3.0.3 24 Jul 2015 08:58:34 |
sunpoet |
- Update to 3.0.3
Changes: https://github.com/guard/listen/releases |
3.0.2 09 Jul 2015 15:44:02 |
sunpoet |
- Update to 3.0.2
Changes: https://github.com/guard/listen/releases |
3.0.1_1 04 Jul 2015 16:35:00 |
sunpoet |
- Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change |
3.0.1 04 Jul 2015 16:16:42 |
sunpoet |
- Update to 3.0.1
Changes: https://github.com/guard/listen/releases |
2.10.1 18 Jun 2015 18:57:27 |
sunpoet |
- Update to 2.10.1
Changes: https://github.com/guard/listen/releases |
2.10.0_1 09 Jun 2015 18:29:12 |
sunpoet |
- Add NO_ARCH |
2.10.0_1 30 Mar 2015 13:48:00 |
sunpoet |
- Use rb-kqueue instead of polling
- Bump PORTREVISION for dependency change
Reference: https://github.com/guard/listen/blob/master/README.md#on-bsd
PR: 199005
Submitted by: <kvedulv@kvedulv.de> |
2.10.0 27 Mar 2015 13:46:47 |
sunpoet |
- Update to 2.10.0
Changes: https://github.com/guard/listen/releases |
2.9.0 11 Mar 2015 16:07:57 |
sunpoet |
- Update to 2.9.0
Changes: https://github.com/guard/listen/releases |
2.8.6 10 Mar 2015 15:14:53 |
sunpoet |
- Update to 2.8.6
Changes: https://github.com/guard/listen/releases |
2.8.5 08 Jan 2015 19:05:09 |
sunpoet |
- Update to 2.8.5
Changes: https://github.com/guard/listen/releases |
2.8.4 20 Dec 2014 18:14:30 |
sunpoet |
- Update to 2.8.4
Changes: https://github.com/guard/listen/releases |
2.8.3 04 Dec 2014 15:08:17 |
sunpoet |
- Update to 2.8.3
Changes: https://github.com/guard/listen/releases |
2.8.0 24 Nov 2014 18:27:43 |
sunpoet |
- Update to 2.8.0
Changes: https://github.com/guard/listen/releases |
2.7.9 21 Jun 2014 06:42:55 |
sunpoet |
- Update to 2.7.9
Changes: https://github.com/guard/listen/releases |
2.7.8 16 Jun 2014 20:51:09 |
sunpoet |
- Update to 2.7.8
Changes: https://github.com/guard/listen/releases |
2.7.7 08 Jun 2014 13:24:02 |
sunpoet |
- Update to 2.7.7
Changes: https://github.com/guard/listen/releases |
2.7.6 03 Jun 2014 12:44:28 |
sunpoet |
- Update to 2.7.6
Changes: https://github.com/guard/listen/releases |
2.7.5 15 May 2014 17:35:21 |
sunpoet |
- Update to 2.7.5
Changes: https://github.com/guard/listen/releases |
2.7.4 03 May 2014 16:23:34 |
sunpoet |
- Update to 2.7.4
Changes: https://github.com/guard/listen/releases |
2.7.3 29 Apr 2014 13:29:18 |
sunpoet |
- Update to 2.7.3
Changes: https://github.com/guard/listen/releases |
2.7.2 26 Apr 2014 18:11:59 |
sunpoet |
- Update to 2.7.2
Changes: https://github.com/guard/listen/releases |
2.7.1 15 Mar 2014 18:48:28 |
sunpoet |
- Update to 2.7.1
Changes: https://github.com/guard/listen/releases |
2.7.0 07 Mar 2014 11:43:41 |
sunpoet |
- Update to 2.7.0
Changes: https://github.com/guard/listen/releases |
2.6.2 01 Mar 2014 10:43:54 |
sunpoet |
- Update to 2.6.2
Changes: https://github.com/guard/listen/releases |
2.6.1 27 Feb 2014 08:21:05 |
sunpoet |
- Update to 2.6.1
Changes: https://github.com/guard/listen/releases |
2.6.0 24 Feb 2014 10:36:21 |
sunpoet |
- Update to 2.6.0
Changes: https://github.com/guard/listen/releases |
2.5.0 12 Feb 2014 15:23:44 |
sunpoet |
- Update to 2.5.0
Changes: https://github.com/guard/listen/releases |
2.4.1 09 Feb 2014 17:24:02 |
sunpoet |
- Update to 2.4.1
Changes: https://github.com/guard/listen/releases |
2.4.0 19 Jan 2014 09:27:08 |
sunpoet |
- Update to 2.4.0
Changes: https://github.com/guard/listen/releases |
2.2.0 31 Oct 2013 15:52:24 |
sunpoet |
- Update to 2.2.0
Changes: https://github.com/guard/listen/releases |
2.1.1 26 Oct 2013 17:01:46 |
sunpoet |
- Support STAGEDIR |
2.1.1 19 Oct 2013 15:23:17 |
sunpoet |
- Update to 2.1.1
Changes: https://github.com/guard/listen/releases |
2.1.0 14 Oct 2013 11:58:07 |
sunpoet |
- Update to 2.1.0
Changes: https://github.com/guard/listen/releases |
2.0.4 12 Oct 2013 16:40:05 |
sunpoet |
- Update to 2.0.4
Changes: https://github.com/guard/listen/releases |
2.0.3 11 Oct 2013 14:09:35 |
sunpoet |
- Update to 2.0.3
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
2.0.2 10 Oct 2013 14:35:58 |
sunpoet |
- Update to 2.0.2
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
2.0.1 09 Oct 2013 16:06:46 |
sunpoet |
- Update to 2.0.1
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
2.0.0 06 Oct 2013 18:32:06 |
sunpoet |
- Update to 2.0.0
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
1.3.1 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.3.1 08 Sep 2013 15:51:54 |
sunpoet |
- Update to 1.3.1
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
1.3.0 16 Aug 2013 18:01:45 |
sunpoet |
- Update to 1.3.0
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
1.2.3 10 Aug 2013 11:28:06 |
sunpoet |
- Update to 1.2.3
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
1.2.2 22 Jun 2013 03:45:35 |
sunpoet |
- Update to 1.2.2
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
1.2.1 13 Jun 2013 11:49:07 |
sunpoet |
- Update to 1.2.1
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
1.1.6 08 Jun 2013 22:34:26 |
sunpoet |
- Update to 1.1.6
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
1.1.3 25 May 2013 08:17:45 |
sunpoet |
- Update to 1.1.3
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
1.1.2 23 May 2013 20:27:36 |
sunpoet |
- Update to 1.1.2
- Add LICENSE
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
1.0.3 01 May 2013 19:39:15 |
sunpoet |
- Update to 1.0.3
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
1.0.2 22 Apr 2013 18:42:19 |
sunpoet |
- Update to 1.0.2
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
1.0.0 21 Apr 2013 10:16:17 |
sunpoet |
- Update to 1.0.0
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md
Feature safe: yes |
0.7.3 14 Mar 2013 20:23:40 |
sunpoet |
- Update to 0.7.3
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
0.7.2 30 Jan 2013 18:43:08 |
sunpoet |
- Update to 0.7.2
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
0.6.0 04 Dec 2012 06:06:20 |
sunpoet |
- Update to 0.6.0
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md
Feature safe: yes |
0.5.3 07 Oct 2012 14:22:40 |
sunpoet |
- Update to 0.5.3
Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md |
0.5.2 30 Sep 2012 04:01:23 |
sunpoet |
- Cleanup Makefile header
Notified by: rm |
0.5.2 29 Sep 2012 17:53:34 |
sunpoet |
- Add rubygem-listen 0.5.2
The Listen gem listens to file modifications and notifies you about the changes.
Features:
- Works everywhere!
- Supports watching multiple directories from a single listener.
- OS-specific adapters for Mac OS X 10.6+, Linux and Windows.
- Automatic fallback to polling if OS-specific adapter doesn't work.
- Detects files modification, addidation and removal.
- Checksum comparaison for modifications made under the same second.
- Allows supplying regexp-patterns to ignore and filter paths for better
results.
- Tested on all Ruby environments via travis-ci.
WWW: https://github.com/guard/listen
RG: https://rubygems.org/gems/listen |