1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add p5-Net-NIS-Listgroup 1.0.0, lists hosts/users in a netgroup group.

PR:		ports/102748
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2006-09-20 02:40:34 +00:00
parent cbe5ee3cbf
commit 5fa4324fa1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173424
5 changed files with 48 additions and 0 deletions

View File

@ -451,6 +451,7 @@
SUBDIR += p5-Net-MovableType
SUBDIR += p5-Net-NBName
SUBDIR += p5-Net-NIS
SUBDIR += p5-Net-NIS-Listgroup
SUBDIR += p5-Net-OpenDHT
SUBDIR += p5-Net-Packet
SUBDIR += p5-Net-ParseWhois

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: p5-Net-NIS-Listgroup
# Date created: 2006-09-01
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Net-NIS-Listgroup
PORTVERSION= 1.0.0
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Lists hosts/users in a netgroup group
PERL_CONFIGURE= yes
MAN1= listgroup.1
MAN3= Net::NIS::Listgroup.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Net-NIS-Listgroup-1.0.0.tar.gz) = a65cc9a029e5fe9d9b4771e18e5c25f5
SHA256 (Net-NIS-Listgroup-1.0.0.tar.gz) = 68ae60cc0c5d69ec90d6adf812c712ea12dd28bb1cd3144788b004b35dcc08dc
SIZE (Net-NIS-Listgroup-1.0.0.tar.gz) = 14538

View File

@ -0,0 +1,13 @@
A library used to get groups or members of a netgroup NIS map.
listgroup() without any parameters or listgroups() lists all the
available netgroup groups.
With groupname parameters listgroup, listgroup_user, listgroup_host
will recusively list the members of the named groups. If the groupname
is preceded with a - members of that group will be excluded from the
returned list. Each member in a group is a triplet of
(host,user,domain). The host portion or user portion of the members is
returned by listgroup_host() and listgroup(), the user portion of the
members is returned by listgroup_user().
WWW: http://search.cpan.org/dist/Net-NIS-Listgroup/

View File

@ -0,0 +1,8 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/.packlist
%%SITE_PERL%%/Net/NIS/Listgroup.pm
bin/listgroup
bin/make_cron
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net/NIS
@dirrmtry %%SITE_PERL%%/Net