summaryrefslogtreecommitdiff
path: root/devel/tcl-trf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Use -E, since Ex. RE are used;Alexander Langer2002-09-242-4/+7
| | | | | | - Fix plist and therefore bump PORTREVISION Noticed by: bento
* PERL -> REINPLACE_CMD.Mikhail Teterin2002-06-241-2/+4
|
* Make work with the new bsd.port.mk. The benefit of the magick, thatMikhail Teterin2002-03-291-4/+3
| | | | | | | | | | | used to work to figure out the name of the installed library automaticly is, probably, not worth the disadvantages USE_SUBMAKE would bring. Just hardcode the SHLIB_NAME and figure the SHLIB_LINK from it. While I'm here, add tcl-memchan to the BUILD_DEPEND, so the automatic self-testing is done every time this package is built Submitted by: bento
* Resolve a few more symbols at compile/link time, rather than atMikhail Teterin2002-02-177-52/+166
| | | | | | | | run-time. This fixes the bz2 commands. We link against -lmd, so use <md2.h> and <md5.h>, instead of <openssl/md[25].h> (why do we even install those separately?). Bump up portrevision. Change the reference (in the comment) from -lscrypt to -lcrypt.
* From the software's self-description:Mikhail Teterin2002-02-1517-0/+1163
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/