notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: french/eficas/Makefile

Number of commits found: 52

Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(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
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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
Original commitRevision:437439 
Friday, 20 Jan 2017
08:42 antoine search for other commits by this committer
Shebangfix only the target of the symlink, not the symlink

PR:		216309
Original commitRevision:431936 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
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).

In particular that is 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.
Original commitRevision:426566 
Sunday, 13 Nov 2016
12:44 thierry search for other commits by this committer
Upgrade Code_Aster to 12.0.6-4.

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.
Original commitRevision:426042 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Wednesday, 18 Feb 2015
22:06 thierry search for other commits by this committer
Update Code_Aster to 11.7.0-1, with its different tools.
Original commitRevision:379319 
Saturday, 24 Jan 2015
15:07 antoine search for other commits by this committer
Switch some dependencies from a directory name or a file generated by
pkg-install
to a package name,  as the former can't be attributed to a package
Original commitRevision:377795 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Sunday, 17 Aug 2014
19:51 thierry search for other commits by this committer
- Upgrade Code_Aster to 11.6.0-1.

- Fix Homard.
Original commitRevision:365235 
Sunday, 15 Jun 2014
17:22 rakuco search for other commits by this committer
Depend on devel/xdg-utils instead of devel/py-qt4-assistant.

This version of Eficas has dropped the dependency on py-qt4-assistant, which
has been deprecated in PyQt4 since 2010, and replaced it with a call to
xdg-open.

Follow suit and replace the runtime dependencies, paving the way for us to
get rid of py-qt4-assistant ourselves.

CR		D226
Approved by:	thierry (maintainer)
Original commitRevision:357906 
Thursday, 17 Apr 2014
20:57 thierry search for other commits by this committer
Unbreak with the work-around given by Vladimir Chukharev in PR ports/188114
untill math/py-numpy is fixed.
Original commitRevision:351497 
Tuesday, 18 Mar 2014
21:09 thierry search for other commits by this committer
Upgrade Code_Aster to 11.5.0-4.

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.
Original commitRevision:348597 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
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)
Original commitRevision:347809 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - 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)
Original commitRevision:331644 
Friday, 20 Sep 2013
17:21 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
french)
Original commitRevision:327728 
Tuesday, 19 Mar 2013
20:33 thierry search for other commits by this committer
Upgrade to 6.6.0-2.
Original commitRevision:314687 
Sunday, 3 Feb 2013
18:16 makc search for other commits by this committer
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.

x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
Original commitRevision:311476 
Saturday, 7 Jul 2012
15:15 thierry search for other commits by this committer
Upgrade Code_Aster to 10.6.0-3.
Original commit
Friday, 25 May 2012
01:50 makc search for other commits by this committer
Chase PyQT update
Original commit
Sunday, 2 Jan 2011
17:43 thierry search for other commits by this committer
Fix qtEficas, and re-enable it by default, by replacing QListBoxItem by
QListWidgetItem.

Obtained from:  Code_Aster forums (bjng)
Original commit
Wednesday, 29 Dec 2010
22:01 thierry search for other commits by this committer
Upgrade to 2.1.1-1.

Note: qtEficas does not run at the moment, it's disabled.
Original commit
Thursday, 16 Sep 2010
21:23 thierry search for other commits by this committer
Chase Code_Aster's upgrade.
Original commit
Thursday, 19 Aug 2010
19:27 thierry search for other commits by this committer
Upgrade to 2.0.3-1.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 26 Mar 2010
18:30 thierry search for other commits by this committer
Upgrade eficas and eficas_doc to 1.17.0-1.
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 30 Jan 2010
14:27 fluffy search for other commits by this committer
The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com

We'd like to say thanks to all helpers, testers and submitters.
Original commit
Sunday, 21 Jun 2009
17:46 thierry search for other commits by this committer
Upgrade to 1.16.0.
Original commit
Tuesday, 20 Jan 2009
18:29 thierry search for other commits by this committer
The tarball has been silently rerolled. Full diff at
http://people.freebsd.org/~thierry/ports/eficas-1.15.0_1.15.0.1.diff

Reported by:    pointyhat via Pav
Original commit
Wednesday, 14 Jan 2009
20:25 thierry search for other commits by this committer
- Upgrade to 1.15.0-1;

- Install qtEficas.
Original commit
Tuesday, 21 Oct 2008
19:22 thierry search for other commits by this committer
The main tarball has been rerolled, but the included components have not
been touched.

Reported by:    portscout
Original commit
Sunday, 13 Jul 2008
07:42 thierry search for other commits by this committer
- Upgrade to 1.14.0-1;

- Use aster's distfiles.
Original commit
Friday, 18 Jan 2008
18:34 thierry search for other commits by this committer
Chase master-site's reorganization.

Reported by:    pointyhat via pav
Original commit
Saturday, 12 Jan 2008
16:28 thierry search for other commits by this committer
Upgrade to 1.13.0-1.
Original commit
Sunday, 2 Sep 2007
07:16 rafan search for other commits by this committer
- Chase x11-toolkits/pmw renamed to x11-toolkits/py-Pmw

PR:             115302
Original commit
Saturday, 30 Jun 2007
22:47 thierry search for other commits by this committer
Upgrade to 1.12.0-1.
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Tuesday, 26 Dec 2006
09:33 thierry search for other commits by this committer
Upgrade to 1.11.0-1.
Original commit
Thursday, 6 Jul 2006
19:43 thierry search for other commits by this committer
Upgrade to 1.10.0-1.
Original commit
Sunday, 7 May 2006
11:09 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with F
Original commit
Tuesday, 17 Jan 2006
20:37 thierry search for other commits by this committer
Upgrade to 1.9.2-1.
Original commit
Sunday, 15 Jan 2006
23:16 thierry search for other commits by this committer
Upgrade to 1.9.1-1.
Original commit
Sunday, 3 Jul 2005
17:55 thierry search for other commits by this committer
Upgrade to 1.8.0.
Original commit
Wednesday, 27 Apr 2005
21:23 thierry search for other commits by this committer
Upgrade to 1.7.1.
Original commit
Monday, 17 Jan 2005
21:09 thierry search for other commits by this committer
Upgrade to 1.7.0.
Original commit
Sunday, 23 May 2004
08:08 thierry search for other commits by this committer
Upgrade to 1.6.1.
Original commit
Friday, 12 Mar 2004
14:08 krion search for other commits by this committer
- Remove unneeded dependency

PR:             ports/63989
Submitted by:   Pedro f. Giffuni <giffunip@asme.org>
Original commit
Wednesday, 10 Dec 2003
23:09 pav search for other commits by this committer
- www.code-aster.org was reorganized. fix fetching

PR:             ports/60121
Submitted by:   Thierry Thomas <thierry@pompo.net>
Original commit
Monday, 8 Dec 2003
02:07 oliver search for other commits by this committer
- Upgrading french/aster from 7.1 to 7.2;
- 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>
Original commit
Saturday, 9 Aug 2003
22:49 oliver search for other commits by this committer
- chase the upgrade from py22 to py23.
- bump PORTREVISION

PR:             ports/55429
Submitted by:   Thierry Thomas <thierry@pompo.net>
Original commit
Wednesday, 23 Jul 2003
12:18 oliver search for other commits by this committer
Add eficas 1.4, aSter Command FIle Editor.

PR:             54763
Submitted by:   thierry@pompo.net
Original commit

Number of commits found: 52