| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
28 Nov 2012 09:19:02
1.2
|
bapt  |
2012-11-27 graphics/morpheus: Depends on the expired gtkglarea
2012-11-27 devel/jakarta-commons-chain: Depends on the expired devel/portlet-api
2012-11-27 math/p5-Math-LinearCombination: Depends on the expired p5-Class-Field
2012-11-26 x11/padkey: No more public distfiles
2012-11-26 japanese/gicq: No more public distfiles and development ceased
2012-11-26 www/momspider: No more public distfiles
2012-11-26 japanese/perl5: Recent perl supports correctly japanese, consider
using them
2012-11-26 sysutils/fuser: No more public distfiles
2012-11-26 textproc/ascii2pdf: No more public distfiles
Feature safe: yes |
27 Oct 2012 18:53:17
1.2
|
bapt  |
Deprecate ports depending in devel/portlet-api
Feature safe: yes |
09 Jan 2012 15:41:08
1.2
|
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 |
03 Jul 2011 06:09:29
1.2
|
wen  |
- Update to 1.2
- Add LICENSE
PR: ports/158573
Submitted by: Pedro Giffuni <giffunip@tutopia.com> |
10 Jun 2011 13:25:59
1.1_2
|
bapt  |
Maintainers have no more time for thoses ports, back to the pool
Approved by: maintainers (by mail) |
06 Jun 2008 13:21:59
1.1_2
|
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) |
01 Jun 2008 09:42:37
1.1_1
|
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
27 Feb 2008 15:10:54
1.1_1
|
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) |
19 May 2007 20:32:57
1.1_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
03 Jan 2007 23:11:39
1.1
|
itetcu  |
Update devel/jakarta-commons-chain to latest upstream stable version 1.1
PR: 107334
Submitted by: Adam VanderHook (maintainer) |
22 Jan 2006 08:30:12
1.0
|
edwin  |
SHA256ify
Approved by: krion@ |
17 Oct 2005 17:58:21
1.0
|
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> |