CVS log for ports/math/freefem++/Attic/Makefile
Up to [FreeBSD] / ports / math / freefem++
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.93
Sun Aug 23 19:44:52 2009 UTC (2 years, 5 months ago) by gerald
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.92: +1 -1 lines
Remove math/freefem++ per deprecation note.
Revision 1.92: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:53:29 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated Requested by: edwin
Revision 1.91: download - view: text, markup, annotated - select for diffs
Mon Jul 20 07:21:47 2009 UTC (2 years, 6 months ago) by gerald
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -0 lines
Deprecate this piece of unmaintained and consistently unportable software.
Revision 1.90: download - view: text, markup, annotated - select for diffs
Mon May 18 15:08:57 2009 UTC (2 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -1 lines
- Chase fftw3 update
Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Feb 5 21:34:24 2009 UTC (3 years ago) by thierry
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +20 -16 lines
Upgrade to 3.0-5. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Feb 3 09:55:21 2009 UTC (3 years ago) by gerald
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -2 lines
No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via Mk/bsd.gcc.mk.
Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Jan 19 04:31:09 2009 UTC (3 years ago) by gerald
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2 lines
Replace hardcoded gfortran42 by ${FC}.
Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Jan 12 20:37:22 2009 UTC (3 years ago) by miwi
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -2 lines
- Chase gsl shlib bump
Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Jan 7 16:34:14 2009 UTC (3 years, 1 month ago) by gerald
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -0 lines
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:41 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Apr 30 12:50:53 2008 UTC (3 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -2 lines
update to 2.24.2
Revision 1.82: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:51:53 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
- Remove unneeded dependency from gtk12/gtk20 [1] - 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)
Revision 1.81: download - view: text, markup, annotated - select for diffs
Tue Apr 8 13:53:21 2008 UTC (3 years, 10 months ago) by jadawin
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -1 lines
- Chase the gsl shared lib bump. Approved by: thierry (mentor)
Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun Feb 24 20:50:34 2008 UTC (3 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -1 lines
Upgrade to 2.24-1. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Fri Feb 15 22:41:28 2008 UTC (3 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -1 lines
Upgrade to 2.24. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Feb 4 22:59:21 2008 UTC (4 years ago) by thierry
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -1 lines
Upgrade to v 2.23-2. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Thu Jan 24 21:14:34 2008 UTC (4 years ago) by thierry
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
Upgrade to 2.23-1. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Jan 5 21:27:16 2008 UTC (4 years, 1 month ago) by thierry
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -1 lines
Update to 2.22-1, which should be a no-op for FreeBSD. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Dec 19 21:51:39 2007 UTC (4 years, 1 month ago) by thierry
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -1 lines
Upgrade to 2.22.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Dec 11 21:12:26 2007 UTC (4 years, 2 months ago) by thierry
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
Upgrade to 2.21-2.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Oct 25 20:34:43 2007 UTC (4 years, 3 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -2 lines
Upgrade to v 2.20-1. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Oct 17 10:12:48 2007 UTC (4 years, 3 months ago) by ade
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -1 lines
Migration from bison 1.x to 2.x PR: 117086 Tested by: -exp runs
Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Oct 2 19:08:19 2007 UTC (4 years, 4 months ago) by thierry
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
Upgrade to v 2.20. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Aug 21 16:43:47 2007 UTC (4 years, 5 months ago) by thierry
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
Upgrade to 2.19.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Jul 19 20:10:10 2007 UTC (4 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
Upgrade to v 2.18. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Jul 14 02:08:27 2007 UTC (4 years, 7 months ago) by maho
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -5 lines
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat Jun 30 23:25:34 2007 UTC (4 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -2 lines
Upgrade to 2.17-2.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Jun 29 05:46:41 2007 UTC (4 years, 7 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -1 lines
chase math/gsl lib version
Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Jun 15 20:14:24 2007 UTC (4 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
Upgrade to 2.17-1. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Jun 8 19:27:48 2007 UTC (4 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +4 -2 lines
- Upgrade to 2.17; changelog at <http://www.freefem.org/ff++/ftp/INNOVATION> - Fix BLAS detection.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri May 25 16:19:29 2007 UTC (4 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -2 lines
Upgrade to 2.16-4.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat May 19 20:14:56 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sun Apr 29 19:38:17 2007 UTC (4 years, 9 months ago) by thierry
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
Upgrade to 2.16-2.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Apr 20 19:35:14 2007 UTC (4 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Upgrade to 2.16-1.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Apr 18 22:04:28 2007 UTC (4 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
Upgrade to 2.16-0.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Apr 8 22:31:01 2007 UTC (4 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -2 lines
Upgrade to 2.15-1.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Apr 6 17:31:42 2007 UTC (4 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -0 lines
Chase a silent update. Many changes! Full diff at <http://people.freebsd.org/~thierry/ports/freefem%2b%2b-2.15_070327_070402.diff> Trported by: pointyhat via Kris
Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Mar 27 22:02:52 2007 UTC (4 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Upgrade to 2.15.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Mar 23 20:20:49 2007 UTC (4 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Upgrade to v 2.14-2. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Mar 11 22:16:53 2007 UTC (4 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Upgrade to 2.14-1.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Mar 8 20:35:06 2007 UTC (4 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
Upgrade to 2.14.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Feb 5 22:49:16 2007 UTC (5 years ago) by thierry
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
Upgrade to 2.13. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Jan 26 22:00:18 2007 UTC (5 years ago) by thierry
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Upgrade to 2.12-2. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Jan 16 22:45:20 2007 UTC (5 years ago) by thierry
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +5 -7 lines
Upgrade to 2.12-1. Partial changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Jan 12 22:46:28 2007 UTC (5 years ago) by maho
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +26 -18 lines
* Migrate to gfortran. * Bump port revision. * Use gfortran compiled atlas/blas/lapack and other shared libs.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Dec 1 23:26:57 2006 UTC (5 years, 2 months ago) by thierry
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Upgrade FreeFem++ to version 2.11-2.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Nov 13 22:15:12 2006 UTC (5 years, 2 months ago) by thierry
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -2 lines
Upgrade to v 2.11. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Sep 27 20:56:56 2006 UTC (5 years, 4 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -0 lines
Chase a silent update: only doc has been modified. Full diff available at <http://people.freebsd.org/~thierry/ports/freefem++-2.9_060920_060919.diff>. Reported by: pointyhat via Kris
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Sep 24 23:12:02 2006 UTC (5 years, 4 months ago) by thierry
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +35 -24 lines
- Upgrade to 2.9; - Don't depend on ATLAS, unless already installed; - Enable MPICH2.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Jun 29 21:07:03 2006 UTC (5 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +15 -14 lines
Upgrade to 2.8-1. Note: MPI support requires now MPICH-2 => it has been disabled.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu May 18 20:12:24 2006 UTC (5 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -1 lines
Upgrade to 2.8-0.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue May 16 20:33:45 2006 UTC (5 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Upgrade to 2.7-2.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon May 15 20:57:41 2006 UTC (5 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -4 lines
Upgrade to 2.7-1.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu May 11 15:12:05 2006 UTC (5 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
- Chase fftw3 libver bump
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat May 6 01:28:20 2006 UTC (5 years, 9 months ago) by mnag
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
- Bump PORTREVISION and change lib version because math/gsl are updated. - portlint(1)
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Apr 13 18:50:40 2006 UTC (5 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Upgrade to 2.7-0.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Apr 12 21:10:29 2006 UTC (5 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Upgrade to V2.6-1. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Mar 15 14:16:49 2006 UTC (5 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Update to 2.4.1.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Feb 9 20:29:53 2006 UTC (6 years ago) by thierry
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Upgrade to 2.3-1.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Feb 7 23:12:27 2006 UTC (6 years ago) by thierry
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
- Upgrade to 2.3-0; - Add a dependency to bamg. Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Feb 7 20:33:52 2006 UTC (6 years ago) by thierry
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -0 lines
Don't install bamg to avoid conflicts. Noticed by: pointyhat via Kris
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jan 28 22:35:17 2006 UTC (6 years ago) by thierry
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -6 lines
Upgrade to 2.2-1.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Jan 1 23:13:41 2006 UTC (6 years, 1 month ago) by thierry
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +7 -5 lines
Upgrade to 2.2-0. Remark: the PDF manual is broken, don't build it in this version.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Dec 9 19:46:44 2005 UTC (6 years, 2 months ago) by thierry
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Upgrade to version 2.1-2.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Nov 30 22:30:58 2005 UTC (6 years, 2 months ago) by thierry
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Upgrade to 2.1-0.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Nov 8 22:07:02 2005 UTC (6 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +15 -8 lines
Upgrade to 2.0-4 and build the manual again.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Nov 1 21:45:00 2005 UTC (6 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +17 -19 lines
Upgrade to 2.0-3 and chase the new site. Changelog at <http://www.freefem.org/ff++/ftp/HISTORY>.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri May 27 17:48:14 2005 UTC (6 years, 8 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -3 lines
Make fetchable again.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri May 27 17:16:06 2005 UTC (6 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -0 lines
BROKEN: Unfetchable
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon May 2 20:46:10 2005 UTC (6 years, 9 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -0 lines
Bump PORTREVISION after the libgsl update. Obtained from: thierry
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon May 2 13:00:17 2005 UTC (6 years, 9 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Chase the libgsl update.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Apr 28 16:57:08 2005 UTC (6 years, 9 months ago) by novel
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Fix build on amd64. PR: 80429 Submitted by: Johan van Selst <johans@stack.nl>
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:26:03 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:03:18 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Feb 7 21:22:20 2005 UTC (7 years ago) by thierry
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +7 -6 lines
Upgrade to 1.45-6.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jan 31 10:29:17 2005 UTC (7 years ago) by krion
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -0 lines
BROKEN on amd64: Does not build
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Nov 16 21:03:23 2004 UTC (7 years, 2 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -0 lines
Remove optimization on sparc64. Reported by: Kris / pointyhat.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Nov 1 18:41:03 2004 UTC (7 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Upgrade to 1.43. Remove some patches which have been committed upstream.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Oct 26 20:14:01 2004 UTC (7 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
Add a missing dependence (math/arpack). Noticed by: Kris / pointyhat
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Oct 11 22:30:39 2004 UTC (7 years, 4 months ago) by thierry
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +35 -7 lines
- Upgrade to 1.42; - Add support for MPI.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Sep 30 05:31:55 2004 UTC (7 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Increase USE_GCC to 3.4 for those ports which compile with it. Approved by: portmgr
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jul 10 23:19:14 2004 UTC (7 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +28 -23 lines
Upgrade to 1.41.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu May 6 21:45:22 2004 UTC (7 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3 lines
Upgrade to 1.40.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Feb 29 17:03:13 2004 UTC (7 years, 11 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +0 -4 lines
- Fix build on alpha PR: ports/63532 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Feb 25 10:36:46 2004 UTC (7 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Correct previous commit: BROKEN on alpha 5.x: Does not compile
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Feb 25 10:35:56 2004 UTC (7 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -0 lines
BROKEN on !i386 and !amd64: Does not compile
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Feb 11 17:34:01 2004 UTC (8 years ago) by clement
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Update to 1.38 PR: 62668 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:07:28 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jan 23 23:08:22 2004 UTC (8 years ago) by clement
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -0 lines
- Fix build on -STABLE PR: 61806 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer) Reported by: bento via kris
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 11 17:23:35 2004 UTC (8 years, 1 month ago) by clement
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
- Upgrade to the latest release; - Utilize umfpack PR: 61180 Submitter by: Thierry Thomas <thierry@pompo.net> Approved by: erwin (mentor) (implicitly)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Dec 16 22:52:53 2003 UTC (8 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
- Mark RESTRICTED: No resale, contact authors for commercial use PR: ports/60311 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Dec 8 21:33:40 2003 UTC (8 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- Update to 1.36 PR: ports/60052 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Dec 7 03:13:41 2003 UTC (8 years, 2 months ago) by pav
Branches: MAIN
Add FreeFem++, an extension of freefem, an implementation of the Gfem language dedicated to the finite element method. PR: ports/58536 Submitted by: Thierry Thomas <thierry@pompo.net>
