aboutsummaryrefslogtreecommitdiff
path: root/biology/ortep3
Commit message (Collapse)AuthorAgeFilesLines
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-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) Notes: svn path=/head/; revision=347809
* USES=fortran, fix LDFLAGS, staging.Tijl Coosemans2013-12-171-11/+10
| | | | Notes: svn path=/head/; revision=336770
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in biology Notes: svn path=/head/; revision=336171
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-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) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | biology) Notes: svn path=/head/; revision=327709
* . introdice optionsNG to the port;Boris Samorodov2013-06-192-98/+26
| | | | | | | | | | | | | | . remove shlib ABI version from LIB_DEPENDS; . introduce EXAMPLE option (do not install examples to DOCSDIR); . bump PORTREVISION; . get use of PLIST_FILES, PORTDOCS and PORTEXAMPLES at Makefile; . get rid of pkg-plist; . trim Makefile heades; . remove acticle from COMMENT; . simplify install commands. Notes: svn path=/head/; revision=321317
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-1/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-1/+1
| | | | Notes: svn path=/head/; revision=225403
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+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) Notes: svn path=/head/; revision=211584
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-141-7/+2
| | | | Notes: svn path=/head/; revision=195563
* Fix build.Maho Nakata2007-01-191-1/+1
| | | | | | | Submitted by: kris via pointyhat. Notes: svn path=/head/; revision=182781
* Using gfortran42 only. not using gcc42.Maho Nakata2007-01-121-3/+5
| | | | | | | Bump portrevision. Notes: svn path=/head/; revision=182137
* migrated to gfortran.Maho Nakata2007-01-091-0/+3
| | | | Notes: svn path=/head/; revision=181823
* Reset rmiya@cc.hirosaki-u.ac.jp who has not responded to email asking aboutMark Linimon2006-04-051-1/+1
| | | | | | | | | maintainer timeouts. Hat: portmgr Notes: svn path=/head/; revision=158838
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - Update MASTER_SITESPav Lucistnik2004-06-021-3/+3
| | | | | | | | PR: ports/67472 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=110637
* Trim whitespace.Trevor Johnson2004-04-101-65/+65
| | | | Notes: svn path=/head/; revision=106662
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-221-73/+73
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91882
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* File missing in pkg-plistJames E. Housley2000-10-301-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34458
* PR 21608 was not processed as intented.James E. Housley2000-10-102-21/+22
| | | | | | | | | | Bumped PORTREVISION and removed duplicate from pkg-plist. PR: 21894 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=33686
* - Fix MASTER_SITES/DISTNAMEJames E. Housley2000-10-103-20/+19
| | | | | | | | | | | | | | | - USEPGPLOT -> WITH_PGPLOT - Support FFLAGS/X11BASE properly Remove file: files/patch-ab PR: 21608 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: rmiya@cc.hirosaki-u.ac.jp (Ryo MIYAMOTO) MAINTAINER Notes: svn path=/head/; revision=33638
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.Satoshi Asami2000-10-071-2/+2
| | | | | | | | (This should probably be rewritten to use EXTRA_PATCHES but I don't have time to test it now.) Notes: svn path=/head/; revision=33475
* Unbreak by extracting the correct distfileKris Kennaway2000-07-031-8/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30094
* ...local-distfiles... -> MASTER_SITE_LOCALAlexander Langer2000-06-201-1/+2
| | | | Notes: svn path=/head/; revision=29717
* Update to version 1.0.3Alexander Langer2000-06-114-24/+23
| | | | | | | | | | | | | | | PR: 19094 Submitted by: maintainer While I'm hear, clean up the port, e.g.: * Don't create/delete PATCHDIR while building this port * put the distfile, which is unversioned, to my local-distfiles space. * remove/reorder some actions, such as stripping twice. Reviewed by: will Notes: svn path=/head/; revision=29520
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-8/+8
| | | | Notes: svn path=/head/; revision=27416
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20941
* Fix typos and/or cleanup WWW:.Tim Vanderhoek1999-07-171-9/+8
| | | | Notes: svn path=/head/; revision=20242
* Remove trailing spaces, and any periods that were hidden by them.Tim Vanderhoek1999-06-281-1/+1
| | | | Notes: svn path=/head/; revision=19848
* This port doesn't build with egcs' f77 compiler.Steve Price1999-05-241-2/+7
| | | | Notes: svn path=/head/; revision=18962
* Added WWW: for www-site target in DESCRSatoshi Taoka1999-05-191-1/+1
| | | | Notes: svn path=/head/; revision=18889
* The Oak Ridge Thermal Ellipsoid Plot Program for Crystal StructureSatoshi Taoka1999-05-197-0/+594
PR: 11649 Submitted by: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> Notes: svn path=/head/; revision=18887