summaryrefslogtreecommitdiff
path: root/lang/jakarta-commons-jelly (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Apache Commons project are no longer hosted under MASTER_SITES_APACHEEmanuel Haupt2008-02-271-2/+2
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=208004
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Jelly is an XML based scripting engine. The basic idea is that XML elements canHerve Quiroz2005-08-014-0/+86
be bound to a Java Tag which is a Java bean that performs some function. Jelly is totally extendable via custom actions (in a similar way to JSP custom tags) as well as cleanly integrating with scripting languages such as Jexl, Velocity, pnuts, beanshell and via BSF (Bean Scripting Framework) languages like JavaScript & JPython. Jelly uses an XMLOutput class which extends SAX ContentHandler to output XML events. This makes Jelly ideal for XML content generation, SOAP scripting or dynamic web site generation. A single Jelly tag can produce, consume, filter or transform XML events. This leads to a powerful XML pipeline engine similar in some ways to Cocoon. WWW: http://jakarta.apache.org/commons/jelly/index.html Notes: svn path=/head/; revision=140673