Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 2004 17:05:20 +0400 (MSD)
From:      Alexander Novitsky <alecn2002@yandex.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Alexander Novitsky <alecn2002@yandex.ru>
Subject:   ports/72816: [NEW PORT] devel/ruby18-gems: Package management framework for the Ruby language
Message-ID:  <200410181305.i9ID5Ks7098414@server.v42of.icc-vvd.ru>
Resent-Message-ID: <200410181310.i9IDA8jW067900@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         72816
>Category:       ports
>Synopsis:       [NEW PORT] devel/ruby18-gems: Package management framework for the Ruby language
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 18 13:10:08 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Novitsky
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
Inzhcomcentre VVD
>Environment:
System: FreeBSD server.v42of.icc-vvd.ru 5.2-RELEASE FreeBSD 5.2-RELEASE #2: Mon Jul 12 21:45:44 MSD 2004
>Description:

Please remove PR ports/68774 as it's out of date

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

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- ruby18-gems-0.8.1.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ruby-gems
#	ruby-gems/Makefile
#	ruby-gems/distinfo
#	ruby-gems/pkg-descr
#	ruby-gems/pkg-plist
#
echo c - ruby-gems
mkdir -p ruby-gems > /dev/null 2>&1
echo x - ruby-gems/Makefile
sed 's/^X//' >ruby-gems/Makefile << 'END-of-ruby-gems/Makefile'
X# New ports collection makefile for:	RubyGems
X# Date created:		07 July 2004
X# Whom:			Alexander Novitsky <alecn2002@yandex.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gems
XPORTVERSION=	0.8.1
XCATEGORIES=	devel ruby
XMASTER_SITES=	http://rubyforge.org/frs/download.php/1399/
XPKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
XDISTNAME=	ruby${PORTNAME}-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
XDIST_SUBDIR=	ruby
X
XMAINTAINER=	alecn2002@yandex.ru
XCOMMENT=	Package management framework for the Ruby language
X
XUSE_RUBY=	yes
XRUBY_SETUP=	install.rb
X
XNO_BUILD=	yes
X
Xdo-install:
X	cd ${WRKSRC}; ${RUBY} ${RUBY_SETUP}
X
X.include <bsd.port.mk>
END-of-ruby-gems/Makefile
echo x - ruby-gems/distinfo
sed 's/^X//' >ruby-gems/distinfo << 'END-of-ruby-gems/distinfo'
XMD5 (ruby/rubygems-0.8.1.tgz) = 6276d268b420c0d61796cdbf6d28dae4
XSIZE (ruby/rubygems-0.8.1.tgz) = 108276
END-of-ruby-gems/distinfo
echo x - ruby-gems/pkg-descr
sed 's/^X//' >ruby-gems/pkg-descr << 'END-of-ruby-gems/pkg-descr'
Xa package management framework for the Ruby programming language
XAn application or library is packaged into a gem, which is 
Xa single installation unit. 
XRubyGems entirely manages its own filesystem space, rather 
Xthan installing files into the "usual" places. This enables 
Xgreater functionality and reliability. 
X
XUsing RubyGems, you can: 
X- download and install Ruby libraries easily 
X- not worry about libraries A and B depending on 
X  different versions of library C 
X- easily remove libraries you no longer use 
X- have power and control over your Ruby platform! 
X
XWWW: http://rubygems.rubyforge.org/wiki/wiki.pl
END-of-ruby-gems/pkg-descr
echo x - ruby-gems/pkg-plist
sed 's/^X//' >ruby-gems/pkg-plist << 'END-of-ruby-gems/pkg-plist'
X%%RUBY_SITELIBDIR%%/rubygems/version.rb
X%%RUBY_SITELIBDIR%%/rubygems/validator.rb
X%%RUBY_SITELIBDIR%%/rubygems/user_interaction.rb
X%%RUBY_SITELIBDIR%%/rubygems/specification.rb
X%%RUBY_SITELIBDIR%%/rubygems/remote_installer.rb
X%%RUBY_SITELIBDIR%%/rubygems/package.rb
X%%RUBY_SITELIBDIR%%/rubygems/open-uri.rb
X%%RUBY_SITELIBDIR%%/rubygems/old_format.rb
X%%RUBY_SITELIBDIR%%/rubygems/loadpath_manager.rb
X%%RUBY_SITELIBDIR%%/rubygems/installer.rb
X%%RUBY_SITELIBDIR%%/rubygems/gem_runner.rb
X%%RUBY_SITELIBDIR%%/rubygems/gem_commands.rb
X%%RUBY_SITELIBDIR%%/rubygems/format.rb
X%%RUBY_SITELIBDIR%%/rubygems/doc_manager.rb
X%%RUBY_SITELIBDIR%%/rubygems/config_file.rb
X%%RUBY_SITELIBDIR%%/rubygems/command.rb
X%%RUBY_SITELIBDIR%%/rubygems/cmd_manager.rb
X%%RUBY_SITELIBDIR%%/rubygems/cache.rb
X%%RUBY_SITELIBDIR%%/rubygems/builder.rb
X%%RUBY_SITELIBDIR%%/ubygems.rb
X%%RUBY_SITELIBDIR%%/rubygems.rb
X@dirrm %%RUBY_SITELIBDIR%%/rubygems
END-of-ruby-gems/pkg-plist
exit
--- ruby18-gems-0.8.1.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410181305.i9ID5Ks7098414>