Date: Mon, 27 Apr 2015 02:48:29 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384810 - in head/devel: . p5-Unix-Groups Message-ID: <201504270248.t3R2mTgd033521@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Mon Apr 27 02:48:28 2015 New Revision: 384810 URL: https://svnweb.freebsd.org/changeset/ports/384810 Log: Add devel/p5-Unix-Groups, a wrapper around getgroups and setgroups. Added: head/devel/p5-Unix-Groups/ head/devel/p5-Unix-Groups/Makefile (contents, props changed) head/devel/p5-Unix-Groups/distinfo (contents, props changed) head/devel/p5-Unix-Groups/pkg-descr (contents, props changed) head/devel/p5-Unix-Groups/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Apr 27 02:42:22 2015 (r384809) +++ head/devel/Makefile Mon Apr 27 02:48:28 2015 (r384810) @@ -3198,6 +3198,7 @@ SUBDIR += p5-UUID-Random-Patch-UseMRS SUBDIR += p5-UUID-Tiny SUBDIR += p5-Uniq + SUBDIR += p5-Unix-Groups SUBDIR += p5-Unix-Statgrab SUBDIR += p5-Unix-Uptime SUBDIR += p5-User-Identity Added: head/devel/p5-Unix-Groups/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Unix-Groups/Makefile Mon Apr 27 02:48:28 2015 (r384810) @@ -0,0 +1,17 @@ +# Created by: Adam Weinberger <adamw@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Unix-Groups +PORTVERSION= 0.01 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:OPI +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl support for getgroups and setgroups syscalls + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/devel/p5-Unix-Groups/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Unix-Groups/distinfo Mon Apr 27 02:48:28 2015 (r384810) @@ -0,0 +1,2 @@ +SHA256 (Unix-Groups-0.01.tar.gz) = 5b3f9ffad4bde9ba8c3b8dfc9f73446d93c0a18952ff983ed9453ae3ecb6584c +SIZE (Unix-Groups-0.01.tar.gz) = 45419 Added: head/devel/p5-Unix-Groups/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Unix-Groups/pkg-descr Mon Apr 27 02:48:28 2015 (r384810) @@ -0,0 +1,4 @@ +This module implements a very thin layer around the getgroups(2) and +setgroups(2) syscalls. + +WWW: https://metacpan.org/pod/Unix::Groups Added: head/devel/p5-Unix-Groups/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Unix-Groups/pkg-plist Mon Apr 27 02:48:28 2015 (r384810) @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/Unix/Groups.pm +%%SITE_ARCH%%/auto/Unix/Groups/Groups.so +%%PERL5_MAN3%%/Unix::Groups.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504270248.t3R2mTgd033521>