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/gnudatalanguage/pkg-plist

Number of commits found: 21

Tuesday, 17 Jan 2023
18:25 Thierry Thomas (thierry) search for other commits by this committer
science/gnudatalanguage: upgrade to v1.0.2

In fact this is not exactly the stock v1.0.2 but a patched version, to
fix a problem of portability solved by whereami.

See <https://github.com/gnudatalanguage/gdl/issues/1475>.
commit hash: 905ff3ab3a964ecfc59497c5700e494d26a2c5fa commit hash: 905ff3ab3a964ecfc59497c5700e494d26a2c5fa commit hash: 905ff3ab3a964ecfc59497c5700e494d26a2c5fa commit hash: 905ff3ab3a964ecfc59497c5700e494d26a2c5fa 905ff3a
Monday, 16 May 2022
06:49 Loïc Bartoletti (lbartoletti) search for other commits by this committer
science/gnudatalanguage: fix pkg-plist use share/man

Approved by:	portmgr (blanket)
commit hash: 1dd17baa01a63a3d07c50585286982a6c5d15144 commit hash: 1dd17baa01a63a3d07c50585286982a6c5d15144 commit hash: 1dd17baa01a63a3d07c50585286982a6c5d15144 commit hash: 1dd17baa01a63a3d07c50585286982a6c5d15144 1dd17ba
Wednesday, 20 Oct 2021
18:19 Thierry Thomas (thierry) search for other commits by this committer
science/gnudatalanguage: upgrade to v1.0.1

- Release notes at
  <https://github.com/gnudatalanguage/gdl/releases/tag/v1.0.1>

- Switch back to GraphicsMagick (preferred by upstream).
commit hash: 2a4f51a41672715a5e8d2edd172f4966a73ea6a9 commit hash: 2a4f51a41672715a5e8d2edd172f4966a73ea6a9 commit hash: 2a4f51a41672715a5e8d2edd172f4966a73ea6a9 commit hash: 2a4f51a41672715a5e8d2edd172f4966a73ea6a9 2a4f51a
Saturday, 14 Aug 2021
08:54 Thierry Thomas (thierry) search for other commits by this committer
science/gnudatalanguage: upgrade to v1.0.0 final
commit hash: 28c35d48d987ea79b878e75e4c487c7a36d1fd15 commit hash: 28c35d48d987ea79b878e75e4c487c7a36d1fd15 commit hash: 28c35d48d987ea79b878e75e4c487c7a36d1fd15 commit hash: 28c35d48d987ea79b878e75e4c487c7a36d1fd15 28c35d4
Saturday, 12 Dec 2020
17:04 thierry search for other commits by this committer
- Upgrade math/eigen3 to 3.3.8;

- Add some dependencies which might be detected by Find_Package but not
registered;

- Bump PORTREVISION of consumers.

PR:		250833
Submitted by:	/me
Approved by:	tcberner@ (KDE / maintainer) + exp-run
Original commitRevision:557839 
Tuesday, 4 Dec 2018
07:22 thierry search for other commits by this committer
Upgrade to v0.9.9.
Original commitRevision:486586 
Saturday, 7 Apr 2018
20:06 thierry search for other commits by this committer
Upgrade to 0.9.8.

Changelog at https://sourceforge.net/projects/gnudatalanguage/files/gdl/0.9.8/
Original commitRevision:466763 
Tuesday, 7 Feb 2017
20:58 thierry search for other commits by this committer
GDL version 0.9.7 was released on 21st January 2017, 6 days after the
port was last updated to 0.9.7.v2 (which is older than 0.9.7).

PR:		216828
Submitted by:	woodsb02
Original commitRevision:433620 
Saturday, 7 Jan 2017
19:22 thierry search for other commits by this committer
Upgrade to 0.9.7.

- improvement on X11 display speed through network
- lot of minors bugs
Original commitRevision:430825 
Thursday, 7 Jan 2016
20:48 thierry search for other commits by this committer
Upgrade to 0.9.6v2.

Changelog at
<https://sourceforge.net/projects/gnudatalanguage/files/gdl/0.9.6/#readme>
Original commitRevision:405484 
Sunday, 12 Oct 2014
08:34 thierry search for other commits by this committer
- Upgrade to 0.9.5

- Switch to the options framework.
Original commitRevision:370688 
Tuesday, 2 Sep 2014
12:59 rakuco search for other commits by this committer
Update CMake to 3.0.1.

The 3.0 series is an incremental improvement over the previous 2.8 series
despite the major version number change. A list of important changes is
available at http://www.cmake.org/cmake/help/v3.0/release/3.0.0.html

On the porting side
* The minimum FreeBSD release we have to support in the ports tree is now
  recent enough that ports/168671 can finally be committed: instead of
  building and using CMake's own copies of bzip2, curl, expat, libarchive,
  liblzma and zlib, we use the versions in ports and/or the base system.

* CMake's documentation system has been changed and vastly improved at the
  cost of now depending on Sphinx. We still generate only man pages, but can
  start generating the HTML documentation in the future if desired.

* devel/cmake-gui now uses Qt5 instead of Qt4 and does not needlessly build
  the ncurses UI that is installed by devel/cmake itself.

* CMake commit 3816cd2 fixes a longstanding issue in the detection of the
  Python interpreter and its libraries, but requires us to revert a
  workaround for that in Mk/Uses/python.mk itself, effectively reverting
  the patch introduced by ports/168159.

* Similarly, a few ports had to be fixed manually due to CMake being
  stricter when parsing some files or the ports detecting Python the wrong
  way. Fortunately, they all had been fixed upstream so I just grabbed the
  appropriate commits and pointed to them in the patches.
  science/gnudatalanguage had to have its PORTREVISION bumped because
  switching to USES=cmake:outsource removed a few files from the plist that
  were not supposed to have been installed in the first place.

PR:		168671
PR:		192644
Original commitRevision:366996 
Friday, 11 Oct 2013
09:35 thierry search for other commits by this committer
- Upgrade to GDL 0.9.4.

- Switch to cmake.
Original commitRevision:330061 
Tuesday, 1 Jan 2013
20:11 thierry search for other commits by this committer
Upgrade GDL to 0.9.3.

Change log at
 <http://sourceforge.net/projects/gnudatalanguage/files/gdl/0.9.3/README>
Original commitRevision:309782 
Sunday, 13 Nov 2011
14:00 thierry search for other commits by this committer
Upgrade to 0.9.2.

Changelog at
<https://downloads.sourceforge.net/project/gnudatalanguage/gdl/0.9.2/README?r=http%3A%2F%2Fgnudatalanguage.sourceforge.net%2Fdownloads.php>

Feature safe:   yes
Original commit
Wednesday, 6 Apr 2011
20:42 thierry search for other commits by this committer
Upgrade to 0.9.1.
Original commit
Tuesday, 14 Sep 2010
19:23 thierry search for other commits by this committer
Upgrade to 0.9.
Original commit
Tuesday, 29 Dec 2009
13:43 thierry search for other commits by this committer
Upgrade to 0.9rc3.

PR:             ports/141809
Submitted by:   Sylwester Arabas <slayoo (at) igf.fuw.edu.pl>
Original commit
Tuesday, 11 Dec 2007
21:09 thierry search for other commits by this committer
Upgrade to 0.9pre6.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=551476>.
Original commit
Tuesday, 17 Jul 2007
20:43 thierry search for other commits by this committer
Upgrade to 0.9pre5.

Despite its beta-like version number, the authors recommend to upgrade.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=521405>.
Original commit
Monday, 31 Oct 2005
18:48 thierry search for other commits by this committer
GDL - GNU Data Language - is a free IDL (Interactive Data Language)
compatible incremental compiler (i.e.  runs IDL programs).

IDL is a registered trademark of Research Systems Inc.
(see: <http://www.rsinc.com/>)

Remark: slave port for Python module intentionnally not yet committed.

WWW: http://gnudatalanguage.sourceforge.net/
Original commit

Number of commits found: 21