Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2018 20:25:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462427 - in head/devel: . p5-Unix-Groups-FFI
Message-ID:  <201802202025.w1KKPBvP049896@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb 20 20:25:11 2018
New Revision: 462427
URL: https://svnweb.freebsd.org/changeset/ports/462427

Log:
  Add p5-Unix-Groups-FFI 0.002
  
  Unix::Groups::FFI provides a FFI interface to several syscalls related to Unix
  groups, including getgroups(2), setgroups(2), getgrouplist(3), and
  initgroups(3). As such it will only work on Unix-like operating systems.
  
  WWW: http://search.cpan.org/dist/Unix-Groups-FFI/

Added:
  head/devel/p5-Unix-Groups-FFI/
  head/devel/p5-Unix-Groups-FFI/Makefile   (contents, props changed)
  head/devel/p5-Unix-Groups-FFI/distinfo   (contents, props changed)
  head/devel/p5-Unix-Groups-FFI/pkg-descr   (contents, props changed)
  head/devel/p5-Unix-Groups-FFI/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Feb 20 20:24:47 2018	(r462426)
+++ head/devel/Makefile	Tue Feb 20 20:25:11 2018	(r462427)
@@ -3679,6 +3679,7 @@
     SUBDIR += p5-UUID-Tiny
     SUBDIR += p5-Uniq
     SUBDIR += p5-Unix-Groups
+    SUBDIR += p5-Unix-Groups-FFI
     SUBDIR += p5-Unix-Statgrab
     SUBDIR += p5-Unix-Uptime
     SUBDIR += p5-User-Identity

Added: head/devel/p5-Unix-Groups-FFI/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Unix-Groups-FFI/Makefile	Tue Feb 20 20:25:11 2018	(r462427)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Unix-Groups-FFI
+PORTVERSION=	0.002
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Interface to Unix group syscalls
+
+LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-FFI-Platypus>=0.20:devel/p5-FFI-Platypus
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+NO_ARCH=	yes
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-Unix-Groups-FFI/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Unix-Groups-FFI/distinfo	Tue Feb 20 20:25:11 2018	(r462427)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1519141847
+SHA256 (Unix-Groups-FFI-0.002.tar.gz) = 81fef789dca2c9a5675fb4d3a8ed0008ecb533941a01c6e2bae3709a79c44560
+SIZE (Unix-Groups-FFI-0.002.tar.gz) = 17090

Added: head/devel/p5-Unix-Groups-FFI/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Unix-Groups-FFI/pkg-descr	Tue Feb 20 20:25:11 2018	(r462427)
@@ -0,0 +1,5 @@
+Unix::Groups::FFI provides a FFI interface to several syscalls related to Unix
+groups, including getgroups(2), setgroups(2), getgrouplist(3), and
+initgroups(3). As such it will only work on Unix-like operating systems.
+
+WWW: http://search.cpan.org/dist/Unix-Groups-FFI/

Added: head/devel/p5-Unix-Groups-FFI/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Unix-Groups-FFI/pkg-plist	Tue Feb 20 20:25:11 2018	(r462427)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Unix/Groups/FFI.pm
+%%PERL5_MAN3%%/Unix::Groups::FFI.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802202025.w1KKPBvP049896>