Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (f56942dd1a046ad8e7be3cecc2d7d95ea6071890)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (f56942dd1a046ad8e7be3cecc2d7d95ea6071890)
  • Date: Wed, 23 Jan 2008 09:30:44 -0600

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 5 +++++
ruby-raa/image_size/DEPENDS | 1 +
ruby-raa/image_size/DETAILS | 20 ++++++++++++++++++++
ruby-raa/image_size/HISTORY | 3 +++
ruby-raa/wxruby/DEPENDS | 4 ++++
ruby-raa/wxruby/DETAILS | 16 ++++++++++++++++
ruby-raa/wxruby/HISTORY | 18 ++++++++++++++++++
x11-toolkits/wxruby/BUILD | 1 -
x11-toolkits/wxruby/DEPENDS | 4 ----
x11-toolkits/wxruby/DETAILS | 16 ----------------
x11-toolkits/wxruby/HISTORY | 14 --------------
x11-toolkits/wxruby/INSTALL | 1 -
12 files changed, 67 insertions(+), 36 deletions(-)

New commits:
commit cebcfe1e44689b28d6f1219d008cc06f65507490
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

wxruby: removed BUILD, INSTALL, fixed license

commit 3348e334e60ca51a6dde2820980a6bc560c885d7
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

wxruby: moved from x11-toolkits to ruby-raa

commit a5bfe0dd8c71aa68585e7b699daeb23b1d771346
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

image_size: added, fixes bug14081

diff --git a/ChangeLog b/ChangeLog
index 46e25b7..ce12a58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-23 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * ruby-raa/image_size: new spell, ruby_image size module
+ * x11-toolkits/wxruby: moved to ruby-raa
+ * ruby-raa/wxruby: moved from x11-toolkits
+
2008-01-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* x11-toolkits/wxruby: a GUI toolkit for Ruby #14194 (by linuxfan)
* kde-apps/basket: a feature rich note taking app for KDE #14186 (by
ilj)
diff --git a/ruby-raa/image_size/DEPENDS b/ruby-raa/image_size/DEPENDS
new file mode 100755
index 0000000..6006202
--- /dev/null
+++ b/ruby-raa/image_size/DEPENDS
@@ -0,0 +1 @@
+depends ruby
diff --git a/ruby-raa/image_size/DETAILS b/ruby-raa/image_size/DETAILS
new file mode 100755
index 0000000..8d7a9ce
--- /dev/null
+++ b/ruby-raa/image_size/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=image_size
+ VERSION=0.1.1
+ SOURCE="imagesize-${VERSION}.tgz"
+ SOURCE_URL[0]=http://rubyforge.org/frs/download.php/20763/${SOURCE}
+
SOURCE_HASH=sha512:ee928ad2162dc457f9a83237eae20c97b59b6d83b16f2dcf4bcfb835cca46c93e675d9582eb7148b1fe8d1611ee99fe303e9d8b52806ee15f93d5baa544e1ab1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/imagesize-${VERSION}"
+ WEB_SITE="http://imagesize.rubyforge.org/";
+ LICENSE[0]=RUBY
+ ENTERED=20080116
+ SHORT="measure image size(GIF, PNG, JPEG ,,, etc)"
+cat << EOF
+measure image (GIF, PNG, JPEG ,,, etc) size
code by Pure Ruby
+["PCX", "PSD", "XPM", "TIFF",
+"XBM", "PGM", "PBM", "PPM",
+"BMP", "JPEG", "PNG", "GIF",
+"SWF"]
+
+ Versions: [20040618 (2007-04-24)]
+ [20030420 (2003-04-20)]
+EOF
diff --git a/ruby-raa/image_size/HISTORY b/ruby-raa/image_size/HISTORY
new file mode 100644
index 0000000..8b61b76
--- /dev/null
+++ b/ruby-raa/image_size/HISTORY
@@ -0,0 +1,3 @@
+2008-01-16 Andraž ruskie Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/ruby-raa/wxruby/DEPENDS b/ruby-raa/wxruby/DEPENDS
new file mode 100755
index 0000000..1918cce
--- /dev/null
+++ b/ruby-raa/wxruby/DEPENDS
@@ -0,0 +1,4 @@
+depends wxgtk &&
+depends ruby &&
+depends rake &&
+depends swig
diff --git a/ruby-raa/wxruby/DETAILS b/ruby-raa/wxruby/DETAILS
new file mode 100755
index 0000000..5ec5d61
--- /dev/null
+++ b/ruby-raa/wxruby/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=wxruby
+ VERSION=1.9.4
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://rubyforge.org/frs/download.php/30865/$SOURCE
+
SOURCE_HASH=sha512:d84b42b2e4e3bc3ac57f34af0b33b95178efcbbe07e25105667a5d46e96688e7f95702797e4b81d1bce294f90b769d1a98e94c64dd742a3b30c3a4f3ede8ad03
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://wxruby.rubyforge.org";
+ LICENSE[0]=MIT
+ ENTERED=20080122
+ SHORT="an open source GUI toolkit for the [Ruby] programming
language"
+cat << EOF
+wxRuby is an open source GUI toolkit for the [Ruby] programming language. It
+allows native-looking desktop applications to be written for Windows, OS X,
+Linux GTK and other platforms using only Ruby. It's based on the
cross-platform
+[wxWidgets] C++ GUI framework.
+EOF
diff --git a/ruby-raa/wxruby/HISTORY b/ruby-raa/wxruby/HISTORY
new file mode 100644
index 0000000..492f18d
--- /dev/null
+++ b/ruby-raa/wxruby/HISTORY
@@ -0,0 +1,18 @@
+2008-01-23 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * BUILD, INSTALL: removed no longer needed
+ * DETAILS: MIT/XCL license
+
+2008-01-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: fixed long description wrap
+
+2008-01-22 linuxfan <demaillists AT comcast.net>
+ * PRE_BUILD, wxruby-1.9.2-smgl.patch: removed for 1.9.4
+ * DETAILS: changed version to 1.9.4
+
+2008-01-01 linuxfan <demaillists AT comcast.net>
+ * PRE_BUILD: created and added patch to make it work
+
+2008-01-01 linuxfan <demaillists AT comcast.net>
+ * BUILD, INSTALL: added rake, rake install
+ * DEPENDS, DETAILS: spell created
+
diff --git a/x11-toolkits/wxruby/BUILD b/x11-toolkits/wxruby/BUILD
deleted file mode 100755
index c4acd99..0000000
--- a/x11-toolkits/wxruby/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-rake
diff --git a/x11-toolkits/wxruby/DEPENDS b/x11-toolkits/wxruby/DEPENDS
deleted file mode 100755
index 1918cce..0000000
--- a/x11-toolkits/wxruby/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends wxgtk &&
-depends ruby &&
-depends rake &&
-depends swig
diff --git a/x11-toolkits/wxruby/DETAILS b/x11-toolkits/wxruby/DETAILS
deleted file mode 100755
index 64b65f7..0000000
--- a/x11-toolkits/wxruby/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- SPELL=wxruby
- VERSION=1.9.4
- SOURCE="$SPELL-$VERSION.tar.gz"
- SOURCE_URL[0]=http://rubyforge.org/frs/download.php/30865/$SOURCE
-
SOURCE_HASH=sha512:d84b42b2e4e3bc3ac57f34af0b33b95178efcbbe07e25105667a5d46e96688e7f95702797e4b81d1bce294f90b769d1a98e94c64dd742a3b30c3a4f3ede8ad03
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE="http://wxruby.rubyforge.org";
- LICENSE[0]=wxruby
- ENTERED=20080122
- SHORT="an open source GUI toolkit for the [Ruby] programming
language"
-cat << EOF
-wxRuby is an open source GUI toolkit for the [Ruby] programming language. It
-allows native-looking desktop applications to be written for Windows, OS X,
-Linux GTK and other platforms using only Ruby. It's based on the
cross-platform
-[wxWidgets] C++ GUI framework.
-EOF
diff --git a/x11-toolkits/wxruby/HISTORY b/x11-toolkits/wxruby/HISTORY
deleted file mode 100644
index 1e21e27..0000000
--- a/x11-toolkits/wxruby/HISTORY
+++ /dev/null
@@ -1,14 +0,0 @@
-2008-01-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * DETAILS: fixed long description wrap
-
-2008-01-22 linuxfan <demaillists AT comcast.net>
- * PRE_BUILD, wxruby-1.9.2-smgl.patch: removed for 1.9.4
- * DETAILS: changed version to 1.9.4
-
-2008-01-01 linuxfan <demaillists AT comcast.net>
- * PRE_BUILD: created and added patch to make it work
-
-2008-01-01 linuxfan <demaillists AT comcast.net>
- * BUILD, INSTALL: added rake, rake install
- * DEPENDS, DETAILS: spell created
-
diff --git a/x11-toolkits/wxruby/INSTALL b/x11-toolkits/wxruby/INSTALL
deleted file mode 100755
index eb28b89..0000000
--- a/x11-toolkits/wxruby/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-rake install



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (f56942dd1a046ad8e7be3cecc2d7d95ea6071890), Andraž Levstik, 01/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page