Index: p5-Unix-setuid/Makefile =================================================================== --- p5-Unix-setuid/Makefile (nonexistent) +++ p5-Unix-setuid/Makefile (working copy) @@ -0,0 +1,24 @@ +# Created by: Zane C. Bowers-Hadley +# $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 + +.include Property changes on: p5-Unix-setuid/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: p5-Unix-setuid/distinfo =================================================================== --- p5-Unix-setuid/distinfo (nonexistent) +++ p5-Unix-setuid/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1550123935 +SHA256 (Unix-setuid-0.02.tar.gz) = 5658f5b993e9f0f8d8788c41713000541b07838a6d3543b7800a93e96eb67a4e +SIZE (Unix-setuid-0.02.tar.gz) = 12738 Property changes on: p5-Unix-setuid/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: p5-Unix-setuid/pkg-descr =================================================================== --- p5-Unix-setuid/pkg-descr (nonexistent) +++ p5-Unix-setuid/pkg-descr (working copy) @@ -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 Property changes on: p5-Unix-setuid/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: p5-Unix-setuid/pkg-plist =================================================================== --- p5-Unix-setuid/pkg-plist (nonexistent) +++ p5-Unix-setuid/pkg-plist (working copy) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Unix/setuid.pm +%%PERL5_MAN3%%/Unix::setuid.3.gz Property changes on: p5-Unix-setuid/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property