FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 11:12 PM BST
Port details
tcl-trf 2.1.4 devel on this many watch lists=1 search for ports that depend on this port
Data conversion, digests, compression, error-correction for Tcl
Maintained by: mi@aldan.algebra.com search for ports maintained by this maintainer
Port Added: 15 Feb 2002 04:34:07
Also Listed In: tcl
License: not specified in port


This  is  a  loadable  extension  to Tcl  providing  commands  for  data
conversion, message  digests, zlib based  compression, error-correction,
channel-based manipulation of  binary data. Trf extends  the language at
the C-level with so-called  ``transformer''-procedures. With the help of
some  patches (*)  to the  core  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.

WWW: http://www.oche.de/~akupries/soft/trf/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/tcl85, devel/tcl-memchan
Required Libraries: lang/tcl85
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/tcl-trf/ && make install clean
To add the package: pkg_add -r tcl-Trf


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://sunet.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://iweb.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://switch.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://surfnet.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://kent.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://freefr.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://voxel.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://jaist.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://osdn.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://nchc.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://ncu.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://transact.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://softlayer.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://internode.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://ufpr.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
http://waix.dl.sourceforge.net/project/tcltrf/tcltrf/2.1.4/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 29

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
03 Jul 2011 14:59:23
Original commit files touched by this commit  2.1.4
ohauer search for other commits by this committer
-remove MD5
09 Nov 2009 01:21:34
Original commit files touched by this commit  2.1.4
mi search for other commits by this committer
Use SourceForge's mirrors, now that the distfile is available there AND
no longer available in the interim location.

Pushed by:      erwin (pointyhat)
14 Jul 2009 03:44:15
Original commit files touched by this commit  2.1.4
mi search for other commits by this committer
Add ``regression-test'' and ``check'' aliases to the test-target. The
first one is, I'm told, invoked by our build-cluster while building
official packages. The second is common enough out there for some
people to attempt...
13 Jul 2009 12:35:51
Original commit files touched by this commit  2.1.4
mi search for other commits by this committer
Add the plist, which I forgot to re-add yesterday, when restoring this
port from the Attic.

Notified by:    The Restless Daemon
13 Jul 2009 05:30:15
Original commit files touched by this commit  2.1.4
mi search for other commits by this committer
Resurrect this port from the Attic based on the new version from the
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.
13 Jun 2009 19:22:49
Original commit files touched by this commit  2.1p2_4
erwin search for other commits by this committer
Remove devel/tcl-trf as it has been marked BORKEN for over 5 months.
06 Jan 2009 19:12:46
Original commit files touched by this commit  2.1p2_4
pav search for other commits by this committer
- Mark BROKEN: self-tests fail

Reported by:    pointyhat
09 Apr 2008 13:42:26
Original commit files touched by this commit  2.1p2_4
pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
08 May 2006 17:04:15
Original commit files touched by this commit  2.1p2_4
mi search for other commits by this committer
While trying to upgrade devel/tcllib several test failures were detected
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
04 May 2006 21:41:12
Original commit files touched by this commit  2.1p2_3
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
22 Jan 2006 08:30:12
Original commit files touched by this commit  2.1p2_3
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
12 Jul 2004 17:56:58
Original commit files touched by this commit  2.1p2_3
mi search for other commits by this committer
Don't compile haval.1996/haval.c separately, but as part of the top
haval.c (as in vendor's code). This works around weirdness in vendor's
endianness-determining pre-processor code and unbreaks sparc64. Much
rejoicing...
12 Jul 2004 15:42:42
Original commit files touched by this commit  2.1p2_3
mi search for other commits by this committer
Add a patch ensuring uint32_t is used, where a 32-bit unsigned
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.
11 Jul 2004 08:38:31
Original commit files touched by this commit  2.1p2_3
mi search for other commits by this committer
Retreat to using OpenSSL's message digest routines instead of -lmd. They
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...
09 Jul 2004 23:03:49
Original commit files touched by this commit  2.1p2_2
mi search for other commits by this committer
Use ``$(CC) -shared'' insted of ld to create shared library. This
allows to use non-default compilers, such as icc.
09 Jul 2004 20:48:54
Original commit files touched by this commit  2.1p2_2
mi search for other commits by this committer
Explicitly include <sys/types.h> and <unistd.h> to fix the breakage on
recent -current. Fix warnings -- on x86, at least, the package now
builds with ``-Wall -Werror''.
01 Jun 2004 08:15:07
Original commit files touched by this commit  2.1p2_2
kris search for other commits by this committer
Also fails testsuite on amd64.
13 May 2004 09:10:50
Original commit files touched by this commit  2.1p2_2
kris search for other commits by this committer
BROKEN on sparc64: Fails testsuite during build
04 Apr 2004 19:06:47
Original commit files touched by this commit  2.1p2_2
mi search for other commits by this committer
Unbreak. Builds, installs fine on fresh current. Disable the parallel
build, as the only thing, that could've prevented it from properly
installing in the past.
31 Mar 2004 03:12:58
Original commit files touched by this commit  2.1p2_2
trevor search for other commits by this committer
SIZEify (maintainer timeout)
19 Dec 2003 11:25:36
Original commit files touched by this commit  2.1p2_2
linimon search for other commits by this committer
Per bento logs, mark as broken on 5.x, although not for the usual gcc
reasons.  Informed maintainer.
13 Dec 2003 17:12:13
Original commit files touched by this commit  2.1p2_2
mi search for other commits by this committer
Parametrize the version number to unbreak packaging -- we switched
the default to Tcl-8.4, but the version in pkg-plist was hardcoded
as 8.3

Prodded by: kris
31 Oct 2003 01:59:36
Original commit files touched by this commit  2.1p2_2
mi search for other commits by this committer
Change the default TCL_VER to 8.4 to match that of tcl-memchan.

Submitted by:   kris, the ports janitor
07 Mar 2003 06:01:16
Original commit files touched by this commit  2.1p2_2
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
24 Sep 2002 11:01:34
Original commit files touched by this commit  2.1p2_2
alex search for other commits by this committer
- Use -E, since Ex. RE are used;
- Fix plist and therefore bump PORTREVISION

Noticed by:     bento
24 Jun 2002 21:05:39
Original commit files touched by this commit  2.1p2_1
mi search for other commits by this committer
PERL -> REINPLACE_CMD.
29 Mar 2002 17:43:34
Original commit files touched by this commit  2.1p2_1
mi search for other commits by this committer
Make work with the new bsd.port.mk. The benefit of the magick, that
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
17 Feb 2002 16:03:11
files touched by this commit
mi search for other commits by this committer
Resolve  a  few  more  symbols  at compile/link  time,  rather  than  at  
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.    
15 Feb 2002 07:34:07
files touched by this commit
mi search for other commits by this committer
From the software's self-description:    

Number of commits found: 29

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 2
new 48 hours17
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.152 seconds.