[csw-devel] SF.net SVN: gar:[3115] csw/mgar/pkg/rubygems/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Feb 15 20:20:01 CET 2009
Revision: 3115
http://gar.svn.sourceforge.net/gar/?rev=3115&view=rev
Author: bdwalton
Date: 2009-02-15 19:20:01 +0000 (Sun, 15 Feb 2009)
Log Message:
-----------
update to gar2, v1.3.1, dynamic prototype/license/gspec
Modified Paths:
--------------
csw/mgar/pkg/rubygems/trunk/Makefile
csw/mgar/pkg/rubygems/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.copyright
csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.depend
csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.gspec
csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.prototype
Property Changed:
----------------
csw/mgar/pkg/rubygems/trunk/
Property changes on: csw/mgar/pkg/rubygems/trunk
___________________________________________________________________
Modified: svn:externals
- gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1
+ gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2
Modified: csw/mgar/pkg/rubygems/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rubygems/trunk/Makefile 2009-02-15 14:22:54 UTC (rev 3114)
+++ csw/mgar/pkg/rubygems/trunk/Makefile 2009-02-15 19:20:01 UTC (rev 3115)
@@ -1,28 +1,30 @@
GARNAME = rubygems
-GARVERSION = 1.2.0
-CATEGORIES = lang
+GARVERSION = 1.3.1
+CATEGORIES = xtra
DESCRIPTION = Ruby package manager
define BLURB
- RubyGems makes it really easy to install Rails and other libraries and to
- keep them up to date.
+RubyGems makes it really easy to install Rails and other libraries and to
+keep them up to date.
endef
+
SPKG_SOURCEURL = http://rubyforge.org/projects/rubygems/
-MASTER_SITES = http://rubyforge.org/frs/download.php/38646/
+MASTER_SITES = http://rubyforge.org/frs/download.php/45905/
DISTFILES = $(GARNAME)-$(GARVERSION).tgz
-DISTFILES += $(call admfiles,CSWrubygems,depend copyright)
-# We define upstream file regex so we can be notifed of new upstream software release
+ARCHALL = 1
+PREREQUISITE_PKGS = CSWruby
+REQUIRED_PKGS_CSWrubygems = CSWruby
+
+LICENSE_CSWrubygems = LICENSE.txt
+
+# We define upstream file regex so we can be notifed of new upstream
+# software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz
-# Redirect Gem installation to $(DESTDIR)
-#PATCHFILES += postinstall.diff
-
-#CONFIGURE_SCRIPTS = $(WORKSRC)/setup.rb
CONFIGURE_SCRIPTS =
-#BUILD_SCRIPTS = $(WORKSRC)/setup.rb
BUILD_SCRIPTS =
TEST_SCRIPTS =
INSTALL_SCRIPTS = custom
@@ -30,10 +32,11 @@
include gar/category.mk
install-custom:
- ( cd $(WORKSRC) ; ruby ./setup.rb --destdir=$(DESTDIR); )
+ ( cd $(WORKSRC) ; \
+ ruby ./setup.rb --destdir=$(DESTDIR)/$(prefix); )
@$(MAKECOOKIE)
-post-install: copy-contrib
+post-install-modulated: copy-contrib
copy-contrib:
@mkdir -p $(DESTDIR)$(docdir)/$(GARNAME)
Modified: csw/mgar/pkg/rubygems/trunk/checksums
===================================================================
--- csw/mgar/pkg/rubygems/trunk/checksums 2009-02-15 14:22:54 UTC (rev 3114)
+++ csw/mgar/pkg/rubygems/trunk/checksums 2009-02-15 19:20:01 UTC (rev 3115)
@@ -1,4 +1 @@
-b77a4234360735174d1692e6fc598402 download/rubygems-1.2.0.tgz
-18d2e82007d600cfdf3075eaa0c00c8a download/CSWrubygems.gspec
-75313e990d12f29577e16fc44aab7dfa download/CSWrubygems.depend
-58473b8d16bcf58cb8a796072362557e download/CSWrubygems.copyright
+a04ee6f6897077c5b75f5fd1e134c5a9 download/rubygems-1.3.1.tgz
Deleted: csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.copyright
===================================================================
--- csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.copyright 2009-02-15 14:22:54 UTC (rev 3114)
+++ csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.copyright 2009-02-15 19:20:01 UTC (rev 3115)
@@ -1,39 +0,0 @@
-Ruby is copyrighted free software by Yukihiro Matsumoto <matz at netlab.jp>.
-You can redistribute it and/or modify it under either the terms of the GPL
-(see the file GPL), or the conditions below:
-
- 1. You may make and give away verbatim copies of the source form of the
- software without restriction, provided that you duplicate all of the
- original copyright notices and associated disclaimers.
- 2. You may modify your copy of the software in any way, provided that
- you do at least ONE of the following:
- a) place your modifications in the Public Domain or otherwise
- make them Freely Available, such as by posting said
- modifications to Usenet or an equivalent medium, or by allowing
- the author to include your modifications in the software.
- b) use the modified software only within your corporation or
- organization.
- c) give non-standard binaries non-standard names, with
- instructions on where to get the original software distribution.
- d) make other distribution arrangements with the author.
- 3. You may distribute the software in object code or binary form,
- provided that you do at least ONE of the following:
- a) distribute the binaries and library files of the software,
- together with instructions (in the manual page or equivalent)
- on where to get the original distribution.
- b) accompany the distribution with the machine-readable source of
- the software.
- 4. You may modify and include the part of the software into any other
- software (possibly commercial). But some files in the distribution
- are not written by the author, so that they are not under these terms.
- For the list of those files and their copying conditions, see the
- file LEGAL.
- 5. The scripts and library files supplied as input to or produced as
- output from the software do not automatically fall under the
- copyright of the software, but belong to whomever generated them,
- and may be sold commercially, and may be aggregated with this
- software.
- 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE.
Deleted: csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.depend
===================================================================
--- csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.depend 2009-02-15 14:22:54 UTC (rev 3114)
+++ csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.depend 2009-02-15 19:20:01 UTC (rev 3115)
@@ -1 +0,0 @@
-P CSWruby ruby - An object-oriented language for quick and easy programming.
Deleted: csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.gspec
===================================================================
--- csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.gspec 2009-02-15 14:22:54 UTC (rev 3114)
+++ csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.gspec 2009-02-15 19:20:01 UTC (rev 3115)
@@ -1,4 +0,0 @@
-%var bitname rubygems
-%var pkgname CSWrubygems
-%var arch all
-%include url file://%{PKGLIB}/csw_standard.gspec
Deleted: csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.prototype
===================================================================
--- csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.prototype 2009-02-15 14:22:54 UTC (rev 3114)
+++ csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.prototype 2009-02-15 19:20:01 UTC (rev 3115)
@@ -1,69 +0,0 @@
-d none /opt/csw/bin 0755 root bin
-f none /opt/csw/bin/gem 0755 root bin
-f none /opt/csw/bin/gem_mirror 0755 root bin
-f none /opt/csw/bin/gem_server 0755 root bin
-f none /opt/csw/bin/gemwhich 0755 root bin
-f none /opt/csw/bin/generate_yaml_index.rb 0755 root bin
-f none /opt/csw/bin/update_rubygems 0755 root bin
-d none /opt/csw/lib 0755 root bin
-d none /opt/csw/lib/ruby 0755 root bin
-d none /opt/csw/lib/ruby/gems 0755 root bin
-d none /opt/csw/lib/ruby/gems/1.8 0755 root bin
-d none /opt/csw/lib/ruby/gems/1.8/cache 0755 root bin
-f none /opt/csw/lib/ruby/gems/1.8/cache/sources-0.0.1.gem 0644 root bin
-d none /opt/csw/lib/ruby/gems/1.8/doc 0755 root bin
-d none /opt/csw/lib/ruby/gems/1.8/gems 0755 root bin
-d none /opt/csw/lib/ruby/gems/1.8/gems/sources-0.0.1 0755 root bin
-d none /opt/csw/lib/ruby/gems/1.8/gems/sources-0.0.1/lib 0755 root bin
-f none /opt/csw/lib/ruby/gems/1.8/gems/sources-0.0.1/lib/sources.rb 0644 root bin
-d none /opt/csw/lib/ruby/gems/1.8/specifications 0755 root bin
-f none /opt/csw/lib/ruby/gems/1.8/specifications/sources-0.0.1.gemspec 0644 root bin
-d none /opt/csw/lib/ruby/site_ruby 0755 root bin
-d none /opt/csw/lib/ruby/site_ruby/1.8 0755 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/gemconfigure.rb 0644 root bin
-d none /opt/csw/lib/ruby/site_ruby/1.8/rubygems 0755 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/builder.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/cmd_manager.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/command.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/config_file.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/dependency_list.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/deployment.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/doc_manager.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/format.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/gem_commands.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/gem_openssl.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/installer.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/old_format.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/open-uri.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/package.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/rubygems_version.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/security.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/source_index.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/specification.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/timer.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/validator.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/version.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/ubygems.rb 0644 root bin
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/doc 0755 root bin
-d none /opt/csw/share/doc/rubygems 0755 root bin
-f none /opt/csw/share/doc/rubygems/README 0644 root bin
-d none /opt/csw/share/doc/rubygems/examples 0755 root bin
-d none /opt/csw/share/doc/rubygems/examples/application 0755 root bin
-f none /opt/csw/share/doc/rubygems/examples/application/an-app.gemspec 0644 root bin
-d none /opt/csw/share/doc/rubygems/examples/application/bin 0755 root bin
-f none /opt/csw/share/doc/rubygems/examples/application/bin/myapp 0755 root bin
-d none /opt/csw/share/doc/rubygems/examples/application/lib 0755 root bin
-f none /opt/csw/share/doc/rubygems/examples/application/lib/somefunctionality.rb 0644 root bin
-d none /opt/csw/share/doc/rubygems/scripts 0755 root bin
-f none /opt/csw/share/doc/rubygems/scripts/buildtests.rb 0644 root bin
-f none /opt/csw/share/doc/rubygems/scripts/gemdoc.rb 0755 root bin
-f none /opt/csw/share/doc/rubygems/scripts/runtest.rb 0644 root bin
-f none /opt/csw/share/doc/rubygems/scripts/specdoc.rb 0755 root bin
-f none /opt/csw/share/doc/rubygems/scripts/upload_gemdoc.rb 0644 root bin
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list