Port details |
- castxml C-family Abstract Syntax Tree XML Output
- 0.6.8_1 textproc =2 0.6.8Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-08-05 04:28:48
- Last Update: 2024-11-12 08:32:33
- Commit Hash: ecfd72c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel
- License: APACHE20
- WWW:
- https://github.com/CastXML/CastXML
- Description:
- Parse C-family source files and optionally write a subset of the Abstract Syntax
Tree (AST) to a representation in XML.
Source files are parsed as complete translation units using an internal Clang
compiler. XML output is enabled by the --castxml-output=<v> or --castxml-gccxml
option.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- castxml>0:textproc/castxml
- To install the port:
- cd /usr/ports/textproc/castxml/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/castxml
- pkg install castxml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: castxml
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1720597859
SHA256 (CastXML-CastXML-v0.6.8_GH0.tar.gz) = b517a9d18ddb7f71b3b053af61fc393dd81f17911e6c6d53a85f3f523ba8ad64
SIZE (CastXML-CastXML-v0.6.8_GH0.tar.gz) = 122609
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:
-
- sphinx-build : textproc/py-sphinx
- cmake : devel/cmake-core
- ninja : devel/ninja
- Test dependencies:
-
- libxml2.so : textproc/libxml2
- Library dependencies:
-
- libLLVM-19.so : devel/llvm19
- This port is required by:
- for Run
-
- textproc/py-pygccxml
Configuration Options:
- ===> The following configuration options are available for castxml-0.6.8_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_castxml
- USES:
- cmake:testing compiler:c++11-lang llvm:19,lib
- 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.6.8_1 12 Nov 2024 08:32:33 |
Yuri Victorovich (yuri) |
textproc/castxml: Remove LLVM-related options and use llvm19
PR: 282433 |
0.6.8 10 Jul 2024 16:00:54 |
Yuri Victorovich (yuri) |
textproc/castxml: update 0.6.7 → 0.6.8
Reported by: portscout |
0.6.7 04 Jul 2024 01:18:07 |
Yuri Victorovich (yuri) |
textproc/castxml: update 0.6.6 → 0.6.7
Reported by: portscout |
0.6.6 04 May 2024 08:27:23 |
Yuri Victorovich (yuri) |
textproc/castxml: update 0.6.5 → 0.6.6
Reported by: portscout |
0.6.5 14 Apr 2024 19:07:35 |
Yuri Victorovich (yuri) |
textproc/castxml: update 0.6.4 → 0.6.5
Reported by: portscout |
0.6.4_1 11 Apr 2024 16:00:43 |
Gleb Popov (arrowd) |
textproc/castxml: Install manpages to share/man
Approved by: portmgr (blanket) |
0.6.4 03 Apr 2024 15:57:02 |
Rene Ladan (rene) |
textproc/castxml: stop enumerating removed devel/llvm10 |
0.6.4 23 Jan 2024 08:05:11 |
Yuri Victorovich (yuri) |
textproc/castxml: update 0.6.3 → 0.6.4
Reported by: portscout |
0.6.3 18 Jan 2024 05:29:09 |
Yuri Victorovich (yuri) |
textproc/castxml: update 0.6.2 → 0.6.3
Reported by: portscout |
0.6.2 04 Jan 2024 05:48:35 |
Yuri Victorovich (yuri) |
textproc/castxml: update 0.6.1 → 0.6.2
Reported by: portscout |
0.6.1 22 Mar 2023 19:31:49 |
Yuri Victorovich (yuri) |
textproc/castxml: Update 0.6.0 → 0.6.1
Reported by: portscout |
0.6.0 22 Mar 2023 03:37:18 |
Yuri Victorovich (yuri) |
textproc/castxml: Update 0.5.0 → 0.6.0
Reported by: portscout |
0.5.0_1 15 Jan 2023 07:52:51 |
Tobias C. Berner (tcberner) |
textproc/castxml: remove options for deleted llvm70,80 and 90. |
0.5.0 09 Dec 2022 09:25:56 |
Yuri Victorovich (yuri) |
textproc/castxml: Update 0.4.7 -> 0.5.0
Reported by: portscout |
0.4.7 13 Nov 2022 06:53:37 |
Yuri Victorovich (yuri) |
textproc/castxml: Update 0.4.6 -> 0.4.7
Reported by: portscout |
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.4.6 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.4.6 02 Sep 2022 06:37:41 |
Yuri Victorovich (yuri) |
textproc/castxml: Update 0.4.5 -> 0.4.6
Reported by: portscout |
0.4.5_1 16 Aug 2022 15:21:33 |
Yuri Victorovich (yuri) |
textproc/castxml: Add all LLVM versions as options
PR: 265874
Reported by: adridg@ |
0.4.5 31 Jul 2022 16:49:17 |
Yuri Victorovich (yuri) |
textproc/castxml: Update g20181115 -> 0.4.5
Also add test target. |
g20181115_3 11 Jan 2022 02:48:50 |
Yasuhiro Kimura (yasu) Author: Danilo G. Baio |
textproc/py-sphinx: Update to 4.3.1
ChangeLog: https://github.com/sphinx-doc/sphinx/blob/v4.3.1/CHANGES
PR: 257116
Approved by: python (dbaio) |
g20181115_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g20181115_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20181115_3 06 Mar 2021 21:38:58 |
rene |
textproc/castxml: remove optional support for expired devel/llvm60 |
g20181115_3 20 Sep 2019 19:58:36 |
jbeich |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172 |
g20181115_2 07 Aug 2019 09:10:58 |
jbeich |
textproc/castxml: add LLVM_90 option after r508190 |
g20181115_2 07 Aug 2019 09:01:59 |
jbeich |
textproc/castxml: drop LLVM_40 option after r505416
Reported by: tobik |
g20181115_2 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 |
g20181115_1 16 May 2019 05:50:25 |
antoine |
llvm50 was removed |
g20181115_1 20 Mar 2019 12:23:26 |
jbeich |
Switch to devel/llvm80 for DEFAULT_VERSIONS
PR: 235215 |
g20181115 03 Feb 2019 20:30:34 |
yuri |
textproc/castxml: fix build with GCC-based architectures
PR: 235372
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
g20181115 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
g20181115 25 Nov 2018 08:55:31 |
yuri |
textproc/castxml: Update g20180728 -> g20181115; Add options to use various LLVM
versions; add the 'test' target
PR: 233492
Submitted by: Sean Champ <sean.p.champ@gmail.com> (LLVM options) |
g20180728 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
g20180728 05 Aug 2018 04:16:29 |
yuri |
New port: textproc/castxml: C-family Abstract Syntax Tree XML Output |