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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
jakarta-commons-jelly XML based scripting engine
1.0_3 lang Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0_3Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-08-01 15:12:29
Last Update: 2019-10-06 19:08:14
SVN Revision: 513899
Also Listed In: devel java
License: not specified in port
WWW:
http://jakarta.apache.org/commons/jelly/index.html
Description:
Jelly is an XML based scripting engine. The basic idea is that XML elements can 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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (2 items)
Collapse this list.
  1. bin/jelly
  2. @dir share/java/commons-jelly/custom
Collapse this list.
Dependency lines:
  • jakarta-commons-jelly>0:lang/jakarta-commons-jelly
No installation instructions:
This port has been deleted.
PKGNAME: jakarta-commons-jelly
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (commons-jelly-1.0.tar.gz) = c945943c1ca8c05170d1a7eb7402363c6817819321e1b2ae749d4ee93f27061b SIZE (commons-jelly-1.0.tar.gz) = 3384141

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk8
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for jakarta-commons-jelly-1.0_3: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.forthnet.gr/pub/www/apache/commons/jelly/binaries/
  2. ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/commons/jelly/binaries/
  3. ftp://mir1.ovh.net/ftp.apache.org/dist/commons/jelly/binaries/
  4. ftp://xenia.sote.hu/pub/mirrors/www.apache.org/commons/jelly/binaries/
  5. http://apache.mirror.uber.com.au/commons/jelly/binaries/
  6. http://apache.spd.co.il/commons/jelly/binaries/
  7. http://archive.apache.org/dist/commons/jelly/binaries/
  8. http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/commons/jelly/binaries/
  9. http://ftp.mirrorservice.org/sites/ftp.apache.org/commons/jelly/binaries/
  10. http://ftp.twaren.net/Unix/Web/apache/commons/jelly/binaries/
  11. http://mirrors.ircam.fr/pub/apache/commons/jelly/binaries/
  12. http://www.apache.org/dist/commons/jelly/binaries/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0_3
06 Oct 2019 19:08:14
Revision:513899Original commit files touched by this commit
pfg search for other commits by this committer
rename most cases of jakarta- to apache-

The Apache Softare Foundation used to maintain an umbrella project named
Jakarta but it was retired on 2011. This name now conflicts with the new
name for Java EE under the Eclipse Foundation.

Rename most of the packages to be more consistent. Some other packages remain
but they will require intervention by their corresponding maintainers.

Approved by:	thierry (mentor), makc
Differential Revision:	https://reviews.freebsd.org/D21902
1.0_3
21 Oct 2016 12:51:41
Revision:424411Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
1.0_3
11 May 2015 18:34:58
Revision:386097Original commit files touched by this commit
mat search for other commits by this committer
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
1.0_3
12 Mar 2015 11:16:01
Revision:381081Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Simplify MASTER_SITES
- Add empty directory to plist
1.0_2
01 Jun 2014 11:49:31
Revision:356104Original commit files touched by this commit
pawel search for other commits by this committer
- Add staging support
- Convert to new options framework
- Drop RUN_DEPENDS on javavmwrapper, pulled in by java port
- Use PORDATA instead of generated plist
- Fix WWW line
1.0_2
02 Mar 2014 05:22:26
Revision:346734Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Reassign ports to the heap
- Thank you hq@ for your years of service!
1.0_2
20 Sep 2013 19:53:10
Revision:327741Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
1.0_2
10 Dec 2012 13:18:29
Revision:308604Original commit files touched by this commit
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
1.0_2
21 Jul 2011 05:03:02
Original commit files touched by this commit
linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:             ports/158969
Submitted by:   rene
Tested on:      pointyhat-west -exp
1.0_2
03 Jul 2011 13:45:36
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
1.0_2
06 Jun 2008 13:41:15
Original commit files touched by this commit
edwin search for other commits by this committer
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)
1.0_1
27 Feb 2008 15:10:54
Original commit files touched by this commit
ehaupt search for other commits by this committer
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)
1.0_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
1.0
22 Jan 2006 12:42:24
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.0
01 Aug 2005 15:11:30
Original commit files touched by this commit
hq search for other commits by this committer
Jelly is an XML based scripting engine. The basic idea is that XML elements can
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

Number of commits found: 15