pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/netgroup A small wrapper for the NetBSD netgroup u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8c629b1c5a5
branches:  trunk
changeset: 486052:f8c629b1c5a5
user:      christos <christos%pkgsrc.org@localhost>
date:      Tue Dec 21 21:06:40 2004 +0000

description:
A small wrapper for the NetBSD netgroup utilities.

diffstat:

 net/netgroup/DESCR    |   4 ++++
 net/netgroup/Makefile |  15 +++++++++++++++
 net/netgroup/PLIST    |   5 +++++
 net/netgroup/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r f17db223fb77 -r f8c629b1c5a5 net/netgroup/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/netgroup/DESCR        Tue Dec 21 21:06:40 2004 +0000
@@ -0,0 +1,4 @@
+netgroup lists the set of hosts, users, or domains that belong to the
+specified netgroup.
+innetgr returns true or false depending if the netgroup membeship test
+succeeds or fails.
diff -r f17db223fb77 -r f8c629b1c5a5 net/netgroup/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/netgroup/Makefile     Tue Dec 21 21:06:40 2004 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2004/12/21 21:06:40 christos Exp $
+#
+
+DISTNAME=      netgroup-0.0
+CATEGORIES=    net
+MASTER_SITES=  ftp://ftp.astron.com/pub/netgroup/
+
+MAINTAINER=    christos%netbsd.org@localhost
+COMMENT=       Netgroup membership listing and testing functions
+
+.include "../../mk/bsd.prefs.mk"
+
+INSTALL_TARGET=        inst-all
+
+.include "../../mk/bsd.pkg.mk"
diff -r f17db223fb77 -r f8c629b1c5a5 net/netgroup/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/netgroup/PLIST        Tue Dec 21 21:06:40 2004 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2004/12/21 21:06:40 christos Exp $
+bin/netgroup
+bin/innetgr
+man/man1/netgroup.1
+man/man1/innetgr.1
diff -r f17db223fb77 -r f8c629b1c5a5 net/netgroup/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/netgroup/distinfo     Tue Dec 21 21:06:40 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2004/12/21 21:06:40 christos Exp $
+
+SHA1 (netgroup-0.0.tar.gz) = 8f525074ec5b564cc9e61b02f32014550daa81f2
+Size (netgroup-0.0.tar.gz) = 3106 bytes



Home | Main Index | Thread Index | Old Index