Fixed diff, as per Marc's suggestion:

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/wxWidgets/Makefile,v
retrieving revision 1.37
diff -u -p -r1.37 Makefile
--- Makefile    6 Dec 2011 10:23:37 -0000       1.37
+++ Makefile    7 Dec 2011 12:14:10 -0000
@@ -2,13 +2,15 @@
 
 SHARED_ONLY =  Yes
 
-COMMENT =      C++ cross-platform GUI toolkit
+COMMENT-main = C++ cross-platform GUI toolkit
+COMMENT-media =        wxMediaCtrl class for wxWidgets
 
 V =            2.8.12
 DISTNAME =     wxWidgets-${V}
-PKGNAME =      wxWidgets-gtk2-${V}
-REVISION =     1
-CATEGORIES =   x11
+PKGNAME-main = wxWidgets-gtk2-${V}
+PKGNAME-media =        wxWidgets-media-${V}
+REVISION-main =        2
+CATEGORIES =   x11 multimedia
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=wxwindows/}
 
 SHARED_LIBS =  wx_base                 2.1     \
@@ -41,24 +43,33 @@ PERMIT_DISTFILES_FTP =      Yes
 PERMIT_PACKAGE_CDROM = Yes
 PERMIT_PACKAGE_FTP =   Yes
 
-WANTLIB += GL GLU SDL SM X11 Xcomposite Xcursor Xdamage Xext Xfixes
-WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c expat
-WANTLIB += fontconfig freetype gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0
-WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gstinterfaces-0.10
-WANTLIB += gstreamer-0.10 gthread-2.0 gtk-x11-2.0 iodbc jpeg m
-WANTLIB += mspack pango-1.0 pangoft2-1.0 pixman-1 pthread pthread-stubs
-WANTLIB += stdc++ tiff xcb xcb-render xcb-shm xml2 z
+MULTI_PACKAGES = -main -media
+
+WANTLIB += GL SM X11 Xcomposite Xcursor Xdamage Xext Xfixes
+WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 expat
+WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
+WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0
+WANTLIB += jpeg m pango-1.0 pangoft2-1.0 pixman-1 png pthread-stubs
+WANTLIB += stdc++ tiff xcb xcb-render xcb-shm z
 
 MODULES        =       devel/gettext
 
 BUILD_DEPENDS =        devel/cppunit
-LIB_DEPENDS =  archivers/libmspack \
-               databases/iodbc \
-               devel/sdl \
-               multimedia/gstreamer-0.10/core \
-               multimedia/gstreamer-0.10/plugins-base \
-               x11/gtk+2
+LIB_DEPENDS =  x11/gtk+2
 REGRESS_DEPENDS = ${BUILD_PKGPATH}>=${V}
+
+LIB_DEPENDS-main = ${LIB_DEPENDS} \
+                  archivers/libmspack \
+                  databases/iodbc \
+                  devel/sdl
+WANTLIB-main += ${WANTLIB} GLU SDL c iodbc mspack pthread
+
+LIB_DEPENDS-media = ${LIB_DEPENDS} \
+                   multimedia/gstreamer-0.10/core \
+                   multimedia/gstreamer-0.10/plugins-base \
+                   ${BASE_PKGPATH},-main>=${V}
+WANTLIB-media += ${WANTLIB} gconf-2 gstinterfaces-0.10 \
+                gstreamer-0.10 wx_base wx_gtk2_core xml2
 
 VMEM_WARNING = Yes
 
Index: pkg/DESCR
===================================================================
RCS file: pkg/DESCR
diff -N pkg/DESCR
--- pkg/DESCR   12 Oct 2006 14:09:33 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-wxWidgets gives you a single, easy-to-use API for writing GUI
-applications on multiple platforms. Link with the appropriate library
-for your platform (Windows/Unix/Mac, others coming shortly) and compiler
-(almost any popular C++ compiler), and your application will adopt the
-look and feel appropriate to that platform. On top of great GUI
-functionality, wxWidgets gives you: online help, network programming,
-streams, clipboard and drag and drop, multithreading, image loading and
-saving in a variety of popular formats, database support, HTML viewing
-and printing, and much much more.
-
-This package contains the GTK2 version of the library.
Index: pkg/DESCR-main
===================================================================
RCS file: pkg/DESCR-main
diff -N pkg/DESCR-main
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/DESCR-main      7 Dec 2011 12:14:10 -0000
@@ -0,0 +1,11 @@
+wxWidgets gives you a single, easy-to-use API for writing GUI
+applications on multiple platforms. Link with the appropriate library
+for your platform (Windows/Unix/Mac, others coming shortly) and compiler
+(almost any popular C++ compiler), and your application will adopt the
+look and feel appropriate to that platform. On top of great GUI
+functionality, wxWidgets gives you: online help, network programming,
+streams, clipboard and drag and drop, multithreading, image loading and
+saving in a variety of popular formats, database support, HTML viewing
+and printing, and much much more.
+
+This package contains the GTK2 version of the library.
Index: pkg/DESCR-media
===================================================================
RCS file: pkg/DESCR-media
diff -N pkg/DESCR-media
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/DESCR-media     7 Dec 2011 12:14:10 -0000
@@ -0,0 +1,2 @@
+wxMediaCtrl is a wxWidgets class for displaying types of media,
+such as videos, audio files, natively through native codecs.
Index: pkg/PLIST
===================================================================
RCS file: pkg/PLIST
diff -N pkg/PLIST
--- pkg/PLIST   6 Dec 2011 10:23:38 -0000       1.10
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,681 +0,0 @@
-@comment $OpenBSD: PLIST,v 1.10 2011/12/06 10:23:38 dcoppa Exp $
-@conflict wxWidgets-headers-*
-@conflict wxWidgets-gtkheaders-*
-@conflict wxWidgets-x11univ-*
-@conflict wxWidgets-motif-*
-@conflict wxWidgets-lesstif-*
-@conflict wxWidgets-gtk-*
-@conflict wxWidgets-gtk2-*
-@pkgpath x11/wxWidgets/x11univ
-@pkgpath x11/wxWidgets/motif
-@pkgpath x11/wxWidgets/lesstif
-@pkgpath x11/wxWidgets/gtk
-@pkgpath x11/wxWidgets/gtk2
-bin/wx-config
-@bin bin/wxrc
-include/wx/
-include/wx/aboutdlg.h
-include/wx/accel.h
-include/wx/access.h
-include/wx/afterstd.h
-include/wx/anidecod.h
-include/wx/animate.h
-include/wx/animdecod.h
-include/wx/app.h
-include/wx/apptrait.h
-include/wx/archive.h
-include/wx/arrimpl.cpp
-include/wx/arrstr.h
-include/wx/artprov.h
-include/wx/aui/
-include/wx/aui/aui.h
-include/wx/aui/auibar.h
-include/wx/aui/auibook.h
-include/wx/aui/dockart.h
-include/wx/aui/floatpane.h
-include/wx/aui/framemanager.h
-include/wx/aui/tabmdi.h
-include/wx/beforestd.h
-include/wx/bitmap.h
-include/wx/bmpbuttn.h
-include/wx/bmpcbox.h
-include/wx/bookctrl.h
-include/wx/brush.h
-include/wx/buffer.h
-include/wx/build.h
-include/wx/busyinfo.h
-include/wx/button.h
-include/wx/calctrl.h
-include/wx/caret.h
-include/wx/checkbox.h
-include/wx/checklst.h
-include/wx/chkconf.h
-include/wx/choicdlg.h
-include/wx/choice.h
-include/wx/choicebk.h
-include/wx/clipbrd.h
-include/wx/clntdata.h
-include/wx/clrpicker.h
-include/wx/cmdline.h
-include/wx/cmdproc.h
-include/wx/cmndata.h
-include/wx/collpane.h
-include/wx/colordlg.h
-include/wx/colour.h
-include/wx/combo.h
-include/wx/combobox.h
-include/wx/confbase.h
-include/wx/config.h
-include/wx/containr.h
-include/wx/control.h
-include/wx/convauto.h
-include/wx/cpp.h
-include/wx/cshelp.h
-include/wx/ctrlsub.h
-include/wx/cursor.h
-include/wx/dataobj.h
-include/wx/dataview.h
-include/wx/datectrl.h
-include/wx/dateevt.h
-include/wx/datetime.h
-include/wx/datstrm.h
-include/wx/db.h
-include/wx/dbgrid.h
-include/wx/dbkeyg.h
-include/wx/dbtable.h
-include/wx/dc.h
-include/wx/dcbuffer.h
-include/wx/dcclient.h
-include/wx/dcgraph.h
-include/wx/dcmemory.h
-include/wx/dcmirror.h
-include/wx/dcprint.h
-include/wx/dcps.h
-include/wx/dcscreen.h
-include/wx/dde.h
-include/wx/debug.h
-include/wx/debugrpt.h
-include/wx/defs.h
-include/wx/dialog.h
-include/wx/dialup.h
-include/wx/dir.h
-include/wx/dirctrl.h
-include/wx/dirdlg.h
-include/wx/display.h
-include/wx/display_impl.h
-include/wx/dlimpexp.h
-include/wx/dnd.h
-include/wx/docmdi.h
-include/wx/docview.h
-include/wx/dragimag.h
-include/wx/dynarray.h
-include/wx/dynlib.h
-include/wx/dynload.h
-include/wx/effects.h
-include/wx/encconv.h
-include/wx/encinfo.h
-include/wx/event.h
-include/wx/evtloop.h
-include/wx/except.h
-include/wx/fdrepdlg.h
-include/wx/features.h
-include/wx/ffile.h
-include/wx/file.h
-include/wx/fileconf.h
-include/wx/filedlg.h
-include/wx/filefn.h
-include/wx/filename.h
-include/wx/filepicker.h
-include/wx/filesys.h
-include/wx/fl/
-include/wx/fl/antiflickpl.h
-include/wx/fl/bardragpl.h
-include/wx/fl/barhintspl.h
-include/wx/fl/cbcustom.h
-include/wx/fl/controlbar.h
-include/wx/fl/dynbarhnd.h
-include/wx/fl/dyntbar.h
-include/wx/fl/dyntbarhnd.h
-include/wx/fl/fldefs.h
-include/wx/fl/frmview.h
-include/wx/fl/garbagec.h
-include/wx/fl/gcupdatesmgr.h
-include/wx/fl/hintanimpl.h
-include/wx/fl/newbmpbtn.h
-include/wx/fl/panedrawpl.h
-include/wx/fl/rowdragpl.h
-include/wx/fl/rowlayoutpl.h
-include/wx/fl/toolwnd.h
-include/wx/fl/updatesmgr.h
-include/wx/fmappriv.h
-include/wx/font.h
-include/wx/fontdlg.h
-include/wx/fontenc.h
-include/wx/fontenum.h
-include/wx/fontmap.h
-include/wx/fontpicker.h
-include/wx/fontutil.h
-include/wx/frame.h
-include/wx/fs_arc.h
-include/wx/fs_filter.h
-include/wx/fs_inet.h
-include/wx/fs_mem.h
-include/wx/fs_zip.h
-include/wx/gauge.h
-include/wx/gbsizer.h
-include/wx/gdicmn.h
-include/wx/gdiobj.h
-include/wx/generic/
-include/wx/generic/aboutdlgg.h
-include/wx/generic/accel.h
-include/wx/generic/animate.h
-include/wx/generic/bmpcbox.h
-include/wx/generic/busyinfo.h
-include/wx/generic/buttonbar.h
-include/wx/generic/calctrl.h
-include/wx/generic/caret.h
-include/wx/generic/choicdgg.h
-include/wx/generic/clrpickerg.h
-include/wx/generic/collpaneg.h
-include/wx/generic/colrdlgg.h
-include/wx/generic/combo.h
-include/wx/generic/dataview.h
-include/wx/generic/datectrl.h
-include/wx/generic/dcpsg.h
-include/wx/generic/dirctrlg.h
-include/wx/generic/dirdlgg.h
-include/wx/generic/dragimgg.h
-include/wx/generic/fdrepdlg.h
-include/wx/generic/filedlgg.h
-include/wx/generic/filepickerg.h
-include/wx/generic/fontdlgg.h
-include/wx/generic/fontpickerg.h
-include/wx/generic/grid.h
-include/wx/generic/gridctrl.h
-include/wx/generic/gridsel.h
-include/wx/generic/helpext.h
-include/wx/generic/icon.h
-include/wx/generic/imaglist.h
-include/wx/generic/laywin.h
-include/wx/generic/listctrl.h
-include/wx/generic/logg.h
-include/wx/generic/msgdlgg.h
-include/wx/generic/notebook.h
-include/wx/generic/numdlgg.h
-include/wx/generic/paletteg.h
-include/wx/generic/panelg.h
-include/wx/generic/printps.h
-include/wx/generic/prntdlgg.h
-include/wx/generic/progdlgg.h
-include/wx/generic/propdlg.h
-include/wx/generic/sashwin.h
-include/wx/generic/scrolwin.h
-include/wx/generic/spinctlg.h
-include/wx/generic/splash.h
-include/wx/generic/splitter.h
-include/wx/generic/srchctlg.h
-include/wx/generic/statusbr.h
-include/wx/generic/tabg.h
-include/wx/generic/textdlgg.h
-include/wx/generic/timer.h
-include/wx/generic/treectlg.h
-include/wx/generic/wizard.h
-include/wx/geometry.h
-include/wx/gifdecod.h
-include/wx/gizmos/
-include/wx/gizmos/dynamicsash.h
-include/wx/gizmos/editlbox.h
-include/wx/gizmos/gizmos.h
-include/wx/gizmos/ledctrl.h
-include/wx/gizmos/multicell.h
-include/wx/gizmos/splittree.h
-include/wx/gizmos/statpict.h
-include/wx/gizmos/xh_statpict.h
-include/wx/glcanvas.h
-include/wx/graphics.h
-include/wx/grid.h
-include/wx/gsocket.h
-include/wx/gtk/
-include/wx/gtk/accel.h
-include/wx/gtk/animate.h
-include/wx/gtk/app.h
-include/wx/gtk/assertdlg_gtk.h
-include/wx/gtk/bitmap.h
-include/wx/gtk/bmpbuttn.h
-include/wx/gtk/brush.h
-include/wx/gtk/button.h
-include/wx/gtk/checkbox.h
-include/wx/gtk/checklst.h
-include/wx/gtk/choice.h
-include/wx/gtk/clipbrd.h
-include/wx/gtk/clrpicker.h
-include/wx/gtk/collpane.h
-include/wx/gtk/colordlg.h
-include/wx/gtk/colour.h
-include/wx/gtk/combobox.h
-include/wx/gtk/control.h
-include/wx/gtk/cursor.h
-include/wx/gtk/dataform.h
-include/wx/gtk/dataobj.h
-include/wx/gtk/dataobj2.h
-include/wx/gtk/dc.h
-include/wx/gtk/dcclient.h
-include/wx/gtk/dcmemory.h
-include/wx/gtk/dcscreen.h
-include/wx/gtk/dialog.h
-include/wx/gtk/dirdlg.h
-include/wx/gtk/dnd.h
-include/wx/gtk/filedlg.h
-include/wx/gtk/filepicker.h
-include/wx/gtk/font.h
-include/wx/gtk/fontdlg.h
-include/wx/gtk/fontpicker.h
-include/wx/gtk/frame.h
-include/wx/gtk/gauge.h
-include/wx/gtk/glcanvas.h
-include/wx/gtk/gnome/
-include/wx/gtk/gnome/gprint.h
-include/wx/gtk/gnome/gvfs.h
-include/wx/gtk/listbox.h
-include/wx/gtk/mdi.h
-include/wx/gtk/menu.h
-include/wx/gtk/menuitem.h
-include/wx/gtk/minifram.h
-include/wx/gtk/msgdlg.h
-include/wx/gtk/notebook.h
-include/wx/gtk/pen.h
-include/wx/gtk/popupwin.h
-include/wx/gtk/radiobox.h
-include/wx/gtk/radiobut.h
-include/wx/gtk/region.h
-include/wx/gtk/scrolbar.h
-include/wx/gtk/scrolwin.h
-include/wx/gtk/slider.h
-include/wx/gtk/spinbutt.h
-include/wx/gtk/spinctrl.h
-include/wx/gtk/statbmp.h
-include/wx/gtk/statbox.h
-include/wx/gtk/statline.h
-include/wx/gtk/stattext.h
-include/wx/gtk/tbargtk.h
-include/wx/gtk/textctrl.h
-include/wx/gtk/tglbtn.h
-include/wx/gtk/timer.h
-include/wx/gtk/tooltip.h
-include/wx/gtk/toplevel.h
-include/wx/gtk/treectrl.h
-include/wx/gtk/treeentry_gtk.h
-include/wx/gtk/win_gtk.h
-include/wx/gtk/window.h
-include/wx/hash.h
-include/wx/hashmap.h
-include/wx/hashset.h
-include/wx/help.h
-include/wx/helpbase.h
-include/wx/helphtml.h
-include/wx/helpwin.h
-include/wx/html/
-include/wx/html/forcelnk.h
-include/wx/html/helpctrl.h
-include/wx/html/helpdata.h
-include/wx/html/helpdlg.h
-include/wx/html/helpfrm.h
-include/wx/html/helpwnd.h
-include/wx/html/htmlcell.h
-include/wx/html/htmldefs.h
-include/wx/html/htmlfilt.h
-include/wx/html/htmlpars.h
-include/wx/html/htmlproc.h
-include/wx/html/htmltag.h
-include/wx/html/htmlwin.h
-include/wx/html/htmprint.h
-include/wx/html/m_templ.h
-include/wx/html/winpars.h
-include/wx/htmllbox.h
-include/wx/hyperlink.h
-include/wx/icon.h
-include/wx/iconbndl.h
-include/wx/iconloc.h
-include/wx/imagbmp.h
-include/wx/image.h
-include/wx/imaggif.h
-include/wx/imagiff.h
-include/wx/imagjpeg.h
-include/wx/imaglist.h
-include/wx/imagpcx.h
-include/wx/imagpng.h
-include/wx/imagpnm.h
-include/wx/imagtga.h
-include/wx/imagtiff.h
-include/wx/imagxpm.h
-include/wx/init.h
-include/wx/intl.h
-include/wx/iosfwrap.h
-include/wx/ioswrap.h
-include/wx/ipc.h
-include/wx/ipcbase.h
-include/wx/isql.h
-include/wx/isqlext.h
-include/wx/joystick.h
-include/wx/layout.h
-include/wx/laywin.h
-include/wx/link.h
-include/wx/list.h
-include/wx/listbase.h
-include/wx/listbook.h
-include/wx/listbox.h
-include/wx/listctrl.h
-include/wx/listimpl.cpp
-include/wx/log.h
-include/wx/longlong.h
-include/wx/math.h
-include/wx/matrix.h
-include/wx/mdi.h
-include/wx/mediactrl.h
-include/wx/memconf.h
-include/wx/memory.h
-include/wx/memtext.h
-include/wx/menu.h
-include/wx/menuitem.h
-include/wx/metafile.h
-include/wx/mimetype.h
-include/wx/minifram.h
-include/wx/module.h
-include/wx/msgdlg.h
-include/wx/msgout.h
-include/wx/mstream.h
-include/wx/notebook.h
-include/wx/numdlg.h
-include/wx/object.h
-include/wx/odcombo.h
-include/wx/ogl/
-include/wx/ogl/basic.h
-include/wx/ogl/basicp.h
-include/wx/ogl/bmpshape.h
-include/wx/ogl/canvas.h
-include/wx/ogl/composit.h
-include/wx/ogl/constrnt.h
-include/wx/ogl/divided.h
-include/wx/ogl/drawn.h
-include/wx/ogl/drawnp.h
-include/wx/ogl/lines.h
-include/wx/ogl/linesp.h
-include/wx/ogl/mfutils.h
-include/wx/ogl/misc.h
-include/wx/ogl/ogl.h
-include/wx/ogl/ogldiag.h
-include/wx/overlay.h
-include/wx/ownerdrw.h
-include/wx/palette.h
-include/wx/panel.h
-include/wx/paper.h
-include/wx/pen.h
-include/wx/pickerbase.h
-include/wx/platform.h
-include/wx/platinfo.h
-include/wx/plot/
-include/wx/plot/plot.h
-include/wx/plot/plot_dwn.bmp
-include/wx/plot/plot_enl.bmp
-include/wx/plot/plot_shr.bmp
-include/wx/plot/plot_up.bmp
-include/wx/plot/plot_zin.bmp
-include/wx/plot/plot_zot.bmp
-include/wx/plot/wxplot.rc
-include/wx/popupwin.h
-include/wx/power.h
-include/wx/print.h
-include/wx/printdlg.h
-include/wx/prntbase.h
-include/wx/process.h
-include/wx/progdlg.h
-include/wx/propdlg.h
-include/wx/protocol/
-include/wx/protocol/file.h
-include/wx/protocol/ftp.h
-include/wx/protocol/http.h
-include/wx/protocol/protocol.h
-include/wx/ptr_scpd.h
-include/wx/quantize.h
-include/wx/radiobox.h
-include/wx/radiobut.h
-include/wx/rawbmp.h
-include/wx/recguard.h
-include/wx/regex.h
-include/wx/region.h
-include/wx/renderer.h
-include/wx/richtext/
-include/wx/richtext/richtextbuffer.h
-include/wx/richtext/richtextctrl.h
-include/wx/richtext/richtextformatdlg.h
-include/wx/richtext/richtexthtml.h
-include/wx/richtext/richtextprint.h
-include/wx/richtext/richtextstyledlg.h
-include/wx/richtext/richtextstyles.h
-include/wx/richtext/richtextsymboldlg.h
-include/wx/richtext/richtextxml.h
-include/wx/sashwin.h
-include/wx/sckaddr.h
-include/wx/sckipc.h
-include/wx/sckstrm.h
-include/wx/scopeguard.h
-include/wx/scrolbar.h
-include/wx/scrolwin.h
-include/wx/selstore.h
-include/wx/settings.h
-include/wx/sizer.h
-include/wx/slider.h
-include/wx/snglinst.h
-include/wx/socket.h
-include/wx/sound.h
-include/wx/spinbutt.h
-include/wx/spinctrl.h
-include/wx/splash.h
-include/wx/splitter.h
-include/wx/srchctrl.h
-include/wx/sstream.h
-include/wx/stack.h
-include/wx/stackwalk.h
-include/wx/statbmp.h
-include/wx/statbox.h
-include/wx/statline.h
-include/wx/stattext.h
-include/wx/statusbr.h
-include/wx/stc/
-include/wx/stc/stc.h
-include/wx/stdpaths.h
-include/wx/stockitem.h
-include/wx/stopwatch.h
-include/wx/strconv.h
-include/wx/stream.h
-include/wx/string.h
-include/wx/svg/
-include/wx/svg/dcsvg.h
-include/wx/sysopt.h
-include/wx/tab.h
-include/wx/tabctrl.h
-include/wx/tarstrm.h
-include/wx/taskbar.h
-include/wx/tbarbase.h
-include/wx/textbuf.h
-include/wx/textctrl.h
-include/wx/textdlg.h
-include/wx/textfile.h
-include/wx/tglbtn.h
-include/wx/thread.h
-include/wx/thrimpl.cpp
-include/wx/timer.h
-include/wx/tipdlg.h
-include/wx/tipwin.h
-include/wx/tokenzr.h
-include/wx/toolbar.h
-include/wx/toolbook.h
-include/wx/tooltip.h
-include/wx/toplevel.h
-include/wx/treebase.h
-include/wx/treebook.h
-include/wx/treectrl.h
-include/wx/txtstrm.h
-include/wx/types.h
-include/wx/unix/
-include/wx/unix/apptbase.h
-include/wx/unix/apptrait.h
-include/wx/unix/execute.h
-include/wx/unix/fontutil.h
-include/wx/unix/gsockunx.h
-include/wx/unix/joystick.h
-include/wx/unix/mimetype.h
-include/wx/unix/pipe.h
-include/wx/unix/private.h
-include/wx/unix/sound.h
-include/wx/unix/stackwalk.h
-include/wx/unix/stdpaths.h
-include/wx/unix/taskbarx11.h
-include/wx/unix/utilsx11.h
-include/wx/uri.h
-include/wx/url.h
-include/wx/utils.h
-include/wx/valgen.h
-include/wx/validate.h
-include/wx/valtext.h
-include/wx/variant.h
-include/wx/vector.h
-include/wx/version.h
-include/wx/vidmode.h
-include/wx/vlbox.h
-include/wx/vms_x_fix.h
-include/wx/volume.h
-include/wx/vscroll.h
-include/wx/wave.h
-include/wx/wfstream.h
-include/wx/window.h
-include/wx/wizard.h
-include/wx/wupdlock.h
-include/wx/wx.h
-include/wx/wxchar.h
-include/wx/wxhtml.h
-include/wx/wxprec.h
-include/wx/xml/
-include/wx/xml/xml.h
-include/wx/xpmdecod.h
-include/wx/xpmhand.h
-include/wx/xrc/
-include/wx/xrc/xh_all.h
-include/wx/xrc/xh_animatctrl.h
-include/wx/xrc/xh_bmp.h
-include/wx/xrc/xh_bmpbt.h
-include/wx/xrc/xh_bmpcbox.h
-include/wx/xrc/xh_bttn.h
-include/wx/xrc/xh_cald.h
-include/wx/xrc/xh_chckb.h
-include/wx/xrc/xh_chckl.h
-include/wx/xrc/xh_choic.h
-include/wx/xrc/xh_choicbk.h
-include/wx/xrc/xh_clrpicker.h
-include/wx/xrc/xh_collpane.h
-include/wx/xrc/xh_combo.h
-include/wx/xrc/xh_datectrl.h
-include/wx/xrc/xh_dirpicker.h
-include/wx/xrc/xh_dlg.h
-include/wx/xrc/xh_filepicker.h
-include/wx/xrc/xh_fontpicker.h
-include/wx/xrc/xh_frame.h
-include/wx/xrc/xh_gauge.h
-include/wx/xrc/xh_gdctl.h
-include/wx/xrc/xh_grid.h
-include/wx/xrc/xh_html.h
-include/wx/xrc/xh_htmllbox.h
-include/wx/xrc/xh_hyperlink.h
-include/wx/xrc/xh_listb.h
-include/wx/xrc/xh_listbk.h
-include/wx/xrc/xh_listc.h
-include/wx/xrc/xh_mdi.h
-include/wx/xrc/xh_menu.h
-include/wx/xrc/xh_notbk.h
-include/wx/xrc/xh_odcombo.h
-include/wx/xrc/xh_panel.h
-include/wx/xrc/xh_propdlg.h
-include/wx/xrc/xh_radbt.h
-include/wx/xrc/xh_radbx.h
-include/wx/xrc/xh_scrol.h
-include/wx/xrc/xh_scwin.h
-include/wx/xrc/xh_sizer.h
-include/wx/xrc/xh_slidr.h
-include/wx/xrc/xh_spin.h
-include/wx/xrc/xh_split.h
-include/wx/xrc/xh_statbar.h
-include/wx/xrc/xh_stbmp.h
-include/wx/xrc/xh_stbox.h
-include/wx/xrc/xh_stlin.h
-include/wx/xrc/xh_sttxt.h
-include/wx/xrc/xh_text.h
-include/wx/xrc/xh_tglbtn.h
-include/wx/xrc/xh_toolb.h
-include/wx/xrc/xh_tree.h
-include/wx/xrc/xh_treebk.h
-include/wx/xrc/xh_unkwn.h
-include/wx/xrc/xh_wizrd.h
-include/wx/xrc/xmlres.h
-include/wx/xti.h
-include/wx/xtistrm.h
-include/wx/xtixml.h
-include/wx/zipstrm.h
-include/wx/zstream.h
-@lib lib/libwx_base.so.${LIBwx_base_VERSION}
-@lib lib/libwx_base_net.so.${LIBwx_base_net_VERSION}
-@lib lib/libwx_base_odbc.so.${LIBwx_base_odbc_VERSION}
-@lib lib/libwx_base_xml.so.${LIBwx_base_xml_VERSION}
-@lib lib/libwx_gtk2_adv.so.${LIBwx_gtk2_adv_VERSION}
-@lib lib/libwx_gtk2_aui.so.${LIBwx_gtk2_aui_VERSION}
-@lib lib/libwx_gtk2_core.so.${LIBwx_gtk2_core_VERSION}
-@lib lib/libwx_gtk2_dbgrid.so.${LIBwx_gtk2_dbgrid_VERSION}
-@lib lib/libwx_gtk2_fl.so.${LIBwx_gtk2_fl_VERSION}
-@lib lib/libwx_gtk2_gizmos.so.${LIBwx_gtk2_gizmos_VERSION}
-@lib lib/libwx_gtk2_gizmos_xrc.so.${LIBwx_gtk2_gizmos_xrc_VERSION}
-@lib lib/libwx_gtk2_gl.so.${LIBwx_gtk2_gl_VERSION}
-@lib lib/libwx_gtk2_html.so.${LIBwx_gtk2_html_VERSION}
-@lib lib/libwx_gtk2_media.so.${LIBwx_gtk2_media_VERSION}
-@lib lib/libwx_gtk2_ogl.so.${LIBwx_gtk2_ogl_VERSION}
-@lib lib/libwx_gtk2_plot.so.${LIBwx_gtk2_plot_VERSION}
-@lib lib/libwx_gtk2_qa.so.${LIBwx_gtk2_qa_VERSION}
-@lib lib/libwx_gtk2_richtext.so.${LIBwx_gtk2_richtext_VERSION}
-@lib lib/libwx_gtk2_stc.so.${LIBwx_gtk2_stc_VERSION}
-@lib lib/libwx_gtk2_svg.so.${LIBwx_gtk2_svg_VERSION}
-@lib lib/libwx_gtk2_xrc.so.${LIBwx_gtk2_xrc_VERSION}
-lib/wx/
-lib/wx/config/
-lib/wx/config/gtk2-unicode-release-2.8
-lib/wx/include/
-lib/wx/include/gtk2-unicode-release-2.8/
-lib/wx/include/gtk2-unicode-release-2.8/wx/
-lib/wx/include/gtk2-unicode-release-2.8/wx/setup.h
-share/aclocal/wxwin.m4
-share/bakefile/
-share/bakefile/presets/
-share/bakefile/presets/wx.bkl
-share/bakefile/presets/wx_unix.bkl
-share/bakefile/presets/wx_win32.bkl
-share/locale/ca/LC_MESSAGES/wxstd.mo
-share/locale/cs/LC_MESSAGES/wxstd.mo
-share/locale/da/LC_MESSAGES/wxstd.mo
-share/locale/de/LC_MESSAGES/wxstd.mo
-share/locale/el/LC_MESSAGES/wxstd.mo
-share/locale/es/LC_MESSAGES/wxstd.mo
-share/locale/fi/LC_MESSAGES/wxstd.mo
-share/locale/fr/LC_MESSAGES/wxstd.mo
-share/locale/hu/LC_MESSAGES/wxstd.mo
-share/locale/id/LC_MESSAGES/wxstd.mo
-share/locale/it/LC_MESSAGES/wxmsw.mo
-share/locale/it/LC_MESSAGES/wxstd.mo
-share/locale/ja/LC_MESSAGES/wxstd.mo
-share/locale/nl/LC_MESSAGES/wxstd.mo
-share/locale/pl/LC_MESSAGES/wxstd.mo
-share/locale/ru/LC_MESSAGES/wxstd.mo
-share/locale/sl/LC_MESSAGES/wxstd.mo
-share/locale/sv/LC_MESSAGES/wxstd.mo
-share/locale/tr/LC_MESSAGES/wxstd.mo
-share/locale/uk/LC_MESSAGES/wxstd.mo
-share/locale/zh/
-share/locale/zh/LC_MESSAGES/
-share/locale/zh_CN/LC_MESSAGES/wxstd.mo
-share/locale/zh_TW/LC_MESSAGES/wxstd.mo
Index: pkg/PLIST-main
===================================================================
RCS file: pkg/PLIST-main
diff -N pkg/PLIST-main
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/PLIST-main      7 Dec 2011 12:14:10 -0000
@@ -0,0 +1,679 @@
+@comment $OpenBSD: PLIST,v 1.10 2011/12/06 10:23:38 dcoppa Exp $
+@conflict wxWidgets-headers-*
+@conflict wxWidgets-gtkheaders-*
+@conflict wxWidgets-x11univ-*
+@conflict wxWidgets-motif-*
+@conflict wxWidgets-lesstif-*
+@conflict wxWidgets-gtk-*
+@conflict wxWidgets-gtk2-*
+@pkgpath x11/wxWidgets/x11univ
+@pkgpath x11/wxWidgets/motif
+@pkgpath x11/wxWidgets/lesstif
+@pkgpath x11/wxWidgets/gtk
+@pkgpath x11/wxWidgets/gtk2
+bin/wx-config
+@bin bin/wxrc
+include/wx/
+include/wx/aboutdlg.h
+include/wx/accel.h
+include/wx/access.h
+include/wx/afterstd.h
+include/wx/anidecod.h
+include/wx/animate.h
+include/wx/animdecod.h
+include/wx/app.h
+include/wx/apptrait.h
+include/wx/archive.h
+include/wx/arrimpl.cpp
+include/wx/arrstr.h
+include/wx/artprov.h
+include/wx/aui/
+include/wx/aui/aui.h
+include/wx/aui/auibar.h
+include/wx/aui/auibook.h
+include/wx/aui/dockart.h
+include/wx/aui/floatpane.h
+include/wx/aui/framemanager.h
+include/wx/aui/tabmdi.h
+include/wx/beforestd.h
+include/wx/bitmap.h
+include/wx/bmpbuttn.h
+include/wx/bmpcbox.h
+include/wx/bookctrl.h
+include/wx/brush.h
+include/wx/buffer.h
+include/wx/build.h
+include/wx/busyinfo.h
+include/wx/button.h
+include/wx/calctrl.h
+include/wx/caret.h
+include/wx/checkbox.h
+include/wx/checklst.h
+include/wx/chkconf.h
+include/wx/choicdlg.h
+include/wx/choice.h
+include/wx/choicebk.h
+include/wx/clipbrd.h
+include/wx/clntdata.h
+include/wx/clrpicker.h
+include/wx/cmdline.h
+include/wx/cmdproc.h
+include/wx/cmndata.h
+include/wx/collpane.h
+include/wx/colordlg.h
+include/wx/colour.h
+include/wx/combo.h
+include/wx/combobox.h
+include/wx/confbase.h
+include/wx/config.h
+include/wx/containr.h
+include/wx/control.h
+include/wx/convauto.h
+include/wx/cpp.h
+include/wx/cshelp.h
+include/wx/ctrlsub.h
+include/wx/cursor.h
+include/wx/dataobj.h
+include/wx/dataview.h
+include/wx/datectrl.h
+include/wx/dateevt.h
+include/wx/datetime.h
+include/wx/datstrm.h
+include/wx/db.h
+include/wx/dbgrid.h
+include/wx/dbkeyg.h
+include/wx/dbtable.h
+include/wx/dc.h
+include/wx/dcbuffer.h
+include/wx/dcclient.h
+include/wx/dcgraph.h
+include/wx/dcmemory.h
+include/wx/dcmirror.h
+include/wx/dcprint.h
+include/wx/dcps.h
+include/wx/dcscreen.h
+include/wx/dde.h
+include/wx/debug.h
+include/wx/debugrpt.h
+include/wx/defs.h
+include/wx/dialog.h
+include/wx/dialup.h
+include/wx/dir.h
+include/wx/dirctrl.h
+include/wx/dirdlg.h
+include/wx/display.h
+include/wx/display_impl.h
+include/wx/dlimpexp.h
+include/wx/dnd.h
+include/wx/docmdi.h
+include/wx/docview.h
+include/wx/dragimag.h
+include/wx/dynarray.h
+include/wx/dynlib.h
+include/wx/dynload.h
+include/wx/effects.h
+include/wx/encconv.h
+include/wx/encinfo.h
+include/wx/event.h
+include/wx/evtloop.h
+include/wx/except.h
+include/wx/fdrepdlg.h
+include/wx/features.h
+include/wx/ffile.h
+include/wx/file.h
+include/wx/fileconf.h
+include/wx/filedlg.h
+include/wx/filefn.h
+include/wx/filename.h
+include/wx/filepicker.h
+include/wx/filesys.h
+include/wx/fl/
+include/wx/fl/antiflickpl.h
+include/wx/fl/bardragpl.h
+include/wx/fl/barhintspl.h
+include/wx/fl/cbcustom.h
+include/wx/fl/controlbar.h
+include/wx/fl/dynbarhnd.h
+include/wx/fl/dyntbar.h
+include/wx/fl/dyntbarhnd.h
+include/wx/fl/fldefs.h
+include/wx/fl/frmview.h
+include/wx/fl/garbagec.h
+include/wx/fl/gcupdatesmgr.h
+include/wx/fl/hintanimpl.h
+include/wx/fl/newbmpbtn.h
+include/wx/fl/panedrawpl.h
+include/wx/fl/rowdragpl.h
+include/wx/fl/rowlayoutpl.h
+include/wx/fl/toolwnd.h
+include/wx/fl/updatesmgr.h
+include/wx/fmappriv.h
+include/wx/font.h
+include/wx/fontdlg.h
+include/wx/fontenc.h
+include/wx/fontenum.h
+include/wx/fontmap.h
+include/wx/fontpicker.h
+include/wx/fontutil.h
+include/wx/frame.h
+include/wx/fs_arc.h
+include/wx/fs_filter.h
+include/wx/fs_inet.h
+include/wx/fs_mem.h
+include/wx/fs_zip.h
+include/wx/gauge.h
+include/wx/gbsizer.h
+include/wx/gdicmn.h
+include/wx/gdiobj.h
+include/wx/generic/
+include/wx/generic/aboutdlgg.h
+include/wx/generic/accel.h
+include/wx/generic/animate.h
+include/wx/generic/bmpcbox.h
+include/wx/generic/busyinfo.h
+include/wx/generic/buttonbar.h
+include/wx/generic/calctrl.h
+include/wx/generic/caret.h
+include/wx/generic/choicdgg.h
+include/wx/generic/clrpickerg.h
+include/wx/generic/collpaneg.h
+include/wx/generic/colrdlgg.h
+include/wx/generic/combo.h
+include/wx/generic/dataview.h
+include/wx/generic/datectrl.h
+include/wx/generic/dcpsg.h
+include/wx/generic/dirctrlg.h
+include/wx/generic/dirdlgg.h
+include/wx/generic/dragimgg.h
+include/wx/generic/fdrepdlg.h
+include/wx/generic/filedlgg.h
+include/wx/generic/filepickerg.h
+include/wx/generic/fontdlgg.h
+include/wx/generic/fontpickerg.h
+include/wx/generic/grid.h
+include/wx/generic/gridctrl.h
+include/wx/generic/gridsel.h
+include/wx/generic/helpext.h
+include/wx/generic/icon.h
+include/wx/generic/imaglist.h
+include/wx/generic/laywin.h
+include/wx/generic/listctrl.h
+include/wx/generic/logg.h
+include/wx/generic/msgdlgg.h
+include/wx/generic/notebook.h
+include/wx/generic/numdlgg.h
+include/wx/generic/paletteg.h
+include/wx/generic/panelg.h
+include/wx/generic/printps.h
+include/wx/generic/prntdlgg.h
+include/wx/generic/progdlgg.h
+include/wx/generic/propdlg.h
+include/wx/generic/sashwin.h
+include/wx/generic/scrolwin.h
+include/wx/generic/spinctlg.h
+include/wx/generic/splash.h
+include/wx/generic/splitter.h
+include/wx/generic/srchctlg.h
+include/wx/generic/statusbr.h
+include/wx/generic/tabg.h
+include/wx/generic/textdlgg.h
+include/wx/generic/timer.h
+include/wx/generic/treectlg.h
+include/wx/generic/wizard.h
+include/wx/geometry.h
+include/wx/gifdecod.h
+include/wx/gizmos/
+include/wx/gizmos/dynamicsash.h
+include/wx/gizmos/editlbox.h
+include/wx/gizmos/gizmos.h
+include/wx/gizmos/ledctrl.h
+include/wx/gizmos/multicell.h
+include/wx/gizmos/splittree.h
+include/wx/gizmos/statpict.h
+include/wx/gizmos/xh_statpict.h
+include/wx/glcanvas.h
+include/wx/graphics.h
+include/wx/grid.h
+include/wx/gsocket.h
+include/wx/gtk/
+include/wx/gtk/accel.h
+include/wx/gtk/animate.h
+include/wx/gtk/app.h
+include/wx/gtk/assertdlg_gtk.h
+include/wx/gtk/bitmap.h
+include/wx/gtk/bmpbuttn.h
+include/wx/gtk/brush.h
+include/wx/gtk/button.h
+include/wx/gtk/checkbox.h
+include/wx/gtk/checklst.h
+include/wx/gtk/choice.h
+include/wx/gtk/clipbrd.h
+include/wx/gtk/clrpicker.h
+include/wx/gtk/collpane.h
+include/wx/gtk/colordlg.h
+include/wx/gtk/colour.h
+include/wx/gtk/combobox.h
+include/wx/gtk/control.h
+include/wx/gtk/cursor.h
+include/wx/gtk/dataform.h
+include/wx/gtk/dataobj.h
+include/wx/gtk/dataobj2.h
+include/wx/gtk/dc.h
+include/wx/gtk/dcclient.h
+include/wx/gtk/dcmemory.h
+include/wx/gtk/dcscreen.h
+include/wx/gtk/dialog.h
+include/wx/gtk/dirdlg.h
+include/wx/gtk/dnd.h
+include/wx/gtk/filedlg.h
+include/wx/gtk/filepicker.h
+include/wx/gtk/font.h
+include/wx/gtk/fontdlg.h
+include/wx/gtk/fontpicker.h
+include/wx/gtk/frame.h
+include/wx/gtk/gauge.h
+include/wx/gtk/glcanvas.h
+include/wx/gtk/gnome/
+include/wx/gtk/gnome/gprint.h
+include/wx/gtk/gnome/gvfs.h
+include/wx/gtk/listbox.h
+include/wx/gtk/mdi.h
+include/wx/gtk/menu.h
+include/wx/gtk/menuitem.h
+include/wx/gtk/minifram.h
+include/wx/gtk/msgdlg.h
+include/wx/gtk/notebook.h
+include/wx/gtk/pen.h
+include/wx/gtk/popupwin.h
+include/wx/gtk/radiobox.h
+include/wx/gtk/radiobut.h
+include/wx/gtk/region.h
+include/wx/gtk/scrolbar.h
+include/wx/gtk/scrolwin.h
+include/wx/gtk/slider.h
+include/wx/gtk/spinbutt.h
+include/wx/gtk/spinctrl.h
+include/wx/gtk/statbmp.h
+include/wx/gtk/statbox.h
+include/wx/gtk/statline.h
+include/wx/gtk/stattext.h
+include/wx/gtk/tbargtk.h
+include/wx/gtk/textctrl.h
+include/wx/gtk/tglbtn.h
+include/wx/gtk/timer.h
+include/wx/gtk/tooltip.h
+include/wx/gtk/toplevel.h
+include/wx/gtk/treectrl.h
+include/wx/gtk/treeentry_gtk.h
+include/wx/gtk/win_gtk.h
+include/wx/gtk/window.h
+include/wx/hash.h
+include/wx/hashmap.h
+include/wx/hashset.h
+include/wx/help.h
+include/wx/helpbase.h
+include/wx/helphtml.h
+include/wx/helpwin.h
+include/wx/html/
+include/wx/html/forcelnk.h
+include/wx/html/helpctrl.h
+include/wx/html/helpdata.h
+include/wx/html/helpdlg.h
+include/wx/html/helpfrm.h
+include/wx/html/helpwnd.h
+include/wx/html/htmlcell.h
+include/wx/html/htmldefs.h
+include/wx/html/htmlfilt.h
+include/wx/html/htmlpars.h
+include/wx/html/htmlproc.h
+include/wx/html/htmltag.h
+include/wx/html/htmlwin.h
+include/wx/html/htmprint.h
+include/wx/html/m_templ.h
+include/wx/html/winpars.h
+include/wx/htmllbox.h
+include/wx/hyperlink.h
+include/wx/icon.h
+include/wx/iconbndl.h
+include/wx/iconloc.h
+include/wx/imagbmp.h
+include/wx/image.h
+include/wx/imaggif.h
+include/wx/imagiff.h
+include/wx/imagjpeg.h
+include/wx/imaglist.h
+include/wx/imagpcx.h
+include/wx/imagpng.h
+include/wx/imagpnm.h
+include/wx/imagtga.h
+include/wx/imagtiff.h
+include/wx/imagxpm.h
+include/wx/init.h
+include/wx/intl.h
+include/wx/iosfwrap.h
+include/wx/ioswrap.h
+include/wx/ipc.h
+include/wx/ipcbase.h
+include/wx/isql.h
+include/wx/isqlext.h
+include/wx/joystick.h
+include/wx/layout.h
+include/wx/laywin.h
+include/wx/link.h
+include/wx/list.h
+include/wx/listbase.h
+include/wx/listbook.h
+include/wx/listbox.h
+include/wx/listctrl.h
+include/wx/listimpl.cpp
+include/wx/log.h
+include/wx/longlong.h
+include/wx/math.h
+include/wx/matrix.h
+include/wx/mdi.h
+include/wx/memconf.h
+include/wx/memory.h
+include/wx/memtext.h
+include/wx/menu.h
+include/wx/menuitem.h
+include/wx/metafile.h
+include/wx/mimetype.h
+include/wx/minifram.h
+include/wx/module.h
+include/wx/msgdlg.h
+include/wx/msgout.h
+include/wx/mstream.h
+include/wx/notebook.h
+include/wx/numdlg.h
+include/wx/object.h
+include/wx/odcombo.h
+include/wx/ogl/
+include/wx/ogl/basic.h
+include/wx/ogl/basicp.h
+include/wx/ogl/bmpshape.h
+include/wx/ogl/canvas.h
+include/wx/ogl/composit.h
+include/wx/ogl/constrnt.h
+include/wx/ogl/divided.h
+include/wx/ogl/drawn.h
+include/wx/ogl/drawnp.h
+include/wx/ogl/lines.h
+include/wx/ogl/linesp.h
+include/wx/ogl/mfutils.h
+include/wx/ogl/misc.h
+include/wx/ogl/ogl.h
+include/wx/ogl/ogldiag.h
+include/wx/overlay.h
+include/wx/ownerdrw.h
+include/wx/palette.h
+include/wx/panel.h
+include/wx/paper.h
+include/wx/pen.h
+include/wx/pickerbase.h
+include/wx/platform.h
+include/wx/platinfo.h
+include/wx/plot/
+include/wx/plot/plot.h
+include/wx/plot/plot_dwn.bmp
+include/wx/plot/plot_enl.bmp
+include/wx/plot/plot_shr.bmp
+include/wx/plot/plot_up.bmp
+include/wx/plot/plot_zin.bmp
+include/wx/plot/plot_zot.bmp
+include/wx/plot/wxplot.rc
+include/wx/popupwin.h
+include/wx/power.h
+include/wx/print.h
+include/wx/printdlg.h
+include/wx/prntbase.h
+include/wx/process.h
+include/wx/progdlg.h
+include/wx/propdlg.h
+include/wx/protocol/
+include/wx/protocol/file.h
+include/wx/protocol/ftp.h
+include/wx/protocol/http.h
+include/wx/protocol/protocol.h
+include/wx/ptr_scpd.h
+include/wx/quantize.h
+include/wx/radiobox.h
+include/wx/radiobut.h
+include/wx/rawbmp.h
+include/wx/recguard.h
+include/wx/regex.h
+include/wx/region.h
+include/wx/renderer.h
+include/wx/richtext/
+include/wx/richtext/richtextbuffer.h
+include/wx/richtext/richtextctrl.h
+include/wx/richtext/richtextformatdlg.h
+include/wx/richtext/richtexthtml.h
+include/wx/richtext/richtextprint.h
+include/wx/richtext/richtextstyledlg.h
+include/wx/richtext/richtextstyles.h
+include/wx/richtext/richtextsymboldlg.h
+include/wx/richtext/richtextxml.h
+include/wx/sashwin.h
+include/wx/sckaddr.h
+include/wx/sckipc.h
+include/wx/sckstrm.h
+include/wx/scopeguard.h
+include/wx/scrolbar.h
+include/wx/scrolwin.h
+include/wx/selstore.h
+include/wx/settings.h
+include/wx/sizer.h
+include/wx/slider.h
+include/wx/snglinst.h
+include/wx/socket.h
+include/wx/sound.h
+include/wx/spinbutt.h
+include/wx/spinctrl.h
+include/wx/splash.h
+include/wx/splitter.h
+include/wx/srchctrl.h
+include/wx/sstream.h
+include/wx/stack.h
+include/wx/stackwalk.h
+include/wx/statbmp.h
+include/wx/statbox.h
+include/wx/statline.h
+include/wx/stattext.h
+include/wx/statusbr.h
+include/wx/stc/
+include/wx/stc/stc.h
+include/wx/stdpaths.h
+include/wx/stockitem.h
+include/wx/stopwatch.h
+include/wx/strconv.h
+include/wx/stream.h
+include/wx/string.h
+include/wx/svg/
+include/wx/svg/dcsvg.h
+include/wx/sysopt.h
+include/wx/tab.h
+include/wx/tabctrl.h
+include/wx/tarstrm.h
+include/wx/taskbar.h
+include/wx/tbarbase.h
+include/wx/textbuf.h
+include/wx/textctrl.h
+include/wx/textdlg.h
+include/wx/textfile.h
+include/wx/tglbtn.h
+include/wx/thread.h
+include/wx/thrimpl.cpp
+include/wx/timer.h
+include/wx/tipdlg.h
+include/wx/tipwin.h
+include/wx/tokenzr.h
+include/wx/toolbar.h
+include/wx/toolbook.h
+include/wx/tooltip.h
+include/wx/toplevel.h
+include/wx/treebase.h
+include/wx/treebook.h
+include/wx/treectrl.h
+include/wx/txtstrm.h
+include/wx/types.h
+include/wx/unix/
+include/wx/unix/apptbase.h
+include/wx/unix/apptrait.h
+include/wx/unix/execute.h
+include/wx/unix/fontutil.h
+include/wx/unix/gsockunx.h
+include/wx/unix/joystick.h
+include/wx/unix/mimetype.h
+include/wx/unix/pipe.h
+include/wx/unix/private.h
+include/wx/unix/sound.h
+include/wx/unix/stackwalk.h
+include/wx/unix/stdpaths.h
+include/wx/unix/taskbarx11.h
+include/wx/unix/utilsx11.h
+include/wx/uri.h
+include/wx/url.h
+include/wx/utils.h
+include/wx/valgen.h
+include/wx/validate.h
+include/wx/valtext.h
+include/wx/variant.h
+include/wx/vector.h
+include/wx/version.h
+include/wx/vidmode.h
+include/wx/vlbox.h
+include/wx/vms_x_fix.h
+include/wx/volume.h
+include/wx/vscroll.h
+include/wx/wave.h
+include/wx/wfstream.h
+include/wx/window.h
+include/wx/wizard.h
+include/wx/wupdlock.h
+include/wx/wx.h
+include/wx/wxchar.h
+include/wx/wxhtml.h
+include/wx/wxprec.h
+include/wx/xml/
+include/wx/xml/xml.h
+include/wx/xpmdecod.h
+include/wx/xpmhand.h
+include/wx/xrc/
+include/wx/xrc/xh_all.h
+include/wx/xrc/xh_animatctrl.h
+include/wx/xrc/xh_bmp.h
+include/wx/xrc/xh_bmpbt.h
+include/wx/xrc/xh_bmpcbox.h
+include/wx/xrc/xh_bttn.h
+include/wx/xrc/xh_cald.h
+include/wx/xrc/xh_chckb.h
+include/wx/xrc/xh_chckl.h
+include/wx/xrc/xh_choic.h
+include/wx/xrc/xh_choicbk.h
+include/wx/xrc/xh_clrpicker.h
+include/wx/xrc/xh_collpane.h
+include/wx/xrc/xh_combo.h
+include/wx/xrc/xh_datectrl.h
+include/wx/xrc/xh_dirpicker.h
+include/wx/xrc/xh_dlg.h
+include/wx/xrc/xh_filepicker.h
+include/wx/xrc/xh_fontpicker.h
+include/wx/xrc/xh_frame.h
+include/wx/xrc/xh_gauge.h
+include/wx/xrc/xh_gdctl.h
+include/wx/xrc/xh_grid.h
+include/wx/xrc/xh_html.h
+include/wx/xrc/xh_htmllbox.h
+include/wx/xrc/xh_hyperlink.h
+include/wx/xrc/xh_listb.h
+include/wx/xrc/xh_listbk.h
+include/wx/xrc/xh_listc.h
+include/wx/xrc/xh_mdi.h
+include/wx/xrc/xh_menu.h
+include/wx/xrc/xh_notbk.h
+include/wx/xrc/xh_odcombo.h
+include/wx/xrc/xh_panel.h
+include/wx/xrc/xh_propdlg.h
+include/wx/xrc/xh_radbt.h
+include/wx/xrc/xh_radbx.h
+include/wx/xrc/xh_scrol.h
+include/wx/xrc/xh_scwin.h
+include/wx/xrc/xh_sizer.h
+include/wx/xrc/xh_slidr.h
+include/wx/xrc/xh_spin.h
+include/wx/xrc/xh_split.h
+include/wx/xrc/xh_statbar.h
+include/wx/xrc/xh_stbmp.h
+include/wx/xrc/xh_stbox.h
+include/wx/xrc/xh_stlin.h
+include/wx/xrc/xh_sttxt.h
+include/wx/xrc/xh_text.h
+include/wx/xrc/xh_tglbtn.h
+include/wx/xrc/xh_toolb.h
+include/wx/xrc/xh_tree.h
+include/wx/xrc/xh_treebk.h
+include/wx/xrc/xh_unkwn.h
+include/wx/xrc/xh_wizrd.h
+include/wx/xrc/xmlres.h
+include/wx/xti.h
+include/wx/xtistrm.h
+include/wx/xtixml.h
+include/wx/zipstrm.h
+include/wx/zstream.h
+@lib lib/libwx_base.so.${LIBwx_base_VERSION}
+@lib lib/libwx_base_net.so.${LIBwx_base_net_VERSION}
+@lib lib/libwx_base_odbc.so.${LIBwx_base_odbc_VERSION}
+@lib lib/libwx_base_xml.so.${LIBwx_base_xml_VERSION}
+@lib lib/libwx_gtk2_adv.so.${LIBwx_gtk2_adv_VERSION}
+@lib lib/libwx_gtk2_aui.so.${LIBwx_gtk2_aui_VERSION}
+@lib lib/libwx_gtk2_core.so.${LIBwx_gtk2_core_VERSION}
+@lib lib/libwx_gtk2_dbgrid.so.${LIBwx_gtk2_dbgrid_VERSION}
+@lib lib/libwx_gtk2_fl.so.${LIBwx_gtk2_fl_VERSION}
+@lib lib/libwx_gtk2_gizmos.so.${LIBwx_gtk2_gizmos_VERSION}
+@lib lib/libwx_gtk2_gizmos_xrc.so.${LIBwx_gtk2_gizmos_xrc_VERSION}
+@lib lib/libwx_gtk2_gl.so.${LIBwx_gtk2_gl_VERSION}
+@lib lib/libwx_gtk2_html.so.${LIBwx_gtk2_html_VERSION}
+@lib lib/libwx_gtk2_ogl.so.${LIBwx_gtk2_ogl_VERSION}
+@lib lib/libwx_gtk2_plot.so.${LIBwx_gtk2_plot_VERSION}
+@lib lib/libwx_gtk2_qa.so.${LIBwx_gtk2_qa_VERSION}
+@lib lib/libwx_gtk2_richtext.so.${LIBwx_gtk2_richtext_VERSION}
+@lib lib/libwx_gtk2_stc.so.${LIBwx_gtk2_stc_VERSION}
+@lib lib/libwx_gtk2_svg.so.${LIBwx_gtk2_svg_VERSION}
+@lib lib/libwx_gtk2_xrc.so.${LIBwx_gtk2_xrc_VERSION}
+lib/wx/
+lib/wx/config/
+lib/wx/config/gtk2-unicode-release-2.8
+lib/wx/include/
+lib/wx/include/gtk2-unicode-release-2.8/
+lib/wx/include/gtk2-unicode-release-2.8/wx/
+lib/wx/include/gtk2-unicode-release-2.8/wx/setup.h
+share/aclocal/wxwin.m4
+share/bakefile/
+share/bakefile/presets/
+share/bakefile/presets/wx.bkl
+share/bakefile/presets/wx_unix.bkl
+share/bakefile/presets/wx_win32.bkl
+share/locale/ca/LC_MESSAGES/wxstd.mo
+share/locale/cs/LC_MESSAGES/wxstd.mo
+share/locale/da/LC_MESSAGES/wxstd.mo
+share/locale/de/LC_MESSAGES/wxstd.mo
+share/locale/el/LC_MESSAGES/wxstd.mo
+share/locale/es/LC_MESSAGES/wxstd.mo
+share/locale/fi/LC_MESSAGES/wxstd.mo
+share/locale/fr/LC_MESSAGES/wxstd.mo
+share/locale/hu/LC_MESSAGES/wxstd.mo
+share/locale/id/LC_MESSAGES/wxstd.mo
+share/locale/it/LC_MESSAGES/wxmsw.mo
+share/locale/it/LC_MESSAGES/wxstd.mo
+share/locale/ja/LC_MESSAGES/wxstd.mo
+share/locale/nl/LC_MESSAGES/wxstd.mo
+share/locale/pl/LC_MESSAGES/wxstd.mo
+share/locale/ru/LC_MESSAGES/wxstd.mo
+share/locale/sl/LC_MESSAGES/wxstd.mo
+share/locale/sv/LC_MESSAGES/wxstd.mo
+share/locale/tr/LC_MESSAGES/wxstd.mo
+share/locale/uk/LC_MESSAGES/wxstd.mo
+share/locale/zh/
+share/locale/zh/LC_MESSAGES/
+share/locale/zh_CN/LC_MESSAGES/wxstd.mo
+share/locale/zh_TW/LC_MESSAGES/wxstd.mo
Index: pkg/PLIST-media
===================================================================
RCS file: pkg/PLIST-media
diff -N pkg/PLIST-media
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/PLIST-media     7 Dec 2011 12:14:10 -0000
@@ -0,0 +1,4 @@
+@comment $OpenBSD$
+@conflict wxWidgets-gtk2-<=2.8.12p1
+include/wx/mediactrl.h
+@lib lib/libwx_gtk2_media.so.${LIBwx_gtk2_media_VERSION}

Reply via email to