Port details |
- libxsd XSD runtime library
- 4.2.0 devel =2 4.2.0Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2023-12-30 21:00:07
- Last Update: 2023-12-30 20:59:02
- Commit Hash: 8c77316
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: FLOSSE GPLv2
- WWW:
- https://www.codesynthesis.com/projects/xsd/
- Description:
- libxsd is the runtime library for the XSD XML Schema to C++ data binding
compiler.
XSD is an open-source, cross-platform XML Schema to C++ data binding
compiler. Provided with an XML document specification (XML Schema), it
generates C++ classes that represent the given vocabulary as well as XML
parsing and serialization code. You can then access the data stored in
XML using types and functions that semantically correspond to your
application domain rather than dealing with generic elements/attributes
and raw strings.
- ¦ ¦ ¦ ¦
- 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/devel/libxsd/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libxsd
- pkg install libxsd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libxsd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1702699632
SHA256 (libxsd-4.2.0.tar.gz) = 55caf0038603883eb39ac4caeaacda23a09cf81cffc8eb55a854b6b06ef2c52e
SIZE (libxsd-4.2.0.tar.gz) = 189158
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:
-
- build2>=0 : devel/build2
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- expat>=2.4.9 : textproc/expat2
- xerces-c3>=3.2.4 : textproc/xerces-c3
- This port is required by:
- for Build
-
- textproc/libkolabxml
Configuration Options:
- ===> The following configuration options are available for libxsd-4.2.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_libxsd
- USES:
- pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.0 30 Dec 2023 20:59:02 |
Jason E. Hale (jhale) |
devel/xsd: Update to 4.2.0
Add two new support ports: devel/libxsd and devel/libxsd-frontend.
The runtime library was moved out of devel/xsd to devel/libxsd which is
why the headers are gone. The compiler frontend, which following a
previous comment in the devel/xsd Makefile suggesting that it should be a
separate port, but more out of necessity for compatibility with the
build2 build system, is now devel/libxsd-frontend.
The examples are now a separate distribution and I didn't really see any
urgent need to reincorporate them, as they would require yet another port
that the majority of our userbase would probably not be interested in as
xsd is ultimately just a build dependency for textproc/libkolabxml.
Update devel/libcutl to 1.11.0 due to header relocation.
Update textproc/libkolabxml to HEAD for C++11 compatibility.
Differential Revision: https://reviews.freebsd.org/D43080 |
Number of commits found: 1
|