f64d997379
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
14 lines
510 B
Text
14 lines
510 B
Text
Needle is a dependency injection (also, inversion of control) container
|
|
for Ruby. Ultimately, it can reduce the amount of code that you have to
|
|
write, simplifying many common programming tasks for you. This has the
|
|
two-fold benefit of both decreasing application development time, and of
|
|
decreasing the effort needed to maintain your application.
|
|
|
|
Specifically, Needle can do:
|
|
|
|
- Log Method Execution
|
|
- Reference Another Service
|
|
- Unit Testing
|
|
- Lifestyle Management
|
|
|
|
WWW: http://rubygems.org/gems/needle/
|