summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-04-27 02:48:28 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-04-27 02:48:28 +0000
commit3e41dbe7203e97af2f18536c33d39d51bf15d855 (patch)
tree0656d18663c0cf5f75de05864a300d4e8d2f5856
parent- Update to 5.4.5p1 (diff)
Add devel/p5-Unix-Groups, a wrapper around getgroups and setgroups.
Notes
Notes: svn path=/head/; revision=384810
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Unix-Groups/Makefile17
-rw-r--r--devel/p5-Unix-Groups/distinfo2
-rw-r--r--devel/p5-Unix-Groups/pkg-descr4
-rw-r--r--devel/p5-Unix-Groups/pkg-plist3
5 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index bde27d6cf750..187774127417 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/p5-Unix-Groups/Makefile b/devel/p5-Unix-Groups/Makefile
new file mode 100644
index 000000000000..a97e7f344a0b
--- /dev/null
+++ b/devel/p5-Unix-Groups/Makefile
@@ -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>
diff --git a/devel/p5-Unix-Groups/distinfo b/devel/p5-Unix-Groups/distinfo
new file mode 100644
index 000000000000..f1eeaf3b6bd2
--- /dev/null
+++ b/devel/p5-Unix-Groups/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Unix-Groups-0.01.tar.gz) = 5b3f9ffad4bde9ba8c3b8dfc9f73446d93c0a18952ff983ed9453ae3ecb6584c
+SIZE (Unix-Groups-0.01.tar.gz) = 45419
diff --git a/devel/p5-Unix-Groups/pkg-descr b/devel/p5-Unix-Groups/pkg-descr
new file mode 100644
index 000000000000..5954d04fc713
--- /dev/null
+++ b/devel/p5-Unix-Groups/pkg-descr
@@ -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
diff --git a/devel/p5-Unix-Groups/pkg-plist b/devel/p5-Unix-Groups/pkg-plist
new file mode 100644
index 000000000000..9ca0cdd1b55b
--- /dev/null
+++ b/devel/p5-Unix-Groups/pkg-plist
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/Unix/Groups.pm
+%%SITE_ARCH%%/auto/Unix/Groups/Groups.so
+%%PERL5_MAN3%%/Unix::Groups.3.gz