diff options
author | jlam <jlam@pkgsrc.org> | 2002-06-09 19:22:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-06-09 19:22:26 +0000 |
commit | f00ab2879da52aef15a9c2bd151438a1011e936c (patch) | |
tree | cf6ac38604f5572d12acb0f61ac627d9d76fc422 | |
parent | 708407440e2045abbd896bba3acb8a9434322243 (diff) | |
download | pkgsrc-f00ab2879da52aef15a9c2bd151438a1011e936c.tar.gz |
Initial import of security/php4-mhash, a PHP4 module for access to the
mhash has algorithms library. This package was provided in pkg/16787 by
Lubomir Sedlacik <salo@Xtrmntr.org>.
-rw-r--r-- | security/php4-mhash/DESCR | 2 | ||||
-rw-r--r-- | security/php4-mhash/Makefile | 15 | ||||
-rw-r--r-- | security/php4-mhash/distinfo | 4 |
3 files changed, 21 insertions, 0 deletions
diff --git a/security/php4-mhash/DESCR b/security/php4-mhash/DESCR new file mode 100644 index 00000000000..3c2bc87fa5e --- /dev/null +++ b/security/php4-mhash/DESCR @@ -0,0 +1,2 @@ +PHP is a programming language designed to be embedded into web pages. +This module provides PHP4 access to the mhash hash algorithms library. diff --git a/security/php4-mhash/Makefile b/security/php4-mhash/Makefile new file mode 100644 index 00000000000..b54ff23ab19 --- /dev/null +++ b/security/php4-mhash/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/09 19:22:26 jlam Exp $ + +MODNAME= mhash +CATEGORIES+= security +PKGREVISION= # empty +COMMENT= PHP4 extension for the mhash hash algorithms library + +USE_BUILDLINK_ONLY= yes + +.include "../../www/php4/Makefile.module" + +CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR} + +.include "../../security/mhash/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/php4-mhash/distinfo b/security/php4-mhash/distinfo new file mode 100644 index 00000000000..3c52aced492 --- /dev/null +++ b/security/php4-mhash/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/09 19:22:27 jlam Exp $ + +SHA1 (php-4.1.2.tar.gz) = fc4f9685b2b26d6e12af2e746a34fadfe57f0466 +Size (php-4.1.2.tar.gz) = 3359964 bytes |