Date: Thu, 22 Nov 2018 10:05:32 +0100 From: Jochen Neumeister <joneum@FreeBSD.org> To: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r485144 - in head/security: . pear-Auth_SASL2 Message-ID: <035bc2f9-8eb5-47cf-e718-ac00f74b21af@FreeBSD.org> In-Reply-To: <15bbf991-1242-e72d-9bdc-f7c59550b454@FreeBSD.org> References: <201811171730.wAHHUTcs062796@repo.freebsd.org> <15bbf991-1242-e72d-9bdc-f7c59550b454@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 17.11.18 18:32, Jochen Neumeister wrote: > why not a Copy from the "pear-Auth_SASL" Port? ping > > > On 17.11.18 18:30, Sunpoet Po-Chuan Hsieh wrote: >> Author: sunpoet >> Date: Sat Nov 17 17:30:29 2018 >> New Revision: 485144 >> URL: https://svnweb.freebsd.org/changeset/ports/485144 >> >> Log: >> Add pear-Auth_SASL2 0.2.0 >> Provides code to generate responses to common SASL mechanisms, >> including: >> - Digest-MD5 >> - Cram-MD5 >> - Plain >> - Anonymous >> - Login (Pseudo mechanism) >> - SCRAM >> WWW: https://pear.php.net/package/Auth_SASL2 >> >> Added: >> head/security/pear-Auth_SASL2/ >> head/security/pear-Auth_SASL2/Makefile (contents, props changed) >> head/security/pear-Auth_SASL2/distinfo (contents, props changed) >> head/security/pear-Auth_SASL2/pkg-descr (contents, props changed) >> Modified: >> head/security/Makefile >> >> Modified: head/security/Makefile >> ============================================================================== >> >> --- head/security/Makefile Sat Nov 17 17:29:47 2018 (r485143) >> +++ head/security/Makefile Sat Nov 17 17:30:29 2018 (r485144) >> @@ -800,6 +800,7 @@ >> SUBDIR += pear-Auth_HTTP >> SUBDIR += pear-Auth_PrefManager >> SUBDIR += pear-Auth_SASL >> + SUBDIR += pear-Auth_SASL2 >> SUBDIR += pear-Crypt_Blowfish >> SUBDIR += pear-Crypt_CBC >> SUBDIR += pear-Crypt_CHAP >> >> Added: head/security/pear-Auth_SASL2/Makefile >> ============================================================================== >> >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/security/pear-Auth_SASL2/Makefile Sat Nov 17 17:30:29 >> 2018 (r485144) >> @@ -0,0 +1,19 @@ >> +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> >> +# $FreeBSD$ >> + >> +PORTNAME= Auth_SASL2 >> +PORTVERSION= 0.2.0 >> +CATEGORIES= security pear >> + >> +MAINTAINER= sunpoet@FreeBSD.org >> +COMMENT= Abstraction of various SASL mechanism responses >> + >> +LICENSE= BSD3CLAUSE >> + >> +RUN_DEPENDS= >> ${PEAR_PKGNAMEPREFIX}Auth>=0:security/pear-Auth@${PHP_FLAVOR} >> + >> +USES= pear >> + >> +NO_ARCH= yes >> + >> +.include <bsd.port.mk> >> >> Added: head/security/pear-Auth_SASL2/distinfo >> ============================================================================== >> >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/security/pear-Auth_SASL2/distinfo Sat Nov 17 17:30:29 >> 2018 (r485144) >> @@ -0,0 +1,3 @@ >> +TIMESTAMP = 1542439045 >> +SHA256 (PEAR/Auth_SASL2-0.2.0.tgz) = >> e6bd0bd43321761789667750061923a48840f564fda245f783de8de8447c6aec >> +SIZE (PEAR/Auth_SASL2-0.2.0.tgz) = 8957 >> >> Added: head/security/pear-Auth_SASL2/pkg-descr >> ============================================================================== >> >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/security/pear-Auth_SASL2/pkg-descr Sat Nov 17 17:30:29 >> 2018 (r485144) >> @@ -0,0 +1,9 @@ >> +Provides code to generate responses to common SASL mechanisms, >> including: >> +- Digest-MD5 >> +- Cram-MD5 >> +- Plain >> +- Anonymous >> +- Login (Pseudo mechanism) >> +- SCRAM >> + >> +WWW: https://pear.php.net/package/Auth_SASL2 >> >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?035bc2f9-8eb5-47cf-e718-ac00f74b21af>