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) combination for a given watch list. This is what FreshPorts will look for.

non port: science/mcstas/Makefile

Number of commits found: 36

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 14 Jan 2019
14:05 tobik search for other commits by this committer
Cleanup RLN usage

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.
Original commitRevision:490256 
13:02 swills search for other commits by this committer
science/mcstas: update to 2.5

While here, update LICENSE, clean up, pet portlint

PR:		234589
Submitted by:	Erik B Knudsen <erkn@fysik.dtu.dk> (maintainer)
Original commitRevision:490252 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

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
Original commitRevision:488341 
Wednesday, 6 Dec 2017
16:18 swills search for other commits by this committer
science/mcstas: switch back to PORTVERSION

Avoids an issue with verion going backwards.
Original commitRevision:455658 
Tuesday, 5 Dec 2017
17:32 swills search for other commits by this committer
science/mcstas: simplify Makefile

While here, remove unecessary pkg-install/deinstall

PR:		223905
Submitted by:	Erik B Knudsen <erkn@fysik.dtu.dk> (maintainer)
Original commitRevision:455594 
Sunday, 11 Dec 2016
08:25 antoine search for other commits by this committer
Those ports build fine with bsd make
Original commitRevision:428340 
Friday, 2 Dec 2016
11:58 mat search for other commits by this committer
Do not use post-stage.  Use post-install instead.

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
Original commitRevision:427552 
Thursday, 12 Nov 2015
02:30 junovitch search for other commits by this committer
science/mcstats[-comps]: update 2.1 -> 2.2a

- 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)
Original commitRevision:401313 
Monday, 5 Jan 2015
18:23 pi search for other commits by this committer
science/mcstas: USE_BISON is not used

Submitted by:	az
Original commitRevision:376336 
09:15 pi search for other commits by this committer
New port: science/mcstas

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>
Original commitRevision:376284 
Thursday, 17 Jul 2014
08:57 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
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)
Original commitRevision:362126 
Friday, 30 May 2014
20:25 cs search for other commits by this committer
Back to pool

Approved by:	portmgr (implicit)
Original commitRevision:355908 
Monday, 26 May 2014
14:40 miwi search for other commits by this committer
- Convert gmake to USES

Approved by:	portmgr
Original commitRevision:355351 
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
22:48 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
science)
Original commitRevision:327767 
Tuesday, 10 Sep 2013
08:26 az search for other commits by this committer
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:326873 
Friday, 3 May 2013
08:17 bapt search for other commits by this committer
Fix with bmake(1)
Original commitRevision:317182 
Thursday, 14 Mar 2013
00:52 bdrewery search for other commits by this committer
- Fix warning when building in a jail
  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)
Original commitRevision:314124 
Saturday, 30 Jun 2012
14:53 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 15 Sep 2011
12:33 cs search for other commits by this committer
Change maintainer address to my FreeBSD address

Approved by:    wen@ (mentor)
Original commit
Thursday, 25 Aug 2011
21:47 glarkin search for other commits by this committer
- Updated to 1.12c
  ChangeLog: http://www.mcstas.org/download/src/CHANGES

PR:             ports/159158
Submitted by:   C-S <c-s@c-s.li> (maintainer)
Original commit
Sunday, 22 Aug 2010
03:31 lwhsu search for other commits by this committer
- Update to 1.12b
- Pass maintainership to submitter

PR:             ports/149822
Submitted by:   C-S <c-s AT c-s.li>
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, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 1 Dec 2009
20:33 makc search for other commits by this committer
Chase math/gsl update,
bump PORTREVISION
Original commit
Tuesday, 12 May 2009
22:32 linimon search for other commits by this committer
Release these ports into the wild due to maintainer-timeouts and no
response to email.  We hope to see him back again sometime.
Original commit
Friday, 6 Jun 2008
13:59 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
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
Sunday, 11 Jun 2006
21:04 erwin search for other commits by this committer
Remove the use of USE_GZIP. I cannot find any use of it in bsd.port.mk
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
Original commit
Sunday, 9 Apr 2006
12:42 pav search for other commits by this committer
- Update to 1.9

PR:             ports/93941
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
Original commit
Friday, 18 Feb 2005
14:17 pav search for other commits by this committer
McStas - Monte Carlo simulation of neutron instruments

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>
Original commit

Number of commits found: 36