aboutsummaryrefslogtreecommitdiff
path: root/devel/tcl-trf
Commit message (Collapse)AuthorAgeFilesLines
* - Mark BROKEN: self-tests failPav Lucistnik2009-01-061-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=225346
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* While trying to upgrade devel/tcllib several test failures were detectedMikhail Teterin2006-05-082-1/+25
| | | | | | | | | | | | | | | | | in the RIPEMD128 implementation. Turns out, the problem was fixed a few months ago by the TRF author in CVS. This commit adds a patch and bumps portrevision. Although the same problem existed in the TRF's RIPEMD160 implementation, it did not affect this port, because it uses the OpenSSL's (or -lmd's) implementations of all digests -- except those, which are considered obsolete and no longer shipped. Like rmd128. Thanks to: Denis Shaposhnikov Notes: svn path=/head/; revision=161733
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Don't compile haval.1996/haval.c separately, but as part of the topMikhail Teterin2004-07-123-26/+2
| | | | | | | | | haval.c (as in vendor's code). This works around weirdness in vendor's endianness-determining pre-processor code and unbreaks sparc64. Much rejoicing... Notes: svn path=/head/; revision=113480
* Add a patch ensuring uint32_t is used, where a 32-bit unsignedMikhail Teterin2004-07-122-2/+34
| | | | | | | | | | | | integer is implied. This fixes RIPEMD128 on Sparc64 and AMD64, as well as HAVAL on AMD64. HAVAL on Sparc64 remains broken due, apparently, to an endiannes issue, which, for now, escapes my understanding. Unbreak on amd64. Notes: svn path=/head/; revision=113475
* Retreat to using OpenSSL's message digest routines instead of -lmd. TheyMikhail Teterin2004-07-1110-142/+346
| | | | | | | | | | | | | | 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
* Use ``$(CC) -shared'' insted of ld to create shared library. ThisMikhail Teterin2004-07-091-3/+6
| | | | | | | allows to use non-default compilers, such as icc. Notes: svn path=/head/; revision=113312
* Explicitly include <sys/types.h> and <unistd.h> to fix the breakage onMikhail Teterin2004-07-0910-45/+279
| | | | | | | | recent -current. Fix warnings -- on x86, at least, the package now builds with ``-Wall -Werror''. Notes: svn path=/head/; revision=113308
* Also fails testsuite on amd64.Kris Kennaway2004-06-011-1/+1
| | | | Notes: svn path=/head/; revision=110585
* BROKEN on sparc64: Fails testsuite during buildKris Kennaway2004-05-131-0/+4
| | | | Notes: svn path=/head/; revision=109063
* Unbreak. Builds, installs fine on fresh current. Disable the parallelMikhail Teterin2004-04-041-5/+1
| | | | | | | | build, as the only thing, that could've prevented it from properly installing in the past. Notes: svn path=/head/; revision=106148
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Per bento logs, mark as broken on 5.x, although not for the usual gccMark Linimon2003-12-191-1/+7
| | | | | | | reasons. Informed maintainer. Notes: svn path=/head/; revision=96200
* Parametrize the version number to unbreak packaging -- we switchedMikhail Teterin2003-12-132-2/+3
| | | | | | | | | | the default to Tcl-8.4, but the version in pkg-plist was hardcoded as 8.3 Prodded by: kris Notes: svn path=/head/; revision=95740
* Change the default TCL_VER to 8.4 to match that of tcl-memchan.Mikhail Teterin2003-10-311-2/+2
| | | | | | | Submitted by: kris, the ports janitor Notes: svn path=/head/; revision=92669
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* - Use -E, since Ex. RE are used;Alexander Langer2002-09-242-4/+7
| | | | | | | | | - Fix plist and therefore bump PORTREVISION Noticed by: bento Notes: svn path=/head/; revision=67089
* PERL -> REINPLACE_CMD.Mikhail Teterin2002-06-241-2/+4
| | | | Notes: svn path=/head/; revision=61892
* 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 Notes: svn path=/head/; revision=56882
* 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. Notes: svn path=/head/; revision=54822
* 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/ Notes: svn path=/head/; revision=54735