Date: Mon, 13 Jul 2009 05:30:15 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/tcl-trf Makefile distinfo pkg-descr ports/devel/tcl-trf/files patch-Makefile patch-bz2 patch-configure patch-crc patch-crypt patch-digest patch-haval patch-md2 patch-md5dig patch-rmd128 patch-rmd160 patch-sha patch-sha1 ... Message-ID: <200907130530.n6D5UFRi032304@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mi 2009-07-13 05:30:15 UTC
FreeBSD ports repository
Added files:
devel/tcl-trf Makefile distinfo pkg-descr
devel/tcl-trf/files patch-Makefile patch-bz2 patch-configure
patch-crc patch-crypt patch-digest
patch-haval patch-md2 patch-md5dig
patch-rmd128 patch-rmd160 patch-sha
patch-sha1 patch-transform patch-warnings
patch-zlib
Log:
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.
Revision Changes Path
1.21 +85 -0 ports/devel/tcl-trf/Makefile (new)
1.5 +3 -0 ports/devel/tcl-trf/distinfo (new)
1.1 +16 -0 ports/devel/tcl-trf/files/patch-Makefile (new)
1.1 +166 -0 ports/devel/tcl-trf/files/patch-bz2 (new)
1.4 +23 -0 ports/devel/tcl-trf/files/patch-configure (new)
1.1 +25 -0 ports/devel/tcl-trf/files/patch-crc (new)
1.6 +36 -0 ports/devel/tcl-trf/files/patch-crypt (new)
1.1 +108 -0 ports/devel/tcl-trf/files/patch-digest (new)
1.5 +25 -0 ports/devel/tcl-trf/files/patch-haval (new)
1.6 +185 -0 ports/devel/tcl-trf/files/patch-md2 (new)
1.5 +257 -0 ports/devel/tcl-trf/files/patch-md5dig (new)
1.3 +23 -0 ports/devel/tcl-trf/files/patch-rmd128 (new)
1.3 +284 -0 ports/devel/tcl-trf/files/patch-rmd160 (new)
1.5 +244 -0 ports/devel/tcl-trf/files/patch-sha (new)
1.5 +193 -0 ports/devel/tcl-trf/files/patch-sha1 (new)
1.1 +30 -0 ports/devel/tcl-trf/files/patch-transform (new)
1.3 +29 -0 ports/devel/tcl-trf/files/patch-warnings (new)
1.5 +300 -0 ports/devel/tcl-trf/files/patch-zlib (new)
1.3 +12 -0 ports/devel/tcl-trf/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907130530.n6D5UFRi032304>
