notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
tevent016 Talloc based event loop library
0.16.1_2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: samba@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-30 14:45:19
Last Update: 2025-03-13 07:39:36
Commit Hash: 47b3df7
License: LGPL3
WWW:
https://tevent.samba.org/
Description:
tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. Talloc is used for memory management, both internally and for private data provided by users of the library.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/tevent016-0.16.1_2/catalog.mk
  3. /usr/local/share/licenses/tevent016-0.16.1_2/LICENSE
  4. /usr/local/share/licenses/tevent016-0.16.1_2/LGPL3
  5. include/tevent.h
  6. lib/libtevent.so
  7. lib/libtevent.so.0
  8. lib/python3.11/site-packages/__pycache__/tevent.cpython-311.pyc
  9. lib/python3.11/site-packages/_tevent.cpython-311.so
  10. lib/python3.11/site-packages/tevent.py
  11. /usr/local/libdata/pkgconfig/tevent.pc
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • tevent016>0:devel/tevent016
Conflicts:
CONFLICTS_INSTALL:
  • tevent
To install the port:
cd /usr/ports/devel/tevent016/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/tevent016
  • pkg install tevent016
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tevent016
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1737642434 SHA256 (tevent-0.16.1.tar.gz) = 362971e0f32dc1905f6fe4736319c4b8348c22dc85aa6c3f690a28efe548029e SIZE (tevent-0.16.1.tar.gz) = 890010

Packages (timestamps in pop-ups are UTC):
tevent016
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.16.1_20.16.1_2-0.16.1_20.16.1_2---
FreeBSD:13:quarterly--------
FreeBSD:14:latest0.16.1_10.16.1_2-0.16.1_10.16.1_2---
FreeBSD:14:quarterly--------
FreeBSD:15:latest0.16.1_10.16.1_2n/a0.16.1_1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. talloc242>=2.4.2 : devel/talloc242
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. gettext-runtime>=0.22_1 : devel/gettext-runtime
  4. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. talloc242>=2.4.2 : devel/talloc242
  2. python3.11 : lang/python311
Library dependencies:
  1. libintl.so : devel/gettext-runtime
This port is required by:
for Build
  1. databases/ldb29
  2. net/samba420
for Run
  1. databases/ldb29
  2. net/samba420

Configuration Options:
===> The following configuration options are available for tevent016-0.16.1_2: DEBUG=off: Build with debugging support PYTHON=on: Python bindings or support ===> Use 'make config' to modify these settings
Options name:
devel_tevent016
USES:
compiler pkgconfig shebangfix waf gettext-runtime python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://ftp.samba.org/pub/tevent/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.16.1_2
13 Mar 2025 07:39:36
commit hash: 47b3df759415229017044b07129793d65f1cd2c0commit hash: 47b3df759415229017044b07129793d65f1cd2c0commit hash: 47b3df759415229017044b07129793d65f1cd2c0commit hash: 47b3df759415229017044b07129793d65f1cd2c0 files touched by this commit
Michael Osipov (michaelo) search for other commits by this committer
*/*: Rework manpages handling in Samba-related ports

* Remove outdated, incorrect, precompiled manpages from ${FILESDIR}/files/man.
* Properly disable manpages generation since XSLTPROC was set to true(1) WAF
  always assumed xsltproc(1) to work and if any automatic dependency pulled in
  textproc/docbook-xsl, manpages were generated even if explicitly disabled.

Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D49327
0.16.1_1
06 Feb 2025 04:58:50
commit hash: ed189afb08843f9b4246a380261b30b35a25fcabcommit hash: ed189afb08843f9b4246a380261b30b35a25fcabcommit hash: ed189afb08843f9b4246a380261b30b35a25fcabcommit hash: ed189afb08843f9b4246a380261b30b35a25fcab files touched by this commit
Yasuhiro Kimura (yasu) search for other commits by this committer
*/*: Fix conflict of PKGNAME

* Fix conflict of PKGNAME by adding PKGNAMESUFFIX to the ports below
  - databases/tdb1410
  - devel/talloc242
  - devel/tevent016
* Set CONFLICTS_INSTALL between different versions of each port.
* Update dependencies of databases/ldb29 and net/samba420 to reflect
  change of PKGNAME.
* Bump PORTREVISION of modified ports.

Reviewed by:	0mp, kiwi
Differential Revision:	https://reviews.freebsd.org/D48826
0.16.1
30 Jan 2025 14:41:59
commit hash: af6e6829b3d3acca6d1a12ce8ca994c7b39336e8commit hash: af6e6829b3d3acca6d1a12ce8ca994c7b39336e8commit hash: af6e6829b3d3acca6d1a12ce8ca994c7b39336e8commit hash: af6e6829b3d3acca6d1a12ce8ca994c7b39336e8 files touched by this commit
Xavier Beaudouin (kiwi) search for other commits by this committer
devel/tevent016: Update to 0.16.1

Also hook it to the build.

PR:		280533
Sponsored by:	Klara, Inc.
Approved by:	0mp (mentor)
Approved by:	samba (0mp, kiwi)
Differential Revision:	https://reviews.freebsd.org/D48658
0.15.0
30 Jan 2025 14:41:59
commit hash: 88f648d07d3c059903aee189b7e0703c37a7d04dcommit hash: 88f648d07d3c059903aee189b7e0703c37a7d04dcommit hash: 88f648d07d3c059903aee189b7e0703c37a7d04dcommit hash: 88f648d07d3c059903aee189b7e0703c37a7d04d files touched by this commit
Xavier Beaudouin (kiwi) search for other commits by this committer
devel/tevent016: Talloc based event loop library

tevent is a simple library that can handle the main event loop for an
application. It supports three kinds of events: timed events, file
descriptors becoming readable or writable and signals.

Talloc is used for memory management, both internally and for private
data provided by users of the library.

This port is needed for Samba 4.20

This commit is just a repocopy. I will update the port to the correct
version and connect it to the build in the next commit.

PR:		280533
Sponsored by:	Klara, Inc.
Approved by:	0mp (mentor)
Approved by:	samba (0mp, kiwi)
Differential Revision:	https://reviews.freebsd.org/D48658

Number of commits found: 4