diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-29 07:23:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-29 07:23:32 +0000 |
commit | 7390e67c262081d9e78117497802e0710df0c629 (patch) | |
tree | 823551e40de0efbfa6f1d519f7db38aec01f4fd3 /www/twiki-LDAPPasswordChangerPlugin | |
parent | 163f86c57443223866bbcf0c37faea27d66f05e9 (diff) | |
download | ports-7390e67c262081d9e78117497802e0710df0c629.tar.gz ports-7390e67c262081d9e78117497802e0710df0c629.zip |
Notes
Diffstat (limited to 'www/twiki-LDAPPasswordChangerPlugin')
-rw-r--r-- | www/twiki-LDAPPasswordChangerPlugin/Makefile | 21 | ||||
-rw-r--r-- | www/twiki-LDAPPasswordChangerPlugin/distinfo | 3 | ||||
-rw-r--r-- | www/twiki-LDAPPasswordChangerPlugin/pkg-descr | 7 | ||||
-rw-r--r-- | www/twiki-LDAPPasswordChangerPlugin/pkg-plist | 15 |
4 files changed, 46 insertions, 0 deletions
diff --git a/www/twiki-LDAPPasswordChangerPlugin/Makefile b/www/twiki-LDAPPasswordChangerPlugin/Makefile new file mode 100644 index 000000000000..a65c31dbc709 --- /dev/null +++ b/www/twiki-LDAPPasswordChangerPlugin/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: twiki-LDAPPasswordChangerPlugin +# Date created: Wed 29 Jul 2009 +# Whom: Alexey V. Degtyarev +# +# $FreeBSD$ +# + +PORTNAME= LDAPPasswordChangerPlugin +PORTVERSION= 0.0.${SVNREV} +CATEGORIES= www +MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ + +MAINTAINER= alexey@renatasystems.org +COMMENT= Change TWiki password at a pre-configured LDAP server + +RUN_DEPENDS= ${SITE_PERL}/Bundle/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap + +SVNREV= 18108 + +.include "${.CURDIR}/../twiki/bsd.twiki.mk" +.include <bsd.port.mk> diff --git a/www/twiki-LDAPPasswordChangerPlugin/distinfo b/www/twiki-LDAPPasswordChangerPlugin/distinfo new file mode 100644 index 000000000000..7a9180f4f49e --- /dev/null +++ b/www/twiki-LDAPPasswordChangerPlugin/distinfo @@ -0,0 +1,3 @@ +MD5 (twiki/LDAPPasswordChangerPlugin-0.0.18108.tar.bz2) = 0a0b2b4a7c6a096840c5b081ce6c8ece +SHA256 (twiki/LDAPPasswordChangerPlugin-0.0.18108.tar.bz2) = 90785d131c25b9bf06f68e6ee252ece6623404374f930e839e74338b3d4338fe +SIZE (twiki/LDAPPasswordChangerPlugin-0.0.18108.tar.bz2) = 4696 diff --git a/www/twiki-LDAPPasswordChangerPlugin/pkg-descr b/www/twiki-LDAPPasswordChangerPlugin/pkg-descr new file mode 100644 index 000000000000..ea59da19a3f4 --- /dev/null +++ b/www/twiki-LDAPPasswordChangerPlugin/pkg-descr @@ -0,0 +1,7 @@ +This plugin asks for and changes your password at a pre-configured LDAP server. +The users willing to change his/her password must be authenticated already. +This plugin makes no sense for the Guest user. + +Author: Luis Campos De Carvalho + +WWW: http://twiki.org/cgi-bin/view/Plugins/LDAPPasswordChangerPlugin diff --git a/www/twiki-LDAPPasswordChangerPlugin/pkg-plist b/www/twiki-LDAPPasswordChangerPlugin/pkg-plist new file mode 100644 index 000000000000..314bd1f626fa --- /dev/null +++ b/www/twiki-LDAPPasswordChangerPlugin/pkg-plist @@ -0,0 +1,15 @@ +%%TWDIR%%/data/Sandbox/LDAPPasswordChangerPlugin.txt +%%TWDIR%%/data/TWiki/LDAPPasswordChangerPlugin.txt +%%TWDIR%%/lib/TWiki/Plugins/LDAPPasswordChangerPlugin/DEPENDENCIES +%%TWDIR%%/lib/TWiki/Plugins/LDAPPasswordChangerPlugin/MANIFEST +%%TWDIR%%/lib/TWiki/Plugins/LDAPPasswordChangerPlugin/build.pl +%%TWDIR%%/lib/TWiki/Plugins/LDAPPasswordChangerPlugin.pm +@dirrm %%TWDIR%%/data/Sandbox +@dirrm %%TWDIR%%/data/TWiki +@dirrm %%TWDIR%%/data +@dirrm %%TWDIR%%/lib/TWiki/Plugins/LDAPPasswordChangerPlugin +@dirrm %%TWDIR%%/lib/TWiki/Plugins +@dirrm %%TWDIR%%/lib/TWiki +@dirrm %%TWDIR%%/lib +@dirrm %%TWDIR%% +@dirrmtry share/twiki |