MD5 (wyvern-2.1.2.tar.bz2) = c859a86344269a1ac0bf6f0da35fe632 SHA256 (wyvern-2.1.2.tar.bz2) = 621353d7fe69e42c9d8e4e08fced6f948eed64e3b9c09574d3e261f09195b661 SIZE (wyvern-2.1.2.tar.bz2) = 425115 href='http://f1.csie.org/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/atom/biology/tinker?h=gnome-3.24' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/biology/tinker
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-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
* 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
* 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
* Cleanup no longer needed CHMOD usage after r424898.mat2016-11-031-3/+0
| | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* ${RM} already has -f.mat2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-191-4/+2
| | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-221-3/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 7.1.3wen2015-05-184-20/+22
|
* Update from 7.1.1 to 7.1.2.mi2015-03-112-3/+3
|
* Unbreak by updating from 7.0.1 to 7.1.1. Hopefully, the authors willmi2015-03-092-6/+4
| | | | | | | stop rerolling releases (and breaking downstream checksums) now. While here, allow parallel builds (seems to work again now) and stop extraction of unused subdirectories.
* Mark BROKEN: Checksum and size mismatchantoine2015-01-311-0/+1
| | | | Reported by: pkg-fallout
* biology/tinker: 6.2.6 -> 7.0.1pi2015-01-046-65/+94
| | | | | PR: 196376 Submitted by: Nikola Kolev <koue@chaosophia.net>
* Cleanup plistbapt2014-10-201-6/+0
|
* 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)
* - Un-break fetch stage: the name scheme of the source tarballs has changedriggs2014-04-235-12/+34
| | | | | | | | | | | | | - Add LICENSE* - Remove conflict with hunspell: - Rename the 'analyze' binary to 'analyze_t' - put a note in pkg-message.in - Pet portlint PR: ports/187569 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Approved by: thierry (mentor) MFH: 2014Q2
* 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)
* - biology/tinker: USES=fortran, staging.tijl2013-12-192-22/+20
| | | | | - Add CONFLICTS_INSTALL between hunspell and tinker. Both install bin/analyze.
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+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-201-0/+1
| | | | biology)
* biology/tinker: Regenerate distinfo to unbreak fetchmarino2013-08-182-2/+3
| | | | | | | | | Apparently the distfile was rerolled. The sizes of the file are only a few bytes apart. Since the master site never changed, it's reasonable just to regenerate the distinfo and bump the PORTREVISION. PR: 180664 Approved by: bapt/culot (mentors, implicit)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Update to 6.2.06miwi2013-07-154-13/+23
| | | | | PR: 180518 Submitted by: Ports Fury
* - Update to 6.2.05miwi2013-05-292-5/+4
| | | | | PR: 179061 Submitted by: Ports Fury
* - Update to 6.2.04miwi2013-05-212-3/+3
| | | | | PR: 178590 Submitted by: Ports Fury
* - Update to 6.2.02miwi2013-04-293-3/+4
| | | | | PR: 178031 Submitted by: Ports Fury
* - Update to 6.2.01miwi2013-03-255-168/+164
| | | | | PR: 177261 Submitted by: ports fury
* - Update to version 6.1.01sperber2012-12-0115-753/+788
| | | | | | | | | | | - Add MAKE_JOBS_SAFE - Convert to optionsng - Trim Makefile header PR: ports/171971 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Feature safe: yes
* - ${FFLAGS} might contain commaspav2011-10-111-1/+1
| | | | Reported by: pointyhat
* - Update to 5.1.09miwi2011-01-317-470/+508
| | | | | | PR: 154359 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Feature safe: yes
* - Unbreak by removing some old and adding some new master sitesrene2010-10-311-5/+4
| | | | | | - Bump PORTREVISION PR: ports/151733 Submitted by: Chris Petrik [c.petrik.sosa gmail.com]
* Mark BROKEN: does not fetch.erwin2010-09-301-0/+1
|
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-1/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-1/+1
|