From owner-svn-ports-head@freebsd.org Sat Nov 17 17:32:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E1C41139277; Sat, 17 Nov 2018 17:32:17 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C43E7397B; Sat, 17 Nov 2018 17:32:17 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from phantomias.home.jochen-neumeister.de (p5B0FD568.dip0.t-ipconnect.de [91.15.213.104]) by toco-domains.de (Postfix) with ESMTPA id 0A6FA1351311; Sat, 17 Nov 2018 18:32:09 +0100 (CET) Subject: Re: svn commit: r485144 - in head/security: . pear-Auth_SASL2 To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201811171730.wAHHUTcs062796@repo.freebsd.org> From: Jochen Neumeister Message-ID: <15bbf991-1242-e72d-9bdc-f7c59550b454@FreeBSD.org> Date: Sat, 17 Nov 2018 18:32:09 +0100 MIME-Version: 1.0 In-Reply-To: <201811171730.wAHHUTcs062796@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: de-DE X-Rspamd-Queue-Id: 3C43E7397B X-Spamd-Result: default: False [-0.47 / 15.00]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.47)[-0.468,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2018 17:32:17 -0000 why not a Copy from the "pear-Auth_SASL" Port? 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 > +# $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 > > 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 >