Port details |
- tcl-signal Dynamically loadable signal handling for Tcl/Tk scripts
- 1.4.5 devel
=3 1.4.5Version of this port present on the latest quarterly branch. - Maintainer: tcltk@FreeBSD.org
 - Port Added: 2012-08-16 15:18:53
- Last Update: 2023-02-13 13:05:40
- Commit Hash: 42add00
- People watching this port, also watch:: dirdiff, tcl-wrapper, tclreadline, tclxml, tcl86
- License: MIT
- WWW:
- https://www.nyx.net/~mschwart/signal_ext.html
- Description:
- This extension adds dynamically loadable signal handling to
Tcl/Tk scripts.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tcl-signal>0:devel/tcl-signal
- To install the port:
- cd /usr/ports/devel/tcl-signal/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/tcl-signal
- pkg install tcl-signal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tcl-signal
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1676282440
SHA256 (wjoye-tclsignal-v1.4.5_GH0.tar.gz) = fc5185f90301f811703d0980662e073c09b82df251d60a26b9d51d45c44d4471
SIZE (wjoye-tclsignal-v1.4.5_GH0.tar.gz) = 123535
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:
-
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Library dependencies:
-
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_tcl-signal
- USES:
- tcl:tea autoreconf
- 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 |
1.4.5 13 Feb 2023 13:05:40
    |
Pietro Cerutti (gahr)  |
devel/tcl-signal: unbreak, update to 1.4.5
We now source from https://github.com/wjoye/tclsignal. The Tcl package
name of this improved version has changed from "Signal" to "tclsignal". |
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) |
1.4.0.1 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 ) |
1.4.0.1 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 ) |
1.4.0.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.4.0.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. |
1.4.0.1 20 Dec 2014 18:06:22
  |
bapt  |
Cleanup plist |
1.4.0.1 18 Feb 2014 16:28:46
  |
gahr  |
- STAGE-clean |
1.4.0.1 20 Sep 2013 17:17:45
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
19 Sep 2013 14:21:42

|
gahr  |
- Convert USE_TCL to USES=tcl |
1.4.0.1 26 Nov 2012 22:43:25
  |
gahr  |
- Update maintainership of my Tcl/Tk ports to tcltk@
- Trim Makefile headers
Feature safe: yes |
1.4.0.1 16 Aug 2012 15:25:38
 |
gahr  |
- Add missing PLIST_DIRS |
1.4.0.1 16 Aug 2012 15:18:33
 |
gahr  |
- New port: devel/tcl-signal
This extension adds dynamically loadable signal handling to Tcl/Tk scripts.
WWW: http://www.nyx.net/~mschwart/signal_ext.html |