Port details |
- rubygem-thin Fast and simple Ruby web server
- 1.8.2 www =2 1.8.2Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2008-01-24 06:27:21
- Last Update: 2023-04-09 13:37:34
- Commit Hash: b675a78
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: GPLv2+ RUBY
- WWW:
- https://github.com/macournoyer/thin
- Description:
- Thin is a Ruby web server that glues together 3 of the best
Ruby libraries in web history:
* the Mongrel parser, the root of Mongrel speed and security
* Event Machine, a network I/O library with extremely high scalability,
performance and stability
* Rack, a minimal interface between webservers and Ruby frameworks
Which makes it, with all humility, the most secure, stable, fast and
extensible Ruby web server bundled in an easy to use gem for your own
pleasure.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-thin>0:www/rubygem-thin
- To install the port:
- cd /usr/ports/www/rubygem-thin/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-thin
- pkg install rubygem-thin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-thin
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1680726484
SHA256 (rubygem/thin-1.8.2.gem) = 1c55251aba5bee7cf6936ea18b048f4d3c74ef810aa5e6906cf6edff0df6e121
SIZE (rubygem/thin-1.8.2.gem) = 59904
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-daemons>=1.0.9<2 : devel/rubygem-daemons
- rubygem-eventmachine>=1.0.4<2 : devel/rubygem-eventmachine
- rubygem-rack16>=1<3 : www/rubygem-rack16
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- databases/leo_center
- security/metasploit
- www/redmine50
- www/redmine51
- www/rubygem-smashing
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-thin
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.2 09 Apr 2023 13:37:34 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-thin: Update to 1.8.2
Changes: https://github.com/macournoyer/thin/releases
https://github.com/macournoyer/thin/blob/master/CHANGELOG |
1.8.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) |
1.8.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.8.1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.8.1 21 Jul 2021 18:12:10 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-thin: Update to 1.8.1
- Fix LICENSE
- Update WWW
Changes: https://github.com/macournoyer/thin/releases
https://github.com/macournoyer/thin/blob/master/CHANGELOG |
1.7.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.2 28 Dec 2019 07:42:23 |
sunpoet |
Update version requirement of RUN_DEPENDS |
1.7.2 09 Jul 2017 10:26:53 |
sunpoet |
Update to 1.7.2
Changes: https://github.com/macournoyer/thin/blob/master/CHANGELOG |
1.7.1 13 Jun 2017 16:54:49 |
sunpoet |
Update to 1.7.1
Changes: https://github.com/macournoyer/thin/blob/v1.7.1/CHANGELOG |
1.7.0_1 04 Jan 2017 19:10:22 |
swills |
www/rubygem-thin: switch to rack16 dep to avoid issue in redmine |
1.7.0 05 Dec 2016 07:20:37 |
sunpoet |
- Update to 1.7.0
- Update RUN_DEPENDS: use newer rubygem-rack
Changes: https://github.com/macournoyer/thin/blob/master/CHANGELOG |
1.6.4 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.6.4 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.6.4 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.6.4 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.6.4 20 Sep 2015 20:26:46 |
sunpoet |
- Update to 1.6.4
Changes: https://github.com/macournoyer/thin/blob/master/CHANGELOG |
1.6.3_1 13 Jun 2015 20:14:30 |
sunpoet |
- Update RUN_DEPENDS: use newer rubygem-rack
- Bump PORTREVISION for dependency change |
1.6.3 23 Feb 2015 10:08:35 |
sunpoet |
- Update to 1.6.3
- Add LICENSE
- Sort RUN_DEPENDS
Changes: https://github.com/macournoyer/thin/blob/master/CHANGELOG |
1.6.2 29 Mar 2014 15:43:35 |
swills |
- Update to 1.6.2
PR: ports/187998
Submitted by: Michael Moll <kvedulv@kvedulv.de> |
1.2.11 31 Oct 2013 04:17:29 |
eadler |
The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'
Maintainers were notified and given time to object. |
1.2.11 30 Oct 2013 03:04:19 |
swills |
- Add stage support |
1.2.11 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.2.11 06 Apr 2011 07:44:43 |
clsung |
- Update to 1.2.11 |
1.2.10 28 Mar 2011 05:30:26 |
clsung |
- Update to 1.2.10 |
1.2.8 03 Mar 2011 02:57:37 |
clsung |
- Update to 1.2.8 |
1.2.7_1 07 Dec 2010 19:19:15 |
linimon |
With portmgr hat, reassign these from clsung (who is apparently having
email troubles) to ruby@. |
1.2.7_1 06 Oct 2010 03:35:37 |
pgollucci |
- Fix dependency versions
PR: ports/150827
Submitted by: myself (pgollucci)
Approved by: maintainer timeout (clsung ; 14 days)
Sponsored by: RideCharge Inc. / TaxiMagic |
1.2.7 20 Sep 2010 02:08:50 |
clsung |
- Update to 1.2.7
PR: ports/150418
Submitted by: pgollucci |
1.2.6 06 Sep 2010 01:45:00 |
clsung |
- Update to 1.2.6
PR: ports/150021
Submitted by: pgollucci |
1.2.5 23 Jun 2010 18:20:31 |
pgollucci |
- Update to 1.2.5
PR: ports/147544
Submitted by: pgollucci (myself)
Approved by: maintainer timeout (clsung; 20 days)
Feature safe: yes |
1.2.4 06 Jun 2010 19:25:10 |
pgollucci |
- GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest
PR: ports/147551
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav)
With Hat: ruby |
1.2.4 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.2.4 28 Oct 2009 09:36:31 |
clsung |
- Update to 1.2.4 |
1.2.2 11 Jun 2009 07:36:08 |
clsung |
- Update to 1.2.2
PR: ports/135355
Submitted by: pgollucci |
1.2.1 29 May 2009 14:14:29 |
clsung |
- Update to 1.2.1
PR: ports/134687
Submitted by: pgollucci |
1.0.0 09 Apr 2009 00:11:47 |
pgollucci |
- convert to RUBYGEM_AUTOPLIST
remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
(this c/should be handled better in bsd.*.mk)
other deltas specific to individual ports:
audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION
devel/rubygem-rapt - adopt
devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
devel/rubygem-ruby2ruby - add #' for vim highlight
graphics/rubygem-extifr - drop PORTREVISION=0
graphics/rubygem-gd2 - add #' for vim highlight
www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency
Sponsored by: RideCharge Inc.
Tested on: RideCharge's Tinderbox
Reviewed by: stas |
1.0.0 03 Feb 2009 01:27:03 |
clsung |
- Update to 1.0.0 |
0.8.2 28 Aug 2008 01:14:28 |
clsung |
- Update to 0.8.2 |
0.8.1 28 Apr 2008 08:08:50 |
clsung |
- update to 0.8.1 |
0.8.0 16 Apr 2008 07:07:57 |
clsung |
- Update to 0.8.0 |
0.7.0 06 Apr 2008 08:58:21 |
stas |
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@ |
0.7.0 01 Apr 2008 02:15:21 |
clsung |
- Update to 0.7.0
Changes: |
0.6.1 30 Jan 2008 10:28:23 |
clsung |
- Update to 0.6.1
Changes: |
0.5.4 24 Jan 2008 06:27:00 |
clsung |
Thin is a Ruby web server that glues together 3 of the best
Ruby libraries in web history:
* the Mongrel parser, the root of Mongrel speed and security
* Event Machine, a network I/O library with extremely high scalability,
performance and stability
* Rack, a minimal interface between webservers and Ruby frameworks
Which makes it, with all humility, the most secure, stable, fast and
extensible Ruby web server bundled in an easy to use gem for your own
pleasure.
WWW: http://code.macournoyer.com/thin/ |