From owner-svn-ports-all@freebsd.org Sat Feb 29 17:33:24 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F2FE126418E; Sat, 29 Feb 2020 17:33:24 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48VD5c5qs4z414k; Sat, 29 Feb 2020 17:33:24 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F24E1E3C3; Sat, 29 Feb 2020 17:33:24 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01THXODO007169; Sat, 29 Feb 2020 17:33:24 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01THXNRb007162; Sat, 29 Feb 2020 17:33:23 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202002291733.01THXNRb007162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 29 Feb 2020 17:33:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527445 - in head/www: . p5-JSON-WebToken X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: in head/www: . p5-JSON-WebToken X-SVN-Commit-Revision: 527445 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Feb 2020 17:33:25 -0000 Author: bofh Date: Sat Feb 29 17:33:23 2020 New Revision: 527445 URL: https://svnweb.freebsd.org/changeset/ports/527445 Log: [NEW] www/p5-JSON-WebToken: JSON Web Token (JWT) implementation JSON Web Token (JWT) implementation for Perl. WWW: https://github.com/xaicron/p5-JSON-WebToken Added: head/www/p5-JSON-WebToken/ head/www/p5-JSON-WebToken/Makefile (contents, props changed) head/www/p5-JSON-WebToken/distinfo (contents, props changed) head/www/p5-JSON-WebToken/pkg-descr (contents, props changed) head/www/p5-JSON-WebToken/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Feb 29 17:16:51 2020 (r527444) +++ head/www/Makefile Sat Feb 29 17:33:23 2020 (r527445) @@ -959,6 +959,7 @@ SUBDIR += p5-Interchange6 SUBDIR += p5-JE SUBDIR += p5-JSON-API + SUBDIR += p5-JSON-WebToken SUBDIR += p5-Jemplate SUBDIR += p5-Jifty SUBDIR += p5-LWP-Authen-Negotiate Added: head/www/p5-JSON-WebToken/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-JSON-WebToken/Makefile Sat Feb 29 17:33:23 2020 (r527445) @@ -0,0 +1,27 @@ +# Created by: Muhammad Moinur Rahman +# $FreeBSD$ + +PORTNAME= JSON-WebToken +PORTVERSION= 0.10 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= bofh@FreeBSD.org +COMMENT= JSON Web Token (JWT) implementation + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-JSON>=0:converters/p5-JSON \ + p5-Module-Runtime>0:devel/p5-Module-Runtime +TEST_DEPENDS= p5-Test-Mock-Guard>0:devel/p5-Test-Mock-Guard \ + p5-Test-Requires>0:devel/p5-Test-Requires + +USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes + +.include Added: head/www/p5-JSON-WebToken/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-JSON-WebToken/distinfo Sat Feb 29 17:33:23 2020 (r527445) @@ -0,0 +1,3 @@ +TIMESTAMP = 1582945560 +SHA256 (JSON-WebToken-0.10.tar.gz) = 77c182a98528f1714d82afc548d5b3b4dc93e67069128bb9b9413f24cf07248b +SIZE (JSON-WebToken-0.10.tar.gz) = 24623 Added: head/www/p5-JSON-WebToken/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-JSON-WebToken/pkg-descr Sat Feb 29 17:33:23 2020 (r527445) @@ -0,0 +1,3 @@ +JSON Web Token (JWT) implementation for Perl. + +WWW: https://github.com/xaicron/p5-JSON-WebToken Added: head/www/p5-JSON-WebToken/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-JSON-WebToken/pkg-plist Sat Feb 29 17:33:23 2020 (r527445) @@ -0,0 +1,7 @@ +%%SITE_PERL%%/JSON/WebToken.pm +%%SITE_PERL%%/JSON/WebToken/Constants.pm +%%SITE_PERL%%/JSON/WebToken/Crypt.pm +%%SITE_PERL%%/JSON/WebToken/Crypt/HMAC.pm +%%SITE_PERL%%/JSON/WebToken/Crypt/RSA.pm +%%SITE_PERL%%/JSON/WebToken/Exception.pm +%%PERL5_MAN3%%/JSON::WebToken.3.gz