1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/ruby-gems/pkg-descr
Cheng-Lung Sung a8a6d457c7 - Update to 0.9.0
- fix pkg-plist
- fix WWW

PR:		ports/103699
Submitted by:	Geraud CONTINSOUZAS <geraud_AT_gcu dot info>
Approved by:	maintainer (Jonathan Weiss)
2006-11-29 03:42:09 +00:00

16 lines
601 B
Plaintext

a package management framework for the Ruby programming language
An application or library is packaged into a gem, which is
a single installation unit.
RubyGems entirely manages its own filesystem space, rather
than installing files into the "usual" places. This enables
greater functionality and reliability.
Using RubyGems, you can:
- download and install Ruby libraries easily
- not worry about libraries A and B depending on
different versions of library C
- easily remove libraries you no longer use
- have power and control over your Ruby platform!
WWW: http://docs.rubygems.org/