Port details |
- libxsd-frontend W3C XML Schema compiler frontend
- 2.1.0_1 devel =2 2.1.0Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2023-12-30 21:00:07
- Last Update: 2024-10-25 15:56:41
- Commit Hash: 4d13b25
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://www.codesynthesis.com/projects/libxsd-frontend/
- Description:
- libxsd-frontend is a compiler frontend for the W3C XML Schema definition
language. It includes parser, semantic graph types and traversal mechanism.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libxsd-frontend>0:devel/libxsd-frontend
- To install the port:
- cd /usr/ports/devel/libxsd-frontend/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libxsd-frontend
- pkg install libxsd-frontend
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libxsd-frontend
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1702598278
SHA256 (libxsd-frontend-2.1.0.tar.gz) = 98321b9c2307d7c4e1eba49da6a522ffa81bdf61f7e3605e469aa85bfcab90b1
SIZE (libxsd-frontend-2.1.0.tar.gz) = 79844
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.16.0 : devel/build2
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libcutl.so : devel/libcutl
- libxerces-c.so : textproc/xerces-c3
- This port is required by:
- for Libraries
-
- devel/xsd
Configuration Options:
- ===> The following configuration options are available for libxsd-frontend-2.1.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_libxsd-frontend
- USES:
- compiler:c++2b-lang pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.0_1 25 Oct 2024 15:56:41 |
Po-Chuan Hsieh (sunpoet) |
textproc/xerces-c3: Update to 3.3.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12355023 |
2.1.0 28 Sep 2024 09:45:51 |
Dimitry Andric (dim) |
devel/libxsd-frontend: fix build with libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes www/qt5-webengine to fail to compile with clang 19 and
libc++ 19, resulting in errors similar to:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined
template 'std::char_traits<XSDFrontend::Bits::None>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
/wrkdirs/usr/ports/devel/libxsd-frontend/work/libxsd-frontend-2.1.0/libxsd-frontend/xml.hxx:100:23:
note: in instantiation of template class
'std::basic_string<XSDFrontend::Bits::None>' requested here
100 | NarrowString r (s);
| ^ (Only the first 15 lines of the commit message are shown above ) |
2.1.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: 3
|