From nobody Tue Jun 9 12:19:18 2026 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gZSdR4LYkz6ftNJ for ; Tue, 09 Jun 2026 12:19:23 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gZSdR23yzz3kmg for ; Tue, 09 Jun 2026 12:19:23 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781007563; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=iJxEhXMp+feS630eZMX/mNAPS6imRwWzqeosJSJJ/20=; b=TuY7USV/EVwdf3RxfsplP0/ujgNLFNyPhPqkvR2mx0Xrd6r3g/w4gzQstEuwJaZ2zwJacv hRyn0Q/lLdov4k6pMml1Ai0uvGZ/qtB9SliiXrliEG7Jz8NZHmgYBAF6ehEVWvEDhNwgDu 98UWcITrWdMAwGA9hn/3NTFmk6uDOkYVjX8LkAM6CCTqpRS6zV+Tz5T4anm+YrtQWOn4U3 nCtUtW0P1X53NdQuK+wfn0aHEfkC6lYUH4e5QFyvnGuuMZPAsdpr9U+Ny6cEt/q5YV+NO3 yvYXRR3ztWk/nmJ1NoQywShCrk28hR369qETopkB6rLE7vwOPzexJJVo5lkq2Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781007563; a=rsa-sha256; cv=none; b=mR8wbmrLbXo6SQ9Ob6YGIclCtuyWu3BUcGSAukt/PxdsbZAT2QaDWPRaLRFe2NlBNK2nur 7gk8VEJMoEG/kKtGzn2GnfGMWelZ/Qx4LHZ0ZnRCAO+ZYCicjD/ruqgdwvxLErCHeS5/sc xZzPYPHcyYG69dGRVaEbeXFBam5uA/IcAofuwh8tDe9gAdAkVV7Z/uZ9QDmu9MVzBgDIYH 0f5SzYGXJAOywsEtB8HYKvrmKPcpfGwVD6spKO7MKJxAFVu5cSXGH0y3E15YlBuUMq5Ga3 cP+lVS/TjkK/RJ4pO2YKGOPahUijr57y89KpY7/++I6SN4ir15sp9W0L9xM6xg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781007563; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=iJxEhXMp+feS630eZMX/mNAPS6imRwWzqeosJSJJ/20=; b=rKCb0RqMDOnr3HpXTpdnROpU7H+8U+nPknShq9UnczV0Qm951MYyMB1L6bFuTYlYKP/ca2 6Sz8aioKWuF2fxbj15sq95Qi9yKqysc5YH1fwLkFNqXH2KqXqqunbyeRZqIvIuExLXq8xR 69uQ20O+dGp76DdDm+xjMAXcerSla/Hz6pkec+k7z2Ru2EduDXA0R/w8Rfvt6e//AKpFX7 Xbr/Le9/qwIQilNGGlZj5+rwlkUx8zodHJabweEe/aW5F/0sRocu17afuAqSmiaXu/aI60 KgjUcLTjIyL6y03QxkdiWgiIBCG+27Zykxp353oa6/Rz8isOgaViLki0Gi1zwA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZSdR16p6zZBQ for ; Tue, 09 Jun 2026 12:19:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 385da by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 09 Jun 2026 12:19:18 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Dan Mahoney From: Mikael Urankar Subject: git: a6fd470eaecb - main - security/p5-Auth-GoogleAuth: Add new port List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mikael X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a6fd470eaecb80aec62e98b15ddc761ca8e99416 Auto-Submitted: auto-generated Date: Tue, 09 Jun 2026 12:19:18 +0000 Message-Id: <6a2804c6.385da.3c1ceaa4@gitrepo.freebsd.org> The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6fd470eaecb80aec62e98b15ddc761ca8e99416 commit a6fd470eaecb80aec62e98b15ddc761ca8e99416 Author: Dan Mahoney AuthorDate: 2026-06-05 21:31:31 +0000 Commit: Mikael Urankar CommitDate: 2026-06-09 12:19:14 +0000 security/p5-Auth-GoogleAuth: Add new port Auth::GoogleAuth is a Perl module providing an abstraction for the TOTP (Time-based One-Time Password) algorithm as used by Google Authenticator and compatible applications (RFC 6238). It supports generating and verifying TOTP codes, producing otpauth:// URIs, and generating QR code URLs suitable for enrollment in authenticator apps. PR: 295883 --- security/Makefile | 1 + security/p5-Auth-GoogleAuth/Makefile | 24 ++++++++++++++++++++++++ security/p5-Auth-GoogleAuth/distinfo | 3 +++ security/p5-Auth-GoogleAuth/pkg-descr | 6 ++++++ security/p5-Auth-GoogleAuth/pkg-plist | 2 ++ 5 files changed, 36 insertions(+) diff --git a/security/Makefile b/security/Makefile index 518506a5ebda..8111844c5a20 100644 --- a/security/Makefile +++ b/security/Makefile @@ -491,6 +491,7 @@ SUBDIR += p5-App-ClusterSSH SUBDIR += p5-App-Genpass SUBDIR += p5-App-TLSMe + SUBDIR += p5-Auth-GoogleAuth SUBDIR += p5-Auth-YubikeyDecrypter SUBDIR += p5-AuthCAS SUBDIR += p5-Authen-Bitcard diff --git a/security/p5-Auth-GoogleAuth/Makefile b/security/p5-Auth-GoogleAuth/Makefile new file mode 100644 index 000000000000..47277d35353e --- /dev/null +++ b/security/p5-Auth-GoogleAuth/Makefile @@ -0,0 +1,24 @@ +PORTNAME= Auth-GoogleAuth +DISTVERSION= 1.09 +CATEGORIES= security perl5 +MASTER_SITES= https://cpan.metacpan.org/authors/id/G/GR/GRYPHON/ \ + https://www.cpan.org/authors/id/G/GR/GRYPHON/ +PKGNAMEPREFIX= p5- + +MAINTAINER= freebsd@gushi.org +COMMENT= Google Authenticator TOTP abstraction +WWW= https://metacpan.org/dist/Auth-GoogleAuth + +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Convert-Base32>=0:converters/p5-Convert-Base32 \ + p5-CryptX>=0:security/p5-CryptX \ + p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ + p5-URI>=0:net/p5-URI + +USES= perl5 +USE_PERL5= configure + +.include diff --git a/security/p5-Auth-GoogleAuth/distinfo b/security/p5-Auth-GoogleAuth/distinfo new file mode 100644 index 000000000000..48bbebeae480 --- /dev/null +++ b/security/p5-Auth-GoogleAuth/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1780690356 +SHA256 (Auth-GoogleAuth-1.09.tar.gz) = 8bf43ef727835ba3fb41e5b4469a1d8d15c1578fc2c307b48788dd4387c2d75c +SIZE (Auth-GoogleAuth-1.09.tar.gz) = 13368 diff --git a/security/p5-Auth-GoogleAuth/pkg-descr b/security/p5-Auth-GoogleAuth/pkg-descr new file mode 100644 index 000000000000..5be3fd11b300 --- /dev/null +++ b/security/p5-Auth-GoogleAuth/pkg-descr @@ -0,0 +1,6 @@ +Auth::GoogleAuth is a Perl module providing an abstraction for the TOTP +(Time-based One-Time Password) algorithm as used by Google Authenticator +and compatible applications (RFC 6238). + +It supports generating and verifying TOTP codes, producing otpauth:// URIs, +and generating QR code URLs suitable for enrollment in authenticator apps. diff --git a/security/p5-Auth-GoogleAuth/pkg-plist b/security/p5-Auth-GoogleAuth/pkg-plist new file mode 100644 index 000000000000..7a86f2b4af13 --- /dev/null +++ b/security/p5-Auth-GoogleAuth/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Auth/GoogleAuth.pm +%%PERL5_MAN3%%/Auth::GoogleAuth.3.gz