Index: head/cad/gmsh/Makefile =================================================================== --- head/cad/gmsh/Makefile (revision 228214) +++ head/cad/gmsh/Makefile (revision 228215) @@ -1,188 +1,188 @@ # New ports collection makefile for: gmsh # Date created: 19 April 2003 # Whom: Pedro Giffuni # # $FreeBSD$ # PORTNAME= gmsh PORTVERSION= 2.3.0 CATEGORIES= cad MASTER_SITES= http://www.sfr-fresh.com/unix/privat/ \ http://www.geuz.org/gmsh/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@math.missouri.edu COMMENT= An automatic 3D finite element mesh generator RUN_DEPENDS= getdp:${PORTSDIR}/science/getdp LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \ fltk.1:${PORTSDIR}/x11-toolkits/fltk SLAVEDIRS= cad/gmsh-occ .if !defined(WITHOUT_TETGEN) EXTRACT_DEPENDS+= ${NONEXISTENT}:${TETGEN_PORTDIR}:patch TETGEN_PORTDIR= ${PORTSDIR}/math/tetgen TETGEN_SRC= predicates.cxx tetgen.cxx tetgen.h .endif USE_FORTRAN= yes FORTRANLIBDIR= `${DIRNAME} \\`${FC} -print-libgcc-file-name\\`` FORTRANLIBDIR2= `${DIRNAME} \\`${FC} -print-libgcc-file-name\\``/../../../ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fltk-prefix=${LOCALBASE} \ --with-gsl-prefix=${LOCALBASE} \ --with-med-prefix=${LOCALBASE} \ --with-jpeg-prefix=${LOCALBASE} \ --with-blas-lapack-prefix=${LOCALBASE} \ --with-png-prefix=${LOCALBASE} USE_GMAKE= yes ALL_TARGET= all utils .if !defined(WITHOUT_HDF5) && defined(WITH_OCC) CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" .endif .if !defined(WITHOUT_MED) LIB_DEPENDS+= med.2:${PORTSDIR}/french/med CONFIGURE_ARGS+= --enable-med --with-med-prefix=${LOCALBASE} .else CONFIGURE_ARGS+= --disable-med .endif .if !defined(WITHOUT_HDF5) LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5 CONFIGURE_ARGS+= --enable-hdf5 --with-hdf5-prefix=${LOCALBASE} .else CONFIGURE_ARGS+= --disable-hdf5 .endif .if !defined(WITHOUT_CGNS) LIB_DEPENDS+= cgns.0:${PORTSDIR}/science/cgnslib CONFIGURE_ARGS+= --enable-cgns --with-cgns-prefix=${LOCALBASE} .else CONFIGURE_ARGS+= --disable-cgns .endif .if !defined(WITHOUT_GMM) CONFIGURE_ARGS+= --disable-gmm .endif # For FourierModel .if defined(WITH_FFTW3) LIB_DEPENDS+= fftw3.4:${PORTSDIR}/math/fftw3 CONFIGURE_ARGS+= --enable-fftw3 --with-fftw3-prefix=${LOCALBASE} .else CONFIGURE_ARGS+= --disable-fftw3 .endif .if defined(WITH_OCC) LIB_DEPENDS+= TKernel.0:${PORTSDIR}/cad/opencascade CONFIGURE_ARGS+= --enable-occ --with-occ-prefix=${LOCALBASE}/OpenCAS/ros CONFIGURE_ENV+= ARCH="${ARCH}" CONFLICTS= gmsh-2.* .else CONFIGURE_ARGS+= --disable-occ CONFLICTS= gmsh-occ-2.* .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/pkg-message PORTDOCS= CREDITS.txt FAQ.txt VERSIONS.txt gmsh.html MAN1= gmsh.1 .include .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas BLAS= -lcblas -lf77blas -latlas -L${FORTRANLIBDIR} -L${FORTRANLIBDIR2} -lgfortranbegin -lgfortran LAPACK= -lalapack ${BLAS} ARPACK= -larpack .else LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack BLAS= -lblas LAPACK= -llapack ${BLAS} ARPACK= -larpack .endif pre-everything:: @${ECHO_MSG} "" .if !defined(WITHOUT_TETGEN) @${ECHO_MSG} "Define WITHOUT_TETGEN to disable Tetgen as an alternative" @${ECHO_MSG} "3D mesh generator." @${ECHO_MSG} "" .endif .if !defined(WITHOUT_MED) @${ECHO_MSG} "Define WITHOUT_MED to disable MED support." @${ECHO_MSG} "" .endif .if !defined(WITHOUT_HDF5) @${ECHO_MSG} "Define WITHOUT_HDF5 to disable HDF5 support." @${ECHO_MSG} "" .endif .if !defined(WITHOUT_CGNS) @${ECHO_MSG} "Define WITHOUT_CGNS to disable CGNS support." @${ECHO_MSG} "" .endif .if !defined(WITHOUT_GMM) @${ECHO_MSG} "Define WITHOUT_GMM to disable gmm++ support." @${ECHO_MSG} "" .endif .if !defined(WITH_OCC) @${ECHO_MSG} "Define WITH_OCC to enable STEP, IGES and BREP support" @${ECHO_MSG} "(through OpenCascade)." @${ECHO_MSG} "" .endif post-extract: ${TOUCH} ${PKGMESSAGE} .if !defined(WITHOUT_TETGEN) ${CP} ${TETGEN_SRC:S|^|`cd ${TETGEN_PORTDIR}; ${MAKE} -V WRKSRC`/|} \ ${WRKSRC}/contrib/Tetgen @${ECHO} >> ${PKGMESSAGE} @${ECHO} "The FreeBSD project has been granted redistribution rights" >> ${PKGMESSAGE} @${ECHO} "but anyone attempting to redistribute Gmsh with Tetgen" >> ${PKGMESSAGE} @${ECHO} "for strict commercial purposes must still contact the author" >> ${PKGMESSAGE} @${ECHO} "(Hang Si) and license the code." >> ${PKGMESSAGE} .endif pre-configure: .for demo in lowmem-anim.geo @${REINPLACE_CMD} -e "s|../tutorial|${DOCSDIR}/tutorial|" \ ${WRKSRC}/demos/${demo} .endfor ${REINPLACE_CMD} -e 's|-lcblas -latlas|%%BLAS%%|; \ s|-lcblas|${BLAS}|; s|%%BLAS%%|${BLAS}|; \ s|-llapack|${LAPACK}|' ${WRKSRC}/${CONFIGURE_SCRIPT} do-install: .for f in dxf2geo gmsh mshsort ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${PREFIX}/bin .endfor ${INSTALL_MAN} ${WRKSRC}/doc/gmsh.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${DOCSDIR} cd ${WRKSRC} && ${FIND} tutorial | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC} && ${FIND} demos ! -name "*.bak" | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} .endif post-install: @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/cad/gmsh/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.71 \ No newline at end of property +1.72 \ No newline at end of property Index: head/cad/netgen/Makefile =================================================================== --- head/cad/netgen/Makefile (revision 228214) +++ head/cad/netgen/Makefile (revision 228215) @@ -1,92 +1,92 @@ # New ports collection makefile for: netgen # Date created: 29 April 2004 # Whom: Thierry Thomas # # $FreeBSD$ # PORTNAME= netgen PORTVERSION= 4.4 PORTREVISION= 5 CATEGORIES= cad MASTER_SITES= http://www.hpfem.jku.at/cgi/download.cgi?ID= DISTNAME= ngs${PORTVERSION:S/.//g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@math.missouri.edu COMMENT= An automatic 3D tetrahedral mesh generator LIB_DEPENDS= tix8184:${PORTSDIR}/x11-toolkits/tix USE_GMAKE= yes USE_TK= yes USE_TK_BUILD= yes USE_GL= yes USE_XORG= xmu xi ALL_TARGET= ng FETCH_BEFORE_ARGS+= -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} .if defined(WITH_OCC) LIB_DEPENDS+= TKernel.0:${PORTSDIR}/cad/opencascade CXXFLAGS+= -DOCCGEOMETRY -DOCC52 -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -D${ARCH} -I${LOCALBASE}/OpenCAS/ros/inc .endif TUTOS= boxcyl.geo cone.geo cube.geo cubeandspheres.geo cubemcyl.geo \ cubemsphere.geo cylinder.geo cylsphere.geo demo2d.in2d ellipsoid.geo \ ellipticcyl.geo fichera.geo hinge.stl lshape3d.geo manyholes.geo \ matrix.geo part1.stl period.geo sculpture.geo shaft.geo sphere.geo \ sphereincube.geo square.in2d test.msz trafo.geo twobricks.geo \ twocubes.geo twocyl.geo DIRTCL= demoapp ngsolve ngtcltk MACHINE= ${OPSYS:U} MAKE_ENV= TK_VER=${TK_VER} TCL_VER=${TCL_VER} \ TCL_INCLUDEDIR="${TCL_INCLUDEDIR}" \ TK_INCLUDEDIR="${TK_INCLUDEDIR}" \ MACHINE=${MACHINE} MAKE=${GMAKE} \ PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} .include .if ${ARCH} == "sparc64" BROKEN= internal gcc error (Bug 23159) .endif pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "Define WITH_OCC if IGES and STEP support is required." @${ECHO_MSG} pre-configure: ${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \ ${WRKSRC}/ngtcltk/ngappinit.cpp .if defined(WITH_OCC) ${REINPLACE_CMD} -e 's|^# occlib|occlib|;s|-pthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/libsrc/makefile.mach.FREEBSD \ ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|^#OCC|OCC|;s|ros/lin/|ros/bsd/|; \ s|/opt/OpenCASCADE5.2|${LOCALBASE}/OpenCAS|' \ ${WRKSRC}/Makefile .endif do-install: ${MKDIR} ${DIRTCL:S|^|${PREFIX}/netgen/|g} ${INSTALL_PROGRAM} ${WRKSRC}/ng ${PREFIX}/netgen ${LN} -s ${PREFIX}/netgen/ng ${PREFIX}/bin .for tcls in . ${DIRTCL} ${CP} ${WRKSRC}/${tcls}/*.tcl ${PREFIX}/netgen/${tcls} .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/tutorials ${DOCSDIR}/ngsolve ${INSTALL_DATA} ${WRKSRC}/doc/ng4.pdf ${DOCSDIR} . for doc in ${TUTOS} ${INSTALL_DATA} ${WRKSRC}/tutorials/${doc} ${DOCSDIR}/tutorials . endfor ${CP} ${WRKSRC}/ngsolve/doc/* ${DOCSDIR}/ngsolve @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif .include Property changes on: head/cad/netgen/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/graphics/opendx/Makefile =================================================================== --- head/graphics/opendx/Makefile (revision 228214) +++ head/graphics/opendx/Makefile (revision 228215) @@ -1,104 +1,104 @@ # New ports collection makefile for: opendx # Date created: 27 May 1999 # Whom: Thomas Gellekum # Updates: Randall Hopper # # $FreeBSD$ # PORTNAME= opendx PORTVERSION= 4.4.4 PORTREVISION= 1 CATEGORIES= graphics math MASTER_SITES= http://opendx.npaci.edu/source/ DISTNAME= dx-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@math.missouri.edu COMMENT= IBM's Open Visualization Data Explorer LIB_DEPENDS= MagickWand.2:${PORTSDIR}/graphics/ImageMagick \ tiff.4:${PORTSDIR}/graphics/tiff \ cdf.0:${PORTSDIR}/science/cdf USE_XORG= xinerama xext xpm xmu sm ice USE_BISON= build USE_GL= yes USE_MOTIF= yes USE_AUTOTOOLS= libtool:15 CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV= ARCH="${OPSYS:L}" \ CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" USE_GMAKE= yes NO_MTREE= yes PLIST_SUB= ARCH=${OPSYS:L} PKGMESSAGE= ${WRKDIR}/pkg-message .if defined(WITH_HDF) && !defined(WITHOUT_NETCDF) IGNORE= HDF and NETCDF are conflicting .endif .if defined(WITH_HDF) LIB_DEPENDS+= mfhdf.3:${PORTSDIR}/science/hdf .else CONFIGURE_ARGS+= --without-hdf .endif .if !defined(WITHOUT_NETCDF) LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf .else CONFIGURE_ARGS+= --without-netcdf .endif .if defined(WITH_JAVA) USE_JAVA= yes JAVA_VERSION= 1.3+ BUILD_DEPENDS+= ${JAVALIBDIR}/npcosmop211.jar:${PORTSDIR}/graphics/cosmoplayer RUN_DEPENDS+= ${JAVALIBDIR}/npcosmop211.jar:${PORTSDIR}/graphics/cosmoplayer CONFIGURE_ARGS+= --with-cosmojar-path=${JAVALIBDIR}/npcosmop211.jar \ --with-java40jar-path=${JAVALIBDIR}/java40.jar \ --with-jni-path=${JAVA_HOME}/include:${JAVA_HOME}/include/freebsd PLIST_SUB+= JAVA="" DIR2PRUNE= dx/java/user dx/java/server/nets .else CONFIGURE_ARGS+= --without-javadx PLIST_SUB+= JAVA="@comment " .endif PLIST_SUB+= UNAMEP=${ARCH} .include .if defined(WITH_JAVA) && ${ARCH} != "i386" BROKEN= does not build .endif post-patch: @${RM} -f ${WRKSRC}/include/stamp-h.in .for dir in doc help html man @${FIND} ${WRKSRC}/${dir} -type f | ${XARGS} \ ${REINPLACE_CMD} -e "s;/usr/lpp;${PREFIX};g" .endfor @${REINPLACE_CMD} -e "s;-lpthread;${PTHREAD_LIBS};g" \ -e "s;/usr/X11R6;${LOCALBASE};g" \ ${WRKSRC}/configure @${REINPLACE_CMD} -e "s|startserver.bat||" \ ${WRKSRC}/src/uipp/java/server/Makefile.in post-install: @${CP} ${FILESDIR}/pkg-message.in ${PKGMESSAGE} .if defined(WITH_JAVA) ${CHMOD} 0775 ${PREFIX}/dx/java/server/nets ${TOUCH} ${DIR2PRUNE:S|^|${PREFIX}/|:S|$|/.keepme|} @${ECHO} "---------------------------------------------------------" \ >> ${PKGMESSAGE} @${ECHO} "Before starting ${PREFIX}/dx/java/server/bin/startserver" \ >> ${PKGMESSAGE} @${ECHO} "you must install the port graphics/opendx-samples." \ >> ${PKGMESSAGE} .endif @${ECHO} "---------------------------------------------------------" \ >> ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include Property changes on: head/graphics/opendx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.62 \ No newline at end of property +1.63 \ No newline at end of property Index: head/graphics/plotutils/Makefile =================================================================== --- head/graphics/plotutils/Makefile (revision 228214) +++ head/graphics/plotutils/Makefile (revision 228215) @@ -1,31 +1,31 @@ # New ports collection makefile for: plotutils # Date created: 19 June 1998 # Whom: Chuck Robey (chuckr) # # $FreeBSD$ # PORTNAME= plotutils PORTVERSION= 2.5.1 CATEGORIES= graphics MASTER_SITES= GNU -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@math.missouri.edu COMMENT= A plotting library and toolkit LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_GNOME= gnometarget USE_MOTIF= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif USE_LDCONFIG= yes MAN1= ode.1 plot.1 plotfont.1 spline.1 tek2plot.1 INFO= libxmi plotutils CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib .include Property changes on: head/graphics/plotutils/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/math/GiNaC/Makefile =================================================================== --- head/math/GiNaC/Makefile (revision 228214) +++ head/math/GiNaC/Makefile (revision 228215) @@ -1,43 +1,43 @@ # ex:ts=8 # New ports collection makefile for: GiNaC # Date created: Mar 7, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= GiNaC PORTVERSION= 1.4.4 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ DISTNAME= ${PORTNAME:L}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@math.missouri.edu COMMENT= A C++ library for symbolic mathematical calculations LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln USE_BZIP2= yes USE_GNOME= gnomehack pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes MAN1= ginsh.1 viewgar.1 INFO= ginac ginac-examples CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib .include .if ${ARCH} == "alpha" BROKEN= Does not build on alpha .endif post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure .include Property changes on: head/math/GiNaC/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.51 \ No newline at end of property +1.52 \ No newline at end of property Index: head/math/arpack/Makefile =================================================================== --- head/math/arpack/Makefile (revision 228214) +++ head/math/arpack/Makefile (revision 228215) @@ -1,84 +1,84 @@ # New ports collection makefile for: arpack # Date created: 31 Jan 2003 # Whom: Pedro F. Giffuni # # $FreeBSD$ # PORTNAME= arpack PORTVERSION= 96 PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz .ifndef NOPORTDOCS DISTFILES+= ug.ps.gz .endif DIST_SUBDIR= arpack EXTRACT_ONLY= ${PORTNAME}${PORTVERSION}.tar.gz PATCH_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@math.missouri.edu COMMENT= Argand Library: large eigenvalue subroutines (serial version) .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas BLAS_LIBS?= "-L${LOCALBASE}/lib -lf77blas -latlas" .else LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas BLAS_LIBS?= "-L${LOCALBASE}/lib -lblas" .endif ALL_TARGET= lib USE_LDCONFIG= yes .include .if ${ARCH} == "sparc64" PICFLAG?= -fPIC .else PICFLAG?= -fpic .endif USE_FORTRAN= yes WRKSRC= ${WRKDIR}/ARPACK WRKSRC_SHARED= ${WRKDIR}/ARPACK_SHARED FFLAGS_SHARED= ${FFLAGS} ${PICFLAG} USE_LDCONFIG= yes pre-patch: @(cd ${WRKSRC}; ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/patch.tar.gz) pre-build: ${CP} -R ${WRKSRC} ${WRKSRC_SHARED} @${REINPLACE_CMD} -e 's+%FC%+${FC}+g ; s+%FFLAGS%+${FFLAGS}+g ; \ s+%%WRKSRC%%+${WRKSRC}+ ; \ s+%%BLAS_LIBS%%+${BLAS_LIBS}+' ${WRKSRC}/ARmake.inc @${REINPLACE_CMD} -e 's+%FC%+${FC}+g ; s+%FFLAGS%+${FFLAGS_SHARED}+g ; \ s+%%WRKSRC%%+${WRKSRC_SHARED}+ ; \ s+%%BLAS_LIBS%%+${BLAS_LIBS}+' ${WRKSRC_SHARED}/ARmake.inc do-build: cd ${WRKSRC} ; ${MAKE} ${ALL_TARGET} cd ${WRKSRC_SHARED} ; ${MAKE} ${ALL_TARGET} ; ld -Bshareable -o libarpack.so.1 -x -soname libarpack.so.1 --whole-archive libarpack.a do-install: @${INSTALL_DATA} ${WRKSRC}/libarpack.a ${PREFIX}/lib @${INSTALL_DATA} ${WRKSRC_SHARED}/libarpack.so.1 ${PREFIX}/lib @${LN} -sf libarpack.so.1 ${PREFIX}/lib/libarpack.so post-install: .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${FILESDIR}/arpack.h ${PREFIX}/include ${MKDIR} ${DOCSDIR} -${GZIP_CMD} ${GZIP} ${WRKSRC}/DOCUMENTS/ex-*.doc ${CP} ${WRKSRC}/DOCUMENTS/ex-*.doc.gz ${DOCSDIR} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/ug.ps.gz ${DOCSDIR} .endif .include Property changes on: head/math/arpack/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/math/bamg/Makefile =================================================================== --- head/math/bamg/Makefile (revision 228214) +++ head/math/bamg/Makefile (revision 228215) @@ -1,63 +1,63 @@ # New ports collection makefile for: bamg # Date created: 16 December 2003 # Whom: thierry@pompo.net # # $FreeBSD$ # PORTNAME= bamg PORTVERSION= 0.68 PORTREVISION= 4 CATEGORIES= math science MASTER_SITES= http://pauillac.inria.fr/cdrom/ftp/bamg/ \ http://www-rocq1.inria.fr/gamma/cdrom/ftp/bamg/ \ http://ftp.tuniv.szczecin.pl/pub/Linux/Scilab/INRIA/Gamma/bamg/ DISTFILES= ${PORTNAME}${EXTRACT_SUFX} .ifndef(NOPORTDOCS) DISTFILES+= ${PORTNAME}.ps.gz EXTRACT_ONLY= ${PORTNAME}${EXTRACT_SUFX} .endif -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@math.missouri.edu COMMENT= Bidimensional Anisotrope Mesh Generator RESTRICTED= No resale, contact author for commercial usage WRKSRC= ${WRKDIR}/${PORTNAME} USE_XORG= x11 USE_GMAKE= yes ALL_TARGET= world INSTALL_TARGET= install-world BINS= bamg bamg-g cvmsh2 drawbdmesh EXDIRS= NACA012 quadloop square test .include .pre-configure: HOSTTYPE= ${UNAME} -s MAKE_ENV= HOSTTYPE=${${HOSTTYPE}} post-patch: @${MV} ${WRKSRC}/FLAG.linux ${WRKSRC}/FLAG.${${HOSTTYPE}} @${MV} ${WRKSRC}/FLAG.linux.orig ${WRKSRC}/FLAG.linux post-install: .for bin in ${BINS} @${STRIP_CMD} ${PREFIX}/bin/${bin} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${GZCAT} ${DISTDIR}/${PORTNAME}.ps.gz > ${DOCSDIR}/${PORTNAME}.ps @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .for exdir in ${EXDIRS} @${MKDIR} ${EXAMPLESDIR}/${exdir} @${INSTALL_DATA} ${WRKSRC}/examples/${exdir}/* ${EXAMPLESDIR}/${exdir} .endfor @${FIND} ${EXAMPLESDIR} \( -name "*.pl" -or -name "*.sh" \) -exec ${CHMOD} a+x {} \; @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." .endif .include Property changes on: head/math/bamg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/math/qhull/Makefile =================================================================== --- head/math/qhull/Makefile (revision 228214) +++ head/math/qhull/Makefile (revision 228215) @@ -1,34 +1,34 @@ # New ports collection makefile for: qhull # Date created: 3 March 2004 # Whom: pusto@web.de # # $FreeBSD$ PORTNAME= qhull PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.qhull.org/download/ DISTNAME= ${PORTNAME}-2003.1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@math.missouri.edu COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) MAN1= qhull.1 rbox.1 .endif pre-configure: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e "s|src html eg config|src config|" \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|install-docDATA install-examplesDATA||" \ ${WRKSRC}/src/Makefile.in .endif .include Property changes on: head/math/qhull/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/math/qhull5/Makefile =================================================================== --- head/math/qhull5/Makefile (revision 228214) +++ head/math/qhull5/Makefile (revision 228215) @@ -1,34 +1,34 @@ # New ports collection makefile for: qhull # Date created: 3 March 2004 # Whom: pusto@web.de # # $FreeBSD$ PORTNAME= qhull PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.qhull.org/download/ DISTNAME= ${PORTNAME}-2003.1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@math.missouri.edu COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) MAN1= qhull.1 rbox.1 .endif pre-configure: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e "s|src html eg config|src config|" \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|install-docDATA install-examplesDATA||" \ ${WRKSRC}/src/Makefile.in .endif .include Property changes on: head/math/qhull5/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/science/cdf/Makefile =================================================================== --- head/science/cdf/Makefile (revision 228214) +++ head/science/cdf/Makefile (revision 228215) @@ -1,69 +1,69 @@ # New ports collection makefile for: cdf # Date created: 26 January 2006 # Whom: Thierry Thomas # # $FreeBSD$ # PORTNAME= cdf3 PORTVERSION= 3.2.1 PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/cdf${VER}/unix/ MASTER_SITE_SUBDIR= thierry/${PORTNAME} DISTNAME= cdf${VER}-dist-cdf DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@math.missouri.edu COMMENT= Device independent view of the CDF data model MAKE_FLAGS= INSTALLDIR=${PREFIX} OS=${OPSYS:L} ENV=gnu \ FORTRAN=yes FC_freebsd=${F77} USE_LDCONFIG= yes VER= ${PORTVERSION:S/.//:S/./_/} USE_FORTRAN= yes WRKSRC= ${WRKDIR}/cdf${VER}-dist SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message DEFS= B C K PORTDOCS= CDF_copyright.txt CHANGES.txt Release.notes Welcome.txt .include .if ${ARCH} == "sparc64" BROKEN= Does not compile on ${ARCH} .endif pre-configure: .for def in ${DEFS} ${REINPLACE_CMD} -e 's||${PREFIX}|' \ ${WRKSRC}/src/definitions/definitions.${def} .endfor post-install: ${MV} ${PREFIX}/lib/libcdf.so ${PREFIX}/lib/libcdf.so.0 ${LN} -sf ${PREFIX}/lib/libcdf.so.0 ${PREFIX}/lib/libcdf.so .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/* ${EXAMPLESDIR} @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." .endif @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} regression-test: (cd ${BUILD_WRKSRC} ; \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test) .include Property changes on: head/science/cdf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/science/getdp/Makefile =================================================================== --- head/science/getdp/Makefile (revision 228214) +++ head/science/getdp/Makefile (revision 228215) @@ -1,64 +1,64 @@ # New ports collection makefile for: getdp # Date created: 25 September 2004 # Whom: Thierry Thomas # # $FreeBSD$ # PORTNAME= getdp PORTVERSION= 1.2.1 PORTREVISION= 7 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@math.missouri.edu COMMENT= A rather general finite element solver using mixed finite elements LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \ lapack.4:${PORTSDIR}/math/lapack USE_FORTRAN= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gsl-prefix=${LOCALBASE} \ --with-blas-lapack-prefix=${LOCALBASE} WANT_PERL= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= getdp.1 EXAMPLES= Magnetostatics.pro README solver.par test.geo test.msh test.pro .if defined(WITH_MULTIHARMONIC) CONFIGURE_ARGS+= --enable-multiharmonic .endif .include .if !defined(NOPORTDOCS) ALL_TARGET= all doc BUILD_DEPENDS+= texi2pdf:${PORTSDIR}/print/teTeX-base \ dvips:${PORTSDIR}/print/dvipsk-tetex USE_PERL5_BUILD= yes .endif post-install: @${STRIP_CMD} ${PREFIX}/bin/getdp .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${DOCSDIR} && ${TAR} xfz ${WRKSRC}/${PORTNAME}-${PORTVERSION}-doc.tgz @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/demos/|} ${EXAMPLESDIR} @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." .endif .if defined(MAINTAINER_MODE) regression-test: install cd ${WRKSRC}/demos && ${PORTNAME} test.pro -solve MagSta_phi .endif .include Property changes on: head/science/getdp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property