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

Number of commits found: 11

Sunday, 6 Jun 2021
11:20 Kurt Jaeger (pi) search for other commits by this committer Author: Björn Lemke
devel/dragon: update 1.5.4 -> 1.5.5

- For CPlusParser generator, catched exception in case of exceeded
  max token length. In the past, exceeded token length lead to seg
  faults ...
commit hash: d9b8b506f85719e8e894117649afbd6b442a2ceb commit hash: d9b8b506f85719e8e894117649afbd6b442a2ceb commit hash: d9b8b506f85719e8e894117649afbd6b442a2ceb commit hash: d9b8b506f85719e8e894117649afbd6b442a2ceb d9b8b50
Saturday, 5 Dec 2020
20:22 pi search for other commits by this committer
devel/dragon: update 1.5.3 -> 1.5.4

- Added stdlib.h include for generated parser code with dynamic
  parse table allocation ( malloc is used ). For Linux compiles, this
  is required

Submitted by:	Bjorn Lemke <lemke@lemke-it.com>
Original commitRevision:557080 
Sunday, 14 Jul 2019
07:44 pi search for other commits by this committer
devel/dragon: upgrade 1.5.2 -> 1.5.3

- Small cosmetic patch in CPlusGenerator parse method. Instead of
  default, NULLACTION case has been added to avoid compile warnings
  with -Wswitch-enum

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Original commitRevision:506609 
Sunday, 21 Apr 2019
08:19 pi search for other commits by this committer
devel/dragon: upgrade 1.5.1 -> 1.5.2

- Small code cleanup for clean compile -Wall.
- Changed to code generation with virtual destructor

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Original commitRevision:499528 
Monday, 30 Jul 2018
14:31 pi search for other commits by this committer
devel/dragon: update 1.5.0 -> 1.5.1

- Fix in src/Main.cc and samples/gxmain-master.cc. Include of stdlib.h
  added, since this is needed for Linux compiles ( exit function )
- In GoLangGenerator.cc scanner code was added to complete scanner state
  machine ( there still was missing some code for transition jumps )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Original commitRevision:475895 
Friday, 27 Jul 2018
14:25 pi search for other commits by this committer
devel/dragon: update 1.4.3 -> 1.5.0

- Added code generation for GoLang. GoCode is generated, compiles and
  basically works Still some cleanup stuff required

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Original commitRevision:475442 
Friday, 10 Nov 2017
19:11 pi search for other commits by this committer
devel/dragon: update 1.4.1 -> 1.4.3

- add conflicts with multimedia/dragon
- New generated configure script with libtool-2.4.6
- Changed generated Java code to abstract class with abstract
  methods, which have been implemented by the parser action subclass.
  This seems to be a cleaner modeling

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Original commitRevision:453923 
Monday, 11 Jan 2016
12:16 pi search for other commits by this committer
devel/dragon: 1.3.10 -> 1.4.1

- adaptions for mingw build
- Patch in configure.ac for FreeBSD

Submitted by:	lemke@lemke-it.com
Original commitRevision:405779 
Thursday, 23 May 2013
09:31 zeising search for other commits by this committer
Move devel/lfc to devel/lfcbase, to avoid conflicts with other software using
liblfc as name. [1]
Update devel/lfcbase to 1.5.4: [1]
  Several shared lib issues were addressed
  The license was changed from GPLv2 to GPLv3.

Update devel/lfcxml to 1.1.3 and chase the move of devel/lfc [2]

Update devel/dragon to 1.3.10 and chase the move of devel/lfc [3]

Update databases/cego to 2.18.6 and chase the move of devel/lfc [4]
  Several shared lib issues were addressed.
  The license was changed from GPLv2 to GPLv3.

Update databases/my2cego to 1.1.3 and chase the move of devel/lfc [5]
  Updated the autoconf setup
  Changed License from GPLv2 to GPLv3

PR:		ports/178745 [1]
		ports/178746 [2]
		ports/178747 [3]
		ports/178752 [4]
		ports/178754 [5]
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1-5]
Original commitRevision:318857 
Wednesday, 22 Jun 2011
09:07 culot search for other commits by this committer
- Update to 1.3.8

PR:             ports/158132
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Original commit
Friday, 29 Oct 2010
13:31 pav search for other commits by this committer
Combined scanner/parser generator for LR compliant grammar definitions.

The generated C++ parser class is used as a super class from which a parser
implementation class must be derived. The implementation class implements the
scanner feed methods but also all required semantic action method. dragon has
been used for several large projects with complex grammar definitions (about
200 productions/ 80 tokens ). Since for those grammar defintions, the analyse
phase to build up the parse table is quite CPU intensive, it is recommended to
use state of the art hardware. dragon requires the base package to get compiled
but also for the compilation of the generated C++ code.

It can be used for databases/cego and probably other applications.

Many more details are available at:

WWW: http://www.lemke-it.com/

PR:             ports/150683
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu>
Original commit

Number of commits found: 11