CVS log for ports/devel/jakarta-commons-chain/Makefile
Up to [FreeBSD] / ports / devel / jakarta-commons-chain
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 9 15:40:56 2012 UTC (4 weeks, 3 days ago) by tabthorpe
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
- 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
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jul 3 06:09:29 2011 UTC (7 months, 1 week ago) by wen
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
- Update to 1.2 - Add LICENSE PR: ports/158573 Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jun 10 13:25:59 2011 UTC (8 months ago) by bapt
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Maintainers have no more time for thoses ports, back to the pool Approved by: maintainers (by mail)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:21:20 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
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)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Feb 27 15:10:51 2008 UTC (3 years, 11 months ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
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)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat May 19 20:02:54 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jan 3 23:11:39 2007 UTC (5 years, 1 month ago) by itetcu
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Update devel/jakarta-commons-chain to latest upstream stable version 1.1 PR: 107334 Submitted by: Adam VanderHook (maintainer)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 17 17:58:21 2005 UTC (6 years, 3 months ago) by hq
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
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>
