summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-08-13 02:12:35 +0000
committertaca <taca@pkgsrc.org>2011-08-13 02:12:35 +0000
commit025b08c3e4db4cd185b9db5986f78c4696286edf (patch)
treedc7f227626dc2334dc55d9417c0222aded190171
parent07d7fe4961de44579eb5aca51f66182c8c5bff77 (diff)
downloadpkgsrc-025b08c3e4db4cd185b9db5986f78c4696286edf.tar.gz
Importing x11/ruby-wxruby package version 2.0.1.
wxRuby is a cross-platform GUI library for creating desktop applications. It has a comprehensive widget set, and provides native look and feel on Windows, OS X and Linux. It's based on the mature and liberally-licensed wxWidgets framework.
-rw-r--r--x11/ruby-wxruby/DESCR4
-rw-r--r--x11/ruby-wxruby/Makefile51
-rw-r--r--x11/ruby-wxruby/PLIST664
-rw-r--r--x11/ruby-wxruby/distinfo8
-rw-r--r--x11/ruby-wxruby/patches/patch-rake_rakedocs.rb14
-rw-r--r--x11/ruby-wxruby/patches/patch-rake_rakenetbsd.rb29
-rw-r--r--x11/ruby-wxruby/patches/patch-rake_rakewx.rb38
7 files changed, 808 insertions, 0 deletions
diff --git a/x11/ruby-wxruby/DESCR b/x11/ruby-wxruby/DESCR
new file mode 100644
index 00000000000..d1d5ddc22de
--- /dev/null
+++ b/x11/ruby-wxruby/DESCR
@@ -0,0 +1,4 @@
+wxRuby is a cross-platform GUI library for creating desktop
+applications. It has a comprehensive widget set, and provides native
+look and feel on Windows, OS X and Linux. It's based on the mature and
+liberally-licensed wxWidgets framework.
diff --git a/x11/ruby-wxruby/Makefile b/x11/ruby-wxruby/Makefile
new file mode 100644
index 00000000000..d15aafda91b
--- /dev/null
+++ b/x11/ruby-wxruby/Makefile
@@ -0,0 +1,51 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/08/13 02:12:35 taca Exp $
+#
+
+DISTNAME= wxruby-2.0.1
+CATEGORIES= x11
+MASTER_SITES= http://rubyforge.org/frs/download.php/63379/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://wxruby.rubyforge.org/wiki/wiki.pl
+COMMENT= Cross-platform GUI library for creating desktop applications
+LICENSE= mit
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-redcloth>=4.2.0:../../textproc/ruby-redcloth
+
+BUILD_TARGET= default html_docs
+USE_RAKE= YES
+RAKE= rake -I "./lib"
+USE_LANGUAGES= c++
+USE_TOOLS= pax
+REPLACE_RUBY_DIRS= samples
+
+MAKE_ENV+= DESTDIR=${DESTDIR:Q}
+INSTALLATION_DIRS+= ${RUBY_DOC}/wxruby ${RUBY_EG}/wxruby \
+ ${RUBY_VENDORLIB}/wx ${RUBY_VENDORARCHLIB}
+
+SUBST_CLASSES+= path
+SUBST_STAGE.path= pre-configure
+SUBST_FILES.path= rake/rakenetbsd.rb
+SUBST_SED.path= -e "s|@PREFIX@|${PREFIX}|g"
+SUBST_MESSAGE.path= Fixing include path.
+
+pre-configure:
+ cd ${WRKSRC}; ${FIND} . -type f -exec ${CHMOD} -x {} \;
+
+do-build:
+ ${RUN} cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${RAKE} ${BUILD_TARGET}
+
+do-install:
+ ${RUN} cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${RAKE} ${INSTALL_TARGET}
+
+post-install:
+ cd ${WRKSRC}/doc/html; pax -rw . ${DESTDIR}${PREFIX}/${RUBY_DOC}/wxruby
+ cd ${WRKSRC}/samples; \
+ pax -rw -pm . ${DESTDIR}${PREFIX}/${RUBY_EG}/wxruby
+
+.include "../../x11/wxGTK28-contrib/buildlink3.mk"
+.include "../../devel/swig/buildlink3.mk"
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/ruby-wxruby/PLIST b/x11/ruby-wxruby/PLIST
new file mode 100644
index 00000000000..6855554977a
--- /dev/null
+++ b/x11/ruby-wxruby/PLIST
@@ -0,0 +1,664 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/13 02:12:35 taca Exp $
+${RUBY_VENDORARCHLIB}/wxruby2.${RUBY_DLEXT}
+${RUBY_VENDORLIB}/wx.rb
+${RUBY_VENDORLIB}/wx/accessors.rb
+${RUBY_VENDORLIB}/wx/classes/acceleratortable.rb
+${RUBY_VENDORLIB}/wx/classes/animation.rb
+${RUBY_VENDORLIB}/wx/classes/app.rb
+${RUBY_VENDORLIB}/wx/classes/artprovider.rb
+${RUBY_VENDORLIB}/wx/classes/auinotebook.rb
+${RUBY_VENDORLIB}/wx/classes/bitmap.rb
+${RUBY_VENDORLIB}/wx/classes/busycursor.rb
+${RUBY_VENDORLIB}/wx/classes/checklistbox.rb
+${RUBY_VENDORLIB}/wx/classes/choice.rb
+${RUBY_VENDORLIB}/wx/classes/clientdc.rb
+${RUBY_VENDORLIB}/wx/classes/clipboard.rb
+${RUBY_VENDORLIB}/wx/classes/colour.rb
+${RUBY_VENDORLIB}/wx/classes/combobox.rb
+${RUBY_VENDORLIB}/wx/classes/commandevent.rb
+${RUBY_VENDORLIB}/wx/classes/controlwithitems.rb
+${RUBY_VENDORLIB}/wx/classes/data_object.rb
+${RUBY_VENDORLIB}/wx/classes/data_object_simple.rb
+${RUBY_VENDORLIB}/wx/classes/dataformat.rb
+${RUBY_VENDORLIB}/wx/classes/dc.rb
+${RUBY_VENDORLIB}/wx/classes/event.rb
+${RUBY_VENDORLIB}/wx/classes/evthandler.rb
+${RUBY_VENDORLIB}/wx/classes/font.rb
+${RUBY_VENDORLIB}/wx/classes/functions.rb
+${RUBY_VENDORLIB}/wx/classes/gauge.rb
+${RUBY_VENDORLIB}/wx/classes/genericdirctrl.rb
+${RUBY_VENDORLIB}/wx/classes/grid.rb
+${RUBY_VENDORLIB}/wx/classes/hboxsizer.rb
+${RUBY_VENDORLIB}/wx/classes/helpcontroller.rb
+${RUBY_VENDORLIB}/wx/classes/helpcontrollerhelpprovider.rb
+${RUBY_VENDORLIB}/wx/classes/helpprovider.rb
+${RUBY_VENDORLIB}/wx/classes/htmlhelpcontroller.rb
+${RUBY_VENDORLIB}/wx/classes/htmlwindow.rb
+${RUBY_VENDORLIB}/wx/classes/icon.rb
+${RUBY_VENDORLIB}/wx/classes/iconbundle.rb
+${RUBY_VENDORLIB}/wx/classes/image.rb
+${RUBY_VENDORLIB}/wx/classes/imagelist.rb
+${RUBY_VENDORLIB}/wx/classes/listbox.rb
+${RUBY_VENDORLIB}/wx/classes/listctrl.rb
+${RUBY_VENDORLIB}/wx/classes/locale.rb
+${RUBY_VENDORLIB}/wx/classes/mediactrl.rb
+${RUBY_VENDORLIB}/wx/classes/menu.rb
+${RUBY_VENDORLIB}/wx/classes/menuitem.rb
+${RUBY_VENDORLIB}/wx/classes/notebook.rb
+${RUBY_VENDORLIB}/wx/classes/object.rb
+${RUBY_VENDORLIB}/wx/classes/paintdc.rb
+${RUBY_VENDORLIB}/wx/classes/point.rb
+${RUBY_VENDORLIB}/wx/classes/previewframe.rb
+${RUBY_VENDORLIB}/wx/classes/rect.rb
+${RUBY_VENDORLIB}/wx/classes/richtextctrl.rb
+${RUBY_VENDORLIB}/wx/classes/simplehelpprovider.rb
+${RUBY_VENDORLIB}/wx/classes/size.rb
+${RUBY_VENDORLIB}/wx/classes/sizer.rb
+${RUBY_VENDORLIB}/wx/classes/sound.rb
+${RUBY_VENDORLIB}/wx/classes/splitterwindow.rb
+${RUBY_VENDORLIB}/wx/classes/standardpaths.rb
+${RUBY_VENDORLIB}/wx/classes/styledtextctrl.rb
+${RUBY_VENDORLIB}/wx/classes/textctrl.rb
+${RUBY_VENDORLIB}/wx/classes/texturlevent.rb
+${RUBY_VENDORLIB}/wx/classes/timer.rb
+${RUBY_VENDORLIB}/wx/classes/toolbar.rb
+${RUBY_VENDORLIB}/wx/classes/toolbartool.rb
+${RUBY_VENDORLIB}/wx/classes/treectrl.rb
+${RUBY_VENDORLIB}/wx/classes/validator.rb
+${RUBY_VENDORLIB}/wx/classes/vboxsizer.rb
+${RUBY_VENDORLIB}/wx/classes/window.rb
+${RUBY_VENDORLIB}/wx/classes/xmlresource.rb
+${RUBY_VENDORLIB}/wx/helpers.rb
+${RUBY_VENDORLIB}/wx/keyword_ctors.rb
+${RUBY_VENDORLIB}/wx/keyword_defs.rb
+${RUBY_VENDORLIB}/wx/version.rb
+${RUBY_DOC}/wxruby/aboutdialoginfo.html
+${RUBY_DOC}/wxruby/acceleratorentry.html
+${RUBY_DOC}/wxruby/acceleratortable.html
+${RUBY_DOC}/wxruby/accessible.html
+${RUBY_DOC}/wxruby/activateevent.html
+${RUBY_DOC}/wxruby/animation.html
+${RUBY_DOC}/wxruby/animationctrl.html
+${RUBY_DOC}/wxruby/app.html
+${RUBY_DOC}/wxruby/artprovider.html
+${RUBY_DOC}/wxruby/auidockart.html
+${RUBY_DOC}/wxruby/auimanager.html
+${RUBY_DOC}/wxruby/auinotebook.html
+${RUBY_DOC}/wxruby/auipaneinfo.html
+${RUBY_DOC}/wxruby/auitabart.html
+${RUBY_DOC}/wxruby/automationobject.html
+${RUBY_DOC}/wxruby/bitmap.html
+${RUBY_DOC}/wxruby/bitmapbutton.html
+${RUBY_DOC}/wxruby/bitmapcombobox.html
+${RUBY_DOC}/wxruby/bitmapdataobject.html
+${RUBY_DOC}/wxruby/bitmaphandler.html
+${RUBY_DOC}/wxruby/boxsizer.html
+${RUBY_DOC}/wxruby/brush.html
+${RUBY_DOC}/wxruby/brushlist.html
+${RUBY_DOC}/wxruby/bufferedinputstream.html
+${RUBY_DOC}/wxruby/bufferedoutputstream.html
+${RUBY_DOC}/wxruby/busycursor.html
+${RUBY_DOC}/wxruby/busyinfo.html
+${RUBY_DOC}/wxruby/button.html
+${RUBY_DOC}/wxruby/calculatelayoutevent.html
+${RUBY_DOC}/wxruby/calendarctrl.html
+${RUBY_DOC}/wxruby/calendardateattr.html
+${RUBY_DOC}/wxruby/calendarevent.html
+${RUBY_DOC}/wxruby/caret.html
+${RUBY_DOC}/wxruby/checkbox.html
+${RUBY_DOC}/wxruby/checklistbox.html
+${RUBY_DOC}/wxruby/childfocusevent.html
+${RUBY_DOC}/wxruby/choice.html
+${RUBY_DOC}/wxruby/choicebook.html
+${RUBY_DOC}/wxruby/client.html
+${RUBY_DOC}/wxruby/clientdata.html
+${RUBY_DOC}/wxruby/clientdatacontainer.html
+${RUBY_DOC}/wxruby/clientdc.html
+${RUBY_DOC}/wxruby/clipboard.html
+${RUBY_DOC}/wxruby/closeevent.html
+${RUBY_DOC}/wxruby/collapsiblepane.html
+${RUBY_DOC}/wxruby/collapsiblepaneevent.html
+${RUBY_DOC}/wxruby/colour.html
+${RUBY_DOC}/wxruby/colourdata.html
+${RUBY_DOC}/wxruby/colourdatabase.html
+${RUBY_DOC}/wxruby/colourdialog.html
+${RUBY_DOC}/wxruby/combobox.html
+${RUBY_DOC}/wxruby/commandevent.html
+${RUBY_DOC}/wxruby/configbase.html
+${RUBY_DOC}/wxruby/connection.html
+${RUBY_DOC}/wxruby/contexthelp.html
+${RUBY_DOC}/wxruby/contexthelpbutton.html
+${RUBY_DOC}/wxruby/contextmenuevent.html
+${RUBY_DOC}/wxruby/control.html
+${RUBY_DOC}/wxruby/controlwithitems.html
+${RUBY_DOC}/wxruby/cursor.html
+${RUBY_DOC}/wxruby/customdataobject.html
+${RUBY_DOC}/wxruby/dataformat.html
+${RUBY_DOC}/wxruby/dataobject.html
+${RUBY_DOC}/wxruby/dataobjectcomposite.html
+${RUBY_DOC}/wxruby/dataobjectsimple.html
+${RUBY_DOC}/wxruby/dateevent.html
+${RUBY_DOC}/wxruby/datepickerctrl.html
+${RUBY_DOC}/wxruby/dc.html
+${RUBY_DOC}/wxruby/dcclipper.html
+${RUBY_DOC}/wxruby/ddeclient.html
+${RUBY_DOC}/wxruby/ddeconnection.html
+${RUBY_DOC}/wxruby/ddeserver.html
+${RUBY_DOC}/wxruby/debugcontext.html
+${RUBY_DOC}/wxruby/debugreport.html
+${RUBY_DOC}/wxruby/debugreportcompress.html
+${RUBY_DOC}/wxruby/debugreportpreview.html
+${RUBY_DOC}/wxruby/debugreportpreviewstd.html
+${RUBY_DOC}/wxruby/debugreportupload.html
+${RUBY_DOC}/wxruby/debugstreambuf.html
+${RUBY_DOC}/wxruby/delegaterenderernative.html
+${RUBY_DOC}/wxruby/dialog.html
+${RUBY_DOC}/wxruby/dialupevent.html
+${RUBY_DOC}/wxruby/dialupmanager.html
+${RUBY_DOC}/wxruby/dirdialog.html
+${RUBY_DOC}/wxruby/display.html
+${RUBY_DOC}/wxruby/docchildframe.html
+${RUBY_DOC}/wxruby/docmanager.html
+${RUBY_DOC}/wxruby/docmdichildframe.html
+${RUBY_DOC}/wxruby/docmdiparentframe.html
+${RUBY_DOC}/wxruby/docparentframe.html
+${RUBY_DOC}/wxruby/doctemplate.html
+${RUBY_DOC}/wxruby/document.html
+${RUBY_DOC}/wxruby/dragimage.html
+${RUBY_DOC}/wxruby/dropsource.html
+${RUBY_DOC}/wxruby/droptarget.html
+${RUBY_DOC}/wxruby/encodingconverter.html
+${RUBY_DOC}/wxruby/eraseevent.html
+${RUBY_DOC}/wxruby/event.html
+${RUBY_DOC}/wxruby/eventhandlingoverview.html
+${RUBY_DOC}/wxruby/evthandler.html
+${RUBY_DOC}/wxruby/fileconfig.html
+${RUBY_DOC}/wxruby/filedataobject.html
+${RUBY_DOC}/wxruby/filedialog.html
+${RUBY_DOC}/wxruby/filedroptarget.html
+${RUBY_DOC}/wxruby/filehistory.html
+${RUBY_DOC}/wxruby/finddialogevent.html
+${RUBY_DOC}/wxruby/findreplacedata.html
+${RUBY_DOC}/wxruby/findreplacedialog.html
+${RUBY_DOC}/wxruby/flexgridsizer.html
+${RUBY_DOC}/wxruby/focusevent.html
+${RUBY_DOC}/wxruby/font.html
+${RUBY_DOC}/wxruby/fontdata.html
+${RUBY_DOC}/wxruby/fontdialog.html
+${RUBY_DOC}/wxruby/fontenumerator.html
+${RUBY_DOC}/wxruby/fontlist.html
+${RUBY_DOC}/wxruby/fontmapper.html
+${RUBY_DOC}/wxruby/frame.html
+${RUBY_DOC}/wxruby/fsfile.html
+${RUBY_DOC}/wxruby/gauge.html
+${RUBY_DOC}/wxruby/gbposition.html
+${RUBY_DOC}/wxruby/gbsizeritem.html
+${RUBY_DOC}/wxruby/gbspan.html
+${RUBY_DOC}/wxruby/gcdc.html
+${RUBY_DOC}/wxruby/gdiobject.html
+${RUBY_DOC}/wxruby/genericdirctrl.html
+${RUBY_DOC}/wxruby/genericvalidator.html
+${RUBY_DOC}/wxruby/glcanvas.html
+${RUBY_DOC}/wxruby/glcontext.html
+${RUBY_DOC}/wxruby/graphicscontext.html
+${RUBY_DOC}/wxruby/graphicsfont.html
+${RUBY_DOC}/wxruby/graphicsmatrix.html
+${RUBY_DOC}/wxruby/graphicsobject.html
+${RUBY_DOC}/wxruby/graphicspath.html
+${RUBY_DOC}/wxruby/graphicspen.html
+${RUBY_DOC}/wxruby/grid.html
+${RUBY_DOC}/wxruby/gridbagsizer.html
+${RUBY_DOC}/wxruby/gridcellattr.html
+${RUBY_DOC}/wxruby/gridcellbooleditor.html
+${RUBY_DOC}/wxruby/gridcellboolrenderer.html
+${RUBY_DOC}/wxruby/gridcellchoiceeditor.html
+${RUBY_DOC}/wxruby/gridcelleditor.html
+${RUBY_DOC}/wxruby/gridcellfloateditor.html
+${RUBY_DOC}/wxruby/gridcellfloatrenderer.html
+${RUBY_DOC}/wxruby/gridcellnumbereditor.html
+${RUBY_DOC}/wxruby/gridcellnumberrenderer.html
+${RUBY_DOC}/wxruby/gridcellrenderer.html
+${RUBY_DOC}/wxruby/gridcellstringrenderer.html
+${RUBY_DOC}/wxruby/gridcelltexteditor.html
+${RUBY_DOC}/wxruby/gridcellworker.html
+${RUBY_DOC}/wxruby/grideditorcreatedevent.html
+${RUBY_DOC}/wxruby/gridevent.html
+${RUBY_DOC}/wxruby/gridrangeselectevent.html
+${RUBY_DOC}/wxruby/gridsizeevent.html
+${RUBY_DOC}/wxruby/gridsizer.html
+${RUBY_DOC}/wxruby/gridtablebase.html
+${RUBY_DOC}/wxruby/helpcontroller.html
+${RUBY_DOC}/wxruby/helpcontrollerhelpprovider.html
+${RUBY_DOC}/wxruby/helpevent.html
+${RUBY_DOC}/wxruby/helpprovider.html
+${RUBY_DOC}/wxruby/htmlcell.html
+${RUBY_DOC}/wxruby/htmlcellevent.html
+${RUBY_DOC}/wxruby/htmlcolourcell.html
+${RUBY_DOC}/wxruby/htmlcontainercell.html
+${RUBY_DOC}/wxruby/htmldcrenderer.html
+${RUBY_DOC}/wxruby/htmleasyprinting.html
+${RUBY_DOC}/wxruby/htmlfilter.html
+${RUBY_DOC}/wxruby/htmlhelpcontroller.html
+${RUBY_DOC}/wxruby/htmlhelpdata.html
+${RUBY_DOC}/wxruby/htmlhelpframe.html
+${RUBY_DOC}/wxruby/htmllinkevent.html
+${RUBY_DOC}/wxruby/htmllinkinfo.html
+${RUBY_DOC}/wxruby/htmllistbox.html
+${RUBY_DOC}/wxruby/htmlparser.html
+${RUBY_DOC}/wxruby/htmlprintout.html
+${RUBY_DOC}/wxruby/htmltag.html
+${RUBY_DOC}/wxruby/htmltaghandler.html
+${RUBY_DOC}/wxruby/htmltagsmodule.html
+${RUBY_DOC}/wxruby/htmlwidgetcell.html
+${RUBY_DOC}/wxruby/htmlwindow.html
+${RUBY_DOC}/wxruby/htmlwinparser.html
+${RUBY_DOC}/wxruby/htmlwintaghandler.html
+${RUBY_DOC}/wxruby/hyperlinkctrl.html
+${RUBY_DOC}/wxruby/hyperlinkevent.html
+${RUBY_DOC}/wxruby/icon.html
+${RUBY_DOC}/wxruby/iconbundle.html
+${RUBY_DOC}/wxruby/iconizeevent.html
+${RUBY_DOC}/wxruby/iconlocation.html
+${RUBY_DOC}/wxruby/idleevent.html
+${RUBY_DOC}/wxruby/image.html
+${RUBY_DOC}/wxruby/imagehandler.html
+${RUBY_DOC}/wxruby/imagelist.html
+${RUBY_DOC}/wxruby/index.html
+${RUBY_DOC}/wxruby/individuallayoutconstraint.html
+${RUBY_DOC}/wxruby/initdialogevent.html
+${RUBY_DOC}/wxruby/internationalization.html
+${RUBY_DOC}/wxruby/ipaddress.html
+${RUBY_DOC}/wxruby/ipv4address.html
+${RUBY_DOC}/wxruby/joystick.html
+${RUBY_DOC}/wxruby/joystickevent.html
+${RUBY_DOC}/wxruby/keycode.html
+${RUBY_DOC}/wxruby/keyevent.html
+${RUBY_DOC}/wxruby/keymod.html
+${RUBY_DOC}/wxruby/layoutalgorithm.html
+${RUBY_DOC}/wxruby/layoutconstraints.html
+${RUBY_DOC}/wxruby/listbook.html
+${RUBY_DOC}/wxruby/listbox.html
+${RUBY_DOC}/wxruby/listctrl.html
+${RUBY_DOC}/wxruby/listevent.html
+${RUBY_DOC}/wxruby/listitem.html
+${RUBY_DOC}/wxruby/listitemattr.html
+${RUBY_DOC}/wxruby/locale.html
+${RUBY_DOC}/wxruby/log.html
+${RUBY_DOC}/wxruby/logchain.html
+${RUBY_DOC}/wxruby/loggui.html
+${RUBY_DOC}/wxruby/lognull.html
+${RUBY_DOC}/wxruby/logpassthrough.html
+${RUBY_DOC}/wxruby/logstderr.html
+${RUBY_DOC}/wxruby/logstream.html
+${RUBY_DOC}/wxruby/logtextctrl.html
+${RUBY_DOC}/wxruby/logwindow.html
+${RUBY_DOC}/wxruby/mask.html
+${RUBY_DOC}/wxruby/maximizeevent.html
+${RUBY_DOC}/wxruby/mdichildframe.html
+${RUBY_DOC}/wxruby/mdiclientwindow.html
+${RUBY_DOC}/wxruby/mdiparentframe.html
+${RUBY_DOC}/wxruby/mediactrl.html
+${RUBY_DOC}/wxruby/mediaevent.html
+${RUBY_DOC}/wxruby/memorydc.html
+${RUBY_DOC}/wxruby/menu.html
+${RUBY_DOC}/wxruby/menubar.html
+${RUBY_DOC}/wxruby/menuevent.html
+${RUBY_DOC}/wxruby/menuitem.html
+${RUBY_DOC}/wxruby/messagedialog.html
+${RUBY_DOC}/wxruby/metafile.html
+${RUBY_DOC}/wxruby/metafiledc.html
+${RUBY_DOC}/wxruby/mimetypesmanager.html
+${RUBY_DOC}/wxruby/miniframe.html
+${RUBY_DOC}/wxruby/mirrordc.html
+${RUBY_DOC}/wxruby/mousecapturechangedevent.html
+${RUBY_DOC}/wxruby/mouseevent.html
+${RUBY_DOC}/wxruby/moveevent.html
+${RUBY_DOC}/wxruby/multichoicedialog.html
+${RUBY_DOC}/wxruby/navigationkeyevent.html
+${RUBY_DOC}/wxruby/notebook.html
+${RUBY_DOC}/wxruby/notebookevent.html
+${RUBY_DOC}/wxruby/notebooksizer.html
+${RUBY_DOC}/wxruby/notifyevent.html
+${RUBY_DOC}/wxruby/object.html
+${RUBY_DOC}/wxruby/pagesetupdialog.html
+${RUBY_DOC}/wxruby/pagesetupdialogdata.html
+${RUBY_DOC}/wxruby/paintdc.html
+${RUBY_DOC}/wxruby/paintevent.html
+${RUBY_DOC}/wxruby/palette.html
+${RUBY_DOC}/wxruby/panel.html
+${RUBY_DOC}/wxruby/paneltabview.html
+${RUBY_DOC}/wxruby/passwordentrydialog.html
+${RUBY_DOC}/wxruby/pen.html
+${RUBY_DOC}/wxruby/penlist.html
+${RUBY_DOC}/wxruby/point.html
+${RUBY_DOC}/wxruby/postscriptdc.html
+${RUBY_DOC}/wxruby/previewcanvas.html
+${RUBY_DOC}/wxruby/previewcontrolbar.html
+${RUBY_DOC}/wxruby/previewframe.html
+${RUBY_DOC}/wxruby/printdata.html
+${RUBY_DOC}/wxruby/printdialog.html
+${RUBY_DOC}/wxruby/printdialogdata.html
+${RUBY_DOC}/wxruby/printer.html
+${RUBY_DOC}/wxruby/printerdc.html
+${RUBY_DOC}/wxruby/printout.html
+${RUBY_DOC}/wxruby/printpreview.html
+${RUBY_DOC}/wxruby/process.html
+${RUBY_DOC}/wxruby/processevent.html
+${RUBY_DOC}/wxruby/progressdialog.html
+${RUBY_DOC}/wxruby/propertysheetdialog.html
+${RUBY_DOC}/wxruby/quantize.html
+${RUBY_DOC}/wxruby/querylayoutinfoevent.html
+${RUBY_DOC}/wxruby/radiobox.html
+${RUBY_DOC}/wxruby/radiobutton.html
+${RUBY_DOC}/wxruby/realpoint.html
+${RUBY_DOC}/wxruby/rect.html
+${RUBY_DOC}/wxruby/region.html
+${RUBY_DOC}/wxruby/regioniterator.html
+${RUBY_DOC}/wxruby/regkey.html
+${RUBY_DOC}/wxruby/renderernative.html
+${RUBY_DOC}/wxruby/rendererversion.html
+${RUBY_DOC}/wxruby/richtextattr.html
+${RUBY_DOC}/wxruby/richtextbuffer.html
+${RUBY_DOC}/wxruby/richtextcharacterstyledefinition.html
+${RUBY_DOC}/wxruby/richtextctrl.html
+${RUBY_DOC}/wxruby/richtextevent.html
+${RUBY_DOC}/wxruby/richtextfilehandler.html
+${RUBY_DOC}/wxruby/richtextformattingdialog.html
+${RUBY_DOC}/wxruby/richtextformattingdialogfactory.html
+${RUBY_DOC}/wxruby/richtextheaderfooterdata.html
+${RUBY_DOC}/wxruby/richtexthtmlhandler.html
+${RUBY_DOC}/wxruby/richtextliststyledefinition.html
+${RUBY_DOC}/wxruby/richtextparagraphstyledefinition.html
+${RUBY_DOC}/wxruby/richtextprinting.html
+${RUBY_DOC}/wxruby/richtextprintout.html
+${RUBY_DOC}/wxruby/richtextrange.html
+${RUBY_DOC}/wxruby/richtextstylecomboctrl.html
+${RUBY_DOC}/wxruby/richtextstyledefinition.html
+${RUBY_DOC}/wxruby/richtextstylelistbox.html
+${RUBY_DOC}/wxruby/richtextstylelistctrl.html
+${RUBY_DOC}/wxruby/richtextstyleorganiserdialog.html
+${RUBY_DOC}/wxruby/richtextstylesheet.html
+${RUBY_DOC}/wxruby/richtextxmlhandler.html
+${RUBY_DOC}/wxruby/sashevent.html
+${RUBY_DOC}/wxruby/sashlayoutwindow.html
+${RUBY_DOC}/wxruby/sashwindow.html
+${RUBY_DOC}/wxruby/screendc.html
+${RUBY_DOC}/wxruby/scrollbar.html
+${RUBY_DOC}/wxruby/scrolledwindow.html
+${RUBY_DOC}/wxruby/scrollevent.html
+${RUBY_DOC}/wxruby/scrollwinevent.html
+${RUBY_DOC}/wxruby/server.html
+${RUBY_DOC}/wxruby/setcursorevent.html
+${RUBY_DOC}/wxruby/simplehelpprovider.html
+${RUBY_DOC}/wxruby/singlechoicedialog.html
+${RUBY_DOC}/wxruby/singleinstancechecker.html
+${RUBY_DOC}/wxruby/size.html
+${RUBY_DOC}/wxruby/sizeevent.html
+${RUBY_DOC}/wxruby/sizer.html
+${RUBY_DOC}/wxruby/sizerflags.html
+${RUBY_DOC}/wxruby/sizeritem.html
+${RUBY_DOC}/wxruby/slider.html
+${RUBY_DOC}/wxruby/sound.html
+${RUBY_DOC}/wxruby/spinbutton.html
+${RUBY_DOC}/wxruby/spinctrl.html
+${RUBY_DOC}/wxruby/spinevent.html
+${RUBY_DOC}/wxruby/splashscreen.html
+${RUBY_DOC}/wxruby/splitterevent.html
+${RUBY_DOC}/wxruby/splitterrenderparams.html
+${RUBY_DOC}/wxruby/splitterwindow.html
+${RUBY_DOC}/wxruby/standardids.html
+${RUBY_DOC}/wxruby/standardpaths.html
+${RUBY_DOC}/wxruby/staticbitmap.html
+${RUBY_DOC}/wxruby/staticbox.html
+${RUBY_DOC}/wxruby/staticboxsizer.html
+${RUBY_DOC}/wxruby/staticline.html
+${RUBY_DOC}/wxruby/statictext.html
+${RUBY_DOC}/wxruby/statusbar.html
+${RUBY_DOC}/wxruby/stddialogbuttonsizer.html
+${RUBY_DOC}/wxruby/stopwatch.html
+${RUBY_DOC}/wxruby/streamtotextredirector.html
+${RUBY_DOC}/wxruby/stringclientdata.html
+${RUBY_DOC}/wxruby/styledtextctrl.html
+${RUBY_DOC}/wxruby/styledtextevent.html
+${RUBY_DOC}/wxruby/syscolourchangedevent.html
+${RUBY_DOC}/wxruby/systemoptions.html
+${RUBY_DOC}/wxruby/systemsettings.html
+${RUBY_DOC}/wxruby/taskbaricon.html
+${RUBY_DOC}/wxruby/textattr.html
+${RUBY_DOC}/wxruby/textctrl.html
+${RUBY_DOC}/wxruby/textdataobject.html
+${RUBY_DOC}/wxruby/textdroptarget.html
+${RUBY_DOC}/wxruby/textentrydialog.html
+${RUBY_DOC}/wxruby/texturlevent.html
+${RUBY_DOC}/wxruby/textvalidator.html
+${RUBY_DOC}/wxruby/timer.html
+${RUBY_DOC}/wxruby/timerevent.html
+${RUBY_DOC}/wxruby/tipprovider.html
+${RUBY_DOC}/wxruby/tipwindow.html
+${RUBY_DOC}/wxruby/togglebutton.html
+${RUBY_DOC}/wxruby/toolbar.html
+${RUBY_DOC}/wxruby/toolbartool.html
+${RUBY_DOC}/wxruby/tooltip.html
+${RUBY_DOC}/wxruby/toplevelwindow.html
+${RUBY_DOC}/wxruby/treectrl.html
+${RUBY_DOC}/wxruby/treeevent.html
+${RUBY_DOC}/wxruby/treeitemdata.html
+${RUBY_DOC}/wxruby/updateuievent.html
+${RUBY_DOC}/wxruby/validator.html
+${RUBY_DOC}/wxruby/variant.html
+${RUBY_DOC}/wxruby/variantdata.html
+${RUBY_DOC}/wxruby/view.html
+${RUBY_DOC}/wxruby/vlistbox.html
+${RUBY_DOC}/wxruby/vscrolledwindow.html
+${RUBY_DOC}/wxruby/window.html
+${RUBY_DOC}/wxruby/windowcreateevent.html
+${RUBY_DOC}/wxruby/windowdc.html
+${RUBY_DOC}/wxruby/windowdestroyevent.html
+${RUBY_DOC}/wxruby/windowdisabler.html
+${RUBY_DOC}/wxruby/windowstyles.html
+${RUBY_DOC}/wxruby/wizard.html
+${RUBY_DOC}/wxruby/wizardevent.html
+${RUBY_DOC}/wxruby/wizardpage.html
+${RUBY_DOC}/wxruby/wizardpagesimple.html
+${RUBY_DOC}/wxruby/wx_functions.html
+${RUBY_DOC}/wxruby/wxruby.css
+${RUBY_DOC}/wxruby/wxruby_intro.html
+${RUBY_DOC}/wxruby/xmlresource.html
+${RUBY_DOC}/wxruby/xmlresourcehandler.html
+${RUBY_EG}/wxruby/SAMPLES-LICENSE.TXT
+${RUBY_EG}/wxruby/aui/aui.rb
+${RUBY_EG}/wxruby/bigdemo/About.rbw
+${RUBY_EG}/wxruby/bigdemo/ColorPanel.rbw
+${RUBY_EG}/wxruby/bigdemo/GridSimple.rbw
+${RUBY_EG}/wxruby/bigdemo/MDIDemo.rbw
+${RUBY_EG}/wxruby/bigdemo/PopupMenu.rbw
+${RUBY_EG}/wxruby/bigdemo/ShapedWindow.rbw
+${RUBY_EG}/wxruby/bigdemo/Sizers.rbw
+${RUBY_EG}/wxruby/bigdemo/bigdemo.rb
+${RUBY_EG}/wxruby/bigdemo/demoTemplate.rbw
+${RUBY_EG}/wxruby/bigdemo/helpfile.htb
+${RUBY_EG}/wxruby/bigdemo/icons/Test 015.jpg
+${RUBY_EG}/wxruby/bigdemo/icons/Test 015.png
+${RUBY_EG}/wxruby/bigdemo/icons/choice.bmp
+${RUBY_EG}/wxruby/bigdemo/icons/choice.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/combo.bmp
+${RUBY_EG}/wxruby/bigdemo/icons/combo.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/copy.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/cut.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/gauge.bmp
+${RUBY_EG}/wxruby/bigdemo/icons/gauge.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/help.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/list.bmp
+${RUBY_EG}/wxruby/bigdemo/icons/list.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/mondrian.ico
+${RUBY_EG}/wxruby/bigdemo/icons/mondrian.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/new.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/ogl.ico
+${RUBY_EG}/wxruby/bigdemo/icons/ogl.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/open.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/paste.bmp
+${RUBY_EG}/wxruby/bigdemo/icons/paste.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/pointy.png
+${RUBY_EG}/wxruby/bigdemo/icons/preview.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/print.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/radio.bmp
+${RUBY_EG}/wxruby/bigdemo/icons/radio.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/robert.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/sashtest.ico
+${RUBY_EG}/wxruby/bigdemo/icons/save.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/smiles.bmp
+${RUBY_EG}/wxruby/bigdemo/icons/smiles.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/smiley.ico
+${RUBY_EG}/wxruby/bigdemo/icons/smiley.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/stattext.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/test2.bmp
+${RUBY_EG}/wxruby/bigdemo/icons/test2.png
+${RUBY_EG}/wxruby/bigdemo/icons/test2.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/text.bmp
+${RUBY_EG}/wxruby/bigdemo/icons/text.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/tog1.bmp
+${RUBY_EG}/wxruby/bigdemo/icons/tog1.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/tog2.bmp
+${RUBY_EG}/wxruby/bigdemo/icons/tog2.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/wxruby-128x128.png
+${RUBY_EG}/wxruby/bigdemo/icons/wxwin.ico
+${RUBY_EG}/wxruby/bigdemo/icons/wxwin16x16.png
+${RUBY_EG}/wxruby/bigdemo/icons/wxwin16x16.xpm
+${RUBY_EG}/wxruby/bigdemo/icons/wxwin32x32.png
+${RUBY_EG}/wxruby/bigdemo/icons/wxwin48x48.png
+${RUBY_EG}/wxruby/bigdemo/run.rb
+${RUBY_EG}/wxruby/bigdemo/tips.txt
+${RUBY_EG}/wxruby/bigdemo/utils.rb
+${RUBY_EG}/wxruby/bigdemo/wxArtProvider.rbw
+${RUBY_EG}/wxruby/bigdemo/wxBitmapButton.rbw
+${RUBY_EG}/wxruby/bigdemo/wxButton.rbw
+${RUBY_EG}/wxruby/bigdemo/wxCalendarCtrl.rbw
+${RUBY_EG}/wxruby/bigdemo/wxCheckBox.rbw
+${RUBY_EG}/wxruby/bigdemo/wxCheckListBox.rbw
+${RUBY_EG}/wxruby/bigdemo/wxChoice.rbw
+${RUBY_EG}/wxruby/bigdemo/wxChoicebook.rbw
+${RUBY_EG}/wxruby/bigdemo/wxColourDialog.rbw
+${RUBY_EG}/wxruby/bigdemo/wxComboBox.rbw
+${RUBY_EG}/wxruby/bigdemo/wxCursor.rbw
+${RUBY_EG}/wxruby/bigdemo/wxDialog.rbw
+${RUBY_EG}/wxruby/bigdemo/wxDirDialog.rbw
+${RUBY_EG}/wxruby/bigdemo/wxDragImage.rbw
+${RUBY_EG}/wxruby/bigdemo/wxFileDialog.rbw
+${RUBY_EG}/wxruby/bigdemo/wxFileDialog_Save.rbw
+${RUBY_EG}/wxruby/bigdemo/wxFindReplaceDialog.rbw
+${RUBY_EG}/wxruby/bigdemo/wxFontDialog.rbw
+${RUBY_EG}/wxruby/bigdemo/wxFrame.rbw
+${RUBY_EG}/wxruby/bigdemo/wxGauge.rbw
+${RUBY_EG}/wxruby/bigdemo/wxGenericDirCtrl.rbw
+${RUBY_EG}/wxruby/bigdemo/wxGrid.rbw
+${RUBY_EG}/wxruby/bigdemo/wxHtmlHelpController.rbw
+${RUBY_EG}/wxruby/bigdemo/wxListBox.rbw
+${RUBY_EG}/wxruby/bigdemo/wxListCtrl_virtual.rbw
+${RUBY_EG}/wxruby/bigdemo/wxMDIWindows.rbw
+${RUBY_EG}/wxruby/bigdemo/wxMenu.rbw
+${RUBY_EG}/wxruby/bigdemo/wxMessageDialog.rbw
+${RUBY_EG}/wxruby/bigdemo/wxMiniFrame.rbw
+${RUBY_EG}/wxruby/bigdemo/wxMultipleChoiceDialog.rbw
+${RUBY_EG}/wxruby/bigdemo/wxNotebook.rbw
+${RUBY_EG}/wxruby/bigdemo/wxProgressDialog.rbw
+${RUBY_EG}/wxruby/bigdemo/wxRadioBox.rbw
+${RUBY_EG}/wxruby/bigdemo/wxRadioButton.rbw
+${RUBY_EG}/wxruby/bigdemo/wxSashWindow.rbw
+${RUBY_EG}/wxruby/bigdemo/wxScrolledMessageDialog.rbw
+${RUBY_EG}/wxruby/bigdemo/wxScrolledWindow.rbw
+${RUBY_EG}/wxruby/bigdemo/wxSingleChoiceDialog.rbw
+${RUBY_EG}/wxruby/bigdemo/wxSlider.rbw
+${RUBY_EG}/wxruby/bigdemo/wxSpinButton.rbw
+${RUBY_EG}/wxruby/bigdemo/wxSpinCtrl.rbw
+${RUBY_EG}/wxruby/bigdemo/wxSplitterWindow.rbw
+${RUBY_EG}/wxruby/bigdemo/wxStaticBitmap.rbw
+${RUBY_EG}/wxruby/bigdemo/wxStaticText.rbw
+${RUBY_EG}/wxruby/bigdemo/wxStatusBar.rbw
+${RUBY_EG}/wxruby/bigdemo/wxTextCtrl.rbw
+${RUBY_EG}/wxruby/bigdemo/wxTextEntryDialog.rbw
+${RUBY_EG}/wxruby/bigdemo/wxToggleButton.rbw
+${RUBY_EG}/wxruby/bigdemo/wxToolBar.rbw
+${RUBY_EG}/wxruby/bigdemo/wxTreeCtrl.rbw
+${RUBY_EG}/wxruby/calendar/calendar.rb
+${RUBY_EG}/wxruby/caret/caret.rb
+${RUBY_EG}/wxruby/caret/mondrian.xpm
+${RUBY_EG}/wxruby/controls/controls.rb
+${RUBY_EG}/wxruby/controls/get_item_sample.rb
+${RUBY_EG}/wxruby/controls/icons/choice.xpm
+${RUBY_EG}/wxruby/controls/icons/combo.xpm
+${RUBY_EG}/wxruby/controls/icons/gauge.xpm
+${RUBY_EG}/wxruby/controls/icons/list.xpm
+${RUBY_EG}/wxruby/controls/icons/radio.xpm
+${RUBY_EG}/wxruby/controls/icons/stattext.xpm
+${RUBY_EG}/wxruby/controls/icons/text.xpm
+${RUBY_EG}/wxruby/controls/mondrian.ico
+${RUBY_EG}/wxruby/controls/mondrian.xpm
+${RUBY_EG}/wxruby/controls/test2.bmp
+${RUBY_EG}/wxruby/dialogs/dialogs.rb
+${RUBY_EG}/wxruby/dialogs/tips.txt
+${RUBY_EG}/wxruby/dragdrop/dragdrop.rb
+${RUBY_EG}/wxruby/drawing/bitmap.rb
+${RUBY_EG}/wxruby/drawing/bitmap_image.rb
+${RUBY_EG}/wxruby/drawing/graphics_drawing.rb
+${RUBY_EG}/wxruby/drawing/maths_images.rb
+${RUBY_EG}/wxruby/drawing/rmagic_bitmap_image.rb
+${RUBY_EG}/wxruby/drawing/ruby-logo.jpg
+${RUBY_EG}/wxruby/etc/activation.rb
+${RUBY_EG}/wxruby/etc/choice.rb
+${RUBY_EG}/wxruby/etc/miniframe.rb
+${RUBY_EG}/wxruby/etc/sash.rb
+${RUBY_EG}/wxruby/etc/scrollwin.rb
+${RUBY_EG}/wxruby/etc/system_settings.rb
+${RUBY_EG}/wxruby/etc/threaded.rb
+${RUBY_EG}/wxruby/etc/toolbar_sizer_additem.rb
+${RUBY_EG}/wxruby/etc/wizard.rb
+${RUBY_EG}/wxruby/event/event.rb
+${RUBY_EG}/wxruby/event/update_ui_event.rb
+${RUBY_EG}/wxruby/grid/grid.rb
+${RUBY_EG}/wxruby/grid/gridtablebase.rb
+${RUBY_EG}/wxruby/html/html.rb
+${RUBY_EG}/wxruby/listbook/listbook.rb
+${RUBY_EG}/wxruby/listbook/listbook.xrc
+${RUBY_EG}/wxruby/mdi/mdi.rb
+${RUBY_EG}/wxruby/media/mediactrl.rb
+${RUBY_EG}/wxruby/minimal/minimal.rb
+${RUBY_EG}/wxruby/minimal/mondrian.ico
+${RUBY_EG}/wxruby/minimal/mondrian.png
+${RUBY_EG}/wxruby/minimal/nothing.rb
+${RUBY_EG}/wxruby/opengl/cube.rb
+${RUBY_EG}/wxruby/opengl/cube_anim_lighting.rb
+${RUBY_EG}/wxruby/printing/mondrian.ico
+${RUBY_EG}/wxruby/printing/mondrian.xpm
+${RUBY_EG}/wxruby/printing/printing.rb
+${RUBY_EG}/wxruby/sockets/SocketPackets.rb
+${RUBY_EG}/wxruby/sockets/res/message-new.png
+${RUBY_EG}/wxruby/sockets/res/user.png
+${RUBY_EG}/wxruby/sockets/wxClient.rb
+${RUBY_EG}/wxruby/sockets/wxServer.rb
+${RUBY_EG}/wxruby/sockets/wxSocketGUI.rb
+${RUBY_EG}/wxruby/text/document-open.png
+${RUBY_EG}/wxruby/text/document-save.png
+${RUBY_EG}/wxruby/text/edit-copy.png
+${RUBY_EG}/wxruby/text/edit-cut.png
+${RUBY_EG}/wxruby/text/edit-paste.png
+${RUBY_EG}/wxruby/text/edit-redo.png
+${RUBY_EG}/wxruby/text/edit-undo.png
+${RUBY_EG}/wxruby/text/format-text-bold.png
+${RUBY_EG}/wxruby/text/format-text-italic.png
+${RUBY_EG}/wxruby/text/format-text-underline.png
+${RUBY_EG}/wxruby/text/mondrian.ico
+${RUBY_EG}/wxruby/text/mondrian.xpm
+${RUBY_EG}/wxruby/text/preferences-desktop-font.png
+${RUBY_EG}/wxruby/text/rich_textctrl.rb
+${RUBY_EG}/wxruby/text/scintilla.rb
+${RUBY_EG}/wxruby/text/textctrl.rb
+${RUBY_EG}/wxruby/text/unicode.rb
+${RUBY_EG}/wxruby/text/utf8.txt
+${RUBY_EG}/wxruby/treectrl/icon1.xpm
+${RUBY_EG}/wxruby/treectrl/icon2.xpm
+${RUBY_EG}/wxruby/treectrl/icon3.xpm
+${RUBY_EG}/wxruby/treectrl/icon4.xpm
+${RUBY_EG}/wxruby/treectrl/icon5.xpm
+${RUBY_EG}/wxruby/treectrl/treectrl.rb
+${RUBY_EG}/wxruby/xrc/samples.xrc
+${RUBY_EG}/wxruby/xrc/xrc_sample.rb
diff --git a/x11/ruby-wxruby/distinfo b/x11/ruby-wxruby/distinfo
new file mode 100644
index 00000000000..27b9e84f50f
--- /dev/null
+++ b/x11/ruby-wxruby/distinfo
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/08/13 02:12:35 taca Exp $
+
+SHA1 (wxruby-2.0.1.tar.gz) = ca53e97430330b34856d10dcde210e3772d61826
+RMD160 (wxruby-2.0.1.tar.gz) = 053a0adc5c08b339ab48b1931723095ca218dd59
+Size (wxruby-2.0.1.tar.gz) = 1878831 bytes
+SHA1 (patch-rake_rakedocs.rb) = f8abbc78dd44127ccc8b97ef20c17278f6c5b022
+SHA1 (patch-rake_rakenetbsd.rb) = 9cd78e68e297a1141ceeceef3f347f9014ae1e8e
+SHA1 (patch-rake_rakewx.rb) = 439a1426bb3c6fec5eeefa4c6e055d2388538acd
diff --git a/x11/ruby-wxruby/patches/patch-rake_rakedocs.rb b/x11/ruby-wxruby/patches/patch-rake_rakedocs.rb
new file mode 100644
index 00000000000..70a93263bee
--- /dev/null
+++ b/x11/ruby-wxruby/patches/patch-rake_rakedocs.rb
@@ -0,0 +1,14 @@
+$NetBSD: patch-rake_rakedocs.rb,v 1.1.1.1 2011/08/13 02:12:35 taca Exp $
+
+* Some workaround related to load path.
+
+--- rake/rakedocs.rb.orig 2009-09-08 20:36:50.000000000 +0000
++++ rake/rakedocs.rb
+@@ -69,6 +69,7 @@ file 'doc/html/index.html' => [ 'doc/tex
+ end
+ puts "Rendering #{t.name}"
+ src_file = File.join(DOC_TEXTILE_DIR, 'index.txtl')
++ $:.push "./lib"
+ gen = IndexPageGenerator.new(src_file)
+ gen.output(t.name)
+ end
diff --git a/x11/ruby-wxruby/patches/patch-rake_rakenetbsd.rb b/x11/ruby-wxruby/patches/patch-rake_rakenetbsd.rb
new file mode 100644
index 00000000000..b474696c4c2
--- /dev/null
+++ b/x11/ruby-wxruby/patches/patch-rake_rakenetbsd.rb
@@ -0,0 +1,29 @@
+$NetBSD: patch-rake_rakenetbsd.rb,v 1.1.1.1 2011/08/13 02:12:35 taca Exp $
+
+* Configuration for NetBSD.
+
+--- rake/rakenetbsd.rb.orig 2009-09-08 20:36:50.000000000 +0000
++++ rake/rakenetbsd.rb
+@@ -6,6 +6,20 @@
+ #############################
+ # platform-dependent settings
+
+-use_wx_config
++require './rake/rakeunixish'
+
+-$extra_ld_flags = '-shared'
++# pkgsrc include dir
++$wx_libs = wx_config("--libs std,stc,gl")
++$extra_cppflags = "-I@PREFIX@include"
++
++# This class is not available on WXGTK
++$excluded_classes << 'PrinterDC'
++
++if false
++ p $wx_version
++ p $wx_cppflags
++ p $cpp
++ p $ld
++ p $wx_libs
++ exit
++end
diff --git a/x11/ruby-wxruby/patches/patch-rake_rakewx.rb b/x11/ruby-wxruby/patches/patch-rake_rakewx.rb
new file mode 100644
index 00000000000..160ef77533d
--- /dev/null
+++ b/x11/ruby-wxruby/patches/patch-rake_rakewx.rb
@@ -0,0 +1,38 @@
+$NetBSD: patch-rake_rakewx.rb,v 1.1.1.1 2011/08/13 02:12:35 taca Exp $
+
+* Tweak to use vendorlibdir/vendorarchdir instead of sitelbdir/sitearchdir.
+
+--- rake/rakewx.rb.orig 2009-09-08 20:36:50.000000000 +0000
++++ rake/rakewx.rb
+@@ -162,10 +162,16 @@ end
+
+ desc "Install the WxRuby library to Ruby's lib directories"
+ task :install => [ :default, *ALL_RUBY_LIB_FILES ] do | t |
+- dest_dir = Config::CONFIG['sitelibdir']
++ if ENV['DESTDIR'].nil?
++ arch_dir = Config::CONFIG['vendorarchdir']
++ dest_dir = Config::CONFIG['vendorlibdir']
++ else
++ arch_dir = File.join(ENV['DESTDIR'], Config::CONFIG['vendorarchdir'])
++ dest_dir = File.join(ENV['DESTDIR'], Config::CONFIG['vendorlibdir'])
++ end
+ force_mkdir File.join(dest_dir, 'wx')
+ force_mkdir File.join(dest_dir, 'wx', 'classes')
+- cp TARGET_LIB, Config::CONFIG['sitearchdir']
++ cp TARGET_LIB, arch_dir
+ ALL_RUBY_LIB_FILES.each do | lib_file |
+ dest = lib_file.sub(/^lib/, dest_dir)
+ cp lib_file, dest
+@@ -175,9 +181,9 @@ end
+
+ desc "Removes installed library files from site_ruby"
+ task :uninstall do | t |
+- rm_rf File.join(Config::CONFIG['sitearchdir'],File.basename(TARGET_LIB))
+- rm_rf File.join(Config::CONFIG['sitelibdir'], 'wx.rb')
+- rm_rf File.join(Config::CONFIG['sitelibdir'], 'wx')
++ rm_rf File.join(Config::CONFIG['vendorarchdir'],File.basename(TARGET_LIB))
++ rm_rf File.join(Config::CONFIG['vendorlibdir'], 'wx.rb')
++ rm_rf File.join(Config::CONFIG['vendorlibdir'], 'wx')
+ end
+
+ desc "Generate C++ source and header files using SWIG"