From owner-svn-ports-head@freebsd.org Thu Nov 22 09:05:43 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 AE20B114122A; Thu, 22 Nov 2018 09:05:43 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (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 0EF096CCFA; Thu, 22 Nov 2018 09:05:42 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from phantomias.home.jochen-neumeister.de (p5B0FDEBA.dip0.t-ipconnect.de [91.15.222.186]) by toco-domains.de (Postfix) with ESMTPA id A02B7135135A; Thu, 22 Nov 2018 10:05:37 +0100 (CET) Subject: Re: svn commit: r485144 - in head/security: . pear-Auth_SASL2 From: Jochen Neumeister 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> <15bbf991-1242-e72d-9bdc-f7c59550b454@FreeBSD.org> Message-ID: <035bc2f9-8eb5-47cf-e718-ac00f74b21af@FreeBSD.org> Date: Thu, 22 Nov 2018 10:05:32 +0100 MIME-Version: 1.0 In-Reply-To: <15bbf991-1242-e72d-9bdc-f7c59550b454@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: de-DE X-Rspamd-Queue-Id: 0EF096CCFA X-Spamd-Result: default: False [1.99 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.46)[0.462,0]; NEURAL_SPAM_SHORT(0.86)[0.860,0]; NEURAL_SPAM_MEDIUM(0.67)[0.668,0]; ASN(0.00)[asn:24940, ipnet:176.9.0.0/16, country:DE] 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: Thu, 22 Nov 2018 09:05:43 -0000 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 >> +# $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 >> >