summaryrefslogtreecommitdiff
path: root/data/ruby
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-02 02:54:43 +0000
committerJay Freeman <saurik@saurik.com>2008-01-02 02:54:43 +0000
commit7fe4faa796d3393f6a806c3ebb56c0a2792c1144 (patch)
tree9565d87578116d8cdb2d1577085bd6e9f3f04853 /data/ruby
parent0673535c576267adb537935c02917a526166442d (diff)
Now serving 100 packages, fixed gzip priority/dependents, and moved subversion to versioning.
git-svn-id: http://svn.telesphoreo.org/trunk@8 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/ruby')
-rw-r--r--data/ruby/_metadata/description2
-rw-r--r--data/ruby/_metadata/license56
l---------data/ruby/_metadata/maintainer1
-rw-r--r--data/ruby/_metadata/priority1
-rw-r--r--data/ruby/_metadata/section1
-rw-r--r--data/ruby/_metadata/version1
-rw-r--r--data/ruby/make.sh8
-rw-r--r--data/ruby/ruby-1.9.0-0.tar.gzbin0 -> 5923616 bytes
-rw-r--r--data/ruby/tools.diff30
9 files changed, 100 insertions, 0 deletions
diff --git a/data/ruby/_metadata/description b/data/ruby/_metadata/description
new file mode 100644
index 000000000..005d9a0c9
--- /dev/null
+++ b/data/ruby/_metadata/description
@@ -0,0 +1,2 @@
+this package isn't described yet
+This package, which I'm certain is incredibly interesting, has yet to be described. This is probably because Jay has spent days getting all kinds of bookkeeping issues, like copyright notifications, all in their correct places, and descriptions just aren't the most important thing he could be working on. If this is a problem, please come back later.
diff --git a/data/ruby/_metadata/license b/data/ruby/_metadata/license
new file mode 100644
index 000000000..9043404a8
--- /dev/null
+++ b/data/ruby/_metadata/license
@@ -0,0 +1,56 @@
+Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
+You can redistribute it and/or modify it under either the terms of the GPL
+version 2 (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.
+
+ 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.
+
+ 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.
diff --git a/data/ruby/_metadata/maintainer b/data/ruby/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/ruby/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/ruby/_metadata/priority b/data/ruby/_metadata/priority
new file mode 100644
index 000000000..134d9bc32
--- /dev/null
+++ b/data/ruby/_metadata/priority
@@ -0,0 +1 @@
+optional
diff --git a/data/ruby/_metadata/section b/data/ruby/_metadata/section
new file mode 100644
index 000000000..463a353df
--- /dev/null
+++ b/data/ruby/_metadata/section
@@ -0,0 +1 @@
+programming
diff --git a/data/ruby/_metadata/version b/data/ruby/_metadata/version
new file mode 100644
index 000000000..1b2c3b824
--- /dev/null
+++ b/data/ruby/_metadata/version
@@ -0,0 +1 @@
+1.9.0-0
diff --git a/data/ruby/make.sh b/data/ruby/make.sh
new file mode 100644
index 000000000..6618a55da
--- /dev/null
+++ b/data/ruby/make.sh
@@ -0,0 +1,8 @@
+pkg:extract
+cd *
+pkg:patch
+autoconf
+pkg:configure ac_cv_func_setpgrp_void=yes rb_cv_stack_grow_dir=-1 --disable-rpath --enable-shared
+make
+pkg:install
+pkg: rm -rf /usr/share
diff --git a/data/ruby/ruby-1.9.0-0.tar.gz b/data/ruby/ruby-1.9.0-0.tar.gz
new file mode 100644
index 000000000..8e2896f19
--- /dev/null
+++ b/data/ruby/ruby-1.9.0-0.tar.gz
Binary files differ
diff --git a/data/ruby/tools.diff b/data/ruby/tools.diff
new file mode 100644
index 000000000..5dc451bb1
--- /dev/null
+++ b/data/ruby/tools.diff
@@ -0,0 +1,30 @@
+diff -r -u ruby-1.9.0-0/configure.in ruby-1.9.0-0+iPhone/configure.in
+--- ruby-1.9.0-0/configure.in 2007-12-25 13:55:45.000000000 +0000
++++ ruby-1.9.0-0+iPhone/configure.in 2008-01-01 22:44:55.000000000 +0000
+@@ -1124,7 +1124,7 @@
+ rhapsody*) : ${LDSHARED='cc -dynamic -bundle -undefined suppress'}
+ : ${LDFLAGS=""}
+ rb_cv_dlopen=yes ;;
+- darwin*) : ${LDSHARED='cc -dynamic -bundle -undefined suppress -flat_namespace'}
++ darwin*) : ${LDSHARED='$(CC) -dynamic -bundle -undefined suppress -flat_namespace'}
+ : ${LDFLAGS=""}
+ : ${LIBPATHENV=DYLD_LIBRARY_PATH}
+ rb_cv_dlopen=yes ;;
+@@ -1270,7 +1270,7 @@
+ rhapsody*)
+ STRIP='strip -A -n';;
+ darwin*)
+- STRIP='strip -A -n';;
++ STRIP='arm-apple-darwin-strip -A -n';;
+ esac
+
+ EXTSTATIC=
+@@ -1462,7 +1462,7 @@
+ ;;
+ darwin*)
+ LIBRUBY_SO='lib$(RUBY_SO_NAME).$(MAJOR).$(MINOR).$(TEENY).dylib'
+- LIBRUBY_LDSHARED='cc -dynamiclib -undefined suppress -flat_namespace'
++ LIBRUBY_LDSHARED='$(CC) -dynamiclib -undefined suppress -flat_namespace'
+ LIBRUBY_DLDFLAGS='-install_name $(libdir)/lib$(RUBY_SO_NAME).dylib -current_version $(MAJOR).$(MINOR).$(TEENY) -compatibility_version $(MAJOR).$(MINOR)'
+ LIBRUBY_ALIASES='lib$(RUBY_SO_NAME).$(MAJOR).$(MINOR).dylib lib$(RUBY_SO_NAME).dylib'
+ ;;