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

Port details
jakarta-commons-digester XML-to-Java-object mapping utility package
2.1 textproc Deleted on this many watch lists=1 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 2.1Version 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: 2004-11-29 01:43:41
Last Update: 2019-10-06 19:08:14
SVN Revision: 513899
People watching this port, also watch:: rpm2cpio, desktop-file-utils, php81-pear-Auth, doxygen, python
Also Listed In: devel java
License: APACHE20
WWW:
http://jakarta.apache.org/commons/digester/
Description:
The Digester package lets you configure an XML -> Java object mapping module, which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized. A rich set of predefined rules is available for your use, or you can also create your own. Advanced features of Digester include: - Ability to plug in your own pattern matching engine, if the standard one is not sufficient for your requirements. - Optional namespace-aware processing, so that you can define rules that are relevant only to a particular XML namespace. - Encapsulation of Rules into RuleSets that can be easily and conveniently reused in more than one application that requires the same type of processing WWW: http://jakarta.apache.org/commons/digester/
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 (4 items)
Collapse this list.
  1. share/java/classes/commons-digester.jar
  2. /usr/local/share/licenses/jakarta-commons-digester-2.1/catalog.mk
  3. /usr/local/share/licenses/jakarta-commons-digester-2.1/LICENSE
  4. /usr/local/share/licenses/jakarta-commons-digester-2.1/APACHE20
Collapse this list.
Dependency lines:
  • jakarta-commons-digester>0:textproc/jakarta-commons-digester
No installation instructions:
This port has been deleted.
PKGNAME: jakarta-commons-digester
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (commons-digester-2.1-bin.tar.gz) = c739162c5eafbbaecfe3ae9e3733221781def20c6603972a124b7ebb552a1af1 SIZE (commons-digester-2.1-bin.tar.gz) = 2308650

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.
Build dependencies:
  1. commons-beanutils.jar : java/jakarta-commons-beanutils
  2. commons-logging.jar : java/jakarta-commons-logging
  3. commons-collections.jar : java/jakarta-commons-collections
  4. xercesImpl.jar : textproc/xerces-j
Runtime dependencies:
  1. commons-beanutils.jar : java/jakarta-commons-beanutils
  2. commons-logging.jar : java/jakarta-commons-logging
  3. commons-collections.jar : java/jakarta-commons-collections
  4. xercesImpl.jar : textproc/xerces-j
  5. java : java/openjdk8
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/jakarta-commons-chain*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/jakarta-commons-chain*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for jakarta-commons-digester-2.1: 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/digester/binaries/
  2. ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/commons/digester/binaries/
  3. ftp://mir1.ovh.net/ftp.apache.org/dist/commons/digester/binaries/
  4. ftp://xenia.sote.hu/pub/mirrors/www.apache.org/commons/digester/binaries/
  5. http://apache.mirror.uber.com.au/commons/digester/binaries/
  6. http://apache.spd.co.il/commons/digester/binaries/
  7. http://ftp.twaren.net/Unix/Web/apache/commons/digester/binaries/
  8. https://archive.apache.org/dist/commons/digester/binaries/
  9. https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/commons/digester/binaries/
  10. https://ftp.mirrorservice.org/sites/ftp.apache.org/commons/digester/binaries/
  11. https://mirrors.ircam.fr/pub/apache/commons/digester/binaries/
  12. https://www.apache.org/dist/commons/digester/binaries/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.1
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
2.1
02 Jul 2019 16:59:27
Revision:505689Original commit files touched by this commit
glewis search for other commits by this committer
Remove conditional that checks for JDK 1.4, which hasn't been in the
ports tree for years.
2.1
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
2.1
03 Sep 2015 14:09:18
Revision:395960Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes

Approved by:	portmgr blanket
2.1
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
2.1
22 Jan 2015 02:37:25
Revision:377644Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 2.1.
1.8_2
04 Jul 2014 22:50:40
Revision:360676Original commit files touched by this commit
adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.
1.8_2
11 Jun 2014 08:42:37
Revision:357432Original commit files touched by this commit
vanilla search for other commits by this committer
Stagify.
1.8_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.8_2
03 Feb 2014 11:54:02
Revision:342432Original commit files touched by this commit
ale search for other commits by this committer
Fix build by adding jar dependencies into classpath.
1.8_2
20 Sep 2013 23:17:32
Revision:327773Original 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:
textproc)
1.8_2
10 Dec 2012 13:43:44
Revision:308605Original 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+ (part3)
1.8_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.8_2
03 Jul 2011 14:40:25
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.8_2
26 Aug 2008 07:36:50
Original commit files touched by this commit
hq search for other commits by this committer
Update to 1.8

PR:             126723
Submitted by:   Wen heping <wenheping@gmail.com>²
1.7_2
06 Jun 2008 14:05:09
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.7_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.7_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.7
13 May 2006 04:24:52
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with T
1.7
24 Jan 2006 03:10:24
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.7
15 Jun 2005 13:59:33
Original commit files touched by this commit
hq search for other commits by this committer
Update to 1.7
1.6
29 Nov 2004 01:42:28
Original commit files touched by this commit
hq search for other commits by this committer
The Digester package lets you configure an XML -> Java object mapping module,
which triggers certain actions called rules whenever a particular pattern of
nested XML elements is recognized. A rich set of predefined rules is available
for your use, or you can also create your own. Advanced features of Digester
include:

  - Ability to plug in your own pattern matching engine, if the standard one is
    not sufficient for your requirements.
  - Optional namespace-aware processing, so that you can define rules that are
    relevant only to a particular XML namespace.
  - Encapsulation of Rules into RuleSets that can be easily and conveniently
    reused in more than one application that requires the same type of
    processing

WWW: http://jakarta.apache.org/commons/digester/

Number of commits found: 22