| non port: science/elmerpost/Makefile |
|
CVSWeb
|
Number of commits found: 26 |
|
Mon, 29 Aug 2011
|
[ 04:10 linimon ]
1.26 science/elmerpost/Makefile
Mark as broken on recent i386-9: does not compile.
|
|
Fri, 27 Nov 2009
|
[ 22:52 sylvio ]
1.28 archivers/hpack.non-usa.only/Makefile
1.13 archivers/lbrate/Makefile
1.5 archivers/lzip/Makefile
1.19 archivers/macutils/Makefile
1.7 archivers/mtf/Makefile
1.68 archivers/rpm/Makefile
1.23 archivers/ucl/Makefile
1.10 archivers/xar/Makefile
1.16 archivers/xdms/Makefile
1.18 archivers/xmill/Makefile
(Only the first 10 of 100 ports in this commit are shown above. )
- Update my mail address to FreeBSD
Approved by: miwi (mentor)
|
|
Sat, 22 Aug 2009
|
[ 01:11 amdmi3 ]
1.19 math/elmer-umfpack/Makefile
1.21 science/elmer-eio/Makefile
1.29 science/elmer-fem/Makefile
1.23 science/elmer-hutiter/Makefile
1.18 science/elmer-matc/Makefile
1.15 science/elmer-meshgen2d/Makefile
1.17 science/elmergrid/Makefile
1.24 science/elmerpost/Makefile
- Fix fetch by using garr SF mirror which still has the distfiles
|
[ 00:35 amdmi3 ]
1.7 palm/barry/Makefile
1.10 palm/bibelot/Makefile
1.11 palm/makeztxt/Makefile
1.22 palm/pilrc/Makefile
1.7 palm/romeo/Makefile
1.31 palm/synce-gvfs/Makefile
1.4 palm/synce-hal/Makefile
1.25 palm/synce-librapi2/Makefile
1.23 palm/synce-librra/Makefile
1.22 palm/synce-libsynce/Makefile
(Only the first 10 of 349 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
|
|
Fri, 10 Jul 2009
|
[ 00:42 araujo ]
1.22 science/elmerpost/Makefile
1.1 science/elmerpost/files/patch-src-Makefile.am
1.1 science/elmerpost/files/patch-src-Makefile.in
1.4 science/elmerpost/pkg-plist
- Mark as unbroken.
- Bump PORTREVISION.
- Pass maintainer to submitter.
PR: ports/135868
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
|
Mon, 16 Mar 2009
|
[ 08:43 linimon ]
1.21 science/elmerpost/Makefile
Mark broken: fails to compile on i386 and sparc64.
|
|
Thu, 19 Feb 2009
|
[ 11:48 araujo ]
1.11 science/elmer-meshgen2d/Makefile
1.20 science/elmerpost/Makefile
- Mark as BROKEN, both doesn't compile on amd64.
Reported by: pav (pointyhat)
|
|
Fri, 23 Jan 2009
|
[ 16:28 flz ]
1.1781 MOVED
1.19 astro/boinc-setiathome-enhanced/Makefile
1.42 astro/celestia/Makefile
1.31 astro/openuniverse/Makefile
1.39 astro/xtide/Makefile
1.4 audio/fmit/Makefile
1.46 audio/nas/Makefile
1.28 audio/rosegarden/Makefile
1.23 audio/xcdplayer/Makefile
1.27 audio/xmixer/Makefile
(Only the first 10 of 612 ports in this commit are shown above. )
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
|
|
Tue, 20 Jan 2009
|
[ 17:35 araujo ]
1.16 math/elmer-umfpack/Makefile
1.18 science/elmer-eio/Makefile
1.25 science/elmer-fem/Makefile
1.20 science/elmer-hutiter/Makefile
1.15 science/elmerfront/Makefile
1.18 science/elmerpost/Makefile
- No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now
done via Mk/bsd.gcc.mk.
Reported by: gerald
|
|
Wed, 7 Jan 2009
|
[ 16:34 gerald ]
1.26 astro/nightfall/Makefile
1.15 benchmarks/himenobench/Makefile
1.11 benchmarks/hpl/Makefile
1.42 biology/molden/Makefile
1.19 biology/ortep3/Makefile
1.28 biology/platon/Makefile
1.17 biology/psi88/Makefile
1.38 biology/tinker/Makefile
1.28 cad/calculix/Makefile
1.7 cad/feappv/Makefile
(Only the first 10 of 104 ports in this commit are shown above. )
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
|
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
|
Fri, 14 Mar 2008
|
[ 11:04 araujo ]
1.14 math/elmer-umfpack/Makefile
1.16 science/elmer-eio/Makefile
1.20 science/elmer-fem/Makefile
1.17 science/elmer-hutiter/Makefile
1.13 science/elmer-matc/Makefile
1.8 science/elmer-meshgen2d/Makefile
1.12 science/elmerfront/Makefile
1.13 science/elmergrid/Makefile
1.15 science/elmerpost/Makefile
1.3 math/elmer-umfpack/distinfo
(Only the first 10 of 18 ports in this commit are shown above. )
- Update MASTER_SITES.
- Project was migrated for SF.
- Files as repacked.
- BUMP PORTREVISION.
Reported by: Pedro <pfgshield-freebsd@yahoo.com>
|
|
Thu, 8 Nov 2007
|
[ 09:25 araujo ]
1.14 science/elmerpost/Makefile
1.2 science/elmerpost/pkg-plist
- Fix pkg-plist.
Reported by: pointyhat (pav)
Approved by: portmgr (linimon), stas (mentor, implicit)
|
|
Mon, 29 Oct 2007
|
[ 10:31 araujo ]
1.13 science/elmerpost/Makefile
1.4 science/elmerpost/distinfo
- Update to 5.4.0.
Approved by: stas (mentor)
|
|
Sun, 15 Jul 2007
|
[ 16:12 araujo ]
1.13 science/elmer-eio/Makefile
1.13 science/elmer-hutiter/Makefile
1.7 science/elmer-meshgen2d/Makefile
1.8 science/elmerfront/Makefile
1.12 science/elmerpost/Makefile
- Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by: stas (mentor)
|
|
Fri, 29 Jun 2007
|
[ 16:29 araujo ]
1.13 audio/festlex-ogi/Makefile
1.14 audio/festvox-abc/Makefile
1.13 audio/festvox-hvs/Makefile
1.48 audio/mhwaveedit/Makefile
1.30 audio/napster/Makefile
1.7 cad/impact/Makefile
1.8 devel/adabooch-doc-html/Makefile
1.7 devel/adabooch/Makefile
1.15 devel/adacurses/Makefile
1.5 devel/c4/Makefile
(Only the first 10 of 87 ports in this commit are shown above. )
- Change my mail address to araujo@.
Approved by: stas (mentor)
|
|
Sat, 19 May 2007
|
[ 20:32 flz ]
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile
(Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
Sat, 27 Jan 2007
|
[ 07:02 itetcu ]
1.9 science/elmerpost/Makefile
1.3 science/elmerpost/distinfo
- update MASTER SITE
- update to 5.3.0
PR: ports/108288
Submitted by: Marcelo Araujo
|
|
Fri, 12 Jan 2007
|
[ 07:16 maho ]
1.8 science/elmerpost/Makefile
Remove USE_GCC line as it is not necessary.
|
|
Wed, 10 Jan 2007
|
[ 13:49 maho ]
1.7 science/elmerpost/Makefile
Migrate to gfortran42.
|
|
Sun, 10 Dec 2006
|
[ 22:44 thierry ]
1.10 math/elmer-mathlibs/Makefile
1.7 math/elmer-umfpack/Makefile
1.8 math/mumps/Makefile
1.6 science/elmer-eio/Makefile
1.6 science/elmerpost/Makefile
Unmark BROKEN: fixed with gcc-withfortran-4.1.2_20061208.
|
|
Thu, 30 Nov 2006
|
[ 23:24 kris ]
1.5 science/elmerpost/Makefile
BROKEN: Configure fails
|
|
Sat, 30 Sep 2006
|
[ 19:25 linimon ]
1.7 math/elmer-mathlibs/Makefile
1.4 math/elmer-umfpack/Makefile
1.4 science/elmer-eio/Makefile
1.9 science/elmer-fem/Makefile
1.5 science/elmer-hutiter/Makefile
1.4 science/elmer-matc/Makefile
1.4 science/elmerpost/Makefile
1.15 Mk/bsd.database.mk
1.9 Mk/bsd.gcc.mk
1.544 Mk/bsd.port.mk
* Split bsd.port.mk pre and post includes into 3 pieces instead of 2, to
allow OPTIONS to be able to influence dependencies. This is still
experimental [1]
* Teach bsd.gcc.mk about gfortran [2]
* Remove the outdated emulators/linux_base; the new default has been
linux_base-fc4. This will allow the outdated port to be removed [3]
* Add USE_FIREBIRD macros to bsd.database.mk [4]
PR: 93687 [1], 93690 [2], 103184 [3], 103357 [4]
Submitted by: shaun [1], Pedro F. Giffuni <giffunip at asme to org> [2],
gerald [2], thierry [2], vd [3], skv [4]
|
|
Wed, 12 Jul 2006
|
[ 22:01 thierry ]
1.3 science/elmerpost/Makefile
1.2 science/elmerpost/distinfo
Upgrade to 5.2.0.
Noticed by: Pedro F. Giffuni <giffunip@asme.org>
|
|
Sat, 1 Jul 2006
|
[ 12:16 thierry ]
1.2 cad/feappv/Makefile
1.2 devel/cl-infix-cmucl/Makefile
1.2 devel/cl-infix-sbcl/Makefile
1.2 devel/cl-infix/Makefile
1.3 devel/lasi/Makefile
1.2 math/chaco/Makefile
1.4 math/elmer-mathlibs/Makefile
1.2 math/elmer-umfpack/Makefile
1.3 math/mumps/Makefile
1.2 science/elmer-eio/Makefile
(Only the first 10 of 18 ports in this commit are shown above. )
Reset maintainership: Pedro's dev machine has been stolen :-(
Hoping to see you back soon!
Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
|
|
Mon, 24 Apr 2006
|
[ 19:55 thierry ]
1.90 science/Makefile
1.1 science/elmerpost/Makefile
1.1 science/elmerpost/distinfo
1.1 science/elmerpost/pkg-descr
1.1 science/elmerpost/pkg-plist
ElmerPost - the Visualization of Numerical Results.
The function of ElmerPost is to visualize the numerical results produced
by ElmerSolver and other finite element programs. ElmerPost operates with
the data specific to the unknown variables (temperature, velocity,
pressure, displacement etc.) defined in the mathematical model. ElmerPost
plots e.g. contours and vector fields, and can manipulate computed data
into another form using the built-in MATC-language (for instance heat
fluxes from temperature distributions).
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
|
Number of commits found: 26 |