slitaz-forge rev 28

Moved all receipts for scn/receipts folder. This is to keep thing neat in this repo.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Mar 02 13:26:27 2011 +0000 (2011-03-02)
parents 5078ab98a546
children 6ef33e6984bd
files README actionmailer/receipt actionpack/receipt activerecord/receipt activeresource/receipt activesupport/receipt daemon_controller/receipt fastthread/receipt file-tail/receipt passenger/receipt passenger/stuff/passenger.conf rack/receipt rails/receipt rake/process.log rb-i18n/receipt rb-mysql/receipt ruby/receipt ruby/stuff/ruby.desktop ruby/stuff/ruby.png rubygems/receipt scn/README scn/receipts/actionmailer/receipt scn/receipts/actionpack/receipt scn/receipts/activerecord/receipt scn/receipts/activeresource/receipt scn/receipts/activesupport/receipt scn/receipts/daemon_controller/receipt scn/receipts/fastthread/receipt scn/receipts/file-tail/receipt scn/receipts/passenger/receipt scn/receipts/passenger/stuff/passenger.conf scn/receipts/rack/receipt scn/receipts/rails/receipt scn/receipts/rake/process.log scn/receipts/rb-i18n/receipt scn/receipts/rb-mysql/receipt scn/receipts/ruby/receipt scn/receipts/ruby/stuff/ruby.desktop scn/receipts/ruby/stuff/ruby.png scn/receipts/rubygems/receipt scn/receipts/spruz/receipt spruz/receipt
line diff
     1.1 --- a/README	Wed Mar 02 01:22:28 2011 +0100
     1.2 +++ b/README	Wed Mar 02 13:26:27 2011 +0000
     1.3 @@ -7,10 +7,9 @@
     1.4   * forum:  Use Vanilla
     1.5   * labs:   Use Redmine
     1.6   * people: Own php/html code
     1.7 -
     1.8 + * scn:    Receipts for custom packages to use scn on tank
     1.9  
    1.10  To update or fix theme, please test it well before, commit and then notice
    1.11  <pankso at slitaz.org> who will update modified theme.
    1.12  
    1.13 -Note that ‡aAll receipts was made for tazwok 3.1 and SliTaz 3.0.
    1.14  To update or fix packages do the same as for themes and notice <erjo at slitaz.org>.
     2.1 --- a/actionmailer/receipt	Wed Mar 02 01:22:28 2011 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,33 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="actionmailer"
     2.7 -VERSION="2.3.5"
     2.8 -CATEGORY="system-tools"
     2.9 -SHORT_DESC="Simple, battle-tested conventions for building and testing MVC web applications."
    2.10 -MAINTAINER="erjo@slitaz.org"
    2.11 -DEPENDS="ruby actionpack"
    2.12 -BUILD_DEPENDS="rubygems"
    2.13 -TARBALL="$PACKAGE-$VERSION.gem"
    2.14 -WEB_SITE="http://rubygems.org/gems/actionmailer"
    2.15 -WGET_URL="http://rubygems.org/downloads/$TARBALL"
    2.16 -
    2.17 -# Rules to configure and make the package.
    2.18 -compile_rules()
    2.19 -{
    2.20 -	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
    2.21 -	cd $src
    2.22 -
    2.23 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    2.24 -	gem install --no-rdoc --no-ri --ignore-dependencies \
    2.25 -		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
    2.26 -}
    2.27 -
    2.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.29 -genpkg_rules()
    2.30 -{
    2.31 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    2.32 -	mkdir -p $fs/usr
    2.33 -	
    2.34 -	cp -a $_pkg/usr/lib $fs/usr
    2.35 -}
    2.36 -
     3.1 --- a/actionpack/receipt	Wed Mar 02 01:22:28 2011 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,32 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="actionpack"
     3.7 -VERSION="2.3.5"
     3.8 -CATEGORY="system-tools"
     3.9 -SHORT_DESC="Simple, battle-tested conventions for building and testing MVC web applications."
    3.10 -MAINTAINER="erjo@slitaz.org"
    3.11 -DEPENDS="ruby activesupport"
    3.12 -DEPENDS="rubygems"
    3.13 -TARBALL="$PACKAGE-$VERSION.gem"
    3.14 -WEB_SITE="http://rubygems.org/gems/actionpack"
    3.15 -WGET_URL="http://rubygems.org/downloads/$TARBALL"
    3.16 -
    3.17 -# Rules to configure and make the package.
    3.18 -compile_rules()
    3.19 -{
    3.20 -	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
    3.21 -	cd $src
    3.22 -
    3.23 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    3.24 -	gem install --no-rdoc --no-ri --ignore-dependencies \
    3.25 -		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
    3.26 -}
    3.27 -
    3.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.29 -genpkg_rules()
    3.30 -{
    3.31 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    3.32 -	mkdir -p $fs/usr
    3.33 -	
    3.34 -	cp -a $_pkg/usr/lib $fs/usr
    3.35 -}
     4.1 --- a/activerecord/receipt	Wed Mar 02 01:22:28 2011 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,32 +0,0 @@
     4.4 -# SliTaz package receipt.
     4.5 -
     4.6 -PACKAGE="activerecord"
     4.7 -VERSION="2.3.5"
     4.8 -CATEGORY="system-tools"
     4.9 -SHORT_DESC="Rich support for multibyte strings"
    4.10 -MAINTAINER="erjo@slitaz.org"
    4.11 -DEPENDS="ruby activesupport"
    4.12 -BUILD_DEPENDS="rubygems"
    4.13 -TARBALL="$PACKAGE-$VERSION.gem"
    4.14 -WEB_SITE="http://rubygems.org/gems/activesupport"
    4.15 -WGET_URL="http://rubygems.org/downloads/$TARBALL"
    4.16 -
    4.17 -# Rules to configure and make the package.
    4.18 -compile_rules()
    4.19 -{
    4.20 -	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
    4.21 -	cd $src
    4.22 -
    4.23 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    4.24 -	gem install --no-rdoc --no-ri --ignore-dependencies \
    4.25 -		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
    4.26 -}
    4.27 -
    4.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    4.29 -genpkg_rules()
    4.30 -{
    4.31 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    4.32 -	mkdir -p $fs/usr
    4.33 -	
    4.34 -	cp -a $_pkg/usr/lib $fs/usr
    4.35 -}
     5.1 --- a/activeresource/receipt	Wed Mar 02 01:22:28 2011 +0100
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,32 +0,0 @@
     5.4 -# SliTaz package receipt.
     5.5 -
     5.6 -PACKAGE="activeresource"
     5.7 -VERSION="2.3.5"
     5.8 -CATEGORY="ddevelopment"
     5.9 -SHORT_DESC="REST on Rails."
    5.10 -MAINTAINER="erjo@slitaz.org"
    5.11 -DEPENDS="ruby activesupport"
    5.12 -BUID_DEPENDS="rubygems"
    5.13 -TARBALL="$PACKAGE-$VERSION.gem"
    5.14 -WEB_SITE="http://rubygems.org/gems/activeresource"
    5.15 -WGET_URL="http://rubygems.org/downloads/$TARBALL"
    5.16 -
    5.17 -# Rules to configure and make the package.
    5.18 -compile_rules()
    5.19 -{
    5.20 -	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
    5.21 -	cd $src
    5.22 -
    5.23 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    5.24 -	gem install --no-rdoc --no-ri --ignore-dependencies \
    5.25 -		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
    5.26 -}
    5.27 -
    5.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    5.29 -genpkg_rules()
    5.30 -{
    5.31 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    5.32 -	mkdir -p $fs/usr
    5.33 -	
    5.34 -	cp -a $_pkg/usr/lib $fs/usr
    5.35 -}
     6.1 --- a/activesupport/receipt	Wed Mar 02 01:22:28 2011 +0100
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,33 +0,0 @@
     6.4 -# SliTaz package receipt.
     6.5 -
     6.6 -PACKAGE="activesupport"
     6.7 -VERSION="2.3.5"
     6.8 -CATEGORY="system-tools"
     6.9 -SHORT_DESC="Database tables mapping to Ruby classes"
    6.10 -MAINTAINER="erjo@slitaz.org"
    6.11 -DEPENDS="ruby"
    6.12 -BUILD_DEPENDS="rubygems"
    6.13 -TARBALL="$PACKAGE-$VERSION.gem"
    6.14 -WEB_SITE="http://rubygems.org/gems/activerecord"
    6.15 -WGET_URL="http://rubygems.org/downloads/$TARBALL"
    6.16 -
    6.17 -# Rules to configure and make the package.
    6.18 -compile_rules()
    6.19 -{
    6.20 -	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
    6.21 -	#mv -f *.gem $PACKAGE-$VERSION	
    6.22 -	cd $src
    6.23 -	wget "http://rubygems.org/downloads/$TARBALL"
    6.24 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    6.25 -	gem install --no-rdoc --no-ri --install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $TARBALL
    6.26 -}
    6.27 -
    6.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    6.29 -genpkg_rules()
    6.30 -{
    6.31 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    6.32 -	mkdir -p $fs/usr
    6.33 -	
    6.34 -	cp -a $_pkg/usr/lib $fs/usr
    6.35 -}
    6.36 -
     7.1 --- a/daemon_controller/receipt	Wed Mar 02 01:22:28 2011 +0100
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,33 +0,0 @@
     7.4 -# SliTaz package receipt.
     7.5 -
     7.6 -PACKAGE="daemon_controller"
     7.7 -VERSION="0.2.6"
     7.8 -CATEGORY="development"
     7.9 -SHORT_DESC="Daemon management for Ruby"
    7.10 -MAINTAINER="erjo@slitaz.org"
    7.11 -DEPENDS="ruby"
    7.12 -BUILD_DEPENDS="rubygems"
    7.13 -TARBALL="$PACKAGE-$VERSION.gem"
    7.14 -WEB_SITE="http://rubygems.org/gems/fastthread"
    7.15 -WGET_URL="http://rubygems.org/downloads/$TARBALL"
    7.16 -
    7.17 -# Rules to configure and make the package.
    7.18 -compile_rules()
    7.19 -{
    7.20 -	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
    7.21 -	cd $src
    7.22 -
    7.23 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    7.24 -	gem install --no-rdoc --no-ri --ignore-dependencies \
    7.25 -		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
    7.26 -}
    7.27 -
    7.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    7.29 -genpkg_rules()
    7.30 -{
    7.31 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    7.32 -	mkdir -p $fs/usr
    7.33 -	
    7.34 -	cp -a $_pkg/usr/lib $fs/usr
    7.35 -}
    7.36 -
     8.1 --- a/fastthread/receipt	Wed Mar 02 01:22:28 2011 +0100
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,34 +0,0 @@
     8.4 -# SliTaz package receipt.
     8.5 -
     8.6 -PACKAGE="fastthread"
     8.7 -VERSION="1.0.7"
     8.8 -CATEGORY="developement"
     8.9 -SHORT_DESC="Optimized replacement for thread.rb primitives"
    8.10 -MAINTAINER="erjo@slitaz.org"
    8.11 -DEPENDS="ruby"
    8.12 -BUILD_DEPENDS="rubygems"
    8.13 -TARBALL="$PACKAGE-$VERSION.gem"
    8.14 -WEB_SITE="http://rubygems.org/gems/fastthread"
    8.15 -WGET_URL="http://rubygems.org/downloads/$TARBALL"
    8.16 -
    8.17 -# Rules to configure and make the package.
    8.18 -compile_rules()
    8.19 -{
    8.20 -	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
    8.21 -	cd $src
    8.22 -
    8.23 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    8.24 -	gem install --no-rdoc --no-ri --ignore-dependencies \
    8.25 -		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
    8.26 -}
    8.27 -
    8.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    8.29 -genpkg_rules()
    8.30 -{
    8.31 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    8.32 -	mkdir -p $fs/usr
    8.33 -	
    8.34 -	cp -a $_pkg/usr/lib $fs/usr
    8.35 -}
    8.36 -
    8.37 -
     9.1 --- a/file-tail/receipt	Wed Mar 02 01:22:28 2011 +0100
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,32 +0,0 @@
     9.4 -# SliTaz package receipt.
     9.5 -
     9.6 -PACKAGE="file-tail"
     9.7 -VERSION="1.0.5"
     9.8 -CATEGORY="development"
     9.9 -SHORT_DESC="Library to tail files in Ruby"
    9.10 -MAINTAINER="erjo@slitaz.org"
    9.11 -DEPENDS="ruby spruz"
    9.12 -BUILD_DEPENDS="rubygems"
    9.13 -TARBALL="$PACKAGE-$VERSION.gem"
    9.14 -WEB_SITE="http://rubygems.org/gems/fastthread"
    9.15 -WGET_URL="http://rubygems.org/downloads/$TARBALL"
    9.16 -
    9.17 -# Rules to configure and make the package.
    9.18 -compile_rules()
    9.19 -{
    9.20 -	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
    9.21 -	cd $src
    9.22 -
    9.23 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    9.24 -	gem install --no-rdoc --no-ri --ignore-dependencies \
    9.25 -		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
    9.26 -}
    9.27 -
    9.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    9.29 -genpkg_rules()
    9.30 -{
    9.31 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
    9.32 -	mkdir -p $fs/usr
    9.33 -	
    9.34 -	cp -a $_pkg/usr/lib $fs/usr
    9.35 -}
    10.1 --- a/passenger/receipt	Wed Mar 02 01:22:28 2011 +0100
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,42 +0,0 @@
    10.4 -# SliTaz package receipt.
    10.5 -
    10.6 -PACKAGE="passenger"
    10.7 -VERSION="3.0.3"
    10.8 -CATEGORY="networking"
    10.9 -SHORT_DESC="Rails and Rack support for Apache2."
   10.10 -MAINTAINER="erjo@slitaz.org"
   10.11 -DEPENDS="ruby rake fastthread daemon_controller spruz file-tail rack apache"
   10.12 -BUILD_DEPENDS="apache apache-dev apr-dev rubygems rake"
   10.13 -TARBALL="$PACKAGE-$VERSION.gem"
   10.14 -WEB_SITE="http://rubygems.org/gems/passenger"
   10.15 -WGET_URL="http://rubygems.org/downloads/$TARBALL"
   10.16 -
   10.17 -# Rules to configure and make the package.
   10.18 -compile_rules()
   10.19 -{
   10.20 -	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   10.21 -	cd $src
   10.22 -
   10.23 -	gem install --no-rdoc --no-ri --ignore-dependencies \
   10.24 -		--install-dir $PWD/ $SOURCES_REPOSITORY/$TARBALL
   10.25 -		
   10.26 -	# Build Apache module
   10.27 -	cd 	gems/$PACKAGE-$VERSION/
   10.28 -	rake fakeroot APXS2=/usr/bin/apxs USE_VENDORED_LIBEV=no RELEASE=yes \
   10.29 -		APR_CONFIG=/usr/bin/apr-1-config APU_CONFIG=/usr/bin/apu-1-config
   10.30 -}
   10.31 -
   10.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
   10.33 -genpkg_rules()
   10.34 -{
   10.35 -	mkdir -p $fs/usr/share $fs/var/run/passenger $fs/etc/apache/conf.d
   10.36 -	
   10.37 -	cp -a stuff/passenger.conf $fs/etc/apache/conf.d
   10.38 -	cp -a $src/gems/$PACKAGE-$VERSION/pkg/fakeroot/usr/bin $fs/usr
   10.39 -	cp -a $src/gems/$PACKAGE-$VERSION/pkg/fakeroot/usr/sbin $fs/usr
   10.40 -	cp -a $src/gems/$PACKAGE-$VERSION/pkg/fakeroot/usr/lib $fs/usr
   10.41 -	cp -a $src/gems/$PACKAGE-$VERSION/pkg/fakeroot/usr/share/phusion-passenger $fs/usr/share
   10.42 -	
   10.43 -	# Clean-up
   10.44 -	rm -rf $fs/usr/share/phusion-passenger/source
   10.45 -}
    11.1 --- a/passenger/stuff/passenger.conf	Wed Mar 02 01:22:28 2011 +0100
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,10 +0,0 @@
    11.4 -LoadModule passenger_module /usr/lib/apache2/modules/mod_passenger.so
    11.5 -
    11.6 -<IfModule mod_passenger.c>       
    11.7 -   PassengerRoot /usr/lib/ruby/1.8/phusion_passenger
    11.8 -   PassengerRuby /usr/bin/ruby
    11.9 -   PassengerUserSwitching off
   11.10 -   PassengerDefaultUser www
   11.11 -   PassengerUseGlobalQueue on
   11.12 -   PassengerRestartDir  /var/run/passenger
   11.13 -</IfModule>
    12.1 --- a/rack/receipt	Wed Mar 02 01:22:28 2011 +0100
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,32 +0,0 @@
    12.4 -# SliTaz package receipt.
    12.5 -
    12.6 -PACKAGE="rack"
    12.7 -VERSION="1.0.1"
    12.8 -CATEGORY="networking"
    12.9 -SHORT_DESC="Webserver Interface for Ruby"
   12.10 -MAINTAINER="erjo@slitaz.org"
   12.11 -DEPENDS="ruby activerecord"
   12.12 -BUILD_DEPENDS="rubygems"
   12.13 -TARBALL="$PACKAGE-$VERSION.gem"
   12.14 -WEB_SITE="http://rack.rubyforge.org/"
   12.15 -WGET_URL="http://rubyforge.org/frs/download.php/65735/$TARBALL"
   12.16 -
   12.17 -# Rules to configure and make the package.
   12.18 -compile_rules()
   12.19 -{
   12.20 -	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   12.21 -	cd $src
   12.22 -
   12.23 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   12.24 -	gem install --no-rdoc --no-ri --ignore-dependencies \
   12.25 -		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   12.26 -}
   12.27 -
   12.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
   12.29 -genpkg_rules()
   12.30 -{
   12.31 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   12.32 -	mkdir -p $fs/usr
   12.33 -	
   12.34 -	cp -a $_pkg/usr/lib $fs/usr
   12.35 -}
    13.1 --- a/rails/receipt	Wed Mar 02 01:22:28 2011 +0100
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,32 +0,0 @@
    13.4 -# SliTaz package receipt.
    13.5 -
    13.6 -PACKAGE="rails"
    13.7 -VERSION="2.3.5"
    13.8 -CATEGORY="ddevelopment"
    13.9 -SHORT_DESC="REST on Rails."
   13.10 -MAINTAINER="erjo@slitaz.org"
   13.11 -DEPENDS="ruby actionmailer activeresource activerecord actionpack activesupport"
   13.12 -BUILD_DEPENDS="rubygems"
   13.13 -TARBALL="$PACKAGE-$VERSION.gem"
   13.14 -WEB_SITE="http://rubygems.org/gems/rails"
   13.15 -WGET_URL="http://rubygems.org/downloads/$TARBALL"
   13.16 -
   13.17 -# Rules to configure and make the package.
   13.18 -compile_rules()
   13.19 -{
   13.20 -	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   13.21 -	cd $src
   13.22 -
   13.23 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   13.24 -	gem install --no-rdoc --no-ri --ignore-dependencies \
   13.25 -		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   13.26 -}
   13.27 -
   13.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
   13.29 -genpkg_rules()
   13.30 -{
   13.31 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   13.32 -	mkdir -p $fs/usr
   13.33 -	
   13.34 -	cp -a $_pkg/usr/lib $fs/usr
   13.35 -}
    14.1 --- a/rake/process.log	Wed Mar 02 01:22:28 2011 +0100
    14.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.3 @@ -1,7 +0,0 @@
    14.4 -date 20110301 23:18:50
    14.5 -package rake (compile)
    14.6 -untaring rake-0.8.7.gem
    14.7 -executing compile_rules
    14.8 -compilation done : 20110301 23:18:50
    14.9 -executing genpkg_rules
   14.10 -rake-0.8.7.tazpkg (done)
    15.1 --- a/rb-i18n/receipt	Wed Mar 02 01:22:28 2011 +0100
    15.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.3 @@ -1,34 +0,0 @@
    15.4 -# SliTaz package receipt.
    15.5 -
    15.6 -PACKAGE="rb-i18n"
    15.7 -VERSION="0.5.0"
    15.8 -CATEGORY="development"
    15.9 -SHORT_DESC="Internationalization support for Ruby."
   15.10 -MAINTAINER="erjo@slitaz.org"
   15.11 -DEPENDS="ruby activesupport"
   15.12 -BUID_DEPENDS="rubygems"
   15.13 -SOURCE="i18n"
   15.14 -TARBALL="$SOURCE-$VERSION.gem"
   15.15 -WEB_SITE="http://rubygems.org/gems/activeresource"
   15.16 -WGET_URL="http://rubygems.org/downloads/$TARBALL"
   15.17 -
   15.18 -# Rules to configure and make the package.
   15.19 -compile_rules()
   15.20 -{
   15.21 -	[ -d $SOURCE-$VERSION ] || mkdir $SOURCE-$VERSION
   15.22 -	cd $src
   15.23 -
   15.24 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   15.25 -	gem install --no-rdoc --no-ri --ignore-dependencies \
   15.26 -		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   15.27 -}
   15.28 -
   15.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
   15.30 -genpkg_rules()
   15.31 -{
   15.32 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   15.33 -	mkdir -p $fs/usr
   15.34 -	
   15.35 -	cp -a $_pkg/usr/lib $fs/usr
   15.36 -}
   15.37 -
    16.1 --- a/rb-mysql/receipt	Wed Mar 02 01:22:28 2011 +0100
    16.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.3 @@ -1,35 +0,0 @@
    16.4 -# SliTaz package receipt.
    16.5 -
    16.6 -PACKED_SIZE="4.0k"
    16.7 -UNPACKED_SIZE="4.0k"
    16.8 -PACKAGE="rb-mysql"
    16.9 -VERSION="2.8.1"
   16.10 -CATEGORY="development"
   16.11 -SHORT_DESC="MySQL API module for Ruby"
   16.12 -MAINTAINER="erjo@slitaz.org"
   16.13 -DEPENDS="ruby  libmysqlclient"
   16.14 -SOURCE="mysql"
   16.15 -BUILD_DEPENDS="mysql-dev rubygems"
   16.16 -TARBALL="$SOURCE-$VERSION.gem"
   16.17 -WEB_SITE="http://rubygems.org/gems/mysql"
   16.18 -WGET_URL="http://rubygems.org/downloads/$TARBALL"
   16.19 -
   16.20 -# Rules to configure and make the package.
   16.21 -compile_rules()
   16.22 -{
   16.23 -	[ -d $SOURCE-$VERSION ] || mkdir $SOURCE-$VERSION
   16.24 -	cd $src
   16.25 -
   16.26 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   16.27 -	gem install --no-rdoc --no-ri --ignore-dependencies \
   16.28 -		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   16.29 -}
   16.30 -
   16.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
   16.32 -genpkg_rules()
   16.33 -{
   16.34 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   16.35 -	mkdir -p $fs/usr
   16.36 -	
   16.37 -	cp -a $_pkg/usr/lib $fs/usr
   16.38 -}
    17.1 --- a/ruby/receipt	Wed Mar 02 01:22:28 2011 +0100
    17.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.3 @@ -1,37 +0,0 @@
    17.4 -# SliTaz package receipt.
    17.5 -
    17.6 -PACKAGE="ruby"
    17.7 -VERSION="1.8.7-p72"
    17.8 -CATEGORY="development"
    17.9 -SHORT_DESC="Dynamic programming language focused on simplicity and productivity."
   17.10 -MAINTAINER="pankso@slitaz.org"
   17.11 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   17.12 -WEB_SITE="http://www.ruby-lang.org/"
   17.13 -WGET_URL="ftp://ftp.ruby-lang.org/pub/ruby/1.8/$TARBALL"
   17.14 -DEPENDS="libdb ncurses libssl readline zlib gdbm"
   17.15 -SUGGESTED="tk xorg-libXss"
   17.16 -TAGS="ruby language programming"
   17.17 -
   17.18 -# Rules to configure and make the package.
   17.19 -compile_rules()
   17.20 -{
   17.21 -	cd $src
   17.22 -	./configure \
   17.23 -		--prefix=/usr \
   17.24 -		--infodir=/usr/share/info \
   17.25 -		--mandir=/usr/share/man \
   17.26 -		$CONFIGURE_ARGS &&
   17.27 -	make &&
   17.28 -	make DESTDIR=$PWD/_pkg install
   17.29 -}
   17.30 -
   17.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
   17.32 -genpkg_rules()
   17.33 -{
   17.34 -	mkdir -p $fs/usr/lib
   17.35 -	cp -a $_pkg/usr/lib/ruby $fs/usr/lib
   17.36 -	cp -a $_pkg/usr/bin $fs/usr
   17.37 -	
   17.38 -	# Remove devel files --> ruby-dev
   17.39 -	rm $fs/usr/lib/ruby/1.8/i486-linux/*.h
   17.40 -}
    18.1 --- a/ruby/stuff/ruby.desktop	Wed Mar 02 01:22:28 2011 +0100
    18.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.3 @@ -1,8 +0,0 @@
    18.4 -[Desktop Entry]
    18.5 -Encoding=UTF-8
    18.6 -Name=Ruby interpreter
    18.7 -Terminal=false
    18.8 -Exec=xterm -e irb
    18.9 -Icon=ruby.png
   18.10 -Type=Application
   18.11 -Categories=Development;
    19.1 Binary file ruby/stuff/ruby.png has changed
    20.1 --- a/rubygems/receipt	Wed Mar 02 01:22:28 2011 +0100
    20.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.3 @@ -1,33 +0,0 @@
    20.4 -# SliTaz package receipt.
    20.5 -
    20.6 -PACKAGE="rubygems"
    20.7 -VERSION="1.5.2"
    20.8 -CATEGORY="development"
    20.9 -SHORT_DESC="Rubx packages Manager."
   20.10 -MAINTAINER="pankso@slitaz.org"
   20.11 -TARBALL="$PACKAGE-$VERSION.tgz"
   20.12 -DEPENDS="ruby"
   20.13 -BUILD_DEPENDS="ruby"
   20.14 -WEB_SITE="http://www.rubygems.org/"
   20.15 -WGET_URL="http://production.cf.rubygems.org/rubygems/$TARBALL"
   20.16 -TAGS="ruby"
   20.17 -
   20.18 -# Rules to configure and make the package.
   20.19 -compile_rules()
   20.20 -{
   20.21 -	cd $src
   20.22 -	ruby setup.rb --prefix=/usr --destdir=$PWD/_pkg
   20.23 -}
   20.24 -
   20.25 -# Rules to gen a SliTaz package suitable for Tazpkg.
   20.26 -genpkg_rules()
   20.27 -{
   20.28 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   20.29 -	
   20.30 -	mkdir -p $fs/usr/lib/ruby/site_ruby/${RUBY_VERSION%.*} \
   20.31 -		$fs/usr/lib/ruby/gems/${RUBY_VERSION%.*}/cache \
   20.32 -		$fs/usr/lib/ruby/gems/${RUBY_VERSION%.*}/gems \
   20.33 -		$fs/usr/lib/ruby/gems/${RUBY_VERSION%.*}/specifications
   20.34 -	cp -a $_pkg/usr/lib/* $fs/usr/lib/ruby/site_ruby/${RUBY_VERSION%.*}
   20.35 -	cp -a $_pkg/usr/bin $fs/usr
   20.36 -}
    21.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.2 +++ b/scn/README	Wed Mar 02 13:26:27 2011 +0000
    21.3 @@ -0,0 +1,2 @@
    21.4 +Receipts folder is custom packages receipts for SliTaz network.
    21.5 +Note that All receipts was made for tazwok 3.1 and SliTaz 3.0.
    21.6 \ No newline at end of file
    22.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22.2 +++ b/scn/receipts/actionmailer/receipt	Wed Mar 02 13:26:27 2011 +0000
    22.3 @@ -0,0 +1,33 @@
    22.4 +# SliTaz package receipt.
    22.5 +
    22.6 +PACKAGE="actionmailer"
    22.7 +VERSION="2.3.5"
    22.8 +CATEGORY="system-tools"
    22.9 +SHORT_DESC="Simple, battle-tested conventions for building and testing MVC web applications."
   22.10 +MAINTAINER="erjo@slitaz.org"
   22.11 +DEPENDS="ruby actionpack"
   22.12 +BUILD_DEPENDS="rubygems"
   22.13 +TARBALL="$PACKAGE-$VERSION.gem"
   22.14 +WEB_SITE="http://rubygems.org/gems/actionmailer"
   22.15 +WGET_URL="http://rubygems.org/downloads/$TARBALL"
   22.16 +
   22.17 +# Rules to configure and make the package.
   22.18 +compile_rules()
   22.19 +{
   22.20 +	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   22.21 +	cd $src
   22.22 +
   22.23 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   22.24 +	gem install --no-rdoc --no-ri --ignore-dependencies \
   22.25 +		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   22.26 +}
   22.27 +
   22.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   22.29 +genpkg_rules()
   22.30 +{
   22.31 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   22.32 +	mkdir -p $fs/usr
   22.33 +	
   22.34 +	cp -a $_pkg/usr/lib $fs/usr
   22.35 +}
   22.36 +
    23.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    23.2 +++ b/scn/receipts/actionpack/receipt	Wed Mar 02 13:26:27 2011 +0000
    23.3 @@ -0,0 +1,32 @@
    23.4 +# SliTaz package receipt.
    23.5 +
    23.6 +PACKAGE="actionpack"
    23.7 +VERSION="2.3.5"
    23.8 +CATEGORY="system-tools"
    23.9 +SHORT_DESC="Simple, battle-tested conventions for building and testing MVC web applications."
   23.10 +MAINTAINER="erjo@slitaz.org"
   23.11 +DEPENDS="ruby activesupport"
   23.12 +DEPENDS="rubygems"
   23.13 +TARBALL="$PACKAGE-$VERSION.gem"
   23.14 +WEB_SITE="http://rubygems.org/gems/actionpack"
   23.15 +WGET_URL="http://rubygems.org/downloads/$TARBALL"
   23.16 +
   23.17 +# Rules to configure and make the package.
   23.18 +compile_rules()
   23.19 +{
   23.20 +	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   23.21 +	cd $src
   23.22 +
   23.23 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   23.24 +	gem install --no-rdoc --no-ri --ignore-dependencies \
   23.25 +		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   23.26 +}
   23.27 +
   23.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   23.29 +genpkg_rules()
   23.30 +{
   23.31 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   23.32 +	mkdir -p $fs/usr
   23.33 +	
   23.34 +	cp -a $_pkg/usr/lib $fs/usr
   23.35 +}
    24.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.2 +++ b/scn/receipts/activerecord/receipt	Wed Mar 02 13:26:27 2011 +0000
    24.3 @@ -0,0 +1,32 @@
    24.4 +# SliTaz package receipt.
    24.5 +
    24.6 +PACKAGE="activerecord"
    24.7 +VERSION="2.3.5"
    24.8 +CATEGORY="system-tools"
    24.9 +SHORT_DESC="Rich support for multibyte strings"
   24.10 +MAINTAINER="erjo@slitaz.org"
   24.11 +DEPENDS="ruby activesupport"
   24.12 +BUILD_DEPENDS="rubygems"
   24.13 +TARBALL="$PACKAGE-$VERSION.gem"
   24.14 +WEB_SITE="http://rubygems.org/gems/activesupport"
   24.15 +WGET_URL="http://rubygems.org/downloads/$TARBALL"
   24.16 +
   24.17 +# Rules to configure and make the package.
   24.18 +compile_rules()
   24.19 +{
   24.20 +	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   24.21 +	cd $src
   24.22 +
   24.23 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   24.24 +	gem install --no-rdoc --no-ri --ignore-dependencies \
   24.25 +		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   24.26 +}
   24.27 +
   24.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   24.29 +genpkg_rules()
   24.30 +{
   24.31 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   24.32 +	mkdir -p $fs/usr
   24.33 +	
   24.34 +	cp -a $_pkg/usr/lib $fs/usr
   24.35 +}
    25.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    25.2 +++ b/scn/receipts/activeresource/receipt	Wed Mar 02 13:26:27 2011 +0000
    25.3 @@ -0,0 +1,32 @@
    25.4 +# SliTaz package receipt.
    25.5 +
    25.6 +PACKAGE="activeresource"
    25.7 +VERSION="2.3.5"
    25.8 +CATEGORY="ddevelopment"
    25.9 +SHORT_DESC="REST on Rails."
   25.10 +MAINTAINER="erjo@slitaz.org"
   25.11 +DEPENDS="ruby activesupport"
   25.12 +BUID_DEPENDS="rubygems"
   25.13 +TARBALL="$PACKAGE-$VERSION.gem"
   25.14 +WEB_SITE="http://rubygems.org/gems/activeresource"
   25.15 +WGET_URL="http://rubygems.org/downloads/$TARBALL"
   25.16 +
   25.17 +# Rules to configure and make the package.
   25.18 +compile_rules()
   25.19 +{
   25.20 +	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   25.21 +	cd $src
   25.22 +
   25.23 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   25.24 +	gem install --no-rdoc --no-ri --ignore-dependencies \
   25.25 +		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   25.26 +}
   25.27 +
   25.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   25.29 +genpkg_rules()
   25.30 +{
   25.31 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   25.32 +	mkdir -p $fs/usr
   25.33 +	
   25.34 +	cp -a $_pkg/usr/lib $fs/usr
   25.35 +}
    26.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    26.2 +++ b/scn/receipts/activesupport/receipt	Wed Mar 02 13:26:27 2011 +0000
    26.3 @@ -0,0 +1,33 @@
    26.4 +# SliTaz package receipt.
    26.5 +
    26.6 +PACKAGE="activesupport"
    26.7 +VERSION="2.3.5"
    26.8 +CATEGORY="system-tools"
    26.9 +SHORT_DESC="Database tables mapping to Ruby classes"
   26.10 +MAINTAINER="erjo@slitaz.org"
   26.11 +DEPENDS="ruby"
   26.12 +BUILD_DEPENDS="rubygems"
   26.13 +TARBALL="$PACKAGE-$VERSION.gem"
   26.14 +WEB_SITE="http://rubygems.org/gems/activerecord"
   26.15 +WGET_URL="http://rubygems.org/downloads/$TARBALL"
   26.16 +
   26.17 +# Rules to configure and make the package.
   26.18 +compile_rules()
   26.19 +{
   26.20 +	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   26.21 +	#mv -f *.gem $PACKAGE-$VERSION	
   26.22 +	cd $src
   26.23 +	wget "http://rubygems.org/downloads/$TARBALL"
   26.24 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   26.25 +	gem install --no-rdoc --no-ri --install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $TARBALL
   26.26 +}
   26.27 +
   26.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   26.29 +genpkg_rules()
   26.30 +{
   26.31 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   26.32 +	mkdir -p $fs/usr
   26.33 +	
   26.34 +	cp -a $_pkg/usr/lib $fs/usr
   26.35 +}
   26.36 +
    27.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    27.2 +++ b/scn/receipts/daemon_controller/receipt	Wed Mar 02 13:26:27 2011 +0000
    27.3 @@ -0,0 +1,33 @@
    27.4 +# SliTaz package receipt.
    27.5 +
    27.6 +PACKAGE="daemon_controller"
    27.7 +VERSION="0.2.6"
    27.8 +CATEGORY="development"
    27.9 +SHORT_DESC="Daemon management for Ruby"
   27.10 +MAINTAINER="erjo@slitaz.org"
   27.11 +DEPENDS="ruby"
   27.12 +BUILD_DEPENDS="rubygems"
   27.13 +TARBALL="$PACKAGE-$VERSION.gem"
   27.14 +WEB_SITE="http://rubygems.org/gems/fastthread"
   27.15 +WGET_URL="http://rubygems.org/downloads/$TARBALL"
   27.16 +
   27.17 +# Rules to configure and make the package.
   27.18 +compile_rules()
   27.19 +{
   27.20 +	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   27.21 +	cd $src
   27.22 +
   27.23 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   27.24 +	gem install --no-rdoc --no-ri --ignore-dependencies \
   27.25 +		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   27.26 +}
   27.27 +
   27.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   27.29 +genpkg_rules()
   27.30 +{
   27.31 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   27.32 +	mkdir -p $fs/usr
   27.33 +	
   27.34 +	cp -a $_pkg/usr/lib $fs/usr
   27.35 +}
   27.36 +
    28.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    28.2 +++ b/scn/receipts/fastthread/receipt	Wed Mar 02 13:26:27 2011 +0000
    28.3 @@ -0,0 +1,34 @@
    28.4 +# SliTaz package receipt.
    28.5 +
    28.6 +PACKAGE="fastthread"
    28.7 +VERSION="1.0.7"
    28.8 +CATEGORY="developement"
    28.9 +SHORT_DESC="Optimized replacement for thread.rb primitives"
   28.10 +MAINTAINER="erjo@slitaz.org"
   28.11 +DEPENDS="ruby"
   28.12 +BUILD_DEPENDS="rubygems"
   28.13 +TARBALL="$PACKAGE-$VERSION.gem"
   28.14 +WEB_SITE="http://rubygems.org/gems/fastthread"
   28.15 +WGET_URL="http://rubygems.org/downloads/$TARBALL"
   28.16 +
   28.17 +# Rules to configure and make the package.
   28.18 +compile_rules()
   28.19 +{
   28.20 +	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   28.21 +	cd $src
   28.22 +
   28.23 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   28.24 +	gem install --no-rdoc --no-ri --ignore-dependencies \
   28.25 +		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   28.26 +}
   28.27 +
   28.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   28.29 +genpkg_rules()
   28.30 +{
   28.31 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   28.32 +	mkdir -p $fs/usr
   28.33 +	
   28.34 +	cp -a $_pkg/usr/lib $fs/usr
   28.35 +}
   28.36 +
   28.37 +
    29.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    29.2 +++ b/scn/receipts/file-tail/receipt	Wed Mar 02 13:26:27 2011 +0000
    29.3 @@ -0,0 +1,32 @@
    29.4 +# SliTaz package receipt.
    29.5 +
    29.6 +PACKAGE="file-tail"
    29.7 +VERSION="1.0.5"
    29.8 +CATEGORY="development"
    29.9 +SHORT_DESC="Library to tail files in Ruby"
   29.10 +MAINTAINER="erjo@slitaz.org"
   29.11 +DEPENDS="ruby spruz"
   29.12 +BUILD_DEPENDS="rubygems"
   29.13 +TARBALL="$PACKAGE-$VERSION.gem"
   29.14 +WEB_SITE="http://rubygems.org/gems/fastthread"
   29.15 +WGET_URL="http://rubygems.org/downloads/$TARBALL"
   29.16 +
   29.17 +# Rules to configure and make the package.
   29.18 +compile_rules()
   29.19 +{
   29.20 +	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   29.21 +	cd $src
   29.22 +
   29.23 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   29.24 +	gem install --no-rdoc --no-ri --ignore-dependencies \
   29.25 +		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   29.26 +}
   29.27 +
   29.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   29.29 +genpkg_rules()
   29.30 +{
   29.31 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   29.32 +	mkdir -p $fs/usr
   29.33 +	
   29.34 +	cp -a $_pkg/usr/lib $fs/usr
   29.35 +}
    30.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    30.2 +++ b/scn/receipts/passenger/receipt	Wed Mar 02 13:26:27 2011 +0000
    30.3 @@ -0,0 +1,42 @@
    30.4 +# SliTaz package receipt.
    30.5 +
    30.6 +PACKAGE="passenger"
    30.7 +VERSION="3.0.3"
    30.8 +CATEGORY="networking"
    30.9 +SHORT_DESC="Rails and Rack support for Apache2."
   30.10 +MAINTAINER="erjo@slitaz.org"
   30.11 +DEPENDS="ruby rake fastthread daemon_controller spruz file-tail rack apache"
   30.12 +BUILD_DEPENDS="apache apache-dev apr-dev rubygems rake"
   30.13 +TARBALL="$PACKAGE-$VERSION.gem"
   30.14 +WEB_SITE="http://rubygems.org/gems/passenger"
   30.15 +WGET_URL="http://rubygems.org/downloads/$TARBALL"
   30.16 +
   30.17 +# Rules to configure and make the package.
   30.18 +compile_rules()
   30.19 +{
   30.20 +	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   30.21 +	cd $src
   30.22 +
   30.23 +	gem install --no-rdoc --no-ri --ignore-dependencies \
   30.24 +		--install-dir $PWD/ $SOURCES_REPOSITORY/$TARBALL
   30.25 +		
   30.26 +	# Build Apache module
   30.27 +	cd 	gems/$PACKAGE-$VERSION/
   30.28 +	rake fakeroot APXS2=/usr/bin/apxs USE_VENDORED_LIBEV=no RELEASE=yes \
   30.29 +		APR_CONFIG=/usr/bin/apr-1-config APU_CONFIG=/usr/bin/apu-1-config
   30.30 +}
   30.31 +
   30.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
   30.33 +genpkg_rules()
   30.34 +{
   30.35 +	mkdir -p $fs/usr/share $fs/var/run/passenger $fs/etc/apache/conf.d
   30.36 +	
   30.37 +	cp -a stuff/passenger.conf $fs/etc/apache/conf.d
   30.38 +	cp -a $src/gems/$PACKAGE-$VERSION/pkg/fakeroot/usr/bin $fs/usr
   30.39 +	cp -a $src/gems/$PACKAGE-$VERSION/pkg/fakeroot/usr/sbin $fs/usr
   30.40 +	cp -a $src/gems/$PACKAGE-$VERSION/pkg/fakeroot/usr/lib $fs/usr
   30.41 +	cp -a $src/gems/$PACKAGE-$VERSION/pkg/fakeroot/usr/share/phusion-passenger $fs/usr/share
   30.42 +	
   30.43 +	# Clean-up
   30.44 +	rm -rf $fs/usr/share/phusion-passenger/source
   30.45 +}
    31.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    31.2 +++ b/scn/receipts/passenger/stuff/passenger.conf	Wed Mar 02 13:26:27 2011 +0000
    31.3 @@ -0,0 +1,10 @@
    31.4 +LoadModule passenger_module /usr/lib/apache2/modules/mod_passenger.so
    31.5 +
    31.6 +<IfModule mod_passenger.c>       
    31.7 +   PassengerRoot /usr/lib/ruby/1.8/phusion_passenger
    31.8 +   PassengerRuby /usr/bin/ruby
    31.9 +   PassengerUserSwitching off
   31.10 +   PassengerDefaultUser www
   31.11 +   PassengerUseGlobalQueue on
   31.12 +   PassengerRestartDir  /var/run/passenger
   31.13 +</IfModule>
    32.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    32.2 +++ b/scn/receipts/rack/receipt	Wed Mar 02 13:26:27 2011 +0000
    32.3 @@ -0,0 +1,32 @@
    32.4 +# SliTaz package receipt.
    32.5 +
    32.6 +PACKAGE="rack"
    32.7 +VERSION="1.0.1"
    32.8 +CATEGORY="networking"
    32.9 +SHORT_DESC="Webserver Interface for Ruby"
   32.10 +MAINTAINER="erjo@slitaz.org"
   32.11 +DEPENDS="ruby activerecord"
   32.12 +BUILD_DEPENDS="rubygems"
   32.13 +TARBALL="$PACKAGE-$VERSION.gem"
   32.14 +WEB_SITE="http://rack.rubyforge.org/"
   32.15 +WGET_URL="http://rubyforge.org/frs/download.php/65735/$TARBALL"
   32.16 +
   32.17 +# Rules to configure and make the package.
   32.18 +compile_rules()
   32.19 +{
   32.20 +	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   32.21 +	cd $src
   32.22 +
   32.23 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   32.24 +	gem install --no-rdoc --no-ri --ignore-dependencies \
   32.25 +		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   32.26 +}
   32.27 +
   32.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   32.29 +genpkg_rules()
   32.30 +{
   32.31 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   32.32 +	mkdir -p $fs/usr
   32.33 +	
   32.34 +	cp -a $_pkg/usr/lib $fs/usr
   32.35 +}
    33.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    33.2 +++ b/scn/receipts/rails/receipt	Wed Mar 02 13:26:27 2011 +0000
    33.3 @@ -0,0 +1,32 @@
    33.4 +# SliTaz package receipt.
    33.5 +
    33.6 +PACKAGE="rails"
    33.7 +VERSION="2.3.5"
    33.8 +CATEGORY="ddevelopment"
    33.9 +SHORT_DESC="REST on Rails."
   33.10 +MAINTAINER="erjo@slitaz.org"
   33.11 +DEPENDS="ruby actionmailer activeresource activerecord actionpack activesupport"
   33.12 +BUILD_DEPENDS="rubygems"
   33.13 +TARBALL="$PACKAGE-$VERSION.gem"
   33.14 +WEB_SITE="http://rubygems.org/gems/rails"
   33.15 +WGET_URL="http://rubygems.org/downloads/$TARBALL"
   33.16 +
   33.17 +# Rules to configure and make the package.
   33.18 +compile_rules()
   33.19 +{
   33.20 +	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   33.21 +	cd $src
   33.22 +
   33.23 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   33.24 +	gem install --no-rdoc --no-ri --ignore-dependencies \
   33.25 +		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   33.26 +}
   33.27 +
   33.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   33.29 +genpkg_rules()
   33.30 +{
   33.31 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   33.32 +	mkdir -p $fs/usr
   33.33 +	
   33.34 +	cp -a $_pkg/usr/lib $fs/usr
   33.35 +}
    34.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    34.2 +++ b/scn/receipts/rake/process.log	Wed Mar 02 13:26:27 2011 +0000
    34.3 @@ -0,0 +1,7 @@
    34.4 +date 20110301 23:18:50
    34.5 +package rake (compile)
    34.6 +untaring rake-0.8.7.gem
    34.7 +executing compile_rules
    34.8 +compilation done : 20110301 23:18:50
    34.9 +executing genpkg_rules
   34.10 +rake-0.8.7.tazpkg (done)
    35.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    35.2 +++ b/scn/receipts/rb-i18n/receipt	Wed Mar 02 13:26:27 2011 +0000
    35.3 @@ -0,0 +1,34 @@
    35.4 +# SliTaz package receipt.
    35.5 +
    35.6 +PACKAGE="rb-i18n"
    35.7 +VERSION="0.5.0"
    35.8 +CATEGORY="development"
    35.9 +SHORT_DESC="Internationalization support for Ruby."
   35.10 +MAINTAINER="erjo@slitaz.org"
   35.11 +DEPENDS="ruby activesupport"
   35.12 +BUID_DEPENDS="rubygems"
   35.13 +SOURCE="i18n"
   35.14 +TARBALL="$SOURCE-$VERSION.gem"
   35.15 +WEB_SITE="http://rubygems.org/gems/activeresource"
   35.16 +WGET_URL="http://rubygems.org/downloads/$TARBALL"
   35.17 +
   35.18 +# Rules to configure and make the package.
   35.19 +compile_rules()
   35.20 +{
   35.21 +	[ -d $SOURCE-$VERSION ] || mkdir $SOURCE-$VERSION
   35.22 +	cd $src
   35.23 +
   35.24 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   35.25 +	gem install --no-rdoc --no-ri --ignore-dependencies \
   35.26 +		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   35.27 +}
   35.28 +
   35.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
   35.30 +genpkg_rules()
   35.31 +{
   35.32 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   35.33 +	mkdir -p $fs/usr
   35.34 +	
   35.35 +	cp -a $_pkg/usr/lib $fs/usr
   35.36 +}
   35.37 +
    36.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    36.2 +++ b/scn/receipts/rb-mysql/receipt	Wed Mar 02 13:26:27 2011 +0000
    36.3 @@ -0,0 +1,35 @@
    36.4 +# SliTaz package receipt.
    36.5 +
    36.6 +PACKED_SIZE="4.0k"
    36.7 +UNPACKED_SIZE="4.0k"
    36.8 +PACKAGE="rb-mysql"
    36.9 +VERSION="2.8.1"
   36.10 +CATEGORY="development"
   36.11 +SHORT_DESC="MySQL API module for Ruby"
   36.12 +MAINTAINER="erjo@slitaz.org"
   36.13 +DEPENDS="ruby  libmysqlclient"
   36.14 +SOURCE="mysql"
   36.15 +BUILD_DEPENDS="mysql-dev rubygems"
   36.16 +TARBALL="$SOURCE-$VERSION.gem"
   36.17 +WEB_SITE="http://rubygems.org/gems/mysql"
   36.18 +WGET_URL="http://rubygems.org/downloads/$TARBALL"
   36.19 +
   36.20 +# Rules to configure and make the package.
   36.21 +compile_rules()
   36.22 +{
   36.23 +	[ -d $SOURCE-$VERSION ] || mkdir $SOURCE-$VERSION
   36.24 +	cd $src
   36.25 +
   36.26 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   36.27 +	gem install --no-rdoc --no-ri --ignore-dependencies \
   36.28 +		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   36.29 +}
   36.30 +
   36.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
   36.32 +genpkg_rules()
   36.33 +{
   36.34 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   36.35 +	mkdir -p $fs/usr
   36.36 +	
   36.37 +	cp -a $_pkg/usr/lib $fs/usr
   36.38 +}
    37.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    37.2 +++ b/scn/receipts/ruby/receipt	Wed Mar 02 13:26:27 2011 +0000
    37.3 @@ -0,0 +1,37 @@
    37.4 +# SliTaz package receipt.
    37.5 +
    37.6 +PACKAGE="ruby"
    37.7 +VERSION="1.8.7-p72"
    37.8 +CATEGORY="development"
    37.9 +SHORT_DESC="Dynamic programming language focused on simplicity and productivity."
   37.10 +MAINTAINER="pankso@slitaz.org"
   37.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   37.12 +WEB_SITE="http://www.ruby-lang.org/"
   37.13 +WGET_URL="ftp://ftp.ruby-lang.org/pub/ruby/1.8/$TARBALL"
   37.14 +DEPENDS="libdb ncurses libssl readline zlib gdbm"
   37.15 +SUGGESTED="tk xorg-libXss"
   37.16 +TAGS="ruby language programming"
   37.17 +
   37.18 +# Rules to configure and make the package.
   37.19 +compile_rules()
   37.20 +{
   37.21 +	cd $src
   37.22 +	./configure \
   37.23 +		--prefix=/usr \
   37.24 +		--infodir=/usr/share/info \
   37.25 +		--mandir=/usr/share/man \
   37.26 +		$CONFIGURE_ARGS &&
   37.27 +	make &&
   37.28 +	make DESTDIR=$PWD/_pkg install
   37.29 +}
   37.30 +
   37.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
   37.32 +genpkg_rules()
   37.33 +{
   37.34 +	mkdir -p $fs/usr/lib
   37.35 +	cp -a $_pkg/usr/lib/ruby $fs/usr/lib
   37.36 +	cp -a $_pkg/usr/bin $fs/usr
   37.37 +	
   37.38 +	# Remove devel files --> ruby-dev
   37.39 +	rm $fs/usr/lib/ruby/1.8/i486-linux/*.h
   37.40 +}
    38.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    38.2 +++ b/scn/receipts/ruby/stuff/ruby.desktop	Wed Mar 02 13:26:27 2011 +0000
    38.3 @@ -0,0 +1,8 @@
    38.4 +[Desktop Entry]
    38.5 +Encoding=UTF-8
    38.6 +Name=Ruby interpreter
    38.7 +Terminal=false
    38.8 +Exec=xterm -e irb
    38.9 +Icon=ruby.png
   38.10 +Type=Application
   38.11 +Categories=Development;
    39.1 Binary file scn/receipts/ruby/stuff/ruby.png has changed
    40.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    40.2 +++ b/scn/receipts/rubygems/receipt	Wed Mar 02 13:26:27 2011 +0000
    40.3 @@ -0,0 +1,33 @@
    40.4 +# SliTaz package receipt.
    40.5 +
    40.6 +PACKAGE="rubygems"
    40.7 +VERSION="1.5.2"
    40.8 +CATEGORY="development"
    40.9 +SHORT_DESC="Rubx packages Manager."
   40.10 +MAINTAINER="pankso@slitaz.org"
   40.11 +TARBALL="$PACKAGE-$VERSION.tgz"
   40.12 +DEPENDS="ruby"
   40.13 +BUILD_DEPENDS="ruby"
   40.14 +WEB_SITE="http://www.rubygems.org/"
   40.15 +WGET_URL="http://production.cf.rubygems.org/rubygems/$TARBALL"
   40.16 +TAGS="ruby"
   40.17 +
   40.18 +# Rules to configure and make the package.
   40.19 +compile_rules()
   40.20 +{
   40.21 +	cd $src
   40.22 +	ruby setup.rb --prefix=/usr --destdir=$PWD/_pkg
   40.23 +}
   40.24 +
   40.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
   40.26 +genpkg_rules()
   40.27 +{
   40.28 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   40.29 +	
   40.30 +	mkdir -p $fs/usr/lib/ruby/site_ruby/${RUBY_VERSION%.*} \
   40.31 +		$fs/usr/lib/ruby/gems/${RUBY_VERSION%.*}/cache \
   40.32 +		$fs/usr/lib/ruby/gems/${RUBY_VERSION%.*}/gems \
   40.33 +		$fs/usr/lib/ruby/gems/${RUBY_VERSION%.*}/specifications
   40.34 +	cp -a $_pkg/usr/lib/* $fs/usr/lib/ruby/site_ruby/${RUBY_VERSION%.*}
   40.35 +	cp -a $_pkg/usr/bin $fs/usr
   40.36 +}
    41.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    41.2 +++ b/scn/receipts/spruz/receipt	Wed Mar 02 13:26:27 2011 +0000
    41.3 @@ -0,0 +1,34 @@
    41.4 +# SliTaz package receipt.
    41.5 +
    41.6 +PACKAGE="spruz"
    41.7 +VERSION="0.2.5"
    41.8 +CATEGORY="development"
    41.9 +SHORT_DESC="All the stuff that isn't good/big enough for a real library."
   41.10 +MAINTAINER="erjo@slitaz.org"
   41.11 +DEPENDS="ruby"
   41.12 +BUILD_DEPENDS="rubygems"
   41.13 +TARBALL="$PACKAGE-$VERSION.gem"
   41.14 +WEB_SITE="http://rubygems.org/gems/fastthread"
   41.15 +WGET_URL="http://rubygems.org/downloads/$TARBALL"
   41.16 +
   41.17 +# Rules to configure and make the package.
   41.18 +compile_rules()
   41.19 +{
   41.20 +	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   41.21 +	cd $src
   41.22 +
   41.23 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   41.24 +	
   41.25 +	gem install --no-rdoc --no-ri --ignore-dependencies \
   41.26 +		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   41.27 +}
   41.28 +
   41.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
   41.30 +genpkg_rules()
   41.31 +{
   41.32 +	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   41.33 +	mkdir -p $fs/usr
   41.34 +	
   41.35 +	cp -a $_pkg/usr/lib $fs/usr
   41.36 +}
   41.37 +
    42.1 --- a/spruz/receipt	Wed Mar 02 01:22:28 2011 +0100
    42.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    42.3 @@ -1,34 +0,0 @@
    42.4 -# SliTaz package receipt.
    42.5 -
    42.6 -PACKAGE="spruz"
    42.7 -VERSION="0.2.5"
    42.8 -CATEGORY="development"
    42.9 -SHORT_DESC="All the stuff that isn't good/big enough for a real library."
   42.10 -MAINTAINER="erjo@slitaz.org"
   42.11 -DEPENDS="ruby"
   42.12 -BUILD_DEPENDS="rubygems"
   42.13 -TARBALL="$PACKAGE-$VERSION.gem"
   42.14 -WEB_SITE="http://rubygems.org/gems/fastthread"
   42.15 -WGET_URL="http://rubygems.org/downloads/$TARBALL"
   42.16 -
   42.17 -# Rules to configure and make the package.
   42.18 -compile_rules()
   42.19 -{
   42.20 -	[ -d $PACKAGE-$VERSION ] || mkdir $PACKAGE-$VERSION
   42.21 -	cd $src
   42.22 -
   42.23 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   42.24 -	
   42.25 -	gem install --no-rdoc --no-ri --ignore-dependencies \
   42.26 -		--install-dir $PWD/_pkg/usr/lib/ruby/gems/${RUBY_VERSION%.*} $SOURCES_REPOSITORY/$TARBALL
   42.27 -}
   42.28 -
   42.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
   42.30 -genpkg_rules()
   42.31 -{
   42.32 -	RUBY_VERSION="$(ruby -e 'print RUBY_VERSION')"
   42.33 -	mkdir -p $fs/usr
   42.34 -	
   42.35 -	cp -a $_pkg/usr/lib $fs/usr
   42.36 -}
   42.37 -