non port: devel/jakarta-commons-chain/Makefile |
Number of commits found: 9 |
Saturday, 27 Oct 2012
|
18:53 bapt
Deprecate ports depending in devel/portlet-api
Feature safe: yes
|
Monday, 9 Jan 2012
|
15:41 tabthorpe
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
|
Sunday, 3 Jul 2011
|
06:09 wen
- Update to 1.2
- Add LICENSE
PR: ports/158573
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
|
Friday, 10 Jun 2011
|
13:25 bapt
Maintainers have no more time for thoses ports, back to the pool
Approved by: maintainers (by mail)
|
Friday, 6 Jun 2008
|
13:21 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Wednesday, 27 Feb 2008
|
15:10 ehaupt
Apache Commons project are no longer hosted under MASTER_SITES_APACHE
jakarta/commons subdirectory, they have been moved one directory up.
Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly.
PR: 121041
Submitted by: Marcin Cieslak <saper@system.pl>
Approved by: portmgr (linimon)
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wednesday, 3 Jan 2007
|
23:11 itetcu
Update devel/jakarta-commons-chain to latest upstream stable version 1.1
PR: 107334
Submitted by: Adam VanderHook (maintainer)
|
Monday, 17 Oct 2005
|
17:58 hq
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>
|
Number of commits found: 9 |