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: devel/tradcpp/distinfo

Number of commits found: 8

Wednesday, 23 Jan 2019
00:00 sunpoet search for other commits by this committer
Update to 0.5.3

- Fix markup typo in the man page.
- Abort on line numbering or column numbering overflow. Line numbers are limited
  to values that fit in "unsigned int". Also reject input lines longer than
  2^32-1 characters. It seems reasonable to presume that any input that violates
  these constraints is someone screwing around and not a serious attempt to
  compile or preprocess anything useful. Done in response to n2129, but without
  getting into any of the silliness found there.
- Recognize __ia64__ for IA64 builds.
- Recognize __aarch64__ for 64-bit ARM builds, as sent in by various people.
- Recognize __riscv__ and __riscv64__ for risc-v builds.
Original commitRevision:490997 
Saturday, 19 Nov 2016
17:02 sunpoet search for other commits by this committer
- Update to 0.5.2
- Add my LOCAL to MASTER_SITES

- Fix typo in -U usage message, noticed by Joerg.
- Add a -debuglog option to send an execution trace to a file. Intended to be
  used when debugging imake templates and other complex input, not for debugging
  tradcpp itself.
Original commitRevision:426399 
Saturday, 27 Jun 2015
01:23 bapt search for other commits by this committer
Update to 0.5.1
Original commitRevision:390685 
Monday, 15 Jul 2013
21:00 bapt search for other commits by this committer
Update to 0.4
Original commitRevision:323079 
Wednesday, 10 Jul 2013
10:10 bapt search for other commits by this committer
Update to 0.3.1
Original commitRevision:322636 
Monday, 17 Jun 2013
10:58 bapt search for other commits by this committer
Update to 0.3:
Changes:
- Don't eval the control expression of the first #if of a block when
  already in a false block; it might not be valid
- Don't recognize comments within character constants.
- Don't recognize macro argument parentheses or commas within strings,
  or within character constants either.
Original commitRevision:321092 
Wednesday, 12 Jun 2013
05:47 bapt search for other commits by this committer
Update to 0.2
Changes:
  - auto-recognize more builtin PowerPC and mips macros
  - pass -Wunused
  - allow absolute paths in include files
  - don't use getprogname() in the name of portability
  - add tests
  - clean out usage of sys/cdefs.h macros and don't use the implementation
    namespace
  - make -Wcomment work again
  - fix handling of relative includes
  - provide a man page
  - other minor improvements
Original commitRevision:320658 
Tuesday, 11 Jun 2013
10:55 bapt search for other commits by this committer
tradcpp is a traditional (K&R-style) preprocessor.

It has the particular property that it doesn't (for the most part)
trash whitespace, so it can be used on makefiles.

This is only release 0.1; it is missing some features and doubtless
has quite a few bugs, but it's capable of building at least some
packages when used with imake.
Original commitRevision:320546 

Number of commits found: 8