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
libnxml C library for writing XML 1.0/1.1 files or streams
0.18.3_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 0.18.3_4Version of this port present on the latest quarterly branch.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-04-09 18:03:54
Last Update: 2022-09-11 16:05:21
Commit Hash: 3ce42d0
Also Listed In: devel
License: LGPL21
WWW:
https://github.com/bakulf/libnxml
Description:
nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321, 2143, 2312).
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 (13 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libnxml-0.18.3_4/catalog.mk
  3. /usr/local/share/licenses/libnxml-0.18.3_4/LICENSE
  4. /usr/local/share/licenses/libnxml-0.18.3_4/LGPL21
  5. include/nxml.h
  6. lib/libnxml.a
  7. lib/libnxml.so
  8. lib/libnxml.so.0
  9. lib/libnxml.so.0.18.3
  10. libdata/pkgconfig/nxml.pc
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • libnxml>0:textproc/libnxml
To install the port:
cd /usr/ports/textproc/libnxml/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/libnxml
  • pkg install libnxml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libnxml
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (libnxml-0.18.3.tar.gz) = 0f9460e3ba16b347001caf6843f0050f5482e36ebcb307f709259fd6575aa547 SIZE (libnxml-0.18.3.tar.gz) = 361977

Packages (timestamps in pop-ups are UTC):
libnxml
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.18.3_40.18.3_40.18.3_40.18.3_40.18.3_4-0.18.3_4-
FreeBSD:13:quarterly0.18.3_40.18.3_40.18.3_40.18.3_40.18.3_40.18.3_40.18.3_40.18.3_4
FreeBSD:14:latest0.18.3_40.18.3_40.18.3_40.18.3_40.18.3_40.18.3_4-0.18.3_4
FreeBSD:14:quarterly0.18.3_40.18.3_4-0.18.3_40.18.3_40.18.3_40.18.3_40.18.3_4
FreeBSD:15:latest0.18.3_40.18.3_4n/a0.18.3_4n/a0.18.3_40.18.3_40.18.3_4
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libcurl.so : ftp/curl
This port is required by:
for Libraries
  1. editors/morla
  2. textproc/libmrss

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. audio/gimmix*
  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:
No options to configure
Options name:
textproc_libnxml
USES:
libtool pathfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://www.autistici.org/bakunin/libnxml/
Collapse this list.

Number of commits found: 40

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.18.3_4
11 Sep 2022 16:05:21
commit hash: 3ce42d02d4208fe1da62c0da8eca904541c6d2e7commit hash: 3ce42d02d4208fe1da62c0da8eca904541c6d2e7commit hash: 3ce42d02d4208fe1da62c0da8eca904541c6d2e7commit hash: 3ce42d02d4208fe1da62c0da8eca904541c6d2e7 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
textproc/libnxml: fix MASTER_SITES and WWW [1] variables

- add LICENSE
- strip library installed

Suggested by:	se (via private email)  [1]
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)
0.18.3_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)
0.18.3_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)
0.18.3_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.
0.18.3_4
08 Dec 2016 17:01:32
Revision:428136Original commit files touched by this commit
tijl search for other commits by this committer
Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
0.18.3_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
0.18.3_3
02 Mar 2015 23:51:50
Revision:380311Original commit files touched by this commit
bapt search for other commits by this committer
Remove Author from pkg-descr and white space fixes
0.18.3_3
05 Aug 2014 14:56:15
Revision:364112Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch textproc/libnxml to USES=libtool, drop .la files
- Switch to USES=pathfix
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
0.18.3_2
14 Jul 2014 18:42:04
Revision:361812Original commit files touched by this commit
bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
0.18.3_2
21 Jan 2014 23:40:23
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
0.18.3_2
21 Jan 2014 07:24:04
Revision:340559Original commit files touched by this commit
mat search for other commits by this committer
Support staging.

Sponsored by:	Absolight
0.18.3_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)
0.18.3_2
11 Jul 2013 16:26:27
Revision:322783Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
0.18.3_1
09 Nov 2011 15:26:04
Original commit files touched by this commit
miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
0.18.3_1
29 Oct 2011 19:01:59
Original commit files touched by this commit
kwm search for other commits by this committer
Fix build with FreeBSD 10

Approved by:    portmgr (miwi)
0.18.3_1
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
0.18.3_1
03 Jul 2011 14:40:25
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.18.3_1
03 Apr 2010 10:44:36
Original commit files touched by this commit
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
0.18.3
26 Jan 2009 10:05:00
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.18.3
0.18.2_1
23 Jan 2009 15:43:14
Original commit files touched by this commit
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
0.18.2
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.18.2
02 Apr 2008 20:47:55
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.18.2
0.18.1
21 Feb 2008 13:03:02
Original commit files touched by this commit
nivit search for other commits by this committer
- Fix download site
0.18.1
22 Sep 2007 09:22:23
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.18.1
0.18.0
20 Jul 2007 10:11:16
Original commit files touched by this commit
sat search for other commits by this committer
- Make fetchable

Approved by:    nivit (maintainer inactivity, the previous commit was
                by timeout)
0.18.0
18 Jul 2007 02:52:15
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.18.0
- previous related PR (113697) was filed one month ago, therefore forced
timeout.

PR:             ports/114467
Submitted by:   clsung
Approved by:    maintainer (nivit, timeout)
0.17.2
18 Apr 2007 20:46:20
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.17.2
0.17.1
22 Mar 2007 15:50:43
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.17.1
- Add CONFIGURE_TARGET and CPPFLAGS, fixing configure warnings
0.17
16 Mar 2007 09:59:47
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.17
0.16
04 Jan 2007 10:25:48
Original commit files touched by this commit
nivit search for other commits by this committer
- Updated to 0.16

PR:             107420
Approved by:    clsung (mentor)
0.15_1
13 Dec 2006 12:41:36
Original commit files touched by this commit
roam search for other commits by this committer
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:   -ports
0.15
10 Dec 2006 01:21:51
Original commit files touched by this commit
nivit search for other commits by this committer
- Updated email address in my ports

Approved by:    alexbl (mentor)
0.15
08 Nov 2006 23:36:25
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 0.15

PR:             ports/105260
Submitted by:   Nicola Vitale (maintainer)
0.14
31 Oct 2006 07:47:42
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.14
- from ChangeLog
  20061027 libnxml 0.14
  basic/digest authentication

PR:             ports/104894
Submitted by:   clsung
Approved by:    maintainer (Nicola Vitale)
0.13
17 Sep 2006 11:59:44
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 0.13
- s,INSTALLS_SHLIB,USE_LDCONFIG,

PR:             ports/103323
Submitted by:   Nicola Vitale <nivit at email.it> (maintainer)
0.12
13 Jul 2006 08:35:53
Original commit files touched by this commit
clsung search for other commits by this committer
- update to 0.12

PR:             ports/100198
Submitted by:   maintainer (Nicola Vitale)
0.11
17 Jun 2006 14:20:46
Original commit files touched by this commit
itetcu search for other commits by this committer
Update to 0.11

PR:             ports/99080
Submitted by:   maintainer
0.9
08 Jun 2006 15:49:43
Original commit files touched by this commit
garga search for other commits by this committer
- Update to 0.10

PR:             ports/98705
Submitted by:   maintainer
0.9
09 Apr 2006 18:02:57
Original commit files touched by this commit
garga search for other commits by this committer
nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files
or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321,
2143, 2312).

Author: Andrea Marchesini <bakunin@autistici.org>
WWW:    http://www2.autistici.org/bakunin/libnxml/doc/

PR:             ports/95539
Submitted by:   Nicola Vitale   <nivit@email.it>

Number of commits found: 40