Port details |
- phasar LLVM-based static analysis framework
- 2403_2 devel =2 2403Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-01-16 05:39:08
- Last Update: 2024-11-20 10:05:25
- Commit Hash: 312ee18
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: science
- License: MIT
- WWW:
- https://phasar.org/
- Description:
- PhASAR is a LLVM-based static analysis framework written in C++. It allows users
to specify arbitrary data-flow problems which are then solved in a
fully-automated manner on the specified LLVM IR target code. Computing points-to
information, call-graph(s), etc. is done by the framework, thus you can focus on
what matters.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/phasar/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/phasar
- pkg install phasar
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: phasar
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1713056991
SHA256 (secure-software-engineering-phasar-v2403_GH0.tar.gz) = 57a9b47e763ed746d61b69dced0519c039f5c49245a28d2f9167ac9879f45dbc
SIZE (secure-software-engineering-phasar-v2403_GH0.tar.gz) = 7447366
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- bash : shells/bash
- python3.11 : lang/python311
- Library dependencies:
-
- libboost_graph.so : devel/boost-libs
- libcurl.so : ftp/curl
- libLLVM-14.so : devel/llvm14
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_phasar
- USES:
- cmake:testing llvm:lib,min=14,max=14 localbase:ldflags python shebangfix sqlite
- 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 |
2403_2 20 Nov 2024 10:05:25 |
Dima Panov (fluffy) |
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by: Future Crew, LLC |
2403_1 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
2403 26 Apr 2024 07:15:21 |
Yuri Victorovich (yuri) |
devel/phasar: Fix build on some systems by adding missing #include <vector>
Reported by: fallout |
2403 14 Apr 2024 19:07:37 |
Yuri Victorovich (yuri) |
devel/phasar: update 1222 → 2403
Reported by: portscout |
1222 29 Sep 2023 19:05:06 |
Muhammad Moinur Rahman (bofh) |
devel/phasar: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket) |
1222 19 Jun 2023 14:08:59 |
Yuri Victorovich (yuri) |
devel/phasar: Fix build on 14 by using C++ compiler provided by llvm package
Build was failing because C++ compiler was from a different llvm version
than the llvm library provided by USES=llvm.
PR: 272075 |
1222 16 Jan 2023 05:38:09 |
Yuri Victorovich (yuri) |
devel/phasar: New port: LLVM-based static analysis framework |