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: lang/retro12/distinfo

Number of commits found: 15

Thursday, 25 Jan 2024
17:19 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Charles Childers
lang/retro12: Update to 2024.1

ChangeLog: http://retroforth.org/relnotes/202401.txt

PR:		276203
Reported by:	crc@forthworks.com (maintainer)
commit hash: 773dea43a5fd27360cd2c5c92e1f8d1f57cb86a7 commit hash: 773dea43a5fd27360cd2c5c92e1f8d1f57cb86a7 commit hash: 773dea43a5fd27360cd2c5c92e1f8d1f57cb86a7 commit hash: 773dea43a5fd27360cd2c5c92e1f8d1f57cb86a7 773dea4
Tuesday, 28 Mar 2023
14:31 Nuno Teixeira (eduardo) search for other commits by this committer Author: Charles Childers
lang/retro12: Update to 2023.3

- Submitter becomes maintainer

ChangeLog:	https://retroforth.org/changelog/202303.txt
PR:		270480
commit hash: e195b4e2f3227503fb87f64db254c790bc7bb7d6 commit hash: e195b4e2f3227503fb87f64db254c790bc7bb7d6 commit hash: e195b4e2f3227503fb87f64db254c790bc7bb7d6 commit hash: e195b4e2f3227503fb87f64db254c790bc7bb7d6 e195b4e
Thursday, 6 May 2021
18:45 Neel Chauhan (nc) search for other commits by this committer
lang/retro12: Update to 2021.4 and adopt port
commit hash: fcc8a0c94b68d92f1728f66a69e57b91083934dc commit hash: fcc8a0c94b68d92f1728f66a69e57b91083934dc commit hash: fcc8a0c94b68d92f1728f66a69e57b91083934dc commit hash: fcc8a0c94b68d92f1728f66a69e57b91083934dc fcc8a0c
Thursday, 18 Feb 2021
12:30 fernape search for other commits by this committer
lang/retro12: Update to 2021.2

ChangeLog:

 * fixes a bug causing address stack corruption in some circumstances
 * improved handling of pipes
 * added `abort`
 * add support for user defined block delimiters

PR:	253610
Submitted by:	crc@forthworks.com
MFH:	2021Q1
Original commitRevision:565924 
Sunday, 25 Oct 2020
15:25 0mp search for other commits by this committer
Update to 2020.10

- Development history can be viewed here:
  https://forthworks.com/retro/changes.txt
- Drop maintainership
Original commitRevision:553270 
Tuesday, 18 Aug 2020
00:01 0mp search for other commits by this committer
lang/retro12: Update to 2020.07
Original commitRevision:545199 
Monday, 8 Jun 2020
00:15 0mp search for other commits by this committer
Update to 2020.4

This release fixes numerous bugs, and makes a lot of improvements to the
standard library, using inline assembly to enhance performance and reduce
size.

PR:		246961
Submitted by:	Charles Childers
Original commitRevision:538195 
Friday, 31 Jan 2020
16:57 0mp search for other commits by this committer
Update to 2020.01

Changelog (main changes):
- fix bugs in n:MIN, n:MAX, a:index-of, s:WHITESPACE
- removed uses of raw nga bytecode from standard library
- added optimized implementations of the standard library functions
- reduced the overall size slightly
- added retro-lookup(1) to search the tags file created by retro-tags(1)

PR:		243373
Submitted by:	Charles Childers <crc@forthworks.com>
Event:	Brussels DevSummit 2020
Original commitRevision:524731 
Tuesday, 29 Oct 2019
20:36 0mp search for other commits by this committer
Update to 2019.10

- Pet portlint, portclippy & portfmt.

Changelog:
- deprecate some old functionality
- cleaner separation of time/date handling functions
- clearer separation of random number generation
- bug fixes to floating point encode/decode
- better stack over/underflow error reporting
- fixed a bug related to using a custom image when other command line flags
  were passed
- improved the assembler
- supports both 64-bit and 32-bit cell sizes

PR:		241575
Submitted by:	Charles Childers <crc@forthworks.com>
Original commitRevision:516034 
Friday, 23 Aug 2019
14:24 0mp search for other commits by this committer
lang/retro12: Update to 2019.7

The main changes:
- fix overflow issue with `n:MIN`, `n:MAX`
- fix `clock:year` and `clock:month`
- word headers now preserve underscores in names
- added sockets support

PR:		240055
Submitted by:	Charles Childers <crc@forthworks.com>
Original commitRevision:509649 
Friday, 16 Aug 2019
11:18 0mp search for other commits by this committer
lang/retro12: Update to 2019.6

PR:		238272
Submitted by:	checo1705@secmail.pro (previous version)
Original commitRevision:509074 
Thursday, 18 Apr 2019
16:39 0mp search for other commits by this committer
lang/retro12: Update to 2019.1

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D19471
Original commitRevision:499276 
Friday, 23 Nov 2018
10:52 0mp search for other commits by this committer
lang/retro12: Update to 2018.8

Also:
- Fix the order of variables.
- Set USES=shebangfix for the rre interpreter.

PR:		232885
Submitted by:	w.schwarzenfeld@utanet.at
Reviewed by:	krion, mat ndowens_yahoo.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D17830
Original commitRevision:485650 
Saturday, 21 Apr 2018
09:30 riggs search for other commits by this committer
Update to upstream version 2018.4.20

Details:
  - The Makefile was simplified after working with the upstream developer
    to integrate some improvements into the release.
  - CONFLICTS_INSTALL were added.
  - Patches were removed as they are no longer needed.

Release notes:
  - http://forthworks.com:8000/artifact/9bd7d3eda271788f

PR:		227665
Submitted by:	0mp (maintainer)
Original commitRevision:467865 
Monday, 29 Jan 2018
19:12 yuri search for other commits by this committer
New port: lang/retro12: Clean, elegant, and pragmatic dialect of Forth

See details in https://forthworks.com/retro

PR:		225320
Submitted by:	Mateusz Piotrowski <mpp302@gmail.com>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14102
Original commitRevision:460323 

Number of commits found: 15