Index: head/science/ecs/Makefile =================================================================== --- head/science/ecs/Makefile (revision 226907) +++ head/science/ecs/Makefile (revision 226908) @@ -1,74 +1,75 @@ # New ports collection makefile for: ecs # Date created: Sun 1 apr 2007 # Whom: thierry@pompo.net # # $FreeBSD$ # PORTNAME= ecs -PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTVERSION= 1.3.3 CATEGORIES= science MASTER_SITES= http://rd.edf.com/fichiers/fckeditor/File/EDF%20RD/Code_Saturne/Fichiers/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org COMMENT= Code_Saturne Preprocessor LIB_DEPENDS= med.2:${PORTSDIR}/french/med \ bft.1:${PORTSDIR}/science/bft \ hdf5.0:${PORTSDIR}/science/hdf5 \ cgns.0:${PORTSDIR}/science/cgnslib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bft=${LOCALBASE} \ --with-hdf5=${LOCALBASE} \ --with-cgns=${LOCALBASE} \ --with-med=${LOCALBASE} \ --with-metis=${LOCALBASE} CONFIGURE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} +USE_GMAKE= yes .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes USE_ICONV= yes PLIST_SUB+= NLS="" .endif .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif -NOPORTDOCS= yes # PDF not produced ATM +#NOPORTDOCS= yes # PDF not produced ATM .if !defined(NOPORTDOCS) -BUILD_DEPENDS+= pdflatex:${PORTSDIR}/print/teTeX-base +BUILD_DEPENDS+= pdflatex:${PORTSDIR}/print/teTeX-base \ + fig2dev:${PORTSDIR}/print/transfig PORTDOCS= mi_ecs.pdf mu_ecs.pdf .endif .include .if exists(${LOCALBASE}/bin/partdmesh) # The regular metis is there, cannot depends on metis-edf LIB_DEPENDS+= metis.1:${PORTSDIR}/math/metis .else # Prefer metis-edf to avoid conflict with Code_Aster BUILD_DEPENDS+= ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis-edf .endif pre-configure: .if !defined(NOPORTDOCS) ${REINPLACE_CMD} -e '/^SUBDIRS/s| po| po doc|' ${WRKSRC}/Makefile.in .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${DOCSDIR} .endif .include Property changes on: head/science/ecs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/science/ecs/distinfo =================================================================== --- head/science/ecs/distinfo (revision 226907) +++ head/science/ecs/distinfo (revision 226908) @@ -1,3 +1,3 @@ -MD5 (ecs-132.tgz) = 45c2b164ab1b82aa9f7e776f8566594d -SHA256 (ecs-132.tgz) = 85122081b2f670a990df14a3b40190e9a615add8c82110006ae3250476149867 -SIZE (ecs-132.tgz) = 1225995 +MD5 (ecs-133.tgz) = 0a80c156afb541115855f3aeb9f1d83d +SHA256 (ecs-133.tgz) = 60c3519cc7b9fdd80f41844e3c5a04be88459493e6abd82ed960304822d1bf13 +SIZE (ecs-133.tgz) = 1263592 Property changes on: head/science/ecs/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/science/ecs/files/patch-doc_Makefile =================================================================== --- head/science/ecs/files/patch-doc_Makefile (nonexistent) +++ head/science/ecs/files/patch-doc_Makefile (revision 226908) @@ -0,0 +1,20 @@ +--- doc/Makefile.orig 2006-04-24 13:52:56.000000000 +0200 ++++ doc/Makefile 2009-01-24 23:33:10.000000000 +0100 +@@ -31,7 +31,7 @@ + + + doc: +- @make pdf ++ @$(MAKE) pdf + + + pdf: +@@ -57,7 +57,7 @@ + + + install: +- @\mv $(TEX)/*.pdf . ++ @\cp $(TEX)/*.pdf . + + + help info aide: Property changes on: head/science/ecs/files/patch-doc_Makefile ___________________________________________________________________ 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/science/ecs/pkg-descr =================================================================== --- head/science/ecs/pkg-descr (revision 226907) +++ head/science/ecs/pkg-descr (revision 226908) @@ -1,4 +1,4 @@ ECS means "Enveloppe Code Saturne". This is the preprocessor used by the Code_Saturne and NEPTUNE_CDF codes. -WWW: http://rd.edf.com/code_saturne/ +WWW: http://www.code-saturne.org/ Property changes on: head/science/ecs/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/science/ics/Makefile =================================================================== --- head/science/ics/Makefile (revision 226907) +++ head/science/ics/Makefile (revision 226908) @@ -1,38 +1,53 @@ # New ports collection makefile for: ics # Date created: Sun 1 apr 2007 # Whom: thierry@pompo.net # # $FreeBSD$ # PORTNAME= ics -PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTVERSION= 1.3.3 CATEGORIES= science MASTER_SITES= http://rd.edf.com/fichiers/fckeditor/File/EDF%20RD/Code_Saturne/Fichiers/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org COMMENT= Code_Saturne Graphical User Interface LIB_DEPENDS= tix8184:${PORTSDIR}/x11-toolkits/tix RUN_DEPENDS= ${CS_HOME}/bin/info_cs:${PORTSDIR}/science/ncs \ ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter NO_BUILD= yes USE_PYTHON= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +REINPLACE_ARGS= -i "" PATHCS= ${PREFIX}/Saturne CS_HOME= ${LOCALBASE}/Saturne/Noyau/ncs ICS_HOME= ${PATHCS}/Interface/ics PLIST_SUB= ICS=Saturne/Interface/ics +TB= archive clean + +pre-configure: +.for tb in ${TB} + ${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/toolbin/${tb} +.endfor + do-install: ${MKDIR} ${ICS_HOME} (cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${ICS_HOME}) +.for sc in ics.py testSuite.py + ${CHMOD} a+x ${WRKSRC}/${sc} + ${INSTALL_SCRIPT} ${WRKSRC}/${sc} ${ICS_HOME} +.endfor +.for sc in ${TB:S|^|toolbin/|} + ${CHMOD} a+x ${WRKSRC}/${sc} + ${INSTALL_SCRIPT} ${WRKSRC}/${sc} ${ICS_HOME}/toolbin +.endfor @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${ICS_HOME} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${ICS_HOME} .include Property changes on: head/science/ics/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/science/ics/distinfo =================================================================== --- head/science/ics/distinfo (revision 226907) +++ head/science/ics/distinfo (revision 226908) @@ -1,3 +1,3 @@ -MD5 (ics-132.tgz) = bc67030639fe0ce7837c5e9d4be8f41f -SHA256 (ics-132.tgz) = 00d3566d71ba842d21e86838967d0d16e2fb42629f0cacd509c8046fd7ee7779 -SIZE (ics-132.tgz) = 482697 +MD5 (ics-133.tgz) = bed8afc4046ac41385f21927c45193e1 +SHA256 (ics-133.tgz) = 5dd98ccfceb7e5481a3fde7f6c653af8dd5bdf068ed952ef370db3f23f19b862 +SIZE (ics-133.tgz) = 480714 Property changes on: head/science/ics/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/science/ics/pkg-descr =================================================================== --- head/science/ics/pkg-descr (revision 226907) +++ head/science/ics/pkg-descr (revision 226908) @@ -1,5 +1,5 @@ ICS stands for Interface Code Saturne. This is the Graphical User Interface of Code_Saturne. -WWW: http://rd.edf.com/code_saturne/ +WWW: http://www.code-saturne.org/ Property changes on: head/science/ics/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property