svn commit: r355044 - in head/net: . self-service-password self-service-password/files

Tim Bishop tdb at FreeBSD.org
Sat May 24 15:11:57 UTC 2014


Author: tdb
Date: Sat May 24 15:11:55 2014
New Revision: 355044
URL: http://svnweb.freebsd.org/changeset/ports/355044
QAT: https://qat.redports.org/buildarchive/r355044/

Log:
  Self Service Password is a web-based LDAP client. It provides easy,
  anywhere-accessible, multi-language service to change your LDAP password.
  Since it is a web application, this LDAP browser works on many platforms,
  making change of your LDAP/AD password accessible from any location.
  
  WWW: http://ltb-project.org/wiki/documentation/self-service-password/latest/start
  
  PR:		ports/185297
  Submitted by:	Krzysztof Stryjek <ports at bsdserwis.com>

Added:
  head/net/self-service-password/
  head/net/self-service-password/Makefile   (contents, props changed)
  head/net/self-service-password/distinfo   (contents, props changed)
  head/net/self-service-password/files/
  head/net/self-service-password/files/pkg-message.in   (contents, props changed)
  head/net/self-service-password/pkg-descr   (contents, props changed)
  head/net/self-service-password/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sat May 24 15:09:58 2014	(r355043)
+++ head/net/Makefile	Sat May 24 15:11:55 2014	(r355044)
@@ -1079,6 +1079,7 @@
     SUBDIR += sdl2_net
     SUBDIR += sdl_net
     SUBDIR += seda
+    SUBDIR += self-service-password
     SUBDIR += sendemail
     SUBDIR += sendfile
     SUBDIR += sendsms

Added: head/net/self-service-password/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/self-service-password/Makefile	Sat May 24 15:11:55 2014	(r355044)
@@ -0,0 +1,35 @@
+# Created by: Krzysztof Stryjek <ports at bsdserwis.com>
+# $FreeBSD$
+
+PORTNAME=	self-service-password
+PORTVERSION=	0.8
+CATEGORIES=	net www
+MASTER_SITES=	http://tools.ltb-project.org/attachments/download/497/
+DISTNAME=	ltb-project-${PORTNAME}-${PORTVERSION}
+
+MAINTAINER=	ports at bsdserwis.com
+COMMENT=	A set of PHP-scripts to change LDAP password over the web
+
+LICENSE=	GPLv2
+
+NO_BUILD=	yes
+NO_ARCH=	yes
+
+USE_PHP=	ldap openssl session hash mhash mcrypt mbstring filter
+
+WANT_PHP_WEB=	yes
+
+CFGDIR=		conf
+CFGFILE=	config.inc.php
+
+SUB_LIST+=	PKGNAME=${PKGNAME}
+SUB_FILES=	pkg-message
+
+post-extract:
+	@${MV} ${WRKSRC}/${CFGDIR}/${CFGFILE} ${WRKSRC}/${CFGDIR}/${CFGFILE}.sample
+
+do-install:
+	@cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/
+	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/
+
+.include <bsd.port.mk>

Added: head/net/self-service-password/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/self-service-password/distinfo	Sat May 24 15:11:55 2014	(r355044)
@@ -0,0 +1,2 @@
+SHA256 (ltb-project-self-service-password-0.8.tar.gz) = e26d299ed6d2352056d545c3c5c826d296ff7a6152434db25196982dc14359d3
+SIZE (ltb-project-self-service-password-0.8.tar.gz) = 63084

Added: head/net/self-service-password/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/self-service-password/files/pkg-message.in	Sat May 24 15:11:55 2014	(r355044)
@@ -0,0 +1,21 @@
+
+%%PKGNAME%% has been installed into:
+
+    %%WWWDIR%%
+
+Please edit config.inc.php to suit your needs.
+
+To make Self Service Password available through your web site, I suggest that
+you add something like the following to httpd.conf:
+
+    Alias /ssp/ "%%WWWDIR%%/"
+
+    <Directory "%%WWWDIR%%">
+        Options none
+        AllowOverride none
+
+        Order Deny,Allow
+        Deny from all
+        Allow from 127.0.0.1 .example.com
+    </Directory>
+

Added: head/net/self-service-password/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/self-service-password/pkg-descr	Sat May 24 15:11:55 2014	(r355044)
@@ -0,0 +1,6 @@
+Self Service Password is a web-based LDAP client. It provides easy,
+anywhere-accessible, multi-language service to change your LDAP password.
+Since it is a web application, this LDAP browser works on many platforms,
+making change of your LDAP/AD password accessible from any location.
+
+WWW: http://ltb-project.org/wiki/documentation/self-service-password/latest/start

Added: head/net/self-service-password/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/self-service-password/pkg-plist	Sat May 24 15:11:55 2014	(r355044)
@@ -0,0 +1,38 @@
+ at sample %%WWWDIR%%/conf/config.inc.php.sample
+%%WWWDIR%%/index.php
+%%WWWDIR%%/lang/ca.inc.php
+%%WWWDIR%%/lang/de.inc.php
+%%WWWDIR%%/lang/en.inc.php
+%%WWWDIR%%/lang/es.inc.php
+%%WWWDIR%%/lang/fr.inc.php
+%%WWWDIR%%/lang/it.inc.php
+%%WWWDIR%%/lang/nl.inc.php
+%%WWWDIR%%/lang/pl.inc.php
+%%WWWDIR%%/lang/pt-BR.inc.php
+%%WWWDIR%%/lang/ru.inc.php
+%%WWWDIR%%/lib/detectbrowserlanguage.php
+%%WWWDIR%%/lib/functions.inc.php
+%%WWWDIR%%/lib/recaptchalib.php
+%%WWWDIR%%/pages/change.php
+%%WWWDIR%%/pages/resetbyquestions.php
+%%WWWDIR%%/pages/resetbytoken.php
+%%WWWDIR%%/pages/sendsms.php
+%%WWWDIR%%/pages/sendtoken.php
+%%WWWDIR%%/pages/setquestions.php
+%%WWWDIR%%/style/accept.png
+%%WWWDIR%%/style/email.png
+%%WWWDIR%%/style/error.png
+%%WWWDIR%%/style/exclamation.png
+%%WWWDIR%%/style/favicon.ico
+%%WWWDIR%%/style/help.png
+%%WWWDIR%%/style/key.png
+%%WWWDIR%%/style/light.png
+%%WWWDIR%%/style/ltb-logo.png
+%%WWWDIR%%/style/styles.css
+%%WWWDIR%%/style/user_suit.png
+ at dirrm %%WWWDIR%%/pages
+ at dirrm %%WWWDIR%%/conf
+ at dirrm %%WWWDIR%%/style
+ at dirrm %%WWWDIR%%/lang
+ at dirrm %%WWWDIR%%/lib
+ at dirrmtry %%WWWDIR%%


More information about the svn-ports-all mailing list