summaryrefslogtreecommitdiff
path: root/devel/tcl-trf/files/patch-sha (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Resurrect this port from the Attic based on the new version from theMikhail Teterin2009-07-131-0/+244
| | | | | | | | | | | author. As before, we modify the author's code to use either OpenSSL's -lcrypto or BSD's -lmd /directly/ instead of compiling the bundled definitions digests. We also link with -lz and -lbz2 instead of dlopen-ing them at run-time. Notes: svn path=/head/; revision=237667
* Remove devel/tcl-trf as it has been marked BORKEN for over 5 months.Erwin Lansing2009-06-131-196/+0
| | | | Notes: svn path=/head/; revision=235726
* Retreat to using OpenSSL's message digest routines instead of -lmd. TheyMikhail Teterin2004-07-111-24/+15
| | | | | | | | | | | | | | are sometimes faster and never slower. Using -lmd is still possible by building with ``TRF_USE_MD=yes''. Bump PORTREVISION. Use the RIPEMD160* routines from -lcrypto (or -lmd) instead of our own -- just like for md[25] and sha*. Neither -lcrypto nor -lmd provide RIPEMD128 (not strong enough?), so stay with our own implementation. sparc64/amd64 are not expected to work yet... Notes: svn path=/head/; revision=113381
* Explicitly include <sys/types.h> and <unistd.h> to fix the breakage onMikhail Teterin2004-07-091-7/+15
| | | | | | | | recent -current. Fix warnings -- on x86, at least, the package now builds with ``-Wall -Werror''. Notes: svn path=/head/; revision=113308
* From the software's self-description:Mikhail Teterin2002-02-151-0/+197
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/ Notes: svn path=/head/; revision=54735