Port details |
- xsd W3C XML Schema to C++ translator
- 4.2.0_1 devel =2 4.2.0Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2013-02-03 20:41:14
- 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: FLOSSE GPLv2
- WWW:
- https://www.codesynthesis.com/projects/xsd/
- Description:
- CodeSynthesis XSD is a W3C XML Schema to C++ translator. It generates
vocabulary-specific, statically-typed C++ mappings (also called bindings) from
XML Schema definitions. XSD supports two C++ mappings: in-memory C++/Tree and
event-driven C++/Parser.
The C++/Tree mapping consists of C++ classes that represent data types defined
in XML Schema, a set of parsing functions that convert XML documents to a
tree-like in-memory object model, and a set of serialization functions that
convert the object model back to XML.
The C++/Parser mapping provides parser skeletons for data types defined in XML
Schema. Using these parser skeletons you can build your own in-memory
representations or perform immediate processing of XML documents.
- ¦ ¦ ¦ ¦
- 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/xsd/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/xsd
- pkg install xsd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xsd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1702607105
SHA256 (xsd-4.2.0.tar.gz) = 2bed17c601cfb984f9a7501fd5c672f4f18eac678f5bdef6016971966add9145
SIZE (xsd-4.2.0.tar.gz) = 1082536
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
- Library dependencies:
-
- libcutl.so : devel/libcutl
- libxerces-c.so : textproc/xerces-c3
- libxsd-frontend.so : devel/libxsd-frontend
- This port is required by:
- for Build
-
- net/liblinphone
- textproc/libkolabxml
Configuration Options:
- ===> The following configuration options are available for xsd-4.2.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_xsd
- USES:
- compiler:c++2b-lang pkgconfig
- 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 |
4.2.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 |
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 |
4.1.0.a11_2 03 Nov 2023 07:17:38 |
Michael Osipov (michaelo) |
*/*: Bump PORTREVISION for Ghostscript 10 change
Reported by: sunpoet
Approved by: jrm (mentor), sunpoet
Differential Revision: https://reviews.freebsd.org/D42412 |
4.1.0.a11_1 05 Jul 2023 08:49:09 |
Raphael Kubo da Costa (rakuco) |
devel/libcutl: Explain why USE_CXXSTD=c++11 is used
While here, also add a note to its only consumer, devel/xsd, to mention
why it also needs USE_CXXSTD and when it can be removed. |
4.1.0.a11_1 29 Jun 2023 17:22:21 |
Tobias C. Berner (tcberner) |
devel/xsd: fix build on current
explicitely set std to c++11 |
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) |
4.1.0.a11_1 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 ) |
4.1.0.a11_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
4.1.0.a11 21 Jul 2021 08:12:41 |
Tobias C. Berner (tcberner) |
devel/xsd: update to xsd-4.1.0.a11
Follow Linux distiributions and update to the lastest available (still
old) version xsd-4.1.0.a11. |
4.0.0_4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.0.0_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.0_4 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
4.0.0_3 06 Mar 2019 08:21:30 |
jbeich |
devel/xsd: unbreak with libc++ 8
In file included from xsd/xsd/xsd.cxx:5:
In file included from /usr/include/c++/v1/map:480:
In file included from /usr/include/c++/v1/__tree:15:
In file included from /usr/include/c++/v1/iterator:417:
In file included from /usr/include/c++/v1/__functional_base:15:
In file included from /usr/include/c++/v1/type_traits:406:
In file included from /usr/include/c++/v1/cstddef:38:
libxsd-frontend/version:1:1: error: expected unqualified-id
2.0.0
^
PR: 236192
Reported by: pkg-fallout
Approved by: portmgr blanket |
4.0.0_3 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
4.0.0_2 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
4.0.0_1 18 Jun 2018 19:03:04 |
linimon |
Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint.
Tested for no regression on amd64.
Approved by: portmgr (tier-2 blanket) |
4.0.0_1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
4.0.0_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.0.0_1 25 Nov 2015 13:05:52 |
rakuco |
Update libcutl to 1.10 and bump PORTREVISION in dependent ports. |
4.0.0 06 Sep 2015 22:14:56 |
rakuco |
Update to 4.0.0.
- Get rid of most of our patches: all the build fix patches are now
unneeded, and the only ones we still have in files/ are there to either
rename the xsd binary or install files into the right locations.
- Get rid of most bundled dependencies: use devel/build instead of the
bundled copy, and libcutl via devel/libcutl. The only exception is
libxsd-frontend, simply because its upstream is too horrible: it does not
even contain a `make install' target.
- Expand the LICENSE part: the port is GPLv2-licensed, but also contains
exceptions to allow its use with most free software licenses.
- Set CPPFLAGS, not CXXFLAGS, as the former's where we normally pass
additional include paths. |
3.3.0_1 13 Dec 2014 00:20:08 |
mi |
Patch upstream's custom script for dependency-generation
to avoid using overly-long sed commands. This is achieved
by separating one large command (-e "cmd1;cmd2;...") into
multiple ones (-e "cmd1" -e "cmd2" ...).
The long command was hitting our sed's limit of 2048...
PR: 177018
Approved by: maintainer (makc)
Sponsored by: United Wallabies |
3.3.0_1 27 Oct 2014 11:09:47 |
bapt |
Cleanup plist |
3.3.0_1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
3.3.0_1 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
3.3.0_1 13 Feb 2014 09:33:25 |
makc |
- Add missing DOCS and EXAMPLES options to OPTIONS_DEFINE [1]
- Shorten comment
Prompted by: ehaupt [1] |
3.3.0_1 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
3.3.0 12 Dec 2013 10:53:38 |
bapt |
Convert LIB_DEPENDS for ports depending on boost |
3.3.0 05 Nov 2013 17:59:05 |
rakuco |
- Support staging.
- Convert from USES_GMAKE=yes to USES=gmake.
Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm> |
3.3.0 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
3.3.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.3.0 03 Feb 2013 20:40:58 |
makc |
Add new ports required for deskutils/kdepim4.
Reminded by: rakuco
Pointyhat to: me |