summaryrefslogtreecommitdiff
path: root/net/netgroup
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2004-12-21 21:06:40 +0000
committerchristos <christos@pkgsrc.org>2004-12-21 21:06:40 +0000
commitc13784265a35cacd3321e857b5c5da7014f1bc18 (patch)
treeeb3d3614a81201251b0be653b0f0ef8f152581c3 /net/netgroup
parent5f3b950addcc74b67e4c9c1c0c9d44dbd24e28f5 (diff)
downloadpkgsrc-c13784265a35cacd3321e857b5c5da7014f1bc18.tar.gz
A small wrapper for the NetBSD netgroup utilities.
Diffstat (limited to 'net/netgroup')
-rw-r--r--net/netgroup/DESCR4
-rw-r--r--net/netgroup/Makefile15
-rw-r--r--net/netgroup/PLIST5
-rw-r--r--net/netgroup/distinfo4
4 files changed, 28 insertions, 0 deletions
diff --git a/net/netgroup/DESCR b/net/netgroup/DESCR
new file mode 100644
index 00000000000..962a35638d7
--- /dev/null
+++ b/net/netgroup/DESCR
@@ -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 --git a/net/netgroup/Makefile b/net/netgroup/Makefile
new file mode 100644
index 00000000000..1d07a0ebb35
--- /dev/null
+++ b/net/netgroup/Makefile
@@ -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
+COMMENT= Netgroup membership listing and testing functions
+
+.include "../../mk/bsd.prefs.mk"
+
+INSTALL_TARGET= inst-all
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/netgroup/PLIST b/net/netgroup/PLIST
new file mode 100644
index 00000000000..10f3e2db165
--- /dev/null
+++ b/net/netgroup/PLIST
@@ -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 --git a/net/netgroup/distinfo b/net/netgroup/distinfo
new file mode 100644
index 00000000000..ae6ed847215
--- /dev/null
+++ b/net/netgroup/distinfo
@@ -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