pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/fox Updated fox to 1.0.43. Many changes and fixes ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdc84bcc98aa
branches:  trunk
changeset: 460355:cdc84bcc98aa
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Aug 29 10:16:11 2003 +0000

description:
Updated fox to 1.0.43. Many changes and fixes to paste here, to see
a full list of changes:

http://www.fox-toolkit.org/news.html

Closes my own PR pkg/22407. Ok'ed by wiz@

diffstat:

 x11/fox/Makefile         |   42 +++++----------
 x11/fox/PLIST            |  128 +++++++++++++++++++++++++++++++++-------------
 x11/fox/buildlink2.mk    |    4 +-
 x11/fox/distinfo         |   18 ++---
 x11/fox/patches/patch-aa |   13 ++++
 x11/fox/patches/patch-ab |   14 ++--
 x11/fox/patches/patch-ac |   12 ++--
 x11/fox/patches/patch-ad |   13 ++++
 x11/fox/patches/patch-ae |    8 +-
 9 files changed, 157 insertions(+), 95 deletions(-)

diffs (truncated from 418 to 300 lines):

diff -r 1fe94852232d -r cdc84bcc98aa x11/fox/Makefile
--- a/x11/fox/Makefile  Fri Aug 29 09:28:48 2003 +0000
+++ b/x11/fox/Makefile  Fri Aug 29 10:16:11 2003 +0000
@@ -1,41 +1,27 @@
-# $NetBSD: Makefile,v 1.12 2003/07/17 22:56:24 grant Exp $
-# FreeBSD Id: ports/x11-toolkits/fox/Makefile,v 1.14 2001/02/23 19:00:05 knu Exp
+# $NetBSD: Makefile,v 1.13 2003/08/29 10:16:11 xtraeme Exp $
+#
 
-DISTNAME=      fox-0.99.174
-PKGREVISION=   2
+DISTNAME=      fox-1.0.43
 CATEGORIES=    x11
-MASTER_SITES=  ftp://ftp.cfdrc.com/pub/FOX/ \
-               ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/
+MASTER_SITES=  http://www.fox-toolkit.org/ftp/
 
 MAINTAINER=    sakamoto%NetBSD.org@localhost
-HOMEPAGE=      http://www.cfdrc.com/FOX/fox.html
+HOMEPAGE=      http://www.fox-toolkit.org/
 COMMENT=       Fast and extensive C++ GUI toolkit
 
-.if !defined(FOX_USE_XUNICODE) || ${FOX_USE_XUNICODE} == "YES"
-
-MASTER_SITES+= http://www.ab.wakwak.com/~tino/jatk/
-DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} xunicode-0.3.3${EXTRACT_SUFX}
-
-PATCH_SITES=   http://www.ab.wakwak.com/~tino/jatk/fox/
-PATCHFILES=    ${DISTNAME:C/-/-unicode-/}.diff
-PATCH_DIST_STRIP=-p1
+USE_BUILDLINK2=        # defined
+USE_X11=       # defined
+USE_LIBTOOL=   # defined
+GNU_CONFIGURE= # defined
 
-CPPFLAGS+=     -I..
-X_CFLAGS=      -DUSE_UNICODE
-CONFIGURE_ENV+=        X_CFLAGS="${X_CFLAGS}"
-
-.endif
-
-USE_BUILDLINK2=        # defined
-USE_X11BASE=   # defined
-USE_LIBTOOL=   # defined
-LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
-
-GNU_CONFIGURE= # defined
-CONFIGURE_ARGS+=--with-opengl=mesa --with-x --with-shm=yes --enable-release
+CONFIGURE_ARGS+=       --with-opengl=mesa 
+CONFIGURE_ARGS+=       --with-x
+CONFIFURE_ARGS+=       --with-shm=yes
+CONFIGURE_ARGS+=       --enable-release
 
 .include "../../graphics/jpeg/buildlink2.mk"
 .include "../../graphics/png/buildlink2.mk"
+.include "../../graphics/tiff/buildlink2.mk"
 .include "../../graphics/MesaLib/buildlink2.mk"
 .include "../../graphics/glu/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 1fe94852232d -r cdc84bcc98aa x11/fox/PLIST
--- a/x11/fox/PLIST     Fri Aug 29 09:28:48 2003 +0000
+++ b/x11/fox/PLIST     Fri Aug 29 10:16:11 2003 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:10:40 zuntum Exp $
-bin/reswrap
+@comment $NetBSD: PLIST,v 1.2 2003/08/29 10:16:12 xtraeme Exp $
+bin/PathFinder
+bin/adie
 bin/calculator
-bin/PathFinder
-bin/textedit
+bin/reswrap
 include/fox/FX4Splitter.h
 include/fox/FXAccelTable.h
 include/fox/FXApp.h
@@ -12,12 +12,15 @@
 include/fox/FXBMPImage.h
 include/fox/FXBitmap.h
 include/fox/FXButton.h
+include/fox/FXCURCursor.h
 include/fox/FXCanvas.h
 include/fox/FXCharset.h
 include/fox/FXCheckButton.h
+include/fox/FXColorBar.h
 include/fox/FXColorDialog.h
 include/fox/FXColorSelector.h
 include/fox/FXColorWell.h
+include/fox/FXColorWheel.h
 include/fox/FXComboBox.h
 include/fox/FXComposite.h
 include/fox/FXCursor.h
@@ -72,14 +75,16 @@
 include/fox/FXHVec.h
 include/fox/FXHeader.h
 include/fox/FXHorizontalFrame.h
+include/fox/FXICOIcon.h
+include/fox/FXICOImage.h
 include/fox/FXIcon.h
 include/fox/FXIconList.h
 include/fox/FXId.h
 include/fox/FXImage.h
 include/fox/FXImageView.h
 include/fox/FXInputDialog.h
-include/fox/FXJPEGIcon.h
-include/fox/FXJPEGImage.h
+include/fox/FXJPGIcon.h
+include/fox/FXJPGImage.h
 include/fox/FXLabel.h
 include/fox/FXList.h
 include/fox/FXListBox.h
@@ -105,13 +110,15 @@
 include/fox/FXPNGIcon.h
 include/fox/FXPNGImage.h
 include/fox/FXPacker.h
+include/fox/FXPicker.h
 include/fox/FXPoint.h
 include/fox/FXPopup.h
 include/fox/FXPrintDialog.h
-include/fox/FXProfiler.h
 include/fox/FXProgressBar.h
 include/fox/FXProgressDialog.h
 include/fox/FXQuat.h
+include/fox/FXRGBIcon.h
+include/fox/FXRGBImage.h
 include/fox/FXRadioButton.h
 include/fox/FXRange.h
 include/fox/FXRecentFiles.h
@@ -119,6 +126,7 @@
 include/fox/FXRegion.h
 include/fox/FXRegistry.h
 include/fox/FXReplaceDialog.h
+include/fox/FXRex.h
 include/fox/FXRootWindow.h
 include/fox/FXScrollArea.h
 include/fox/FXScrollWindow.h
@@ -136,10 +144,15 @@
 include/fox/FXStatusline.h
 include/fox/FXStream.h
 include/fox/FXString.h
+include/fox/FXStringDict.h
 include/fox/FXSwitcher.h
+include/fox/FXTGAIcon.h
+include/fox/FXTGAImage.h
 include/fox/FXTIFIcon.h
 include/fox/FXTIFImage.h
-include/fox/FXTab.h
+include/fox/FXTabBar.h
+include/fox/FXTabBook.h
+include/fox/FXTabItem.h
 include/fox/FXTable.h
 include/fox/FXText.h
 include/fox/FXTextField.h
@@ -164,60 +177,99 @@
 include/fox/fx3d.h
 include/fox/fxdefs.h
 include/fox/fxkeys.h
-include/fox/fxregex.h
 include/fox/fxver.h
 include/fox/xincs.h
-lib/libFOX-0.99.so.174.0
-lib/libFOX-0.99.so.174
-lib/libFOX-0.99.so
+lib/libFOX-1.0.so
+lib/libFOX-1.0.so.0
+lib/libFOX-1.0.so.0.43
 lib/libFOX.a
 lib/libFOX.la
 lib/libFOX.so
+man/man1/PathFinder.1
+man/man1/adie.1
+man/man1/calculator.1
 man/man1/reswrap.1
+share/doc/html/fox/adie.html
 share/doc/html/fox/app.html
-share/doc/html/fox/bigpenguin.png
-share/doc/html/fox/cfdrc.png
-share/doc/html/fox/cfdrclogo.png
+share/doc/html/fox/art/bigpenguin.png
+share/doc/html/fox/art/foxlogo.png
+share/doc/html/fox/art/foxstart.png
+share/doc/html/fox/art/freespeach.gif
+share/doc/html/fox/art/ill.gif
+share/doc/html/fox/art/ilr.gif
+share/doc/html/fox/art/innernerd.gif
+share/doc/html/fox/art/iul.gif
+share/doc/html/fox/art/iur.gif
+share/doc/html/fox/art/nerd_inside.gif
+share/doc/html/fox/art/oll.gif
+share/doc/html/fox/art/olr.gif
+share/doc/html/fox/art/opengl_logo.png
+share/doc/html/fox/art/oul.gif
+share/doc/html/fox/art/oul_grey.gif
+share/doc/html/fox/art/our.gif
+share/doc/html/fox/art/progress.png
+share/doc/html/fox/art/scribble.png
+share/doc/html/fox/art/sgitextedit.png
+share/doc/html/fox/art/slingerzbutton1.gif
+share/doc/html/fox/art/win32-libraries.png
+share/doc/html/fox/art/win32-linkoutput.png
+share/doc/html/fox/art/win32-postbuild.png
+share/doc/html/fox/art/win32-preprocessor.png
+share/doc/html/fox/art/win32-project.png
+share/doc/html/fox/art/win32-tooloptions.png
+share/doc/html/fox/art/wintextedit.png
+share/doc/html/fox/calc.html
 share/doc/html/fox/datatarget.html
-share/doc/html/fox/dlgedit1.gif
-share/doc/html/fox/dlgedit2.gif
+share/doc/html/fox/doc.html
+share/doc/html/fox/download.html
 share/doc/html/fox/draganddrop.html
 share/doc/html/fox/faq.html
+share/doc/html/fox/filefuncs.html
 share/doc/html/fox/focus.html
 share/doc/html/fox/fonts.html
 share/doc/html/fox/foreword.html
 share/doc/html/fox/fox.html
-share/doc/html/fox/foxback.png
-share/doc/html/fox/foxlogo.png
+share/doc/html/fox/goals.html
 share/doc/html/fox/guiupdate.html
 share/doc/html/fox/icons.html
 share/doc/html/fox/introduction.html
 share/doc/html/fox/layout.html
 share/doc/html/fox/messages.html
-share/doc/html/fox/nasafan.png
+share/doc/html/fox/news.html
 share/doc/html/fox/oldfox.html
-share/doc/html/fox/opengl_logo.png
-share/doc/html/fox/owl-anim.png
-share/doc/html/fox/pathfinder.png
-share/doc/html/fox/pcboard.png
-share/doc/html/fox/platforms.html
-share/doc/html/fox/progress.png
+share/doc/html/fox/pathfinder.html
+share/doc/html/fox/projects.html
 share/doc/html/fox/registry.html
-share/doc/html/fox/scribble.png
+share/doc/html/fox/rex.html
+share/doc/html/fox/screenshots.html
+share/doc/html/fox/screenshots/adie.jpg
+share/doc/html/fox/screenshots/adie_colors.jpg
+share/doc/html/fox/screenshots/adie_del.jpg
+share/doc/html/fox/screenshots/adie_edit.jpg
+share/doc/html/fox/screenshots/adie_font.jpg
+share/doc/html/fox/screenshots/adie_pat.jpg
+share/doc/html/fox/screenshots/colordialog.png
+share/doc/html/fox/screenshots/dirdialog.png
+share/doc/html/fox/screenshots/filedialog.png
+share/doc/html/fox/screenshots/fontdialog.png
+share/doc/html/fox/screenshots/foxcalc.jpg
+share/doc/html/fox/screenshots/foxcalc_prefdialog_01_small.jpg
+share/doc/html/fox/screenshots/foxcalc_prefdialog_02_small.jpg
+share/doc/html/fox/screenshots/foxcalc_prefdialog_03_small.jpg
+share/doc/html/fox/screenshots/glview.png
+share/doc/html/fox/screenshots/pathfinder.png
+share/doc/html/fox/screenshots/printdialog.png
+share/doc/html/fox/screenshots/replacedialog.png
+share/doc/html/fox/screenshots/searchdialog.png
+share/doc/html/fox/screenshots/table.png
 share/doc/html/fox/serialization.html
-share/doc/html/fox/sgitextedit.png
-share/doc/html/fox/tb-paste.png
-share/doc/html/fox/textedit.png
-share/doc/html/fox/textedit2.png
+share/doc/html/fox/styles.css
 share/doc/html/fox/timers.html
 share/doc/html/fox/widgets.html
-share/doc/html/fox/win32-libraries.png
-share/doc/html/fox/win32-linkoutput.png
-share/doc/html/fox/win32-postbuild.png
-share/doc/html/fox/win32-preprocessor.png
-share/doc/html/fox/win32-project.png
-share/doc/html/fox/win32-tooloptions.png
 share/doc/html/fox/win32.html
-share/doc/html/fox/wintextedit.png
+share/doc/html/fox/window.html
+share/doc/html/fox/xml.html
+@dirrm share/doc/html/fox/screenshots
+@dirrm share/doc/html/fox/art
 @dirrm share/doc/html/fox
 @dirrm include/fox
diff -r 1fe94852232d -r cdc84bcc98aa x11/fox/buildlink2.mk
--- a/x11/fox/buildlink2.mk     Fri Aug 29 09:28:48 2003 +0000
+++ b/x11/fox/buildlink2.mk     Fri Aug 29 10:16:11 2003 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: buildlink2.mk,v 1.3 2002/09/23 02:28:38 jlam Exp $
+# $NetBSD: buildlink2.mk,v 1.4 2003/08/29 10:16:12 xtraeme Exp $
 
 .if !defined(FOX_BUILDLINK2_MK)
 FOX_BUILDLINK2_MK=     # defined
 
 BUILDLINK_PACKAGES+=           fox
-BUILDLINK_DEPENDS.fox?=                fox>=0.99.174nb1
+BUILDLINK_DEPENDS.fox?=                fox>=1.0.43
 BUILDLINK_PKGSRCDIR.fox?=      ../../x11/fox
 
 EVAL_PREFIX+=          BUILDLINK_PREFIX.fox=fox
diff -r 1fe94852232d -r cdc84bcc98aa x11/fox/distinfo
--- a/x11/fox/distinfo  Fri Aug 29 09:28:48 2003 +0000



Home | Main Index | Thread Index | Old Index