pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ruby-opengl Update ruby-opengl package to 0.32f.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbf322e87e93
branches:  trunk
changeset: 484605:cbf322e87e93
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Nov 28 14:55:00 2004 +0000

description:
Update ruby-opengl package to 0.32f.

2004-07-17  <yoshi%giganet.net@localhost>

        * fixed marks callback function (thanks patch: nobu.nokada%softhome.net@localhost)

2004-07-10  <yoshi%giganet.net@localhost>

        * fixed ReadPixels bug (thanks patch: Alvin Schur)

        * fixed GLUT font constats(thanks patch: Alvin Schur)

2004-02-28  <yoshi%giganet.net@localhost>

        * fixed SubWindow bug (thanks patch: HATAKEYAMA Motohiko)

        * add COPYRIGHT file

        * fixed sample (thanks patch: Matthias Neeracher)

2003-10-12  <yoshi%giganet.net@localhost>

        * fixed nurbs bug (thanks patch: Ashish Myles)

2003-10-12  <yoshi%giganet.net@localhost>

        * fixed submenu bug (thanks bug report: Daniel Amelang)

        * fixed for cygwin 1.5.5 (???)

diffstat:

 graphics/ruby-opengl/Makefile |  4 ++--
 graphics/ruby-opengl/PLIST    |  4 +++-
 graphics/ruby-opengl/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (55 lines):

diff -r a63dcae6ca40 -r cbf322e87e93 graphics/ruby-opengl/Makefile
--- a/graphics/ruby-opengl/Makefile     Sun Nov 28 14:49:20 2004 +0000
+++ b/graphics/ruby-opengl/Makefile     Sun Nov 28 14:55:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/11/27 16:13:35 taca Exp $
+# $NetBSD: Makefile,v 1.15 2004/11/28 14:55:00 taca Exp $
 # FreeBSD: ports/graphics/ruby-opengl/Makefile,v 1.4 2000/09/26 08:01:58 knu Exp
 
 DISTNAME=      rbogl-${VERSION}
@@ -14,7 +14,7 @@
 USE_RUBY_EXTCONF=      yes
 USE_X11=               yes
 WRKSRC=                        ${WRKDIR}/opengl-${VERSION}
-VERSION=               0.32c
+VERSION=               0.32f
 INSTALL_TARGET=                site-install
 CONFIGURE_ARGS+=       --with-ruby-dir="${LOCALBASE}" \
                        --with-x11-dir="${X11BASE}"
diff -r a63dcae6ca40 -r cbf322e87e93 graphics/ruby-opengl/PLIST
--- a/graphics/ruby-opengl/PLIST        Sun Nov 28 14:49:20 2004 +0000
+++ b/graphics/ruby-opengl/PLIST        Sun Nov 28 14:55:00 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/01/20 03:54:56 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/11/28 14:55:00 taca Exp $
 ${RUBY_SITEARCHLIBDIR}/glut.so
 ${RUBY_SITEARCHLIBDIR}/opengl.so
 ${RUBY_EXAMPLESDIR}/opengl/aaindex.rb
@@ -21,6 +21,7 @@
 ${RUBY_EXAMPLESDIR}/opengl/feedback.rb
 ${RUBY_EXAMPLESDIR}/opengl/fog.rb
 ${RUBY_EXAMPLESDIR}/opengl/font.rb
+${RUBY_EXAMPLESDIR}/opengl/font-glut.rb
 ${RUBY_EXAMPLESDIR}/opengl/hello.rb
 ${RUBY_EXAMPLESDIR}/opengl/image.rb
 ${RUBY_EXAMPLESDIR}/opengl/jitter.rb
@@ -34,6 +35,7 @@
 ${RUBY_EXAMPLESDIR}/opengl/plane.rb
 ${RUBY_EXAMPLESDIR}/opengl/planet.rb
 ${RUBY_EXAMPLESDIR}/opengl/quadric.rb
+${RUBY_EXAMPLESDIR}/opengl/readpixel.rb
 ${RUBY_EXAMPLESDIR}/opengl/robot.rb
 ${RUBY_EXAMPLESDIR}/opengl/select.rb
 ${RUBY_EXAMPLESDIR}/opengl/smooth.rb
diff -r a63dcae6ca40 -r cbf322e87e93 graphics/ruby-opengl/distinfo
--- a/graphics/ruby-opengl/distinfo     Sun Nov 28 14:49:20 2004 +0000
+++ b/graphics/ruby-opengl/distinfo     Sun Nov 28 14:55:00 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/10/06 16:17:02 taca Exp $
+$NetBSD: distinfo,v 1.4 2004/11/28 14:55:00 taca Exp $
 
-SHA1 (ruby/rbogl-0.32c.tar.gz) = 36d257d8c4c787b1bfc4191b50937998d8cadc52
-Size (ruby/rbogl-0.32c.tar.gz) = 81828 bytes
+SHA1 (ruby/rbogl-0.32f.tar.gz) = 0ff63b7241c27111f0d7a7efba5e5a3e89bd1ad9
+Size (ruby/rbogl-0.32f.tar.gz) = 75228 bytes
 SHA1 (patch-aa) = a1239bd409f4a39075330ab91b4f1e5d3a3e3e7a



Home | Main Index | Thread Index | Old Index