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/py-funcparserlib/distinfo

Number of commits found: 4

Saturday, 13 May 2023
05:21 TAKATSU Tomonari (tota) search for other commits by this committer
devel/py-funcparserlib: Update to 1.0.1
commit hash: c79ff94898bdfe3d3111ffa5e9ddc5cc7b79065a commit hash: c79ff94898bdfe3d3111ffa5e9ddc5cc7b79065a commit hash: c79ff94898bdfe3d3111ffa5e9ddc5cc7b79065a commit hash: c79ff94898bdfe3d3111ffa5e9ddc5cc7b79065a c79ff94
Saturday, 7 May 2022
04:31 TAKATSU Tomonari (tota) search for other commits by this committer
devel/py-funcparserlib: Update to 1.0.0

- Remove DOCS option
- Update pkg-descr

Changes:	https://funcparserlib.pirx.ru/changes/#100-2022-05-02
commit hash: f676758ba3c4e9fc46eab80c2adadee2c3ea0fd2 commit hash: f676758ba3c4e9fc46eab80c2adadee2c3ea0fd2 commit hash: f676758ba3c4e9fc46eab80c2adadee2c3ea0fd2 commit hash: f676758ba3c4e9fc46eab80c2adadee2c3ea0fd2 f676758
Saturday, 4 May 2013
11:40 tota search for other commits by this committer
- Update to 0.3.6
- Switch to easy_install
- Convert to new Makefile header
- Adapt to new options framework
- Allow OPTIONSFILE to be overridden
- Replace tab with a single space after 'WWW:' in pkg-descr
Original commitRevision:317309 
Friday, 5 Aug 2011
14:03 tota search for other commits by this committer
- Add a new port: devel/py-funcparserlib

  Parser combinators are just higher-order functions that take parsers as
  their arguments and return them as result values. Parser combinators are:

   * First-class values
   * Extremely composable
   * Tend to make the code quite compact
   * Resemble the readable notation of xBNF grammars

  Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that
  it's very easy to write them without thinking about look-aheads and all that
  hardcore parsing stuff. But the recursive descent parsing is a rather slow
  method compared to LL(k) or LR(k) algorithms.

  So the primary domain for funcparserlib is parsing little languages or
external
  DSLs (domain specific languages).

  The library itself is very small. Its source code is only 0.5 KLOC, with lots
  of comments included. It features the longest parsed prefix error reporting,
  as well as a tiny lexer generator for token position tracking.

  WWW:  http://code.google.com/p/funcparserlib/
Original commit

Number of commits found: 4