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
jaxup Java XUpdate engine
1.01_4 textproc 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.01_4Version 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-17 03:29:01
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
Also Listed In: java
License: not specified in port
WWW:
https://klomp.org/jaxup/
Description:
Jaxup defines an interface to update XML documents, through which clients can work without knowledge of the exact object model that the document uses. The interface is called Updater, and the idea behind it is the same as with Jaxen's Navigator interface. In addition, an implementation of xmldb.org's proposed XUpdate specification is provided. The implementation is in the XUpdate class. Implementations of the Updater interface are provided for the following object models: - DOM - Dom4j - JDom
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 (3 items)
Collapse this list.
  1. share/java/jaxup/jaxup-xupdater.jar
  2. bin/jaxup-xupdater
  3. share/java/classes/jaxup.jar
Collapse this list.
Dependency lines:
  • jaxup>0:textproc/jaxup
To install the port:
cd /usr/ports/textproc/jaxup/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/jaxup
  • pkg install jaxup
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: jaxup
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (jaxup-1.01-src.zip) = 06675a6ec3a943d878c824688ff9a3f24cbefa0c1747cfbf280bfaf83b85d7a6 SIZE (jaxup-1.01-src.zip) = 1836884

Packages (timestamps in pop-ups are UTC):
jaxup
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.01_41.01_4-1.01_41.01_4---
FreeBSD:13:quarterly1.01_41.01_41.01_41.01_41.01_4-1.01_41.01_4
FreeBSD:14:latest1.01_41.01_41.01_4-1.01_4--1.01_4
FreeBSD:14:quarterly1.01_41.01_4--1.01_4-1.01_41.01_4
FreeBSD:15:latest1.01_41.01_4n/a-n/a-1.01_41.01_4
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. jdom.jar : java/jdom
  2. jaxen-full.jar : java/jaxen
  3. xercesImpl.jar : textproc/xerces-j
  4. java : java/openjdk8
  5. ant : devel/apache-ant
Runtime dependencies:
  1. jdom.jar : java/jdom
  2. jaxen-full.jar : java/jaxen
  3. xercesImpl.jar : textproc/xerces-j
  4. java : java/openjdk8
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for jaxup-1.01_4: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
textproc_jaxup
USES:
zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://klomp.org/jaxup/
Collapse this list.

Number of commits found: 28

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.01_4
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.01_4
20 Jul 2022 14:23:14
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
textproc: remove 'Created by' lines

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

  *  "Choe, Cheng-Dae" whitekid
  *  -
  *  <glewis@FreeBSD.org>
  *  <koshy@india.hp.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron Straup Cope
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Ache
  *  Adam Herzog <adam@herzogdesigns.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.01_4
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
1.01_4
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.01_4
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.01_3
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
1.01_3
22 May 2015 20:34:29
Revision:387082Original commit files touched by this commit
mat search for other commits by this committer
Remove $FreeBSD$ from patches files everywhere.

With hat:	portmgr
Sponsored by:	Absolight
1.01_3
23 Jan 2015 16:03:58
Revision:377747Original commit files touched by this commit
antoine search for other commits by this committer
Remove explicit dependency on javavmwrapper for ports that USE_JAVA
1.01_3
20 Dec 2014 19:47:31
Revision:375113Original commit files touched by this commit
bapt search for other commits by this committer
cleanup plist
1.01_3
04 Jul 2014 23:59:15
Revision:360698Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak
1.01_3
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.01_3
11 Jun 2014 08:45:20
Revision:357433Original commit files touched by this commit
vanilla search for other commits by this committer
Stagify.
1.01_3
10 Mar 2014 17:25:26
Revision:347786Original commit files touched by this commit
bapt search for other commits by this committer
Convert textproc to USES=zip
1.01_3
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.01_3
24 Jan 2014 00:14:13
Revision:340872Original commit files touched by this commit
mat search for other commits by this committer
Yet another props cleanup commit.

With hat:	portmgr
Sponsored by:	Absolight
1.01_3
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.01_3
02 May 2013 14:34:30
Revision:317123Original commit files touched by this commit
bapt search for other commits by this committer
Please bmake(1) as well as make(1)
1.01_3
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.01_3
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.01_3
03 Jul 2011 14:40:25
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.01_3
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.01_2
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.01_1
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.01_1
12 Dec 2004 23:53:24
Original commit files touched by this commit
hq search for other commits by this committer
- Register needed JAR files in build dependencies as well [1]
- Use only those JAR files in the classpath when building utility classes

Reported by:    kris via pointyhat
1.01_1
09 Dec 2004 13:43:09
Original commit files touched by this commit
hq search for other commits by this committer
- Fix build: required JDK version is 1.4+ [1]
- Link API documention with Jaxen API and JDK Standard API, if installed
- Rephrase some statement to calm portlint

Reported by:    krion via pointyhat [1]
1.01_1
17 Nov 2004 16:54:29
Original commit files touched by this commit
hq search for other commits by this committer
Added a new class and a launcher shell script to perform command-line XUpdate
processing using Jaxup:

$ jaxup-xupdater <source-doc.xml> <xupdate-doc.xml>

Bumped PORTREVISION to reflect this new feature.
1.01
17 Nov 2004 03:02:13
Original commit files touched by this commit
hq search for other commits by this committer
A Java XML Update engine

Jaxup defines an interface to update XML documents, through which clients can
work without knowledge of the exact object model that the document uses. The
interface is called Updater, and the idea behind it is the same as with Jaxen's
Navigator interface. In addition, an implementation of xmldb.org's proposed
XUpdate specification is provided. The implementation is in the XUpdate class.

Implementations of the Updater interface are provided for the following object
models:

  - DOM
  - Dom4j
  - JDom

WWW: http://klomp.org/jaxup/

Number of commits found: 28