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/cgribex/distinfo

Number of commits found: 5

Wednesday, 10 Apr 2024
07:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
science/cgribex: Update to 2.0.0

- Update LICENSE

Changes:

2.0.0:
- Changed to 3-clause BSD license
- app/grib.c: fix timer bug
- gridRead()/gribWrite(): change type of parameter buffer to void*

1.9.5:
- pbio: removed default buffer size of BUFSIZ, default is now set in fileOpen()
- pbseek()/fileSetPos(): not initialized correctly (bug fix) [report: Harald
  Anlauf]
commit hash: 4ca169608c5b68047bafdd94d5acc61f8c406329 commit hash: 4ca169608c5b68047bafdd94d5acc61f8c406329 commit hash: 4ca169608c5b68047bafdd94d5acc61f8c406329 commit hash: 4ca169608c5b68047bafdd94d5acc61f8c406329 4ca1696
Saturday, 16 May 2020
10:51 sunpoet search for other commits by this committer
Update to 1.9.4

- Use CONFIGURE_WITH helper


1.9.4:
- added interface function gribDateTimeX()

1.9.3:
- encodeBDS: check range of reference value zref

1.9.2:
- grib_decode: print warning about inconsistent message length only if
llarge=false

1.9.1:
- changed type of date to int64_t
- Added include <ppu_intrinsics.h> [patch from Alastair McKinstry]
- grib2PrintALL: print GRIB2 parameter triplet
Original commitRevision:535393 
Tuesday, 5 Feb 2019
13:48 sunpoet search for other commits by this committer
Update to 1.9.0

- Update MASTER_SITES
- Update WWW

1.9.0:
- gribZip: remove large file support
- store Decimal scale factor to int16 (bug fix)
- bug fix for large grib records
- Added CALENDAR_GREGORIAN

1.8.1:
- Skip GridDataSection if not available
- Changed boolean ints to stdbool
- file_fill_buffer: set offset (bug fix) [patch from Harald Anlauf]

1.8.0:
- Fix unreliable rounding

1.7.6:
- Added support for GRIB level type 210
- gribReadSize/gribGetSize: changed type of  return value to size_t
- Removed libaec specific calls
Original commitRevision:492215 
Saturday, 19 Nov 2016
17:04 sunpoet search for other commits by this committer
- Update to 1.7.5
- Add LICENSE_FILE
- Strip shared library

1.7.5:
- encodeBDS: recalculation of binscale (bug fix) [Klaus Wyser]

1.7.4:
- encodeBDS: changed if to while in recalculation of binscale (bug fix) [report:
Harald Anlauf]
- grib_decode.tmpl: force nearest neighbor remapping from reduced gaussian grids
(lveggy)
- decode_array_2byte: optimisation using gribSwapByteOrder_uint16()
- encode_array_2byte: optimisation using gribSwapByteOrder_uint16()

1.7.2:
- gribDateTime: set ryear and century to 0 if they are undefined

1.7.1:
- define grib_encode_array_2byte_double to select optimized simd version

1.7.0:
- added support for time unit 14 (ISEC1_TABLE4_30MINUTES)
- decode: added support of single precision floats
- encode: added support of single precision floats

1.6.4:
- encodeBDS: replaced intpow2(nbpv) by (1ULL << nbpv)
- Update to 1.7.5
Original commitRevision:426420 
Tuesday, 29 Apr 2014
13:28 sunpoet search for other commits by this committer
- Add cgribex 1.6.3

GRIBEX is an interface for encoding and decoding WMO FM-92 GRIB edition 1
messages and some ancillary subroutines for controlling printing and debugging.
The GRIBEX software was developed at the European Centre for Medium-range
Weather Forecasts (ECMWF) and is part of the EMOS library. EMOS is mostly
written in Fortran. Therefore it has only a Fortran interface.

CGRIBEX is a lightweight version of GRIBEX written in ANSI C with a portable
Fortran interface. For best compatibility some of the C sources were converted
from the Fortran GRIBEX version.

WWW: https://code.zmaw.de/projects/cgribex
Original commitRevision:352619 

Number of commits found: 5