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/jakarta-commons-chain/distinfo

Number of commits found: 4

Sunday, 3 Jul 2011
06:09 wen search for other commits by this committer
- Update to 1.2
- Add LICENSE

PR:             ports/158573
Submitted by:   Pedro Giffuni <giffunip@tutopia.com>
Original commit
Wednesday, 3 Jan 2007
23:11 itetcu search for other commits by this committer
Update devel/jakarta-commons-chain to latest upstream stable version 1.1

PR:             107334
Submitted by:   Adam VanderHook (maintainer)
Original commit
Sunday, 22 Jan 2006
08:30 edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
Original commit
Monday, 17 Oct 2005
17:58 hq search for other commits by this committer
Jakarta Commons Chain of Responsiblity library.

The Chain API models a computation as a series of "commands" that can be
combined into a "chain". The API for a command consists of a single method
(execute()), which is passed a "context" parameter containing the dynamic state
of the computation, and whose return value is a boolean that determines whether
or not processing for the current chain has been completed (true), or whether
processing should be delegated to the next command in the chain (false).

Given that command implementations are designed to conform with these
recommendations, it should be feasible to utilize the Chain of Responsibility
APIs in the "front controller" of a web application framework (such as Struts),
but also be able to use it in the business logic and persistence tiers to model
complex computational requirements via composition. In addition, separation of a
computation into discrete commands that operate on a general purpose context
allows easier creation of commands that are unit testable, because the impact of
executing a command can be directly measured by observing the corresponding
state changes in the context that is supplied.

WWW: http://jakarta.apache.org/commons/chain/

PR:             86800
Submitted by:   Adam VanderHook <acidos@bandwidth-junkies.net>
Original commit

Number of commits found: 4