the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libmhash
### 0.9.x breaks API compatibility
Version: 0.8.18
Revision: 3
Source: mirror:sourceforge:mhash/mhash-%v.tar.gz
Source-MD5: c5fcebff6753a03403cfed3ba8771a56
SourceRename: mhash-%v.tar.gz
Depends: %N-shlibs (= %v-%r)
Conflicts: %N-dev (<< 0.8.18-2), libmhash2
Replaces: %N-dev (<< 0.8.18-2), libmhash2
BuildDepends: fink (>= 0.9.9)
BuildDependsOnly: True
UpdateConfigGuess: true
PatchScript: <<
# display actual compiler calls
perl -pi -e 's/--silent// if /LIBTOOL/' configure
# fix linking to build-dir libs
perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
<<
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: <<
make install DESTDIR=%d
<<
InfoTest: TestScript: make check || exit 2
DocFiles: COPYING README NEWS
SplitOff: <<
Package: %N-shlibs
Replaces: libmhash (<< 0.8.17-1)
Files: <<
lib/libmhash.2.0.0.dylib lib/libmhash.2.dylib
<<
DocFiles: COPYING README NEWS
Shlibs: %p/lib/libmhash.2.dylib 3.0.0 %n (>= 0.8.18-3)
<<
Description: Hash Algorithms Library
DescDetail: <<
Libmhash is a library that provides a uniform interface to several hash
algorithms. It supports the basics for message authentication by
following rfc2104 (HMAC). It also includes some key generation
algorithms which are based on hash algorithms.
Mhash is a free (under GNU Lesser GPL) library which provides a uniform
interface to a large number of hash algorithms. These algorithms can be
used to compute checksums, message digests, and other signatures. The
HMAC support implements the basics for message authentication, following
RFC 2104. In the later versions some key generation algorithms, which
use hash algorithms, have been added. The manpage for mhash is
mhash.3.html. At the time of writing this, the library supports the
algorithms: SHA1, GOST, HAVAL256, HAVAL224, HAVAL192, HAVAL160,
HAVAL128, MD5, MD4, RIPEMD160, TIGER, TIGER160, TIGER128, CRC32B and
CRC32 checksums.
<<
DescPackaging: <<
NONE
<<
License: LGPL
Maintainer: Dustin Sias
Homepage: http://mhash.sourceforge.net/