| There is a PORTS FREEZE in effect! |
|
A ports freeze
means that commits will be few and far between and only by approval.
|
| non port: devel/rubygem-daemons/Makefile |
|
CVSWeb
|
Number of commits found: 12 |
|
Sun, 6 Apr 2008
|
[ 09:58 stas ]
1.2 archivers/rubygem-archive-tar-minitar/Makefile
1.9 audio/euphoria/Makefile
1.10 audio/rubygem-mp3info/Makefile
1.8 audio/snett/Makefile
1.8 audio/xmms2-scrobbler/Makefile
1.3 benchmarks/rubygem-railsbench/Makefile
1.30 converters/ruby-iconv/Makefile
1.22 databases/ruby-gdbm/Makefile
1.17 databases/rubygem-activerecord/Makefile
1.5 databases/rubygem-memcache-client/Makefile
(Only the first 10 of 124 ports in this commit are shown above. )
- 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@
|
|
Tue, 25 Mar 2008
|
[ 23:01 miwi ]
1.11 devel/rubygem-daemons/Makefile
1.9 devel/rubygem-daemons/distinfo
1.7 devel/rubygem-daemons/pkg-plist
- Update to 1.0.10
PR: 121984
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
|
|
Fri, 14 Dec 2007
|
[ 03:41 clsung ]
1.10 devel/rubygem-daemons/Makefile
1.8 devel/rubygem-daemons/distinfo
- Update to 1.0.9
Submitted by: maintainer (Alexander Logvinov), via email
|
|
Thu, 27 Sep 2007
|
[ 21:56 miwi ]
1.9 devel/rubygem-daemons/Makefile
1.7 devel/rubygem-daemons/distinfo
- Update to 1.0.8
PR: 116618
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
|
|
Thu, 12 Jul 2007
|
[ 10:16 miwi ]
1.8 devel/rubygem-daemons/Makefile
1.6 devel/rubygem-daemons/distinfo
1.6 devel/rubygem-daemons/pkg-plist
- Update to 1.0.7
PR: 114513
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
|
|
Sun, 27 May 2007
|
[ 11:40 miwi ]
1.7 devel/rubygem-daemons/Makefile
1.5 devel/rubygem-daemons/distinfo
1.5 devel/rubygem-daemons/pkg-plist
- Update to 1.0.6
PR: 112541
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
|
|
Tue, 6 Mar 2007
|
[ 15:48 clsung ]
1.6 devel/rubygem-daemons/Makefile
1.4 devel/rubygem-daemons/distinfo
1.4 devel/rubygem-daemons/pkg-plist
- Update to 1.0.5
- grab maintainership
Submitted by: new maintainer (Alexander Logvinov)
|
|
Mon, 19 Feb 2007
|
[ 10:26 clsung ]
1.5 devel/rubygem-daemons/Makefile
1.3 devel/rubygem-daemons/distinfo
1.3 devel/rubygem-daemons/pkg-plist
- Update to 1.0.4
|
|
Fri, 26 Jan 2007
|
[ 16:13 pav ]
1.20 devel/aap/Makefile
1.10 devel/agide/Makefile
1.24 devel/global/Makefile
1.19 devel/regexxer/Makefile
1.4 devel/ruby-rcov/Makefile
1.4 devel/rubygem-daemons/Makefile
1.3 devel/rubygem-gem_plugin/Makefile
1.6 devel/rubygem-tzinfo/Makefile
1.7 math/py-fpconst/Makefile
1.7 www/rubygem-mongrel/Makefile
(Only the first 10 of 11 ports in this commit are shown above. )
- Drop maintainership
PR: ports/108376
Submitted by: Rui Lopes <rgl@ruilopes.com> (maintainer)
|
|
Mon, 25 Sep 2006
|
[ 01:31 clsung ]
1.3 devel/rubygem-daemons/Makefile
1.2 devel/rubygem-daemons/distinfo
1.2 devel/rubygem-daemons/pkg-plist
- Update to 1.0.1
PR: ports/103595
Submitted by: maintainer (Rui Lopes)
|
|
Tue, 8 Aug 2006
|
[ 12:35 jmelo ]
1.14 audio/ruby-freedb/Makefile
1.10 audio/ruby-mp3info/Makefile
1.4 audio/ruby-ogginfo/Makefile
1.9 audio/ruby-shout/Makefile
1.9 audio/rubygem-mp3info/Makefile
1.5 comms/ruby-serialport/Makefile
1.7 databases/ruby-sqlite/Makefile
1.10 databases/ruby-sqlite3/Makefile
1.8 databases/rubygem-activerecord/Makefile
1.2 databases/rubygem-memcache-client/Makefile
(Only the first 10 of 52 ports in this commit are shown above. )
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by: portmgr (erwin)
|
|
Mon, 5 Jun 2006
|
[ 15:24 pav ]
1.2254 devel/Makefile
1.1 devel/rubygem-daemons/Makefile
1.1 devel/rubygem-daemons/distinfo
1.1 devel/rubygem-daemons/pkg-descr
1.1 devel/rubygem-daemons/pkg-plist
Daemons provides an easy way to wrap existing ruby scripts (for example
a self-written server) to be run as a daemon and to be controlled by
simple start/stop/restart commands.
If you want, you can also use daemons to run blocks of ruby code in a
daemon process and to control these processes from the main application.
Besides this basic functionality, daemons offers many advanced features
like exception backtracing and logging (in case your ruby script
crashes) and monitoring and automatic restarting of your processes if
they crash.
WWW: http://daemons.rubyforge.org/
PR: ports/97531
Submitted by: Rui Lopes <rgl@ruilopes.com>
|
Number of commits found: 12 |