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/ruby-dcl/Makefile

Number of commits found: 33

Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Thursday, 21 Aug 2014
20:29 swills search for other commits by this committer
science/ruby-dcl: fixed broken; use gcc

PR:		190688
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
Original commitRevision:365595 
Tuesday, 19 Aug 2014
15:35 swills search for other commits by this committer
many ruby/rubygem ports: death of rubyforge.org

rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:

- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
  only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
  (which are still fetchable from rubygems.org)

The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.

Phabric:	D591
With hat:	ruby
Approved by:	portmgr (because of committing to unstaged graphics/mingplot port)
Original commitRevision:365393 
Friday, 4 Jul 2014
22:08 adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.
Original commitRevision:360670 
Monday, 7 Apr 2014
15:31 bapt search for other commits by this committer
Allow packaging as user
Original commitRevision:350503 
Friday, 28 Mar 2014
21:28 swills search for other commits by this committer
- Change to rubygem dependencies
- Stage
- Use OPTIONS

PR:		ports/188013
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
Original commitRevision:349464 
Monday, 24 Mar 2014
20:03 swills search for other commits by this committer
- Fix index after removal of ruby-gnome ports

Reported by:	many
Pointyhat to:	swills
Original commitRevision:349058 
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 
Wednesday, 25 Jul 2012
01:23 swills search for other commits by this committer
- Update to 1.7.0.
- Add/update *DEPENDS for libcdcl.so which is introduced by science/cdcl 5.4.5
- Use PORTDOCS and PORTEXAMPLES
- Use dirrmtry

PR:		ports/169033
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 17 Feb 2012
22:22 pgollucci search for other commits by this committer
- Update to 1.6.3
- add and update URLs of MASTER_SITES
- add LICENSE related lines
- update author's email address
- update WWW site URL to shorter version

PR:             ports/165232
Submitted by:   Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
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
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Thursday, 8 Jan 2009
17:11 stefan search for other commits by this committer
- update to 1.6.0
- fix inappropriate use of NO* vars
- add mastersites
- use COPYTREE_SHARE
- change maintainer's email address

PR:             127317
Submitted by:   maintainer
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 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [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)
Original commit
Thursday, 27 Mar 2008
02:14 clsung search for other commits by this committer
- Update to 1.5.3.
- Fix BUILD_DEPENDS.
- Change depending library name. (ports/121284)
- Remove BROKEN on amd64. (ports/121284)

Changes:
PR:             ports/121285
Submitted by:   maintainer ("Shin'ya Murakami")
Original commit
Saturday, 15 Mar 2008
12:24 flz search for other commits by this committer
Fix BUILD_DEPENDS after science/cdcl library name change.

Reported by:    erwin
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
Friday, 14 Jul 2006
03:04 linimon search for other commits by this committer
Also broken on ia64.
Original commit
Tuesday, 9 May 2006
12:04 garga search for other commits by this committer
- Update to 1.5.2

PR:             ports/96949
Submitted by:   Martin Wilke <freebsd@unixfreunde.de>
Approved by:    maintainer
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Monday, 28 Feb 2005
13:06 vs search for other commits by this committer
Fix BROKEN msg which was breaking INDEX on amd64

PR:             ports/78177
Submitted by:   "Jose M."
Original commit
Thursday, 24 Feb 2005
20:15 sem search for other commits by this committer
science/cdcl         -> update to 5.3 and use gtk by default
science/cdcl-gtk     -> delete
science/ruby-dcl     -> update to 1.5 and use gtk by default
science/ruby-dcl-gtk -> delete
science/ruby-gphys   -> update to 0.3.5 and fix dependency
science/gave         -> update to 1.1.3 and fix dependency

PR:             ports/76853
Submitted by:   maintainer
Original commit
Sunday, 30 May 2004
07:06 kris search for other commits by this committer
BROKEN on amd64: Needs to link against shared libraries
Original commit
Sunday, 9 May 2004
23:04 pav search for other commits by this committer
- math/ruby-narray is build dependency

PR:             ports/66411
Submitted by:   Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
Original commit
Tuesday, 16 Mar 2004
19:04 pav search for other commits by this committer
- cdcl is a build dependency

PR:             ports/64322
Submitted by:   Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
Original commit
Sunday, 14 Mar 2004
15:54 pav search for other commits by this committer
- Update to 1.4.0

PR:             ports/64245
Submitted by:   Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
Original commit
Friday, 27 Feb 2004
23:54 pav search for other commits by this committer
Add ruby-dcl, a ruby interface to DCL, a scienific graphical library.
Add ruby-dcl-gtk, a slave port for ruby-dcl with gtk patches.

PR:             ports/62873, ports/62874
Submitted by:   <murashin@edamame.summing.com>
Original commit

Number of commits found: 33