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: textproc/flex/distinfo

Number of commits found: 11

Saturday, 23 Jun 2018
17:48 yuri search for other commits by this committer
textproc/flex: Update 2.6.1 -> 2.6.4

Changelog:
https://github.com/westes/flex/releases/tag/v2.6.4

PR:		226546
Approved by:	johans@FreeBSD.org (maintainer timeout; 103 days)
Original commitRevision:473146 
Thursday, 10 Mar 2016
21:46 johans search for other commits by this committer
Update flex to 2.6.1
Original commitRevision:410797 
Wednesday, 18 Nov 2015
08:08 johans search for other commits by this committer
Update to flex 2.6.0
Announcement: http://sourceforge.net/p/flex/mailman/message/34626590/
Add port examples
Original commitRevision:401847 
Friday, 28 Mar 2014
08:56 johans search for other commits by this committer
Update to flex 2.5.39
Original commitRevision:349396 
Thursday, 13 Feb 2014
18:21 johans search for other commits by this committer
Update to flex 2.5.38
Original commitRevision:344136 
Sunday, 2 Sep 2012
11:48 johans search for other commits by this committer
- Update flex to 2.5.37
- Reduce Makefile header
Original commitRevision:303545 
Monday, 23 Jul 2012
20:54 johans search for other commits by this committer
Update flex to 2.5.36 (bugfix release)
Original commit
Sunday, 3 Jul 2011
14:40 ohauer search for other commits by this committer
-remove MD5
Original commit
Thursday, 28 Feb 2008
13:24 sat search for other commits by this committer
- Update to 2.5.35
Original commit
Thursday, 13 Dec 2007
09:22 sat search for other commits by this committer
- Update to 2.5.34
Original commit
Sunday, 13 Aug 2006
15:30 sat search for other commits by this committer
Add port textproc/flex:

Flex is a tool for generating scanners. A scanner, sometimes called a
tokenizer, is a program which recognizes lexical patterns in text. The
flex program reads user-specified input files, or its standard input
if no file names are given, for a description of a scanner to generate.
The description is in the form of pairs of regular expressions and C
code, called rules. Flex generates a C source file named, "lex.yy.c",
which defines the function yylex(). The file "lex.yy.c" can be compiled
and linked to produce an executable. When the executable is run, it
analyzes its input for occurrences of text matching the regular
expressions for each rule. Whenever it finds a match, it executes the
corresponding C code.

WWW: http://flex.sourceforge.net/

Note that there's flex 2.5.4 in the base system. This port provides
a newer version for programs that require it, textproc/xxdiff for one.
Original commit

Number of commits found: 11