Port details |
- dbus-tcl Tcl interface to the D-Bus messaging system
- 4.1 devel =3 3.1_1Version of this port present on the latest quarterly branch.
- Maintainer: tcltk@FreeBSD.org
- Port Added: 2014-04-24 14:29:25
- Last Update: 2024-10-22 07:29:54
- Commit Hash: 4f8c338
- People watching this port, also watch:: dirdiff, tcl-wrapper, tclreadline, tclxml, tcl86
- License: ISCL
- WWW:
- http://chiselapp.com/user/schelte/repository/dbus/home
- Description:
- The DBus-Tcl project provides a Tcl interface to the dbus message bus system.
It contains packages that allow Tcl programs to send and receive dbus signals,
as well as invoke and respond to dbus method calls.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dbus-tcl>0:devel/dbus-tcl
- To install the port:
- cd /usr/ports/devel/dbus-tcl/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/dbus-tcl
- pkg install dbus-tcl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dbus-tcl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729580537
SHA256 (dbus-4.1.tar.gz) = 2de951380e5b489526a054dae8c3ce6e37c82d932a69ffa816e64b3aa8b056d6
SIZE (dbus-4.1.tar.gz) = 160629
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:
-
- dtplite : devel/tcllib
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libdbus-1.so : devel/dbus
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dbus-tcl-4.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_dbus-tcl
- USES:
- pkgconfig tcl:tea
- 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.1 22 Oct 2024 07:29:54 |
Pietro Cerutti (gahr) |
devel/dbus-tcl: update to 4.1
Version 4.0 - Oct 7 2023
- Explicitly convert strings in dbus messages from utf-8.
- Add arg#, arg#path, arg0namespace, and path_namespace filter keys.
- Drop the leading '-' from the filter keys, but still tolerate them for
backward compatibility.
- Make bus IDs distinct from bus names. Aliases are provided for limited
backward compatibility (possible incompatibility)
- Add an option to send a signal to a specific destination.
- Provide details of the dbus response message in the return options of the call
command.
Version 4.1 - Sep 27 2024
- Make the code compatible with Tcl 9. |
3.1_1 23 Feb 2024 11:25:02 |
Muhammad Moinur Rahman (bofh) |
devel/dbus-tcl: Moved man to share/man
Approved by: portmgr (blanket) |
3.1 29 Aug 2023 08:42:52 |
Pietro Cerutti (gahr) |
devel/dbus-tcl: update to 3.1 |
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) |
3.0 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 ) |
3.0 29 Jul 2022 14:01:24 |
Pietro Cerutti (gahr) |
devel/dbus-tcl: update to 3.0
Changes:
- Each dbus connect command now creates a new connection to the dbus.
This change was needed to be able to use the new preferred way of
monitoring the dbus using the BecomeMonitor method.
- Improve error reporting by providing useful errorCodes. |
2.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.2 30 Jun 2021 07:23:04 |
Pietro Cerutti (gahr) |
devel/dbus-tcl: fix PLIST_FILES |
2.2 28 Jun 2021 14:30:06 |
Pietro Cerutti (gahr) |
devel/dbus-tcl: update to 2.2
Changelog:
https://chiselapp.com/user/schelte/repository/dbus/artifact/7c900656c885c5f2 |
2.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1_2 06 May 2020 09:47:52 |
gahr |
devel/dbus-tcl: make it build with out make, bump PORTREVISION |
2.1_1 06 May 2020 09:36:11 |
gahr |
devel/dbus-tcl: restore WWW heading in pkg-descr
Reported by: danfe |
2.1_1 05 May 2020 08:22:40 |
gahr |
devel/dbus-tcl: unbreak by updating master site
Also, use gmake to build.
PR: 246165
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> |
2.1 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
2.1 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
2.1 13 Jun 2019 15:02:39 |
gahr |
Remove left-over meaningless 85+ from USES t(cl|k) |
2.1 19 Apr 2016 14:20:01 |
gahr |
Add "tea" argument to USES=tcl to facilitate porting of TEA-based extensions.
Quoting https://tcl.tk/doc/tea:
"The Tcl Extension Architecture, or TEA, by John Ousterhout and others, is a
set of guidelines and techniques for the distribution, configuration,
compilation, and installation of Tcl extensions. TEA also provides a set of
utilities that operate accordingly. Many Tcl extensions leverage the TEA
utilities, which are designed to be easily customizable."
To facilitate the porting of TEA-based extensions, I have added the new "tea"
argument to USES=tcl. This argument prepares the autoconf environment by
setting GNU_CONFIGURE and sets some commonly used CONFIGURE_ARGS. Also, it
tries to figure out the correct extension name, sets TCL_PKG accordingly, and
adds it to PLIST_SUB.
I have modified a few ports to take advantage of this. More will come. |
2.1 11 Apr 2016 13:33:20 |
gahr |
devel/dbus-tcl: improve test target |
2.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.1 01 Sep 2015 15:53:47 |
amdmi3 |
- Fix build without DOCS: dtplite dependency is always used, build fails without
it
Approved by: portmgr blanket |
2.1 20 Jun 2015 09:51:32 |
gahr |
- Update to 2.1
Changes:
* Add support for passing file handles over the dbus.
* Add a new dbus info subcommand to check if a dbus connection supports file
descriptor passing.
* Allow method scripts to decide at runtime if the response will be given
asynchronous or not.
* Do monitoring via a filter, rather than a fallback handler. That way also
method_return- and error messages can be seen.
* Accept server addresses as dbus identifiers for all commands.
* Allow specifying an empty string for the dbus call -handler option, which
will be handled the same as not having the option at all, i.e.:
synchronous operation.
* Properly handle 32- and 64-bit unsigned arguments
* The unknown subcommand should also understand the -details option
* Make sure type signatures and object paths are valid before passing them to
dbus functions, because the library will panic on invalid values.
* Implement "integer constant is too large" patch provided by Stuart.
* Fix wrong return code from [dbus info capabilities] |
2.0 20 Dec 2014 18:06:22 |
bapt |
Cleanup plist |
2.0 24 Apr 2014 14:29:18 |
gahr |
- New port: devel/dbus-tcl
The DBus-Tcl project provides a Tcl interface to the dbus message bus system.
It contains packages that allow Tcl programs to send and receive dbus signals,
as well as invoke and respond to dbus method calls.
WWW: http://dbus-tcl.sf.net |