From owner-svn-ports-head@freebsd.org Thu May 30 02:00:44 2019 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 9AF1915B40A6; Thu, 30 May 2019 02:00:44 +0000 (UTC) (envelope-from swills@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 3B6226A90B; Thu, 30 May 2019 02:00:44 +0000 (UTC) (envelope-from swills@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 15FEAA4B5; Thu, 30 May 2019 02:00:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4U20h2F003929; Thu, 30 May 2019 02:00:43 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4U20hNC003925; Thu, 30 May 2019 02:00:43 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905300200.x4U20hNC003925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 30 May 2019 02:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503028 - in head/security: . p5-Unix-setuid X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/security: . p5-Unix-setuid X-SVN-Commit-Revision: 503028 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3B6226A90B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 30 May 2019 02:00:45 -0000 Author: swills Date: Thu May 30 02:00:42 2019 New Revision: 503028 URL: https://svnweb.freebsd.org/changeset/ports/503028 Log: security/p5-Unix-setuid: create port This module is inspired by File::chdir and File::umask, using a tied scalar variable to get/set stuffs. One benefit of this is being able to use Perl's "local" with it, effectively setting something locally. WWW: https://metacpan.org/release/Unix-setuid PR: 235732 Submitted by: Zane C. Bowers-Hadley Added: head/security/p5-Unix-setuid/ head/security/p5-Unix-setuid/Makefile (contents, props changed) head/security/p5-Unix-setuid/distinfo (contents, props changed) head/security/p5-Unix-setuid/pkg-descr (contents, props changed) head/security/p5-Unix-setuid/pkg-plist (contents, props changed) Modified: head/security/Makefile (contents, props changed) Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu May 30 01:55:11 2019 (r503027) +++ head/security/Makefile Thu May 30 02:00:42 2019 (r503028) @@ -710,6 +710,7 @@ SUBDIR += p5-Tie-EncryptedHash SUBDIR += p5-Tree-Authz SUBDIR += p5-Unix-Passwd-File + SUBDIR += p5-Unix-setuid SUBDIR += p5-Yahoo-BBAuth SUBDIR += p5-dicewaregen SUBDIR += p5-openxpki Added: head/security/p5-Unix-setuid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Unix-setuid/Makefile Thu May 30 02:00:42 2019 (r503028) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= Unix-setuid +PORTVERSION= 0.02 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Get/set real/effective UID/username via (localizeable) variable + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/security/p5-Unix-setuid/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Unix-setuid/distinfo Thu May 30 02:00:42 2019 (r503028) @@ -0,0 +1,3 @@ +TIMESTAMP = 1550123935 +SHA256 (Unix-setuid-0.02.tar.gz) = 5658f5b993e9f0f8d8788c41713000541b07838a6d3543b7800a93e96eb67a4e +SIZE (Unix-setuid-0.02.tar.gz) = 12738 Added: head/security/p5-Unix-setuid/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Unix-setuid/pkg-descr Thu May 30 02:00:42 2019 (r503028) @@ -0,0 +1,5 @@ +This module is inspired by File::chdir and File::umask, using a tied +scalar variable to get/set stuffs. One benefit of this is being able to +use Perl's "local" with it, effectively setting something locally. + +WWW: https://metacpan.org/release/Unix-setuid Added: head/security/p5-Unix-setuid/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Unix-setuid/pkg-plist Thu May 30 02:00:42 2019 (r503028) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Unix/setuid.pm +%%PERL5_MAN3%%/Unix::setuid.3.gz