mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Package management framework for the Ruby language
WWW: http://rubygems.rubyforge.org/wiki/wiki.pl PR: ports/72816 Submitted by: Alexander Novitsky <alecn2002 AT yandex dot ru> Approved by: mentor (leeym)
This commit is contained in:
parent
91d7cbe48c
commit
9279fc13de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119801
@ -1243,6 +1243,7 @@
|
||||
SUBDIR += ruby-gconf
|
||||
SUBDIR += ruby-gconf2
|
||||
SUBDIR += ruby-gemfinder
|
||||
SUBDIR += ruby-gems
|
||||
SUBDIR += ruby-gettext
|
||||
SUBDIR += ruby-glib2
|
||||
SUBDIR += ruby-gnomevfs
|
||||
|
28
devel/ruby-gems/Makefile
Normal file
28
devel/ruby-gems/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: RubyGems
|
||||
# Date created: 07 July 2004
|
||||
# Whom: Alexander Novitsky <alecn2002@yandex.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gems
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/1399/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ruby${PORTNAME}-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= alecn2002@yandex.ru
|
||||
COMMENT= Package management framework for the Ruby language
|
||||
|
||||
USE_RUBY= yes
|
||||
RUBY_SETUP= install.rb
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}; ${RUBY} ${RUBY_SETUP}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-gems/distinfo
Normal file
2
devel/ruby-gems/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (ruby/rubygems-0.8.1.tgz) = 6276d268b420c0d61796cdbf6d28dae4
|
||||
SIZE (ruby/rubygems-0.8.1.tgz) = 108276
|
15
devel/ruby-gems/pkg-descr
Normal file
15
devel/ruby-gems/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
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://rubygems.rubyforge.org/wiki/wiki.pl
|
22
devel/ruby-gems/pkg-plist
Normal file
22
devel/ruby-gems/pkg-plist
Normal file
@ -0,0 +1,22 @@
|
||||
%%RUBY_SITELIBDIR%%/rubygems/version.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/validator.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/user_interaction.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/specification.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/remote_installer.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/package.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/open-uri.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/old_format.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/loadpath_manager.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/installer.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/gem_runner.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/gem_commands.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/format.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/doc_manager.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/config_file.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/command.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/cmd_manager.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/cache.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems/builder.rb
|
||||
%%RUBY_SITELIBDIR%%/ubygems.rb
|
||||
%%RUBY_SITELIBDIR%%/rubygems.rb
|
||||
@dirrm %%RUBY_SITELIBDIR%%/rubygems
|
Loading…
Reference in New Issue
Block a user