diff options
author | nsayer <nsayer@FreeBSD.org> | 2000-01-09 10:40:22 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2000-01-09 10:40:22 +0800 |
commit | bf73653188bea9b806fdd352e7b08750dc268383 (patch) | |
tree | 02c8e264f551f88b878f1b358ac34d49bc7edbd8 /security/mhash | |
parent | 5f2c0cd70b48444ed746d800a5944d069763d9d6 (diff) | |
download | freebsd-ports-gnome-bf73653188bea9b806fdd352e7b08750dc268383.tar.gz freebsd-ports-gnome-bf73653188bea9b806fdd352e7b08750dc268383.tar.zst freebsd-ports-gnome-bf73653188bea9b806fdd352e7b08750dc268383.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
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/ |