Port details |
- xmlenc Light-weight XML encoding library for Java
- 0.52_3 textproc
=3 0.52_2Version 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
 - Port Added: 2002-10-11 23:23:08
- Last Update: 2024-12-31 14:39:30
- Commit Hash: ac7a7d6
- People watching this port, also watch:: jikes, fastjar, jdictionary, antlr, infobus
- Also Listed In: java
- License: not specified in port
- WWW:
- https://xmlenc.sourceforge.net/
- Description:
- Light-weight XML encoding library for Java. It fills the gap
between a light-weight parser like SAX, and a heavy-weight XML
output library, like JDOM.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/xmlenc/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/xmlenc
- pkg install xmlenc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xmlenc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xmlenc-0.52.tgz) = b9440fe46d4a4e53cfbef15f9702b3cff955728a210d3246faf50a24a7b3aa53
SIZE (xmlenc-0.52.tgz) = 103746
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- ant : devel/apache-ant
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xmlenc-0.52_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_xmlenc
- USES:
- java:ant,run tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.52_3 31 Dec 2024 14:39:30
    |
Muhammad Moinur Rahman (bofh)  |
Mk/Uses/java.mk: Runtime fix with USES=java:ant
USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.
Thanks to vvd for carefully going through this.
Reported by: vvd
Approved by: portmgr (blanket) |
0.52_2 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
0.52_2 01 Nov 2023 22:11:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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) |
0.52_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
0.52_2 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
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 ) |
0.52_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.52_2 30 Dec 2020 00:07:22
  |
glewis  |
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774 |
0.52_2 03 Sep 2015 14:09:18
  |
amdmi3  |
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket |
0.52_2 05 Jul 2014 00:00:50
  |
antoine  |
Unbreak |
0.52_2 04 Jul 2014 22:50:40
  |
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
0.52_2 11 Jun 2014 10:10:37
  |
vanilla  |
Stagify. |
0.52_2 02 Mar 2014 05:22:26
  |
tabthorpe  |
- Reassign ports to the heap
- Thank you hq@ for your years of service! |
0.52_2 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.52_2 02 May 2013 14:34:30
  |
bapt  |
Please bmake(1) as well as make(1) |
0.52_2 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
0.52_2 22 Aug 2009 00:37:17
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
0.52_2 06 Jun 2008 14:05:09
 |
edwin  |
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) |
0.52_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.52 23 May 2006 16:12:57
 |
hq  |
Update to 0.52 |
0.51 13 May 2006 04:24:52
 |
edwin  |
Remove USE_REINPLACE from categories starting with T |
0.51 24 Jan 2006 03:10:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.51 01 Nov 2005 22:09:51
 |
hq  |
Update to 0.51 |
0.49 14 Sep 2005 16:51:52
 |
hq  |
- Update to 0.49 [1]
- Don't try to mkdir ${JAVAJARDIR} since it has been in mtree for more than 3
years now
Reminded by: znerd (author) [1] |
0.47 01 Feb 2005 17:20:36
 |
hq  |
Update to 0.47 |
0.46 23 Dec 2004 15:46:31
 |
hq  |
- Update to 0.46
- Link API documentation with JDK Standard API documentation, if installed |
0.44 03 Dec 2004 01:01:34
 |
hq  |
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) |
0.44 25 Nov 2004 14:40:47
 |
hq  |
- Update to 0.44
- Update to bsd.java.mk 2.0
- Use USE_ANT
- ECHO -> ECHO_MSG
- Use INSTALL_DATA to install JAR file and docs
- Cleanup unused variables in Makefile |
0.43 17 Mar 2004 22:11:28
 |
znerd  |
Update to xmlenc 0.43. |
0.42 13 Mar 2004 13:38:00
 |
znerd  |
Update to xmlenc 0.42. |
0.41 12 Feb 2004 07:04:04
 |
znerd  |
Update to xmlenc 0.41.
See:
http://xmlenc.sourceforge.net/changes-0.41.txt |
0.39 01 Oct 2003 12:30:35
 |
znerd  |
Update to 0.39. |
0.37 12 Aug 2003 08:05:35
 |
znerd  |
Update to xmlenc 0.37. |
0.36 23 Jul 2003 14:30:29
 |
znerd  |
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me |
0.36 16 Jul 2003 14:16:17
 |
znerd  |
Update to xmlenc 0.36. |
0.33 29 Apr 2003 13:51:20
 |
znerd  |
Update from xmlenc 0.29 to xmlenc 0.33.
See:
http://xmlenc.sourceforge.net/changes-0.33.txt |
0.29 25 Apr 2003 13:36:48
 |
znerd  |
Update to xmlenc 0.29. |
0.28 25 Apr 2003 13:09:09
 |
znerd  |
Update to xmlenc 0.28. |
0.27 27 Mar 2003 13:04:36
 |
znerd  |
Update to xmlenc 0.27.
PR: 50117 |
0.26 07 Mar 2003 06:11:57
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.26 17 Jan 2003 08:42:11
 |
znerd  |
Update to version 0.26. |
0.19 03 Jan 2003 13:45:23
 |
znerd  |
Update to 0.19. |
0.15 22 Nov 2002 11:32:50
 |
znerd  |
Upgrade to 0.15. |
0.13 15 Nov 2002 15:37:40
 |
znerd  |
Upgrade to 0.13. |
0.12 15 Nov 2002 11:20:21
 |
znerd  |
Upgrade to 0.12. |
0.11 13 Nov 2002 13:27:57
 |
znerd  |
Upgrade to 0.11. |
0.9 12 Nov 2002 14:27:30
 |
znerd  |
Upgrade to 0.9. |
0.8 09 Nov 2002 14:06:28
 |
znerd  |
Upgrade to 0.8. |
0.6_1 18 Oct 2002 20:44:50
 |
znerd  |
Installing only JAR file and documentation. Installing these
in the right location now, too.
PR: 43948 |
0.6 14 Oct 2002 22:01:07
 |
znerd  |
Upgrade to xmlenc 0.6. |
0.2 11 Oct 2002 23:22:46
 |
znerd  |
New port: xmlenc, a light-weight XML encoding library for Java.
PR: 43946 |