Date: Thu, 14 Feb 2002 23:34:07 -0800 (PST) From: Mikhail Teterin <mi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/tcl-trf Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/tcl-trf/files patch-buggytests patch-configure patch-crypt patch-haval patch-loadman patch-md2 patch-md5dig patch-mkin patch-reftocrc ... Message-ID: <200202150734.g1F7Y7338928@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mi 2002/02/14 23:34:07 PST
Modified files:
devel Makefile
Added files:
devel/tcl-trf Makefile distinfo pkg-comment pkg-descr
pkg-plist
devel/tcl-trf/files patch-buggytests patch-configure
patch-crypt patch-haval patch-loadman
patch-md2 patch-md5dig patch-mkin
patch-reftocrc patch-sha patch-sha1
patch-test
Log:
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/
Revision Changes Path
1.761 +1 -0 ports/devel/Makefile
1.1 +53 -0 ports/devel/tcl-trf/Makefile (new)
1.1 +1 -0 ports/devel/tcl-trf/distinfo (new)
1.1 +36 -0 ports/devel/tcl-trf/files/patch-buggytests (new)
1.1 +21 -0 ports/devel/tcl-trf/files/patch-configure (new)
1.1 +25 -0 ports/devel/tcl-trf/files/patch-crypt (new)
1.1 +109 -0 ports/devel/tcl-trf/files/patch-haval (new)
1.1 +53 -0 ports/devel/tcl-trf/files/patch-loadman (new)
1.1 +128 -0 ports/devel/tcl-trf/files/patch-md2 (new)
1.1 +193 -0 ports/devel/tcl-trf/files/patch-md5dig (new)
1.1 +70 -0 ports/devel/tcl-trf/files/patch-mkin (new)
1.1 +14 -0 ports/devel/tcl-trf/files/patch-reftocrc (new)
1.1 +197 -0 ports/devel/tcl-trf/files/patch-sha (new)
1.1 +132 -0 ports/devel/tcl-trf/files/patch-sha1 (new)
1.1 +38 -0 ports/devel/tcl-trf/files/patch-test (new)
1.1 +1 -0 ports/devel/tcl-trf/pkg-comment (new)
1.1 +12 -0 ports/devel/tcl-trf/pkg-descr (new)
1.1 +80 -0 ports/devel/tcl-trf/pkg-plist (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202150734.g1F7Y7338928>
