summaryrefslogtreecommitdiff
path: root/x11-toolkits/fox14
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/fox14')
-rw-r--r--x11-toolkits/fox14/Makefile87
-rw-r--r--x11-toolkits/fox14/distinfo3
-rw-r--r--x11-toolkits/fox14/files/patch-aa23
-rw-r--r--x11-toolkits/fox14/files/patch-ac11
-rw-r--r--x11-toolkits/fox14/files/patch-ad26
-rw-r--r--x11-toolkits/fox14/pkg-comment1
-rw-r--r--x11-toolkits/fox14/pkg-descr11
-rw-r--r--x11-toolkits/fox14/pkg-plist243
8 files changed, 0 insertions, 405 deletions
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile
deleted file mode 100644
index 95a32f47e9c6..000000000000
--- a/x11-toolkits/fox14/Makefile
+++ /dev/null
@@ -1,87 +0,0 @@
-# New ports collection makefile for: fox
-# Date created: 23 Feb 2000
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fox
-PORTVERSION?= 0.99.181
-PORTREVISION?= 0
-CATEGORIES= x11-toolkits
-MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
- ftp://ftp.fox-toolkit.org/pub/ \
- ftp://ftp.cfdrc.com/pub/FOX/ \
- ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/
-
-MAINTAINER?= knu@FreeBSD.org
-
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.5:${PORTSDIR}/graphics/png
-
-.if defined(WITH_XUNICODE)
-PKGNAMESUFFIX= -unicode
-
-PATCHVERSION?= ${PORTVERSION}
-
-PATCH_SITES= http://www.ab.wakwak.com/~tino/jatk/fox/
-PATCHFILES= ${PORTNAME}${PKGNAMESUFFIX}-${PATCHVERSION}.diff
-PATCH_DIST_STRIP= -p1
-
-BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode
-
-CONFIGURE_ENV= X_CFLAGS=-DUSE_UNICODE
-
-PLIST_SUB= OLDFILE="" \
- NEWFILE="@comment "
-.else
-PLIST_SUB= OLDFILE="@comment " \
- NEWFILE=""
-.endif
-
-USE_MESA= yes
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \
- CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS+=--with-opengl=mesa --with-x
-.if defined(NO_SHM)
-CONFIGURE_ARGS+=--with-shm=no
-.else
-CONFIGURE_ARGS+=--with-shm=yes
-.endif
-.if defined(DEBUG)
-CONFIGURE_ARGS+=--enable-debug
-.else
-CONFIGURE_ARGS+=--enable-release
-.endif
-.if defined(WANT_PROFILE)
-CONFIGURE_ARGS+=--with-profiling=gprof
-.endif
-MAKE_ARGS+= -j3
-.if defined(NOPORTDOCS)
-MAKE_ARGS+= DOC=
-.else
-MAKE_ARGS+= DOC=doc
-.endif
-#USE_LIBTOOL= yes
-SHLIB_MAJ= 1
-SHLIB_MIN= 0
-MAKE_ENV+= LT_CURRENT="${SHLIB_MAJ}" LT_REVISION="${SHLIB_MIN}"
-PLIST_SUB+= LIBVER="${SHLIB_MAJ}"
-MAN1= reswrap.1
-
-# Uncomment this to turn the distribution-recommended optimization flags on.
-#CXXFLAGS= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations
-
-.if defined(WITH_XUNICODE)
-post-extract:
- cd ${WRKSRC} && ${LN} -s ${X11BASE}/include/xunicode
-.endif
-
-post-patch:
- ${PERL} -i -pe 's/^(SUBDIRS\s*=\s*).*/$$1utils include src \$${DOC}/' \
- ${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/fox14/distinfo b/x11-toolkits/fox14/distinfo
deleted file mode 100644
index 3874fbdc068c..000000000000
--- a/x11-toolkits/fox14/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (fox-0.99.174.tar.gz) = 8546249fd51964c8269aecbcbb9e7946
-MD5 (fox-unicode-0.99.174.diff) = 7f24a256f24179e64cd778fa748454a0
-MD5 (fox-0.99.181.tar.gz) = 276741dee6400b3af5ef8c9171ca734b
diff --git a/x11-toolkits/fox14/files/patch-aa b/x11-toolkits/fox14/files/patch-aa
deleted file mode 100644
index 1332b8b8e024..000000000000
--- a/x11-toolkits/fox14/files/patch-aa
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/Makefile.in.orig Fri Oct 6 16:07:43 2000
-+++ src/Makefile.in Mon Oct 9 08:18:53 2000
-@@ -74,9 +74,9 @@
- LIBTOOL = @LIBTOOL@
- LN_S = @LN_S@
- LT_AGE = @LT_AGE@
--LT_CURRENT = @LT_CURRENT@
-+LT_CURRENT ?= @LT_CURRENT@
- LT_RELEASE = @LT_RELEASE@
--LT_REVISION = @LT_REVISION@
-+LT_REVISION ?= @LT_REVISION@
- MAKEINFO = @MAKEINFO@
- OBJDUMP = @OBJDUMP@
- PACKAGE = @PACKAGE@
-@@ -91,7 +91,7 @@
-
- libFOX_la_LIBADD = $(X_LIBS) $(X_BASE_LIBS) $(X_EXTRA_LIBS) $(GL_LIBS)
-
--libFOX_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
-+libFOX_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION)
-
-
- CURSORS = crosshair.xbm crosshair_mask.xbm dndcopy.xbm dndcopy_mask.xbm dndlink.xbm dndlink_mask.xbm dndmove.xbm dndmove_mask.xbm dontdrop.xbm dontdrop_mask.xbm drag.xbm drag_mask.xbm gray.xbm hsplit.xbm hsplit_mask.xbm move.xbm move_mask.xbm resize.xbm resize_mask.xbm resizeleft.xbm resizeleft_mask.xbm resizetop.xbm resizetop_mask.xbm resizetopleft.xbm resizetopleft_mask.xbm resizetopright.xbm resizetopright_mask.xbm rotate.xbm rotate_mask.xbm swatch.xbm swatch_mask.xbm vsplit.xbm vsplit_mask.xbm xsplit.xbm xsplit_mask.xbm ne.xbm ne_mask.xbm se.xbm se_mask.xbm sw.xbm sw_mask.xbm nw.xbm nw_mask.xbm translate.xbm translate_mask.xbm zoom.xbm zoom_mask.xbm
diff --git a/x11-toolkits/fox14/files/patch-ac b/x11-toolkits/fox14/files/patch-ac
deleted file mode 100644
index c9c9fb464e2b..000000000000
--- a/x11-toolkits/fox14/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in Tue Feb 22 14:46:40 2000
-+++ doc/Makefile.in.new Wed Mar 1 06:11:30 2000
-@@ -86,7 +86,7 @@
- VERSION = @VERSION@
- X_BASE_LIBS = @X_BASE_LIBS@
-
--htmldir = $(prefix)/@PACKAGE@/html
-+htmldir = $(datadir)/doc/@PACKAGE@/html
-
- # Source code documentation tool
- PERCEPS = perceps
diff --git a/x11-toolkits/fox14/files/patch-ad b/x11-toolkits/fox14/files/patch-ad
deleted file mode 100644
index 9ec0f21f9004..000000000000
--- a/x11-toolkits/fox14/files/patch-ad
+++ /dev/null
@@ -1,26 +0,0 @@
---- configure.orig Thu Apr 5 05:25:59 2001
-+++ configure Tue May 1 01:34:27 2001
-@@ -839,7 +839,7 @@
-
-
-
--CXXFLAGS=""
-+#CXXFLAGS=""
-
- echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
- echo "configure:846: checking whether ${MAKE-make} sets \${MAKE}" >&5
-@@ -3440,9 +3440,12 @@
-
- echo "$ac_t""$enable_release" 1>&6
- if test "x$enable_release" = "xyes" ; then
--CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG"
-+CXXFLAGS="${CXXFLAGS} -DNDEBUG"
- if test "${GXX}" = "yes" ; then
--CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
-+#CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
-+if test "${with_profiling}" = ""; then
-+CXXFLAGS="${CXXFLAGS} -fomit-frame-pointer"
-+fi
- fi
- fi
-
diff --git a/x11-toolkits/fox14/pkg-comment b/x11-toolkits/fox14/pkg-comment
deleted file mode 100644
index 408af1eacd90..000000000000
--- a/x11-toolkits/fox14/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Fast and extensive C++ GUI toolkit
diff --git a/x11-toolkits/fox14/pkg-descr b/x11-toolkits/fox14/pkg-descr
deleted file mode 100644
index 0ce2e12c437e..000000000000
--- a/x11-toolkits/fox14/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-FOX is a C++ GUI toolkit that is supposed to
-allow programmers to write a program once, and
-compile anywhere (or so the website says, it sounds
-like Java to me). FOX is a very flexible library,
-it has all sorts of functions and options, and is
-supposed to be fairly fast.
-
-WWW: http://www.fox-toolkit.org/fox.html
-Author: Jeroen van der Zijp <jvz@cfdrc.com>
-
---Will <andrews@technologist.com>
diff --git a/x11-toolkits/fox14/pkg-plist b/x11-toolkits/fox14/pkg-plist
deleted file mode 100644
index 86da33db91f0..000000000000
--- a/x11-toolkits/fox14/pkg-plist
+++ /dev/null
@@ -1,243 +0,0 @@
-bin/reswrap
-include/fox/FX4Splitter.h
-include/fox/FXAccelTable.h
-include/fox/FXApp.h
-include/fox/FXArray.h
-include/fox/FXArrowButton.h
-include/fox/FXBMPIcon.h
-include/fox/FXBMPImage.h
-include/fox/FXBitmap.h
-include/fox/FXButton.h
-include/fox/FXCanvas.h
-include/fox/FXCharset.h
-include/fox/FXCheckButton.h
-%%NEWFILE%%include/fox/FXColorBar.h
-include/fox/FXColorDialog.h
-include/fox/FXColorSelector.h
-include/fox/FXColorWell.h
-%%NEWFILE%%include/fox/FXColorWheel.h
-include/fox/FXComboBox.h
-include/fox/FXComposite.h
-include/fox/FXCursor.h
-include/fox/FXDC.h
-include/fox/FXDCPrint.h
-include/fox/FXDCWindow.h
-include/fox/FXDHMat.h
-include/fox/FXDHVec.h
-include/fox/FXDQuat.h
-include/fox/FXDVec.h
-include/fox/FXDataTarget.h
-include/fox/FXDebugTarget.h
-include/fox/FXDelegator.h
-include/fox/FXDial.h
-include/fox/FXDialogBox.h
-include/fox/FXDict.h
-include/fox/FXDirBox.h
-include/fox/FXDirDialog.h
-include/fox/FXDirList.h
-include/fox/FXDirSelector.h
-include/fox/FXDocument.h
-include/fox/FXDragCorner.h
-include/fox/FXDrawable.h
-include/fox/FXDriveBox.h
-include/fox/FXElement.h
-include/fox/FXException.h
-include/fox/FXFile.h
-include/fox/FXFileDialog.h
-include/fox/FXFileDict.h
-include/fox/FXFileList.h
-include/fox/FXFileSelector.h
-include/fox/FXFont.h
-include/fox/FXFontDialog.h
-include/fox/FXFontSelector.h
-include/fox/FXFrame.h
-include/fox/FXGIFCursor.h
-include/fox/FXGIFIcon.h
-include/fox/FXGIFImage.h
-include/fox/FXGLCanvas.h
-include/fox/FXGLCone.h
-include/fox/FXGLContext.h
-include/fox/FXGLCube.h
-include/fox/FXGLCylinder.h
-include/fox/FXGLObject.h
-include/fox/FXGLShape.h
-include/fox/FXGLSphere.h
-include/fox/FXGLTriangleMesh.h
-include/fox/FXGLViewer.h
-include/fox/FXGLVisual.h
-include/fox/FXGroupBox.h
-include/fox/FXHMat.h
-include/fox/FXHVec.h
-include/fox/FXHeader.h
-include/fox/FXHorizontalFrame.h
-%%NEWFILE%%include/fox/FXICOIcon.h
-%%NEWFILE%%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
-%%OLDFILE%%include/fox/FXJPEGIcon.h
-%%OLDFILE%%include/fox/FXJPEGImage.h
-%%NEWFILE%%include/fox/FXJPGIcon.h
-%%NEWFILE%%include/fox/FXJPGImage.h
-include/fox/FXLabel.h
-include/fox/FXList.h
-include/fox/FXListBox.h
-include/fox/FXMDIButton.h
-include/fox/FXMDIChild.h
-include/fox/FXMDIClient.h
-include/fox/FXMainWindow.h
-include/fox/FXMatrix.h
-include/fox/FXMenuButton.h
-include/fox/FXMenuCaption.h
-include/fox/FXMenuCascade.h
-include/fox/FXMenuCommand.h
-include/fox/FXMenuPane.h
-include/fox/FXMenuSeparator.h
-include/fox/FXMenuTitle.h
-include/fox/FXMenubar.h
-include/fox/FXMessageBox.h
-include/fox/FXObject.h
-include/fox/FXObjectList.h
-include/fox/FXOptionMenu.h
-include/fox/FXPCXIcon.h
-include/fox/FXPCXImage.h
-include/fox/FXPNGIcon.h
-include/fox/FXPNGImage.h
-include/fox/FXPacker.h
-%%NEWFILE%%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/FXRadioButton.h
-include/fox/FXRange.h
-include/fox/FXRecentFiles.h
-include/fox/FXRectangle.h
-include/fox/FXRegion.h
-include/fox/FXRegistry.h
-include/fox/FXReplaceDialog.h
-include/fox/FXRootWindow.h
-include/fox/FXScrollArea.h
-include/fox/FXScrollWindow.h
-include/fox/FXScrollbar.h
-include/fox/FXSearchDialog.h
-include/fox/FXSeparator.h
-include/fox/FXSettings.h
-include/fox/FXShell.h
-include/fox/FXShutter.h
-include/fox/FXSize.h
-include/fox/FXSlider.h
-include/fox/FXSpinner.h
-include/fox/FXSplitter.h
-include/fox/FXStatusbar.h
-include/fox/FXStatusline.h
-include/fox/FXStream.h
-include/fox/FXString.h
-%%NEWFILE%%include/fox/FXStringDict.h
-include/fox/FXSwitcher.h
-%%NEWFILE%%include/fox/FXTGAIcon.h
-%%NEWFILE%%include/fox/FXTGAImage.h
-include/fox/FXTIFIcon.h
-include/fox/FXTIFImage.h
-%%OLDFILE%%include/fox/FXTab.h
-%%NEWFILE%%include/fox/FXTabBar.h
-%%NEWFILE%%include/fox/FXTabBook.h
-%%NEWFILE%%include/fox/FXTabItem.h
-include/fox/FXTable.h
-include/fox/FXText.h
-include/fox/FXTextField.h
-include/fox/FXToggleButton.h
-include/fox/FXToolbar.h
-include/fox/FXToolbarGrip.h
-include/fox/FXToolbarShell.h
-include/fox/FXToolbarTab.h
-include/fox/FXTooltip.h
-include/fox/FXTopWindow.h
-include/fox/FXTreeList.h
-include/fox/FXTreeListBox.h
-include/fox/FXURL.h
-include/fox/FXUndoList.h
-include/fox/FXVec.h
-include/fox/FXVerticalFrame.h
-include/fox/FXVisual.h
-include/fox/FXWindow.h
-include/fox/FXXPMIcon.h
-include/fox/FXXPMImage.h
-include/fox/fx.h
-include/fox/fx3d.h
-include/fox/fxdefs.h
-include/fox/fxkeys.h
-include/fox/fxregex.h
-include/fox/fxver.h
-include/fox/xincs.h
-@dirrm include/fox
-lib/libFOX.a
-lib/libFOX.la
-lib/libFOX.so
-lib/libFOX.so.%%LIBVER%%
-%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/adie.html
-%%PORTDOCS%%share/doc/fox/html/app.html
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/bigpenguin.png
-%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/calc.html
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/cfdrc.png
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/cfdrclogo.png
-%%PORTDOCS%%share/doc/fox/html/datatarget.html
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/dlgedit1.gif
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/dlgedit2.gif
-%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/doc.html
-%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/download.html
-%%PORTDOCS%%share/doc/fox/html/draganddrop.html
-%%PORTDOCS%%share/doc/fox/html/faq.html
-%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/filefuncs.html
-%%PORTDOCS%%share/doc/fox/html/focus.html
-%%PORTDOCS%%share/doc/fox/html/fonts.html
-%%PORTDOCS%%share/doc/fox/html/foreword.html
-%%PORTDOCS%%share/doc/fox/html/fox.html
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/foxback.png
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/foxlogo.png
-%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/goals.html
-%%PORTDOCS%%share/doc/fox/html/guiupdate.html
-%%PORTDOCS%%share/doc/fox/html/icons.html
-%%PORTDOCS%%share/doc/fox/html/introduction.html
-%%PORTDOCS%%share/doc/fox/html/layout.html
-%%PORTDOCS%%share/doc/fox/html/messages.html
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/nasafan.png
-%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/news.html
-%%PORTDOCS%%share/doc/fox/html/oldfox.html
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/opengl_logo.png
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/owl-anim.png
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/pathfinder.png
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/pcboard.png
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/platforms.html
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/progress.png
-%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/pathfinder.html
-%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/projects.html
-%%PORTDOCS%%share/doc/fox/html/registry.html
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/scribble.png
-%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/screenshots.html
-%%PORTDOCS%%share/doc/fox/html/serialization.html
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/sgitextedit.png
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/tb-paste.png
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/textedit.png
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/textedit2.png
-%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/styles.css
-%%PORTDOCS%%share/doc/fox/html/timers.html
-%%PORTDOCS%%share/doc/fox/html/widgets.html
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-libraries.png
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-linkoutput.png
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-postbuild.png
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-preprocessor.png
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-project.png
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-tooloptions.png
-%%PORTDOCS%%share/doc/fox/html/win32.html
-%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/wintextedit.png
-%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/window.html
-%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/xml.html
-%%PORTDOCS%%@dirrm share/doc/fox/html
-%%PORTDOCS%%@dirrm share/doc/fox