pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/wxGTK26 Reimport x11/wxGTK as x11/wxGTK26.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c4381c9478f
branches:  trunk
changeset: 547623:2c4381c9478f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Sep 22 19:44:05 2008 +0000

description:
Reimport x11/wxGTK as x11/wxGTK26.

diffstat:

 x11/wxGTK26/DESCR                        |   23 +
 x11/wxGTK26/Makefile                     |   25 +
 x11/wxGTK26/Makefile.common              |   54 +++
 x11/wxGTK26/PLIST                        |  519 +++++++++++++++++++++++++++++++
 x11/wxGTK26/PLIST.Darwin                 |    4 +
 x11/wxGTK26/buildlink3.mk                |   27 +
 x11/wxGTK26/distinfo                     |   10 +
 x11/wxGTK26/hacks.mk                     |   19 +
 x11/wxGTK26/patches/manual-bakefile.diff |  208 ++++++++++++
 x11/wxGTK26/patches/manual-regen.diff    |   50 ++
 x11/wxGTK26/patches/patch-aa             |   78 ++++
 x11/wxGTK26/patches/patch-ab             |   28 +
 12 files changed, 1045 insertions(+), 0 deletions(-)

diffs (truncated from 1093 to 300 lines):

diff -r 9a785dde128d -r 2c4381c9478f x11/wxGTK26/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/wxGTK26/DESCR Mon Sep 22 19:44:05 2008 +0000
@@ -0,0 +1,23 @@
+A GTK+-based implementation of the wxWidgets cross-platform GUI library.
+
+wxWidgets is a set of libraries that allows C++ applications to compile and
+run on several different types of computer, with minimal source code changes.
+There is one library per supported GUI (such as Windows, GTK+, Motif, and Mac).
+As well as providing a common API (Application Programming Interface) for GUI
+functionality, it provides functionality for accessing some commonly-used
+operating system facilities, from copying and deleting files to socket and
+thread support. wxWidgets is a 'framework' in the sense that it provides a lot
+of built-in functionality, which the application can use or replace as required,
+thus saving a great deal of coding effort. Basic data structures such as
+strings, arrays, linked lists and hash tables are also supported.
+
+Such a toolkit is not unique - there are others to choose from - but wxWidgets
+is free, well-established, well-documented, and very broad in its coverage of
+GUI functionality. It has some extras that make it stand out from the crowd,
+such as the many convenience dialogs, built-in HTML display and printing,
+virtual filesystems, easy-to-use OLE automation controller class, Open GL
+support, and many other features that make it easier to write modern and
+user-friendly applications.
+
+There is also a python interface available, wxPython (see the py-wxWidgets
+package).
diff -r 9a785dde128d -r 2c4381c9478f x11/wxGTK26/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/wxGTK26/Makefile      Mon Sep 22 19:44:05 2008 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/22 19:44:05 joerg Exp $
+#
+
+.include "Makefile.common"
+
+PKGREVISION=           2
+COMMENT=               GTK-based implementation of the wxWidgets GUI library
+
+post-build:
+       set -e; cd ${WRKSRC}/locale; \
+       for lang in ca cs da de el es fi fr hu id it ja nl pl ru sl sv tr uk \
+           zh_CN zh_TW; do \
+               ${TOOLS_PATH.msgfmt} -c -o $${lang}.mo $${lang}.po; \
+       done
+       set -e; cd ${WRKSRC}/locale/msw; \
+       for lang in it; do \
+           ${TOOLS_PATH.msgfmt} -c -o $${lang}.mo $${lang}.po; \
+       done
+
+post-install:
+       ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/LICENCE.txt ${DESTDIR}${DOCDIR}/LICENSE
+
+.include "../../mk/oss.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9a785dde128d -r 2c4381c9478f x11/wxGTK26/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/wxGTK26/Makefile.common       Mon Sep 22 19:44:05 2008 +0000
@@ -0,0 +1,54 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2008/09/22 19:44:05 joerg Exp $
+#
+
+DISTNAME=              wxGTK-2.6.3
+CATEGORIES=            x11
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=wxwindows/}
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            joerg%NetBSD.org@localhost
+HOMEPAGE=              http://www.wxwidgets.org/
+
+PATCHDIR=              ${.CURDIR}/../../x11/wxGTK/patches
+DISTINFO_FILE=         ${.CURDIR}/../../x11/wxGTK/distinfo
+
+PATCHFILES=            ${DISTNAME}-libtool.diff3.bz2
+PATCH_SITES=           ${MASTER_SITE_LOCAL}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_TOOLS+=            pkg-config msgfmt
+USE_LIBTOOL=           yes
+USE_PKGLOCALEDIR=      YES
+USE_LANGUAGES=         c c++
+GNU_CONFIGURE=         YES
+USE_GNU_CONFIGURE_HOST=        no
+CONFIGURE_ARGS+=       --with-gtk=2
+CONFIGURE_ARGS+=       --with-libjpeg=sys
+CONFIGURE_ARGS+=       --with-libpng=sys
+CONFIGURE_ARGS+=       --with-libtiff=sys
+CONFIGURE_ARGS+=       --with-opengl
+CONFIGURE_ARGS+=       --with-zlib=sys
+CONFIGURE_ARGS+=       --with-regex=builtin
+CONFIGURE_ENV+=                BUILDLINK_DIR=${BUILDLINK_DIR:Q}
+MAKE_ENV+=             PKGLOCALEDIR=${PKGLOCALEDIR:Q}
+
+#CONFIGURE_ARGS+=      --enable-unicode
+#PLIST_SUBST+=         UNICODE=u
+PLIST_SUBST+=          UNICODE=
+PLIST_SUBST+=          BUILDTYPE=ansi
+
+CPPFLAGS+=             -Dunix=1        # src/common/unzip.c needs this
+
+DOCDIR=                        ${PREFIX}/share/doc/wxGTK
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+.include "../../mk/pthread.buildlink3.mk"
diff -r 9a785dde128d -r 2c4381c9478f x11/wxGTK26/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/wxGTK26/PLIST Mon Sep 22 19:44:05 2008 +0000
@@ -0,0 +1,519 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/22 19:44:05 joerg Exp $
+bin/wx-config
+bin/wxrc
+bin/wxrc-2.6
+include/wx-2.6/wx/accel.h
+include/wx-2.6/wx/access.h
+include/wx-2.6/wx/afterstd.h
+include/wx-2.6/wx/app.h
+include/wx-2.6/wx/apptrait.h
+include/wx-2.6/wx/archive.h
+include/wx-2.6/wx/arrimpl.cpp
+include/wx-2.6/wx/arrstr.h
+include/wx-2.6/wx/artprov.h
+include/wx-2.6/wx/beforestd.h
+include/wx-2.6/wx/bitmap.h
+include/wx-2.6/wx/bmpbuttn.h
+include/wx-2.6/wx/bookctrl.h
+include/wx-2.6/wx/brush.h
+include/wx-2.6/wx/buffer.h
+include/wx-2.6/wx/build.h
+include/wx-2.6/wx/busyinfo.h
+include/wx-2.6/wx/button.h
+include/wx-2.6/wx/calctrl.h
+include/wx-2.6/wx/caret.h
+include/wx-2.6/wx/checkbox.h
+include/wx-2.6/wx/checklst.h
+include/wx-2.6/wx/chkconf.h
+include/wx-2.6/wx/choicdlg.h
+include/wx-2.6/wx/choice.h
+include/wx-2.6/wx/choicebk.h
+include/wx-2.6/wx/clipbrd.h
+include/wx-2.6/wx/clntdata.h
+include/wx-2.6/wx/cmdline.h
+include/wx-2.6/wx/cmdproc.h
+include/wx-2.6/wx/cmndata.h
+include/wx-2.6/wx/colordlg.h
+include/wx-2.6/wx/colour.h
+include/wx-2.6/wx/combobox.h
+include/wx-2.6/wx/confbase.h
+include/wx-2.6/wx/config.h
+include/wx-2.6/wx/containr.h
+include/wx-2.6/wx/control.h
+include/wx-2.6/wx/cshelp.h
+include/wx-2.6/wx/ctrlsub.h
+include/wx-2.6/wx/cursor.h
+include/wx-2.6/wx/dataobj.h
+include/wx-2.6/wx/datectrl.h
+include/wx-2.6/wx/dateevt.h
+include/wx-2.6/wx/datetime.h
+include/wx-2.6/wx/datstrm.h
+include/wx-2.6/wx/db.h
+include/wx-2.6/wx/dbgrid.h
+include/wx-2.6/wx/dbkeyg.h
+include/wx-2.6/wx/dbtable.h
+include/wx-2.6/wx/dc.h
+include/wx-2.6/wx/dcbuffer.h
+include/wx-2.6/wx/dcclient.h
+include/wx-2.6/wx/dcmemory.h
+include/wx-2.6/wx/dcmirror.h
+include/wx-2.6/wx/dcprint.h
+include/wx-2.6/wx/dcps.h
+include/wx-2.6/wx/dcscreen.h
+include/wx-2.6/wx/dde.h
+include/wx-2.6/wx/debug.h
+include/wx-2.6/wx/debugrpt.h
+include/wx-2.6/wx/defs.h
+include/wx-2.6/wx/dialog.h
+include/wx-2.6/wx/dialup.h
+include/wx-2.6/wx/dir.h
+include/wx-2.6/wx/dirctrl.h
+include/wx-2.6/wx/dirdlg.h
+include/wx-2.6/wx/display.h
+include/wx-2.6/wx/dlimpexp.h
+include/wx-2.6/wx/dnd.h
+include/wx-2.6/wx/docmdi.h
+include/wx-2.6/wx/docview.h
+include/wx-2.6/wx/dragimag.h
+include/wx-2.6/wx/dynarray.h
+include/wx-2.6/wx/dynlib.h
+include/wx-2.6/wx/dynload.h
+include/wx-2.6/wx/effects.h
+include/wx-2.6/wx/encconv.h
+include/wx-2.6/wx/encinfo.h
+include/wx-2.6/wx/event.h
+include/wx-2.6/wx/evtloop.h
+include/wx-2.6/wx/except.h
+include/wx-2.6/wx/fdrepdlg.h
+include/wx-2.6/wx/features.h
+include/wx-2.6/wx/ffile.h
+include/wx-2.6/wx/file.h
+include/wx-2.6/wx/fileconf.h
+include/wx-2.6/wx/filedlg.h
+include/wx-2.6/wx/filefn.h
+include/wx-2.6/wx/filename.h
+include/wx-2.6/wx/filesys.h
+include/wx-2.6/wx/fmappriv.h
+include/wx-2.6/wx/font.h
+include/wx-2.6/wx/fontdlg.h
+include/wx-2.6/wx/fontenc.h
+include/wx-2.6/wx/fontenum.h
+include/wx-2.6/wx/fontmap.h
+include/wx-2.6/wx/fontutil.h
+include/wx-2.6/wx/frame.h
+include/wx-2.6/wx/fs_inet.h
+include/wx-2.6/wx/fs_mem.h
+include/wx-2.6/wx/fs_zip.h
+include/wx-2.6/wx/gauge.h
+include/wx-2.6/wx/gbsizer.h
+include/wx-2.6/wx/gdicmn.h
+include/wx-2.6/wx/gdiobj.h
+include/wx-2.6/wx/generic/accel.h
+include/wx-2.6/wx/generic/calctrl.h
+include/wx-2.6/wx/generic/caret.h
+include/wx-2.6/wx/generic/choicdgg.h
+include/wx-2.6/wx/generic/colrdlgg.h
+include/wx-2.6/wx/generic/datectrl.h
+include/wx-2.6/wx/generic/dcpsg.h
+include/wx-2.6/wx/generic/dirctrlg.h
+include/wx-2.6/wx/generic/dirdlgg.h
+include/wx-2.6/wx/generic/dragimgg.h
+include/wx-2.6/wx/generic/fdrepdlg.h
+include/wx-2.6/wx/generic/filedlgg.h
+include/wx-2.6/wx/generic/fontdlgg.h
+include/wx-2.6/wx/generic/grid.h
+include/wx-2.6/wx/generic/gridctrl.h
+include/wx-2.6/wx/generic/gridsel.h
+include/wx-2.6/wx/generic/helpext.h
+include/wx-2.6/wx/generic/imaglist.h
+include/wx-2.6/wx/generic/laywin.h
+include/wx-2.6/wx/generic/listctrl.h
+include/wx-2.6/wx/generic/logg.h
+include/wx-2.6/wx/generic/msgdlgg.h
+include/wx-2.6/wx/generic/notebook.h
+include/wx-2.6/wx/generic/numdlgg.h
+include/wx-2.6/wx/generic/paletteg.h
+include/wx-2.6/wx/generic/panelg.h
+include/wx-2.6/wx/generic/printps.h
+include/wx-2.6/wx/generic/prntdlgg.h
+include/wx-2.6/wx/generic/progdlgg.h
+include/wx-2.6/wx/generic/propdlg.h
+include/wx-2.6/wx/generic/sashwin.h
+include/wx-2.6/wx/generic/scrolwin.h
+include/wx-2.6/wx/generic/spinctlg.h
+include/wx-2.6/wx/generic/splash.h
+include/wx-2.6/wx/generic/splitter.h
+include/wx-2.6/wx/generic/statusbr.h
+include/wx-2.6/wx/generic/tabg.h
+include/wx-2.6/wx/generic/textdlgg.h
+include/wx-2.6/wx/generic/timer.h
+include/wx-2.6/wx/generic/treectlg.h
+include/wx-2.6/wx/generic/wizard.h
+include/wx-2.6/wx/geometry.h
+include/wx-2.6/wx/gifdecod.h
+include/wx-2.6/wx/glcanvas.h
+include/wx-2.6/wx/grid.h
+include/wx-2.6/wx/gsocket.h
+include/wx-2.6/wx/gtk/accel.h
+include/wx-2.6/wx/gtk/app.h
+include/wx-2.6/wx/gtk/bitmap.h
+include/wx-2.6/wx/gtk/bmpbuttn.h
+include/wx-2.6/wx/gtk/brush.h
+include/wx-2.6/wx/gtk/button.h
+include/wx-2.6/wx/gtk/checkbox.h
+include/wx-2.6/wx/gtk/checklst.h
+include/wx-2.6/wx/gtk/choice.h
+include/wx-2.6/wx/gtk/clipbrd.h
+include/wx-2.6/wx/gtk/colordlg.h
+include/wx-2.6/wx/gtk/colour.h
+include/wx-2.6/wx/gtk/combobox.h
+include/wx-2.6/wx/gtk/control.h
+include/wx-2.6/wx/gtk/cursor.h
+include/wx-2.6/wx/gtk/dataform.h
+include/wx-2.6/wx/gtk/dataobj.h
+include/wx-2.6/wx/gtk/dataobj2.h
+include/wx-2.6/wx/gtk/dc.h
+include/wx-2.6/wx/gtk/dcclient.h
+include/wx-2.6/wx/gtk/dcmemory.h
+include/wx-2.6/wx/gtk/dcscreen.h
+include/wx-2.6/wx/gtk/dialog.h
+include/wx-2.6/wx/gtk/dnd.h
+include/wx-2.6/wx/gtk/filedlg.h
+include/wx-2.6/wx/gtk/font.h



Home | Main Index | Thread Index | Old Index