diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-20 02:40:34 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-20 02:40:34 +0000 |
commit | 5fa4324fa110c42febd17de12ec6882a1ff713b0 (patch) | |
tree | 38884ed0bcd37ce71ef80a80526ddd51e60afb5e /net/p5-Net-NIS-Listgroup | |
parent | cbe5ee3cbfdd899f99ddc846accb6ef2a10fee21 (diff) | |
download | ports-5fa4324fa110c42febd17de12ec6882a1ff713b0.tar.gz ports-5fa4324fa110c42febd17de12ec6882a1ff713b0.zip |
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>
Notes
Notes:
svn path=/head/; revision=173424
Diffstat (limited to 'net/p5-Net-NIS-Listgroup')
-rw-r--r-- | net/p5-Net-NIS-Listgroup/Makefile | 23 | ||||
-rw-r--r-- | net/p5-Net-NIS-Listgroup/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-NIS-Listgroup/pkg-descr | 13 | ||||
-rw-r--r-- | net/p5-Net-NIS-Listgroup/pkg-plist | 8 |
4 files changed, 47 insertions, 0 deletions
diff --git a/net/p5-Net-NIS-Listgroup/Makefile b/net/p5-Net-NIS-Listgroup/Makefile new file mode 100644 index 000000000000..4e7b09fe5cb2 --- /dev/null +++ b/net/p5-Net-NIS-Listgroup/Makefile @@ -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> diff --git a/net/p5-Net-NIS-Listgroup/distinfo b/net/p5-Net-NIS-Listgroup/distinfo new file mode 100644 index 000000000000..408d110b537a --- /dev/null +++ b/net/p5-Net-NIS-Listgroup/distinfo @@ -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 diff --git a/net/p5-Net-NIS-Listgroup/pkg-descr b/net/p5-Net-NIS-Listgroup/pkg-descr new file mode 100644 index 000000000000..417ea8df3298 --- /dev/null +++ b/net/p5-Net-NIS-Listgroup/pkg-descr @@ -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/ diff --git a/net/p5-Net-NIS-Listgroup/pkg-plist b/net/p5-Net-NIS-Listgroup/pkg-plist new file mode 100644 index 000000000000..4f29e2044282 --- /dev/null +++ b/net/p5-Net-NIS-Listgroup/pkg-plist @@ -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 |