Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.10 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.4.10 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.4.10 06 Jul 2021 15:00:02 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-stomp: Update to 1.4.10
Changes: https://github.com/stompgem/stomp/blob/dev/CHANGELOG.md |
1.4.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.6 06 Nov 2018 21:11:49 |
sunpoet |
Update to 1.4.6
- Update WWW
Changes: https://github.com/stompgem/stomp/blob/dev/CHANGELOG.md |
1.4.5 28 Oct 2018 19:58:26 |
sunpoet |
Update to 1.4.5
Changes: https://github.com/stompgem/stomp/blob/dev/CHANGELOG.md |
1.4.4 12 Jun 2017 10:22:04 |
sunpoet |
Update to 1.4.4
Changes: https://github.com/stompgem/stomp/blob/dev/CHANGELOG.md |
1.4.3_1 14 Apr 2017 07:09:24 |
miwi |
- Fix shebangs |
1.4.3 01 Jan 2017 01:10:19 |
sunpoet |
Update to 1.4.3
Changes: https://github.com/stompgem/stomp/blob/dev/CHANGELOG.md |
1.3.5 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.3.5 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 |
1.3.5 07 Mar 2016 20:13:16 |
sunpoet |
- Update to 1.3.5
- Add LICENSE_FILE
- Fix indent
Changes: https://github.com/stompgem/stomp/blob/dev/CHANGELOG.rdoc |
1.3.4 02 Jul 2015 16:01:08 |
pgollucci |
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb |
1.3.4 05 Apr 2015 21:30:06 |
sunpoet |
- Update to 1.3.4
- Add LICENSE
Changes: https://github.com/stompgem/stomp/blob/dev/CHANGELOG.rdoc |
1.3.3 24 Aug 2014 17:14:40 |
swills |
devel/rubygem-stomp: update to 1.3.3 |
1.2.10 30 Oct 2013 02:46:01 |
swills |
- Add stage support |
1.2.10 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.2.10 13 Jul 2013 18:16:32 |
swills |
- Update to 1.2.10 |
1.2.9 29 Jun 2013 21:28:13 |
swills |
- Update to 1.2.9 |
1.1.10 11 Oct 2012 13:16:55 |
garga |
Cleanup headers of ports created by me
Feature safe: yes |
1.1.10 20 Dec 2011 00:21:54 |
pgollucci |
- Point at the homepage consistently as defined by rubygems.org |
1.1.10 08 Nov 2011 09:24:52 |
clsung |
- Update to 1.1.10 |
1.1.9 23 Jun 2011 17:51:43 |
pgollucci |
- Cannoicalize the WWW: [again],
- Save redirects s/http/https/ for github |
1.1.9 19 Jun 2011 05:30:13 |
swills |
- Update to 1.1.9 |
1.1.8 18 Mar 2011 00:59:02 |
clsung |
- Update to 1.1.8 |
1.1.7 21 Jan 2011 03:26:30 |
wen |
- Update to 1.1.7
Feature safe: yes |
1.1.6 20 Oct 2010 01:35:47 |
pgollucci |
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info
Prompted by: distilator
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.1.6 14 Sep 2010 02:48:58 |
brd |
Update devel/rubygem-stomp to 1.1.6.
PR: 150535 |
1.1 26 May 2010 19:51:35 |
pgollucci |
- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
[RG aka rubygems.org]
PR: ports/147005
Submitted by: pgollucci (myself)
Approved by: portmgr (pav)
With Hat: ruby@ |
1.1 27 Apr 2010 22:55:23 |
pgollucci |
- Re-assign all my rubygem-* ports to ruby@
this gives us more eyes and brings us inline with perl@
Current ruby@ members (stas, dinoex, pgollucci)
http://wiki.freebsd.org/Ruby
Discussed with: stas on #bsdports |
1.1 14 Dec 2009 18:07:37 |
pgollucci |
- claim |
1.1 14 Dec 2009 16:25:40 |
garga |
Drop maintainership since i'm not using it |
1.1 17 Jun 2009 16:17:47 |
garga |
The Stomp project is the Streaming Text Orientated Messaging Protocol site (or
the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp).
Stomp provides an interoperable wire format so that any of the available Stomp
Clients can communicate with any Stomp Message Broker to provide easy and
widespread messaging interop among languages, platforms and brokers.
This is a rubygem binding for stomp.
WWW: http://stomp.codehaus.org/Ruby |