aboutsummaryrefslogtreecommitdiffstats
path: root/french/aster
Commit message (Collapse)AuthorAgeFilesLines
* Convert Python ports to FLAVORS.mat2018-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* Upgrade - endly! - to Code_Aster 13.4.0-3.thierry2018-02-0411-1488/+3179
| | | | | | | | | | | | | Notes: - I have (not yet) succeeded to enable MFront in this version; - it uses math/mumps-edf, repocopied from math/mumps; - cad/scotch is now taken out of the aster tarball; - french/eficas is no more used: to be replaced by "aster-study" in Salome_Meca (the port cad/salome should be resurrected!)
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-02-041-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Upgrade science/hdf5-18 to 1.8.19.thierry2017-06-171-1/+1
| | | | | Changelog at <https://support.hdfgroup.org/HDF5/doc1.8/ADGuide/Changes.html#1819>.
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* Unbreak after the upgrade of Gcc to 4.9.thierry2017-01-233-2/+11
| | | | | | It appears that now an explicit link to libc++ is required. Analysed with pfg@ and Thomas Helfer (tfel-mfront upstream at cea.fr).
* Remove BROKEN_FreeBSD_9sunpoet2017-01-011-1/+0
| | | | Approved by: portmgr (blanket)
* - Mark BROKEN on 9.x and 12.x:amdmi32016-12-251-0/+3
| | | | | | | | /usr/bin/sed -i "" -e 's|/wrkdirs/usr/ports/french/aster/work/stage||g' /wrkdirs/usr/ports/french/aster/work/stage/usr/local/aster/12.6/aster.conf sed: /wrkdirs/usr/ports/french/aster/work/stage/usr/local/aster/12.6/aster.conf: No such file or directory *** Error code 1 Approved by: portmgr blanket
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-12-071-0/+1
| | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry
* Upgrade Code_Aster to 12.0.6-4.thierry2016-11-1313-9485/+11101
| | | | | | | | This brings french/eficas to 2016.0.1, cad/astk-serveur and astk-client to 1.13.8.2, french/med to 3.2.0 (built against hdf5-18), bump PORTREVSION to math/metis-edf and fix soname, and french/homard to 11.7-1.
* ${RM} already has -f.mat2016-10-211-2/+2
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* - Update to 1.10.0sunpoet2016-04-211-1/+1
| | | | | | | | | - Add LICENSE_FILE - Remove outdated PORTSCOUT - Re-enable SZIP option by default: it was changed unintentionally in r398300 Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-24/+24
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 1.8.15sunpoet2015-05-241-0/+1
| | | | | | | - Bump PORTREVISION for science/hdf5 shlib change Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* 8 ports categories: Remove $PTHREAD_LIBSmarino2015-03-241-6/+6
| | | | | | | | | Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm The sysutils port was setting configure argument, so the text wasn't removed but the value of PTHREAD_LIBS was changed. approved by: PTHREAD blanket
* Update Code_Aster to 11.7.0-1, with its different tools.thierry2015-02-195-9/+31
|
* Switch some dependencies from a directory name or a file generated by ↵antoine2015-01-241-5/+5
| | | | | | pkg-install to a package name, as the former can't be attributed to a package
* - Update to 1.8.14sunpoet2015-01-181-1/+1
| | | | | | | | | - Update MASTER_SITES - Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} - Bump PORTREVISION for science/hdf5 shlib change Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* Uses the new blaslapack.mk.thierry2015-01-061-24/+10
|
* Cleanup plistbapt2014-10-201-43/+0
|
* MASTER_SITES is often down these days => mirror the distfile.thierry2014-10-022-4/+3
| | | | | | Since I'm there, remove xemacs support. Reported by: pkg-fallout
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Upgrade Code_Aster to 11.6.0-1.thierry2014-08-185-2260/+2293
| | | | - Fix Homard.
* The 11.5 tarball has been removed: mirror it untill I get the time forthierry2014-07-251-1/+3
| | | | the upgrade to 11.6.
* Fix the build by adding the Python metaport.thierry2014-06-021-0/+1
|
* french/aster (and depends): specify post-extraction with ${TAR}marino2014-05-291-1/+1
| | | | | | | | It's possible that EXTRACT_CMD won't be predefined in the near future in order to support distfiles in multiple formats. We know the post- extraction tool needs to be tar, so let's specify it directly. Approved by: infrastructure improvements blanket
* Unbreak and make packageable.thierry2014-05-274-24/+119
|
* Fix several problems: it now builds cleanly and can run the tests.thierry2014-05-146-12560/+11837
| | | | | Still marked BROKEN because there is some rough edges, but interesting users can remove this line.
* Catch a couple of missing convertsion to :tu/:tlbapt2014-05-051-1/+1
| | | | | Submitted by: ak With hat: portmgr
* - Update to 1.8.12 (from science/hdf5-18)sunpoet2014-05-031-1/+2
| | | | | | | | | | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1]
* Upgrade Code_Aster to 11.5.0-4.thierry2014-03-198-126/+146
| | | | | | | N.B.: french/aster is still marked BROKEN, but this allows to unbreak other ports sharing the same dependencies. Patch for french/med provided by tijl.
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Mark BROKEN: Unfetchableantoine2014-03-071-0/+1
| | | | Reported by: pkg-fallout
* Use ${LDFLAGS} instead of constructing -L${LOCALBASE}/lib/${CC} manuallygerald2014-02-241-1/+1
| | | | | | (plus this now also provides proper -rpath for GCC runtime libraries). Approved by: thierry (maintainer)
* - Update to USES=tkgahr2014-02-181-2/+1
|
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-171-4/+1
| | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery)
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | french)
* Upgrading Code_Aster to 10.8.0-3.thierry2013-03-206-100/+73
|
* Convert USE_BISON to USES= bisonbapt2013-03-081-6/+2
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.makc2013-02-041-0/+1
| | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip
* Upgrade Code_Aster to 10.6.0-3.thierry2012-07-078-521/+1454
|
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Chase PyQT updatemakc2012-05-251-1/+1
|
* Fix a mistake in the MANUAL_PACKAGE_BUILD line.linimon2011-12-121-1/+1
| | | | | Hat: portmgr Feature safe: yes
* adjust linking and comments in dependent ports after the math/atlas update;bf2011-11-221-2/+2
| | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes
* - Get rid FreeBSD 6 supportmiwi2011-11-071-4/+0
|
* - Disallow from pointyhat: runaway python processpav2011-08-271-0/+2
|
* - Bump PORTREVISION for science/hdf5-18 shlib changesunpoet2011-07-151-2/+2
|
* It seems that Code_Aster does not support Python 2.7 on amd64.thierry2011-07-141-0/+5
| | | | Reported by: pointyhat via Pav
* Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1
|
* - Revertpav2011-03-221-2/+2
| | | | | Pointy hat to: miwi Reported by: pointyhat
* - Get Rid MD5 supportmiwi2011-03-191-2/+2
| | | | With hat: portmgr (myself)
* Chase the upgrade of science/cgnslib to 2.5-5; this implies tothierry2011-02-261-5/+6
| | | | | | | | | | switch some dependencies from science/hdf5 to science/hdf5-18. As a side note: I think that all ports depending on science/hdf5 could be switched to science/hdf5-18, by defining H5_USE_16_API when necessary, and then science/hdf5 could be deprecated. PR: ports/154736
* Upgrade to 10.3.0-3.thierry2010-12-306-122/+395
|
* Chase the upgrade of MPICH2.thierry2010-11-152-6/+8
|
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longererwin2010-10-291-1/+1
| | | | | | | | | | be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp
* Upgrade to 10.2.0-2, add a common file to be included by thethierry2010-09-173-9/+36
| | | | other related ports, and depends on Tcl/Tk 8.5.
* Upgrade Code_Aster to 10.2.0-1.thierry2010-08-205-353/+663
|
* - update to 1.4.1dinoex2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - use $SUB_FILES to dynamically adjust pkg-message (1);thierry2010-03-278-227/+1249
| | | | | | | - upgrade Code_Aster to 10.1.0-4 (2). PR: ports/142516 (1) Submitted by: Sevan Janiyan <venture37 (at) geeklan.co.uk> (1)
* Unbreak: conficts solved in cad/gmsh.thierry2010-02-131-2/+0
|
* - Mark BROKEN: conflicting dependenciespav2010-02-101-0/+2
| | | | Reported by: pointyhat
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* Chase math/gsl update,makc2009-12-021-0/+1
| | | | bump PORTREVISION
* - Chase relocation of net/mpich2thierry2009-11-281-3/+2
| | | | | | - Bump PORTREVISION if needed - Fix some portlint errors.
* Upgrade to 10.0.3-2.thierry2009-06-224-83/+191
|
* Upgrade to 9.4.0-2.thierry2009-01-213-19/+10
| | | | Notified by: portscout via miwi
* Upgrade Code_Aster to 9.4.0.thierry2009-01-157-143/+972
|
* - Replace literal gfortran42 with , fix buildpav2009-01-131-2/+2
|
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-3/+0
|
* The main tarball has been rerolled, but the included components have notthierry2008-10-222-4/+4
| | | | | | been touched. Reported by: portscout
* - Mark BROKEN on FreeBSD 6.xpav2008-07-291-0/+3
|
* Upgrade Code_Aster to 9.3.0.thierry2008-07-137-144/+541
|
* - Now builds on amd64/6pav2008-06-231-4/+0
|
* - Limit BROKEN status to 6.x onlypav2008-05-051-2/+4
| | | | Analyzed by: thierry (maintainer)
* - Mark BROKEN: compilation of elements withpav2008-05-031-0/+2
| | | | | | | /work/a/ports/french/aster/work/aster-full-src-9.2.0/instdir/STA9.2/asteru [FAILED] Reported by: pointyhat
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+4
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Chase master-site's reorganization.thierry2008-01-191-1/+1
| | | | Reported by: pointyhat via pav
* Upgrade Code_Aster to 9.2.0-2.thierry2008-01-137-94/+473
|
* Migration from bison 1.x to 2.xade2007-10-171-1/+2
| | | | | PR: 117086 Tested by: -exp runs
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-4/+1
| | | | Approved by: thierry
* Upgrade to 9.1.0-1.thierry2007-07-013-121/+1031
|
* A sweeping commit: unbreak "make index" if WITH_BASH=YES is defined.bsam2007-06-061-4/+0
| | | | Discussed at: freebsd-ports@
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Chase Grace's move to $LOCALBASE.thierry2007-04-252-6/+6
|
* Fix my previous commit: -fdefault-integer-8 and -fdefault-real-8 shouldthierry2007-03-261-5/+7
| | | | not be included in CPPFLAGS when ARCH != i386.
* Trying to unbreak on 64 bits platforms by forcing integers to INTEGER*8.thierry2007-03-221-5/+5
| | | | Suggested by: Mathieu COURTOIS <mathieu.courtois (at) edf.fr>
* - Mark BROKEN on != i386thierry2007-03-151-4/+6
| | | | | | - Don't try to install if the catalog of elements failed. Reported by: pointyhat via Kris
* Fix build after gfortran migration.thierry2007-02-042-16/+16
| | | | Reported by: pointyhat via Kris
* Should not use WITH_FORTRAN.maho2007-01-181-1/+0
| | | | Approved by: kris (portmgr, implicit)
* * Migrate to gfortran.maho2007-01-172-28/+28
| | | | | | * Bump port revision. Approved by: portmgr(kris)
* Update to 9.0.0-2.thierry2007-01-122-4/+4
| | | | TODO: upgrade to gfortran42.
* Upgrade to 9.0.0-1.thierry2006-12-265-95/+477
|
* Mark BROKEN also on ia64.thierry2006-12-181-5/+1
| | | | Reported by: pointyhat via Kris
* - Upgrade MED to 2.3.1;thierry2006-12-131-1/+2
| | | | | | | | - Assign better CATEGORIES; - Support gfortran; - Add a regression-test target.
* Mark BROKEN on 5.x (undefined reference to `feenableexcept').thierry2006-11-151-2/+2
| | | | Reported by: pointyhat via Kris
* - Catch the exception risen by gethostbyaddr and set a "to be configured"thierry2006-09-242-7/+16
| | | | | | hostname to fix the build on pointyhat and unbreak; - Take maintainership.
* Mark as BROKEN everywhere, and deprecate.linimon2006-09-241-3/+6
|
* Mark as broken on 5.x: does not install.linimon2006-08-271-0/+2
|
* Update to 8.3.0-3.thierry2006-08-082-4/+4
|
* Update to 8.3.0-2.thierry2006-08-042-4/+4
|
* - Switch to MPICH2;thierry2006-07-252-51/+83
| | | | | | | - Unbreak when MUMPS is built with MPICH. Note: don't bump PORTREVISION because MUMPS / MPICH are not activated by default.
* Upgrade to 8.3.0-1.thierry2006-07-075-343/+320
|
* - Add MUMPS support (optional);thierry2006-06-032-20/+87
| | | | | | | | | | - By default, aster will now link against Blas, unless Atlas libraries are already installed. Schedule note for those reluctant to update too often: Aster 8.3.0 will be released soon. Ordered by: Pedro F. Giffuni
* Add Scotch's support.thierry2006-02-042-10/+24
|
* Upgrade to 8.2.0-4.thierry2006-01-272-4/+4
|
* Update to 8.2.0-3.thierry2006-01-242-5/+4
| | | | | For Linux, --allow-multiple-definition has been added to the linker options, but it does not seem useful for us.
* Minor update to 8.2.0-2.thierry2006-01-192-4/+4
|
* Upgrade to 8.2.0.thierry2006-01-164-56/+416
|
* - Add SHA256pav2005-11-251-0/+1
|
* BROKEN on sparc64: Does not buildkris2005-08-311-0/+4
|
* Mark BROKEN on amd64: segmentation fault when it compiles the "cataloguethierry2005-07-141-0/+3
| | | | | | of elements". Reported by: Kris via pointyhat
* Upgrade to 8.1.0.thierry2005-07-045-1386/+202
|
* - Upgrade ASTK to 1.2.3;thierry2005-04-282-4/+4
| | | | - fix a typo when editor was gvim.
* This is still version 7.4.0, but tarball has been rerolled and itthierry2005-04-034-16/+29
| | | | | | includes some minor updates. Remove BROKEN on non-i386.
* BROKEN on !i386: Does not compilekris2005-03-271-0/+4
| | | | Approved by: portmgr (self)
* The tarball has been rerolled to chase ASTK 1.2.1.thierry2005-01-252-4/+4
|
* Upgrade to 7.4.0.thierry2005-01-1812-406/+4268
| | | | Remark: 7.4.0 is BROKEN on FreeBSD-4.x.
* BROKEN on amd64: Does not installkris2004-06-191-0/+4
|
* Upgrade to 7.3.0.thierry2004-05-236-54/+647
|
* Chase repomove graphics/hdf* -> science/hdf*pav2004-02-261-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Fix dependency checking for efitaspav2004-01-311-1/+1
| | | | | PR: ports/62136 Submitted by: Thierry Thomas <thierry@pompo.net>
* SIZEify.trevor2004-01-291-0/+1
|
* - www.code-aster.org was reorganized. fix fetchingpav2003-12-112-6/+7
| | | | | PR: ports/60121 Submitted by: Thierry Thomas <thierry@pompo.net>
* . Catch up with the move of metis-edf.glewis2003-12-101-1/+1
| | | | | PR: 58178 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* - Upgrading french/aster from 7.1 to 7.2;oliver2003-12-088-66/+202
| | | | | | | | | | | | | | - french/eficas from 1.4 to 1.5; - cad/metis-edf from 3 to 3.1; - cad/astk-serveur & cad/astk-client from 1.0.14 to 1.0.21; - french/homard from 5.5 to 6.2; . don't install Homard automatically with Aster; like Gibi, Homard depends on french/aster: this is more compliant with the licenses, and it will be possible to build packages for Aster. PR: 59312 59881 Submitted By: Thierry Thomas <thierry@pompo.net>
* fix a typooliver2003-09-281-1/+1
|
* 1) asteru.exe is linked against libtcl and libtk, but only aoliver2003-09-281-9/+12
| | | | | | | | | PATCH_DEPENDS was registered => adding LIB_DEPENDS. 2) switching from tk83 to tk84 => bumping PORTREVISION. PR: ports/55739 Submitted By: Thierry Thomas <thierry@pompo.net>
* ECHO -> ECHO_MSGedwin2003-09-271-2/+2
| | | | | | | (ECHO_CMD for deskutils/notebook) PR: ports/56767-56770,56772-56774,56776-56784 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* french/aster: tarball has been rerolled.edwin2003-09-081-1/+1
| | | | | | | | | | | | | | | | | The tarball has been rerolled to fix a bug in ASTK for Linux, but they did not upgrade the version. No impact on Code_Aster, excepted distinfo => I don't bump PORTREVISION (nevertheless, it should be bumped by PR ports/55739). The full story, in french, is here: <http://www.code-aster.org/forum/read.php?f=11&;i=326&t=326>. Fix distinfo. Changes were in the $Id$ field and in the aster_main.sh script. PR: ports/56287 Submitted by: Thierry Thomas <thierry@pompo.net>
* Fix build on 4-STABLEoliver2003-08-182-6/+7
| | | | | PR: ports/55671 Submitted by: Thierry Thomas <thierry@pompo.net>
* - replace blas by atlas by default and add a knob to keep blasoliver2003-08-123-18/+54
| | | | | | | | | | (requested by Pedro F. Giffuni); - handle FFLAGS; - fix default directories; - some cleaning. PR: ports/55431 Submitted By: Thierry Thomas <thierry@pompo.net>
* move BROKEN and the bsd.port.pre.mk include some lines downoliver2003-07-311-7/+6
|
* fix typo introduced in the last commitoliver2003-07-311-3/+3
|
* mark it as broken for systems < 5 until the build is fixed for 4oliver2003-07-311-0/+5
|
* fix french/aster: fixing BUILD_DEPENDSdaichi2003-07-281-4/+9
| | | | | PR: 54915 Submitted by: Thierry Thomas <thierry@pompo.net>
* Add aster 7.1, analyse des structures et thermo-mécanique.oliver2003-07-2610-0/+3558
EDF R&D has developed for twelve years a numerical simulation software for structural analysis, Code_Aster. Widely used for the expertise and maintenance of power plants and electrical networks, this tool covers a wide range of applications today: thermal and mechanical analysis - 3D linear or non linear, static or dynamic analysis pressure vessels - machines - civil engineering - porous media. (From the press release). This application is in french, but there exists a translated GUI (see the port cad/astk-client). PR: 54766 Submitted by: thierry@pompo.net