Date: Sat, 24 Nov 2018 19:02:52 +0800 From: Po-Chuan Hsieh <sunpoet@freebsd.org> To: Mathieu Arnold <mat@freebsd.org> Cc: Jochen Neumeister <joneum@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: <CAMHz58RLLMUYwUHyTazuz4FBx_F-5S3MvCh9PsbW6odj7xFN5g@mail.gmail.com> In-Reply-To: <20181122222113.utfh3mf3ed5xegkb@atuin.in.mat.cc> References: <201811171730.wAHHUTcs062796@repo.freebsd.org> <15bbf991-1242-e72d-9bdc-f7c59550b454@FreeBSD.org> <035bc2f9-8eb5-47cf-e718-ac00f74b21af@FreeBSD.org> <20181122222113.utfh3mf3ed5xegkb@atuin.in.mat.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
FYI, done in r485754. On Fri, Nov 23, 2018 at 6:21 AM Mathieu Arnold <mat@freebsd.org> wrote: > On Thu, Nov 22, 2018 at 10:05:32AM +0100, Jochen Neumeister wrote: > > > > On 17.11.18 18:32, Jochen Neumeister wrote: > > > why not a Copy from the "pear-Auth_SASL" Port? > > > > > > ping > > Ping too, please readd this as a copy. > > > > > > > > > > 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 > > > > > > > > > > > > > -- > Mathieu Arnold >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58RLLMUYwUHyTazuz4FBx_F-5S3MvCh9PsbW6odj7xFN5g>