diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-12-18 07:21:12 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-12-18 07:21:12 +0000 |
commit | 0e4ff235c8f914e857ea9edc6e404904fffd15f0 (patch) | |
tree | 64cd0f48cfe50b7295a6ff5e7e4a104ba2e0cb7a /www/horde-passwd | |
parent | 45ada2d602a9f4cc6ae8e96a35c2510b0de825ff (diff) | |
download | ports-0e4ff235c8f914e857ea9edc6e404904fffd15f0.tar.gz ports-0e4ff235c8f914e857ea9edc6e404904fffd15f0.zip |
Notes
Diffstat (limited to 'www/horde-passwd')
-rw-r--r-- | www/horde-passwd/Makefile | 36 | ||||
-rw-r--r-- | www/horde-passwd/distinfo | 2 | ||||
-rw-r--r-- | www/horde-passwd/pkg-descr | 10 |
3 files changed, 48 insertions, 0 deletions
diff --git a/www/horde-passwd/Makefile b/www/horde-passwd/Makefile new file mode 100644 index 000000000000..b0eb54610c11 --- /dev/null +++ b/www/horde-passwd/Makefile @@ -0,0 +1,36 @@ +# Ports collection makefile for: horde4-passwd +# Date created: Oct 28, 2011 +# Whom: Martin Matuska (mm@FreeBSD.org) +# +# $FreeBSD$ +# + +PORTNAME= passwd +DISTVERSION= 5.0.0alpha0 +CATEGORIES= www pear +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mm/horde +PKGNAMEPREFIX= horde- + +MAINTAINER= horde@FreeBSD.org +COMMENT= Horde password changing application + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LATEST_LINK= horde4-${PORTNAME} + +USE_PHP= gettext +USE_HORDE_BUILD= Horde_Role +USE_HORDE_RUN= Horde_Role \ + horde \ + Horde_Auth \ + Horde_Core \ + Horde_Exception \ + Horde_Injector \ + Horde_Util \ + Horde_View + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> diff --git a/www/horde-passwd/distinfo b/www/horde-passwd/distinfo new file mode 100644 index 000000000000..df572abce527 --- /dev/null +++ b/www/horde-passwd/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/passwd-5.0.0alpha0.tgz) = 07c076945ee450d758eab30cec0f1bcb05423dc42b32d72a0752f5704a057696 +SIZE (Horde/passwd-5.0.0alpha0.tgz) = 1124288 diff --git a/www/horde-passwd/pkg-descr b/www/horde-passwd/pkg-descr new file mode 100644 index 000000000000..26ca337bf778 --- /dev/null +++ b/www/horde-passwd/pkg-descr @@ -0,0 +1,10 @@ +Passwd is the Horde password changing application. While it has been +released and is in production use at many sites, it is also under heavy +development in an effort to expand and improve the module. + +Right now, Passwd provides fairly complete support for changing passwords +via Poppassd, LDAP, Unix expect scripts, the Unix smbpasswd command for +SMB/CIFS passwords, Kolab, ADSI, Pine, Serv-U FTP, VMailMgr, vpopmail, +and SQL passwords. + +WWW: http://www.horde.org/apps/passwd/ |