From wtp@bsdserwis.com  Mon Dec 30 15:21:38 2013
Return-Path: <wtp@bsdserwis.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id EC554D90
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Dec 2013 15:21:38 +0000 (UTC)
Received: from mx1.bsdserwis.com (ns37332.ovh.net [91.121.4.86])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id B849213D9
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Dec 2013 15:21:37 +0000 (UTC)
Received: by mx1.bsdserwis.com (Postfix, from userid 1000)
	id 80BF82CBC106; Mon, 30 Dec 2013 16:15:14 +0100 (CET)
Message-Id: <20131230151514.80BF82CBC106@mx1.bsdserwis.com>
Date: Mon, 30 Dec 2013 16:15:14 +0100 (CET)
From: Krzysztof Stryjek <ports@bsdserwis.com>
Reply-To: Krzysztof Stryjek <ports@bsdserwis.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Adding new port: LDAP Self Service Password
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         185297
>Category:       ports
>Synopsis:       [new port] net/self-service-password: LDAP Self Service Password
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tdb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 30 15:30:00 UTC 2013
>Closed-Date:    Sat May 24 15:22:42 UTC 2014
>Last-Modified:  Sat May 24 15:22:42 UTC 2014
>Originator:     Krzysztof Stryjek
>Release:        FreeBSD 7.4-RELEASE-p12 amd64
>Organization:
private
>Environment:
System: FreeBSD hq7.local 7.4-RELEASE-p12 FreeBSD 7.4-RELEASE-p12 #0: Mon May 20 11:38:42 CEST 2013 toor@hq7.local:/usr/src/sys/HQ7 amd64

>Description:
	There is very useful tool called "Self Service Password' It allows
users of OpenLDAP to change their password themselves. This tool is written
in php language. Multilangage is supported. Homepage of this project is:
http://ltb-project.org/wiki/documentation/self-service-password

>How-To-Repeat:
	None
>Fix:

	I think it is good idea to add net/self-service-password into ports
tree. You can download tar archive of self-service-password from my private
site: http://prv.wtp3.org/ssp-port.tar.gz (it must be unpacked into net/
subtree).

>Release-Note:
>Audit-Trail:

From: Krzysztof Stryjek <ports@bsdserwis.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185297: [new port] net/self-service-password: LDAP Self
 Service Password
Date: Thu, 27 Feb 2014 00:30:33 +0100

 --F8dlzb82+Fcn6AgP
 Content-Type: text/plain; charset=iso-8859-2
 Content-Disposition: inline
 
 Hello,
 
 There is new version of Makefile which includes staging (I've removed
 NO_STAGE variable).
 
 I hope it will be added soon :-)))
 
 Greeings
 -- 
 Krzysztof Stryjek
 UNIX administrator/Juniper Networks Specialist
 email: wtp (at) bsdserwis (dot) com
 http://www.linkedin.com/in/KrzysztofStryjek
 GPG fingerprint: 8BD7 40CE 8994 0BBE CE6C  91CD 1292 8959 DC61 0E76
 
 In theory, there is no difference between theory and practice.
 In practice, there is.
 
 --F8dlzb82+Fcn6AgP
 Content-Type: text/plain; charset=iso-8859-2
 Content-Disposition: attachment; filename=Makefile
 
 # Created by:
 # $Id$
 
 PORTNAME=	self-service-password
 PORTVERSION=	0.8
 CATEGORIES=	net www
 DISTNAME=	ltb-project-${PORTNAME}-${PORTVERSION}
 MASTER_SITES=	http://tools.ltb-project.org/attachments/download/497/
 
 MAINTAINER=	ports@bsdserwis.com
 COMMENT=	A set of PHP-scripts to change LDAP password over the web
 
 LICENSE=	GPLv2
 
 NO_BUILD=	yes
 
 USE_PHP=	ldap openssl session hash mhash mcrypt mbstring
 DEFAULT_PHP_VER=	5
 IGNORE_WITH_PHP=	4
 
 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}-dist
 
 do-install: install-app install-conf
 
 install-app:
 	@cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/
 	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/
 
 install-conf: install-app
 	${CHMOD} 0640 ${STAGEDIR}${WWWDIR}/${CFGDIR}/${CFGFILE}-dist
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
 
 --F8dlzb82+Fcn6AgP--
Responsible-Changed-From-To: freebsd-ports-bugs->tdb 
Responsible-Changed-By: tdb 
Responsible-Changed-When: Sat May 24 15:13:08 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185297 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185297: commit references a PR
Date: Sat, 24 May 2014 15:12:01 +0000 (UTC)

 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@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@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@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 @@
 +@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
 +@dirrm %%WWWDIR%%/pages
 +@dirrm %%WWWDIR%%/conf
 +@dirrm %%WWWDIR%%/style
 +@dirrm %%WWWDIR%%/lang
 +@dirrm %%WWWDIR%%/lib
 +@dirrmtry %%WWWDIR%%
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: tdb 
State-Changed-When: Sat May 24 15:22:41 UTC 2014 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185297 
>Unformatted:
