diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2000-01-09 02:40:22 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2000-01-09 02:40:22 +0000 |
commit | 07e10dcc32a8bc355951282c79dc4c7cdf88baa7 (patch) | |
tree | 351697ce9e5f01aee8e193e2f4dbb09f0f85defa /security/mhash | |
parent | d668f660f3d1bcf83fc5c5cd316b9cb947ae3270 (diff) | |
download | ports-07e10dcc32a8bc355951282c79dc4c7cdf88baa7.tar.gz ports-07e10dcc32a8bc355951282c79dc4c7cdf88baa7.zip |
1. Remove RESTRICTED -- aparently hashing is exportable.
2. Removed threading restriction.
3. Changed the WWW:
4. Improved the pkg/COMMENT
PR: 15893
Submitted by: Cy.Schubert@uumail.gov.bc.ca
Notes
Notes:
svn path=/head/; revision=24576
Diffstat (limited to 'security/mhash')
-rw-r--r-- | security/mhash/Makefile | 4 | ||||
-rw-r--r-- | security/mhash/pkg-comment | 3 | ||||
-rw-r--r-- | security/mhash/pkg-descr | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 5e52b80b9813..c0f2f2012a49 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -13,12 +13,10 @@ MASTER_SITES= http://schumann.cx/mhash/dl/ MAINTAINER= nsayer@freebsd.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --disable-pthreads +CONFIGURE_ARGS+= --with-LDFLAGS='-lc_r' MAN3= mhash.3 -RESTRICTED= "yes - cryptography" - post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff --git a/security/mhash/pkg-comment b/security/mhash/pkg-comment index 8d453cd36718..f5048338fda2 100644 --- a/security/mhash/pkg-comment +++ b/security/mhash/pkg-comment @@ -1 +1,2 @@ -Cryptographic hashing library (used in PHP3) +The mhash library provides an easy way to access strong hashes such as MD5 +and SHA1. diff --git a/security/mhash/pkg-descr b/security/mhash/pkg-descr index 0acf50204c83..d68b482549a6 100644 --- a/security/mhash/pkg-descr +++ b/security/mhash/pkg-descr @@ -1,4 +1,4 @@ Libmhash is a library which implements some hash algorithms like crc32, md5 and sha-1. -See http://sasweb.de/mhash/ +WWW: http://schumann.cx/mhash/ |