From owner-cvs-all@FreeBSD.ORG Sat Mar 6 14:57:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E26D16A4CE; Sat, 6 Mar 2004 14:57:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51FC943D1F; Sat, 6 Mar 2004 14:57:49 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i26MvnGe071700; Sat, 6 Mar 2004 14:57:49 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i26MvnB1071699; Sat, 6 Mar 2004 14:57:49 -0800 (PST) (envelope-from kris) Message-Id: <200403062257.i26MvnB1071699@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 6 Mar 2004 14:57:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/xgfe Makefile distinfo pkg-plist ports/math/xgfe/files patch-aa patch-ab patch-ac patch-barOp.cpp patch-boxWidthOp.cpp patch-curveFit.cpp patch-curveFitData.cpp patch-funcLegendTitle.cpp ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2004 22:57:49 -0000 kris 2004/03/06 14:57:49 PST FreeBSD ports repository Modified files: math/xgfe Makefile distinfo pkg-plist math/xgfe/files patch-aa patch-ab Added files: math/xgfe/files patch-barOp.cpp patch-boxWidthOp.cpp patch-curveFit.cpp patch-curveFitData.cpp patch-fileLegendTitle.cpp patch-fileOptions.cpp patch-funcLegendTitle.cpp patch-gnuCurveFit.h patch-gnuInterface.cpp patch-gnuInterface.h patch-gnuMultiFile.cpp patch-gnuMultiFunc.cpp patch-gnuPlotFile.h patch-gnuPlotFunction.h patch-isoLinesOp.cpp patch-latexEmtexOp.cpp patch-legendOp.cpp patch-logScaleOp.cpp patch-multiFile.cpp patch-multiFunc.cpp patch-pbmOp.cpp patch-psOpt.cpp patch-rawGnuData.h patch-rotation.cpp patch-sizeOp.cpp patch-ticsLevel.cpp patch-ticsOp.cpp patch-ticsOp.h patch-xgfeMain.cpp patch-xgfeMain.h patch-xgfeMainData.cpp Removed files: math/xgfe/files patch-ac Log: Update to xgfe 2.1, switch to QT 3, respect NOPORTDOCS, fix build with gcc 3. Submitted by: Marius Strobl PR: ports/59024 Revision Changes Path 1.22 +7 -7 ports/math/xgfe/Makefile 1.6 +1 -1 ports/math/xgfe/distinfo 1.5 +10 -10 ports/math/xgfe/files/patch-aa 1.5 +1 -1 ports/math/xgfe/files/patch-ab 1.4 +0 -12 ports/math/xgfe/files/patch-ac (dead) 1.1 +12 -0 ports/math/xgfe/files/patch-barOp.cpp (new) 1.1 +12 -0 ports/math/xgfe/files/patch-boxWidthOp.cpp (new) 1.1 +71 -0 ports/math/xgfe/files/patch-curveFit.cpp (new) 1.1 +12 -0 ports/math/xgfe/files/patch-curveFitData.cpp (new) 1.1 +12 -0 ports/math/xgfe/files/patch-fileLegendTitle.cpp (new) 1.1 +40 -0 ports/math/xgfe/files/patch-fileOptions.cpp (new) 1.1 +12 -0 ports/math/xgfe/files/patch-funcLegendTitle.cpp (new) 1.1 +12 -0 ports/math/xgfe/files/patch-gnuCurveFit.h (new) 1.1 +219 -0 ports/math/xgfe/files/patch-gnuInterface.cpp (new) 1.1 +24 -0 ports/math/xgfe/files/patch-gnuInterface.h (new) 1.1 +12 -0 ports/math/xgfe/files/patch-gnuMultiFile.cpp (new) 1.1 +12 -0 ports/math/xgfe/files/patch-gnuMultiFunc.cpp (new) 1.1 +12 -0 ports/math/xgfe/files/patch-gnuPlotFile.h (new) 1.1 +14 -0 ports/math/xgfe/files/patch-gnuPlotFunction.h (new) 1.1 +14 -0 ports/math/xgfe/files/patch-isoLinesOp.cpp (new) 1.1 +16 -0 ports/math/xgfe/files/patch-latexEmtexOp.cpp (new) 1.1 +51 -0 ports/math/xgfe/files/patch-legendOp.cpp (new) 1.1 +21 -0 ports/math/xgfe/files/patch-logScaleOp.cpp (new) 1.1 +82 -0 ports/math/xgfe/files/patch-multiFile.cpp (new) 1.1 +42 -0 ports/math/xgfe/files/patch-multiFunc.cpp (new) 1.1 +18 -0 ports/math/xgfe/files/patch-pbmOp.cpp (new) 1.1 +26 -0 ports/math/xgfe/files/patch-psOpt.cpp (new) 1.1 +11 -0 ports/math/xgfe/files/patch-rawGnuData.h (new) 1.1 +14 -0 ports/math/xgfe/files/patch-rotation.cpp (new) 1.1 +14 -0 ports/math/xgfe/files/patch-sizeOp.cpp (new) 1.1 +12 -0 ports/math/xgfe/files/patch-ticsLevel.cpp (new) 1.1 +141 -0 ports/math/xgfe/files/patch-ticsOp.cpp (new) 1.1 +12 -0 ports/math/xgfe/files/patch-ticsOp.h (new) 1.1 +115 -0 ports/math/xgfe/files/patch-xgfeMain.cpp (new) 1.1 +12 -0 ports/math/xgfe/files/patch-xgfeMain.h (new) 1.1 +19 -0 ports/math/xgfe/files/patch-xgfeMainData.cpp (new) 1.6 +29 -27 ports/math/xgfe/pkg-plist