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
jdom Java library for accessing and manipulating XML documents
1.1.1,1 java on this many watch lists=5 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.1.1,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: 2001-06-24 23:13:25
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: apache-ant, nmap, libfpx, xerces-j
Also Listed In: textproc
License: not specified in port
WWW:
http://www.jdom.org/
Description:
JDOM is a Java library for accessing and manipulating XML documents. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX.
Homepage    cgit ¦ Codeberg ¦ 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 (1 items)
Collapse this list.
  1. share/java/classes/jdom.jar
Collapse this list.
Dependency lines:
  • jdom>0:java/jdom
To install the port:
cd /usr/ports/java/jdom/ && make install clean
To add the package, run one of these commands:
  • pkg install java/jdom
  • pkg install jdom
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: jdom
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (jdom-1.1.1.tar.gz) = 1fe5dfd2a339bd2e015a0c805eea1bf4ac601919a6f0bee2ec97e84fd62967d6 SIZE (jdom-1.1.1.tar.gz) = 3648497

Packages (timestamps in pop-ups are UTC):
jdom
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.1.1,11.1.1,1-1.1.1,11.1.1,1---
FreeBSD:13:quarterly1.1.1,11.1.1,11.1.1,11.1.1,11.1.1,1-1.1.1,11.1.1,1
FreeBSD:14:latest1.1.1,11.1.1,11.1.1,1-1.1.1,1--1.1.1,1
FreeBSD:14:quarterly1.1.1,11.1.1,1--1.1.1,1-1.1.1,11.1.1,1
FreeBSD:15:latest1.1.1,11.1.1,1n/a-n/a-1.1.1,11.1.1,1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. java : java/openjdk8
  2. ant : devel/apache-ant
Runtime dependencies:
  1. jaxen-jdom.jar : java/jaxen
  2. java : java/openjdk8
This port is required by:
for Build
  1. textproc/jaxup
  2. textproc/xincluder
for Run
  1. textproc/jaxup
  2. textproc/xincluder
  3. www/jmeter

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. graphics/barbecue*
  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 jdom-1.1.1,1: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
java_jdom
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.jdom.org/dist/source/
Collapse this list.

Number of commits found: 37

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.1.1,1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.1,1
20 Jul 2022 14:22:12
commit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cc files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
java: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexander Yerenkow <yerenkow@gmail.com>
  *  Anton Yudin (<contact@toha.org.ua>)
  *  Anton Yudin <toha@toha.org.ua>
  *  Benjamin Close <benjsc@FreeBSD.org>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Conor McDermottroe <ports@mcdermottroe.com>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org
  *  Dave Glowacki <dglo@ssec.wisc.edu>
  *  Ernst de Haan <znerd@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.1,1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.1.1,1
27 Dec 2020 18:56:42
Revision:559402Original commit files touched by this commit
glewis search for other commits by this committer
Restrict to Java 8, since this doesn't compile with Java 11

PR:			251774
1.1.1,1
26 Nov 2019 21:46:13
Revision:518482Original commit files touched by this commit
jkim search for other commits by this committer
Clean up after java/openjdk6 and java/openjdk6-jre removal

java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
1.1.1,1
01 Apr 2016 14:08:38
Revision:412347Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
1.1.1,1
10 Aug 2014 08:47:38
Revision:364516Original commit files touched by this commit
antoine search for other commits by this committer
Fix stage violation
1.1.1,1
31 May 2014 14:03:08
Revision:355976Original commit files touched by this commit
pawel search for other commits by this committer
- Add staging support
- Convert to new options framework, add EXAMPLES option
1.1.1,1
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.1.1,1
20 Sep 2013 19:48:32
Revision:327738Original 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:
java)
1.1.1,1
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.1.1,1
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.1.1,1
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.1.1,1
15 Aug 2009 22:50:42
Original commit files touched by this commit
hq search for other commits by this committer
Update to 1.1.1

Reported by:    portscout
1.1_2,1
06 Jun 2008 13:38:51
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.1_1,1
06 Apr 2008 09:38:31
Original commit files touched by this commit
hq search for other commits by this committer
Update to version 1.1

PR:             122258
Submitted by:   Wen heping <wenheping@gmail.com>
1.0_1,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,1
22 Jan 2006 12:39:58
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.0,1
03 Dec 2004 01:01:34
Original commit files touched by this commit
hq search for other commits by this committer
Reset znerd's ports maintainership:

- All JDK ports (and JDK documentation ports) that were formerly maintained by
  znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
  and xmlenc)
- Everything else is reset to ports@FreeBSD.org

Approved by:    znerd (maintainer)
1.0,1
20 Oct 2004 11:56:32
Original commit files touched by this commit
hq search for other commits by this committer
- Update to 1.0 Final (bumped PORTEPOCH in this extend)
- re-enable jikes support
- Dynamic pkg-plist
- Use JAVALIBDIR

Approved by:    glewis (mentor)
1.0b10
20 Sep 2004 17:47:06
Original commit files touched by this commit
hq search for other commits by this committer
- Unbreak port (fixed distfile URL)

Reported by:    pointyhat
Approved by:    portmgr (marcus), glewis (mentor)
1.0b10
18 Sep 2004 18:14:38
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Unfetchable

Approved by:    portmgr (self)
1.0b10
01 Sep 2004 15:38:08
Original commit files touched by this commit
hq search for other commits by this committer
Fix permissions issue caused by last commit.

Approved by:    glewis (mentor)
1.0b10
16 Aug 2004 12:30:48
Original commit files touched by this commit
hq search for other commits by this committer
- Update to 1.0b10
- Use USE_ANT
- Set USE_JIKES=no to forbid the use of Jikes to build the port
- Use %%JAVAJARDIR%%
- Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1]
- Use ${ECHO_MSG} rather than ${ECHO}
- Add 'textproc' category
- Fix LOCALBASE/PREFIX issue with JAVAJARDIR [1]

PR:             68511
Submitted by:   me
Reviewed by:    glewis [1]
Approved by:    znerd (maintainer), glewis (mentor)
1.0b9_1
15 Apr 2004 20:48:24
Original commit files touched by this commit
znerd search for other commits by this committer
- Now using JAVAJARDIR instead of PREFIX/share/java/classes
- Now using PORTDOCS macro (to reduce pkg-plist size and fix the apidocs
  deinstall issue with some JDKs)
- Now using PLIST_FILES macro (to reduce pkg-plist size)
- No longer installing JARs from 'lib' directory (but rather have them
  declared
  as run dependencies)
- No longer installing junk files (such as perl CVS commiter scripts)
- No longer installing class nor source files
- Now installing samples in EXAMPLESDIR
- Now installing README and such in DOCSDIR
- Will not install docs and samples when NOPORTDOCS is set
- Bumped PORTREVISION

PR:             64703
Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
1.0b9
18 Mar 2004 18:01:13
Original commit files touched by this commit
trevor search for other commits by this committer
Add size data, approved by maintainers.
1.0b9
23 Jul 2003 14:34:04
Original commit files touched by this commit
znerd search for other commits by this committer
# New ports collection makefile for:    JDOM
# Date created:         June 1, 2001
# Whom:                 Ernst de Haan <znerd@FreeBSD.org>
#
# $FreeBSD: ports/java/jdom/Makefile,v 1.8 2003/07/23 14:30:27 znerd Exp $
#

PORTNAME=       jdom
PORTVERSION=    1.0b9
CATEGORIES=     java
MASTER_SITES=   http://www.jdom.org/dist/source/
DISTNAME=       ${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//}

MAINTAINER=     znerd@FreeBSD.org
COMMENT=        Java library for accessing and manipulating XML documents
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0b9
23 Jul 2003 14:30:29
Original commit files touched by this commit
znerd search for other commits by this committer
Port devel/jakarta-ant was renamed to devel/apache-ant.

Reported by:    kris
Pointy hat to:  me
1.0b8_2
07 Mar 2003 06:04:45
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
1.0b8_2
18 Nov 2002 14:45:35
Original commit files touched by this commit
znerd search for other commits by this committer
Installing JAR file in ${PREFIX}/share/java/classes/.
Bumped PORTREVISION.
1.0b8_1
10 Nov 2002 22:44:03
Original commit files touched by this commit
kris search for other commits by this committer
Don't remove system directories share/java, share/java/classes, and
share/doc
1.0b8_1
13 Jun 2002 14:23:21
Original commit files touched by this commit
znerd search for other commits by this committer
Now builds from source using Ant.
Added some download locations.
Bumped PORTREVISION.
1.0b8
30 Mar 2002 21:50:28
Original commit files touched by this commit
znerd search for other commits by this committer
Upgrade to JDOM beta 8. Also now using USE_JAVA.
02 Mar 2002 14:13:43
commit hash: fp1.25354@dev.null.freshports.orgcommit hash: fp1.25354@dev.null.freshports.orgcommit hash: fp1.25354@dev.null.freshports.orgcommit hash: fp1.25354@dev.null.freshports.org files touched by this commit
znerd search for other commits by this committer
Upgraded from 1.0b6 to 1.0b7.    
27 Nov 2001 12:19:21
commit hash: fp1.21261@dev.null.freshports.orgcommit hash: fp1.21261@dev.null.freshports.orgcommit hash: fp1.21261@dev.null.freshports.orgcommit hash: fp1.21261@dev.null.freshports.org files touched by this commit
znerd search for other commits by this committer
Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.    
25 Jun 2001 03:13:25
commit hash: fp1.15466@dev.null.freshports.orgcommit hash: fp1.15466@dev.null.freshports.orgcommit hash: fp1.15466@dev.null.freshports.orgcommit hash: fp1.15466@dev.null.freshports.org files touched by this commit
jeh search for other commits by this committer
Java library for accessing and manipulating XML documents.    

Number of commits found: 37