diff options
author | mi <mi@FreeBSD.org> | 2002-02-15 15:34:07 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-02-15 15:34:07 +0800 |
commit | 13463068567ab26ef5674824bc555184792e5223 (patch) | |
tree | 59b435b37961c4bf07115f8d875bb2a697936066 /devel/Makefile | |
parent | 6351471aecc09d84442641637d5142be349e20f8 (diff) | |
download | freebsd-ports-gnome-13463068567ab26ef5674824bc555184792e5223.tar.gz freebsd-ports-gnome-13463068567ab26ef5674824bc555184792e5223.tar.zst freebsd-ports-gnome-13463068567ab26ef5674824bc555184792e5223.zip |
From the software's self-description:
Trf is a TCL extension library. It extends the language
at the C-level with so-called ``transformer''-procedures.
The package is able to intercept all read/write operations
on designated channels, thus giving it the ability to
transform the buffer contents as desired. This allows
things like transparent encryption, compression, charset
recoding, etc. Build upon this framework (and as proof of
concept) a collection of tcl-level commands was implemented,
most of them related to cryptography.
WWW: http://www.oche.de/~akupries/soft/trf/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 19aa00fe965c..b83e6964b373 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -644,6 +644,7 @@ SUBDIR += t1lib SUBDIR += tcl-memchan SUBDIR += tcl-neo + SUBDIR += tcl-trf SUBDIR += tclcheck SUBDIR += tclcl SUBDIR += tclgetopts |