%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Contingency/.packlist %%SITE_PERL%%/Statistics/Contingency.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Contingency @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics @dirrmtry %%SITE_PERL%%/Statistics cgit.cgi/freebsd-ports-graphics/atom/science/avogadro?h=mesa-next' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/science/avogadro
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to linguisttools_buildamdmi32015-02-281-1/+1
|
* - Convert ports of science/ and security to new USES=pythonmva2014-10-251-1/+1
| | | | Approved by: portmgr (implicit)
* - Drop @dirrm* from plistamdmi32014-09-241-67/+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)
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* 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)
* Chase boost and icu bumpbapt2014-02-071-0/+1
| | | | While here convert some LIB_DEPENDS
* science/avogadro: Specify libGL explicitly with associated CFLAGmarino2014-02-061-2/+3
|
* - Update from 1.1.0 to 1.1.1danilo2013-12-194-56/+37
| | | | | | | | - Add desktop-file-utils to USES - Add stage support PR: ports/184846 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Convert LIB_DEPENDS for ports depending on boostbapt2013-12-121-2/+2
|
* Respect CMAKE_BUILD_TYPEmakc2013-12-031-1/+1
|
* 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)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with [st]) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | science)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Backout previous commitmiwi2013-05-152-21/+0
| | | | | | This got fixed in r318197 Reported by: fluffy/makc
* - Fix build with amd64miwi2013-05-152-0/+21
| | | | | PR: 178583 Submitted by: Ports Fury
* Fix the build on 64-bits systems.rakuco2013-05-151-0/+41
| | | | | | | | | Add "-fPIC" to the compilation lines if `uname -p' returns "amd64" (FreeBSD's case). The patch has been submitted upstream. PR: ports/178537
* - Update to 1.1.0miwi2013-05-104-149/+855
| | | | | PR: 177935 Submitted by: Ports Fury
* - Reset maintainer [1]rene2013-04-171-8/+2
| | | | | | | | | | | | While here: - convert Makefile header - pet portlint (including USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes) - drop support for unsupported FreeBSD versions - convert to optionsNG Submitted by: previous maintainer (tkjacobsen@gmail.com) [1] in http://lists.freebsd.org/pipermail/freebsd-ports/2013-April/082815.html Feature safe: yes
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* science/openbabel:makc2012-12-111-2/+2
| | | | | | | | | | | | | - Update openbabel to 2.3.2 - Switch to CMake build system - Add PYTHON and CAIRO options - Don't rename babel binary, mark conflict with ancient biology/babel science/py-openbabel: - Merge py-openbabel to openbabel other: - chase openbabel update
* - add patch to fix build with latest boost 1.48rm2012-12-013-12/+20
| | | | | | | | | | | | | | while here: - trim Makefile header - remove indefinite article from COMMENT - convert to optionsng - strict python version to 2.x, because avogadro python code isn't 3.x-aware - use PYTHON_PKGNAMEPREFIX in dependencies - update WWW PR: 173944 Submitted by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com> (maintainer) Feature safe: yes
* - Detect eigen2 by checking for .pc file, not min. port version.avilla2012-06-271-1/+1
| | | | | | | If a user had eigen3 installed, but not eigen2, the min. port version check would not differentiate between the two. Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* Fix plist: don't remove nonexistent directories when built WITHOUT_PYTHONmakc2012-05-161-3/+3
| | | | | Pointyhat to: makc Noticed by: fluffy
* - Update to 1.0.3makc2012-05-037-9/+70
| | | | | | | | | - Add patches and explicit dependency on graphics/libGLU to fix build with upcoming Qt-4.8.1 - Sort plist PR: ports/167525 Approved by: Troels Kofoed Jacobsen (maintainer)
* - Fix paths in installed CMake modules.avilla2011-09-071-3/+2
| | | | | | - Bump PORTREVISION. Approved by: Troels Kofoed Jacobsen (maintainer) via e-mail
* - remove MD5ohauer2011-07-031-1/+0
|
* - Update to 1.0.1sahil2010-07-163-8/+25
| | | | | | | - un-IGNORE when WITH_PYTHON is defined PR: ports/148399 Submitted by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com> (maintainer)
* Replace USE_GCC=4.3+ by USE_GCC=4.4+ (which, practically, is no changegerald2010-06-281-1/+1
| | | | | | | since Mk/bsd.gcc.mk has been rewriting the former to the later for a bit.) Approved by: tkjacobsen@gmail.com (maintainer) Feature safe: yes
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* The KDE FreeBSD team is proud to announce the release of SIP-4.10 andfluffy2010-01-302-18/+34
| | | | | | | 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.
* - Update to 1.0.0miwi2009-11-203-66/+67
| | | | | PR: 140538 Submitted by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com> (maintainer)
* Update to 0.9.8makc2009-09-153-7/+11
| | | | | PR: ports/138761 Submitted by: Troels Kofoed Jacobsen (maintainer)
* Update to 0.9.7 and unbreak.makc2009-08-113-64/+57
| | | | Approved by: maintainer
* Mark broken after recent PyQt updatemakc2009-08-101-0/+2
|
* - Update boost to 1.39pav2009-07-281-1/+1
| | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
* - Update to 0.9.6dhn2009-06-083-55/+102
| | | | | PR: ports/135312 Submitted by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com> (maintainer)
* - Update to 0.9.5amdmi32009-06-063-12/+89
| | | | | PR: 135263 Submitted by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com> (maintainer)