Index: head/math/Makefile =================================================================== --- head/math/Makefile (revision 40117) +++ head/math/Makefile (revision 40118) @@ -1,112 +1,113 @@ # $FreeBSD$ # SUBDIR += GiNaC SUBDIR += PDL SUBDIR += R-a4 SUBDIR += R-letter SUBDIR += Scilab SUBDIR += abs SUBDIR += add SUBDIR += apc SUBDIR += blas SUBDIR += calc SUBDIR += calctool + SUBDIR += ccmath SUBDIR += cln SUBDIR += concorde SUBDIR += dcdflib SUBDIR += eispack SUBDIR += eval SUBDIR += femlab SUBDIR += fftpack SUBDIR += fftw SUBDIR += freefem SUBDIR += fudgit SUBDIR += geg SUBDIR += glove SUBDIR += glpk SUBDIR += gnumeric SUBDIR += gnuplot SUBDIR += gnuplot+ SUBDIR += grace SUBDIR += gri SUBDIR += grpn SUBDIR += gsl SUBDIR += hexcalc SUBDIR += lapack SUBDIR += libneural SUBDIR += libranlib SUBDIR += linalg SUBDIR += linpack SUBDIR += metis SUBDIR += mtrxmath SUBDIR += netcdf SUBDIR += ngraph SUBDIR += ntl SUBDIR += numpy SUBDIR += octave SUBDIR += oleo SUBDIR += p5-AI-NeuralNet-BackProp SUBDIR += p5-AI-NeuralNet-Mesh SUBDIR += p5-AI-Perceptron SUBDIR += p5-Bit-ShiftReg SUBDIR += p5-Bit-Vector SUBDIR += p5-Math-Bezier SUBDIR += p5-Math-BigIntFast SUBDIR += p5-Math-Currency SUBDIR += p5-Math-Expr SUBDIR += p5-Math-FFT SUBDIR += p5-Math-Financial SUBDIR += p5-Math-FixedPrecision SUBDIR += p5-Math-GMP SUBDIR += p5-Math-Interpolate SUBDIR += p5-Math-Logic SUBDIR += p5-MatrixReal SUBDIR += p5-Set-IntSpan SUBDIR += p5-Set-Window SUBDIR += p5-Statistics-ChiSquare SUBDIR += p5-Statistics-Descriptive SUBDIR += p5-Statistics-Distributions SUBDIR += p5-Statistics-LTU SUBDIR += p5-Statistics-OLS SUBDIR += p5-Statistics-Table-F SUBDIR += pari SUBDIR += parmetis SUBDIR += physcalc SUBDIR += plplot SUBDIR += pspp SUBDIR += py-gnuplot SUBDIR += py-scientific SUBDIR += pygist SUBDIR += rcalc SUBDIR += ruby-bigfloat SUBDIR += ruby-bitvector SUBDIR += ruby-gnuplot SUBDIR += ruby-narray SUBDIR += sc SUBDIR += scigraphica SUBDIR += siag SUBDIR += simpack SUBDIR += slsc SUBDIR += snns SUBDIR += spin SUBDIR += ss SUBDIR += superlu SUBDIR += thx_1138 SUBDIR += topaz SUBDIR += umatrix SUBDIR += umfpack SUBDIR += vtk SUBDIR += wingz SUBDIR += wingz3 SUBDIR += wmcalc SUBDIR += xgfe SUBDIR += xgraph SUBDIR += xldlas SUBDIR += xlispstat SUBDIR += xmgr SUBDIR += xplot SUBDIR += xspread SUBDIR += xwpl .include Property changes on: head/math/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.114 \ No newline at end of property +1.115 \ No newline at end of property Index: head/math/ccmath/Makefile =================================================================== --- head/math/ccmath/Makefile (nonexistent) +++ head/math/ccmath/Makefile (revision 40118) @@ -0,0 +1,35 @@ +# New ports collection makefile for: ccmath +# Date created: 07 March 2001 +# Whom: George Reid +# +# $FreeBSD$ +# + +PORTNAME= ccmath +PORTVERSION= 2.2.0 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= libs + +MAINTAINER= greid@ukug.uk.freebsd.org + +INSTALLS_SHLIB= yes + +post-configure: +.if (${MACHINE_ARCH} != "i386") + (cd ${WRKSRC} && ${SH} non_intel.sh) +.endif + +do-build: + (cd ${WRKSRC} && ${SH} makelibs.sh) + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ccmath.h ${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/tmp/libccm.a ${PREFIX}/lib + ${INSTALL_PROGRAM} ${WRKSRC}/tmp/libccm.so ${PREFIX}/lib +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/ccmath + ${INSTALL_DATA} ${WRKSRC}/manual/* ${PREFIX}/share/doc/ccmath +.endif + +.include Property changes on: head/math/ccmath/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/math/ccmath/distinfo =================================================================== --- head/math/ccmath/distinfo (nonexistent) +++ head/math/ccmath/distinfo (revision 40118) @@ -0,0 +1 @@ +MD5 (ccmath-2.2.0.tar.gz) = 96d9b148d4dc06dba82441006b39a3d3 Property changes on: head/math/ccmath/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/ccmath/files/patch-aa =================================================================== --- head/math/ccmath/files/patch-aa (nonexistent) +++ head/math/ccmath/files/patch-aa (revision 40118) @@ -0,0 +1,14 @@ +--- non_intel.sh.orig Wed Mar 7 16:13:59 2001 ++++ non_intel.sh Wed Mar 7 16:14:20 2001 +@@ -13,9 +13,5 @@ + rm $MDR/simu/*.s + echo " .s code replaced in simu" + echo +-echo " bigendian byte order (y/n)" +-read F +-if [ $F = "y" ] +- then cp $MDR/xarm/supp/big-end/*.c $MDR/xarm +- echo " bigend code installed in xarm" +-fi ++cp $MDR/xarm/supp/big-end/*.c $MDR/xarm ++echo " bigend code installed in xarm" Property changes on: head/math/ccmath/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/ccmath/files/patch-ab =================================================================== --- head/math/ccmath/files/patch-ab (nonexistent) +++ head/math/ccmath/files/patch-ab (revision 40118) @@ -0,0 +1,11 @@ +--- tseries/sany.c.orig Wed Mar 7 16:20:33 2001 ++++ tseries/sany.c Wed Mar 7 16:20:40 2001 +@@ -5,7 +5,7 @@ + * public license (LGPL). ( See the lgpl.license file for details.) + * ------------------------------------------------------------------------ + */ +-#include "ccmath.h" ++#include "../ccmath.h" + int sany(double *x,int n,double *pm,double *cd,double *ci, + int nd,int ms,int lag) + { struct complex *pc,*p,**qc,**q; Property changes on: head/math/ccmath/files/patch-ab ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/ccmath/files/patch-ac =================================================================== --- head/math/ccmath/files/patch-ac (nonexistent) +++ head/math/ccmath/files/patch-ac (revision 40118) @@ -0,0 +1,30 @@ +--- makelibs.sh.orig Wed Mar 7 16:18:01 2001 ++++ makelibs.sh Wed Mar 7 16:18:36 2001 +@@ -9,23 +9,19 @@ + LST="cfit complex fft geom intg matrix roots sfunc simu sort statf tseries util xarm" + MDR=`pwd` + LSOD=$MDR/tmp +-echo "Intel platform ? (y/n)" +-read F + for dr in $LST + do + cd $MDR/$dr + echo `pwd` +- cc -c -O3 *.c ++ cc -c $CFLAGS *.c + mv *.o $LSOD + done +-if [ $F = "y" ] +- then cd $MDR/matrix +- cc -c -O3 solv.s ++ cd $MDR/matrix ++ cc -c $CFLAGS solv.s + mv *.o $LSOD + cd $MDR/simu +- cc -c -O3 *.s ++ cc -c $CFLAGS *.s + mv *.o $LSOD +-fi + cd $LSOD + ar r libccm.a *.o + ld -shared -o libccm.so *.o Property changes on: head/math/ccmath/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/ccmath/pkg-comment =================================================================== --- head/math/ccmath/pkg-comment (nonexistent) +++ head/math/ccmath/pkg-comment (revision 40118) @@ -0,0 +1 @@ +A mathematics library with many different functions Property changes on: head/math/ccmath/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/ccmath/pkg-descr =================================================================== --- head/math/ccmath/pkg-descr (nonexistent) +++ head/math/ccmath/pkg-descr (revision 40118) @@ -0,0 +1,8 @@ +CCMATH is a mathematics library, coded in C, that contains functions +for linear algebra, numerical integration, geometry and trigonometry, +curve fitting, roots and optimization, Fourier analysis, simulation +generation, statistics, special functions, sorts and searches, time +series models, complex arithmetic, and high precision computations. + +- George Reid +greid@ukug.uk.freebsd.org Property changes on: head/math/ccmath/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/ccmath/pkg-plist =================================================================== --- head/math/ccmath/pkg-plist (nonexistent) +++ head/math/ccmath/pkg-plist (revision 40118) @@ -0,0 +1,19 @@ +include/ccmath.h +lib/libccm.a +lib/libccm.so +%%PORTDOCS%%share/doc/ccmath/C00-intro +%%PORTDOCS%%share/doc/ccmath/C01-matrix +%%PORTDOCS%%share/doc/ccmath/C02-intg +%%PORTDOCS%%share/doc/ccmath/C03-geom +%%PORTDOCS%%share/doc/ccmath/C04-cfit +%%PORTDOCS%%share/doc/ccmath/C05-roots +%%PORTDOCS%%share/doc/ccmath/C06-fft +%%PORTDOCS%%share/doc/ccmath/C07-simu +%%PORTDOCS%%share/doc/ccmath/C08-statf +%%PORTDOCS%%share/doc/ccmath/C09-sfunc +%%PORTDOCS%%share/doc/ccmath/C10-sort +%%PORTDOCS%%share/doc/ccmath/C11-tseries +%%PORTDOCS%%share/doc/ccmath/C12-complex +%%PORTDOCS%%share/doc/ccmath/C13-xarm +%%PORTDOCS%%share/doc/ccmath/C14-util +%%PORTDOCS%%@dirrm share/doc/ccmath Property changes on: head/math/ccmath/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property