aboutsummaryrefslogtreecommitdiff
path: root/science/mcstas
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Cleanup RLN usageTobias Kortkamp2019-01-141-1/+1
| | | | | | | | | RLN is based on install(1) and -s means "run strip(1) on the installed binary". install(1) ignores -s when it makes a link, so it "works" now instead of failing when it links non-binaries. Notes: svn path=/head/; revision=490256
* science/mcstas: update to 2.5Steve Wills2019-01-143-47/+17
| | | | | | | | | | While here, update LICENSE, clean up, pet portlint PR: 234589 Submitted by: Erik B Knudsen <erkn@fysik.dtu.dk> (maintainer) Notes: svn path=/head/; revision=490252
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* science/mcstas: switch back to PORTVERSIONSteve Wills2017-12-062-66/+66
| | | | | | | Avoids an issue with verion going backwards. Notes: svn path=/head/; revision=455658
* science/mcstas: simplify MakefileSteve Wills2017-12-055-123/+76
| | | | | | | | | | While here, remove unecessary pkg-install/deinstall PR: 223905 Submitted by: Erik B Knudsen <erkn@fysik.dtu.dk> (maintainer) Notes: svn path=/head/; revision=455594
* Those ports build fine with bsd makeAntoine Brodin2016-12-111-2/+1
| | | | Notes: svn path=/head/; revision=428340
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-1/+1
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - Remove unneeded @dir'sDmitry Marakasov2015-12-231-12/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=404320
* science/mcstats[-comps]: update 2.1 -> 2.2aJason Unovitch2015-11-126-120/+88
| | | | | | | | | | | | | | | | | | | | - Update PORTVERSION and distinfo to 2.2a - Simplify DISTNAME/DISTFILES/MASTER_SITES/WRKSRC handling - Clean up language in COMMENT (mcstas-comps only) - Use PORTVERSION in PLIST_SUB and %%PORTVERSION%% in pkg-plist as as port installs self-contained under ${PREFIX}/mcstas/${PORTVERSION} - Add pkg-install/pkg-install to SUB_FILES and rename appropriately - Use PREFIX in pkg-install.in/pkg-deinstall.in - Remove the post-fetch routines - Switch unnecessary bsd.port.(pre|post).mk include to just bsd.port.mk - Sync pkg-descr verbiage between ports and wrap at 76 characters PR: 204223 PR: 204224 Submitted by: Erik B Knudsen <erkn@fysik.dtu.dk> (maintainer) Notes: svn path=/head/; revision=401313
* science/mcstas: USE_BISON is not usedKurt Jaeger2015-01-051-3/+0
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=376336
* New port: science/mcstasKurt Jaeger2015-01-056-0/+195
| | | | | | | | | | | | | | | | Monte Carlo ray tracing simulations of neutron experiments. McStas is a tool for simulating neutron instrumentation and experiments using a ray-tracing formalism. Currently the main use of McStas is in the field of instrument design. WWW: http://www.mcstas.org PR: 194846 Submitted by: Erik B. Knudsen <erkn@fysik.dtu.dk> Notes: svn path=/head/; revision=376284
* Remove non staged ports without pending PR from s*Baptiste Daroussin2014-09-025-945/+0
| | | | Notes: svn path=/head/; revision=366980
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-171-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362126
* Back to poolCarlo Strub2014-05-301-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355908
* - Convert gmake to USESMartin Wilke2014-05-261-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355351
* 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
* 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
| | | | | | | science) Notes: svn path=/head/; revision=327767
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-1/+1
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326873
* Fix with bmake(1)Baptiste Daroussin2013-05-031-1/+1
| | | | Notes: svn path=/head/; revision=317182
* - Fix warning when building in a jailBryan Drewery2013-03-141-5/+2
| | | | | | | | | | | perl: not found "Makefile", line 28: warning: "perl -V:archname" returned non-zero status PR: ports/174576 Approved by: maintainer timeout (>2 months via email) Notes: svn path=/head/; revision=314124
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300277
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Change maintainer address to my FreeBSD addressCarlo Strub2011-09-151-1/+1
| | | | | | | Approved by: wen@ (mentor) Notes: svn path=/head/; revision=281802
* - Updated to 1.12cGreg Larkin2011-08-252-4/+5
| | | | | | | | | | ChangeLog: http://www.mcstas.org/download/src/CHANGES PR: ports/159158 Submitted by: C-S <c-s@c-s.li> (maintainer) Notes: svn path=/head/; revision=280424
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276984
* - Update to 1.12bLi-Wen Hsu2010-08-223-175/+409
| | | | | | | | | | - Pass maintainership to submitter PR: ports/149822 Submitted by: C-S <c-s AT c-s.li> Notes: svn path=/head/; revision=259713
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Chase math/gsl update,Max Brazhnikov2009-12-011-1/+1
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=245074
* Release these ports into the wild due to maintainer-timeouts and noMark Linimon2009-05-122-4/+1
| | | | | | | response to email. We hope to see him back again sometime. Notes: svn path=/head/; revision=233796
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove the use of USE_GZIP. I cannot find any use of it in bsd.port.mkErwin Lansing2006-06-111-1/+0
| | | | | | | | | | | and these ports build fine without it. My guess is that it was added by someone as an opposite to USE_BZIP2 and other people copied it. Remove it once and for all. With hat: portmgr Notes: svn path=/head/; revision=165142
* - Update to 1.9Pav Lucistnik2006-04-095-61/+139
| | | | | | | | PR: ports/93941 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer) Notes: svn path=/head/; revision=159198
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* McStas - Monte Carlo simulation of neutron instrumentsPav Lucistnik2005-02-185-0/+637
McStas is an ongoing project to create a general tool for simulating neutron scattering instruments. The project is conducted at Risoe National Laboratory in cooperation with the ILL. McStas is based on a compiler that reads a high-level specification language defining the instrument to be simulated and produces C code that performs the Monte Carlo Simulation. WWW: http://neutron.risoe.dk/ PR: ports/66031 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Notes: svn path=/head/; revision=129176