Port details |
- py-python-dtrace DTrace consumer for Python based on libdtrace
- 0.0.13 devel =2 0.0.13Version of this port present on the latest quarterly branch.
- Maintainer: gcj21@cl.cam.ac.uk
- Port Added: 2017-02-28 19:50:13
- Last Update: 2023-05-10 15:14:50
- Commit Hash: 0cff8bf
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://tmetsch.github.io/python-dtrace/
- Description:
- DTrace consumer for Python based on libdtrace.
Currently this package provides two modules: one wraps libdtrace using ctypes.
The other one uses cython.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}python-dtrace>0:devel/py-python-dtrace@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-python-dtrace/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-python-dtrace
- pkg install py39-python-dtrace
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-python-dtrace listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-python-dtrace
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1615201570
SHA256 (python-dtrace-0.0.13.tar.gz) = 23c6ddb3241686f6845d6333dade5215bb497c3e241a413f8251c42ae941123b
SIZE (python-dtrace-0.0.13.tar.gz) = 15619
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:
-
- cython-3.9 : lang/cython@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-pytest>0 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- cython-3.9 : lang/cython@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-python-dtrace
- USES:
- python
- 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.0.13 10 May 2023 15:14:50 |
Alexey Dokuchaev (danfe) |
Fix some more needless usages of UTF-8 where ASCII is sufficient
While here, drop the quotes around <beat 'em up> added in commit
fa4ecd821fadb6 as I have been convinced they are not needed here. |
0.0.13 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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.0.13 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.0.13 21 Apr 2021 12:14:48 |
Alex Richardson (arichardson) |
devel/py-python-dtrace: Update to 0.0.13
This can now be built without the source tree present since
dtrace.h is now installed for FreeBSD13+.
Test Plan: builds on my RPI4 without /usr/src now.
Reviewed By: lwhsu
Differential Revision: https://reviews.freebsd.org/D29127 |
0.0.11 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.0.11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.0.11 24 Jan 2021 14:18:20 |
antoine |
Make sure SRC_BASE is defined before testing it
MFH: 2021Q1 |
0.0.11 10 Jan 2021 16:10:45 |
arichardson |
devel/py-python-dtrace: Update to 0.0.11
I have committed changes upstream to allow building against Python3 as well
as patches to build on FreeBSD, so the current patches are no longer needed.
Reviewed by: swills
Differential Revision: https://reviews.freebsd.org/D28020 |
0.0.9 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.0.9 24 Nov 2019 04:53:11 |
linimon |
Prevent failure deep in the build if dtrace is not installed:
dtrace_cython/consumer.c:611:10: fatal error: 'sys/dtrace.h' file not found
Present a more informative message instead.
This affects (only some?) of the package building machines, e.g., for
powerpc64.
Approved by: portmgr (tier-2 blanket) |
0.0.9 20 Sep 2019 08:31:23 |
pkubaj |
devel/py-python-dtrace: unbreak on powerpc64
Builds fine.
Approved by: mentors (implicit approval) |
0.0.9 01 May 2019 09:01:29 |
amdmi3 |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
0.0.9 08 Jun 2018 02:56:28 |
linimon |
Mark as broken on powerpc64.
Approved by: portmgr (tier-2 blanket) |
0.0.9 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.0.9 28 Feb 2017 19:50:04 |
swills |
devel/py-python-dtrace: create port
DTrace consumer for Python based on libdtrace.
Currently this package provides two modules: one wraps libdtrace using ctypes.
The other one uses cython.
WWW: http://tmetsch.github.com/python-dtrace/
PR: 217419
Submitted by: Graeme Jenkinson <gcj21@cl.cam.ac.uk> (with changes) |