summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorchristos <christos>2004-12-21 21:06:40 +0000
committerchristos <christos>2004-12-21 21:06:40 +0000
commit1059cd6d69cb1c4bec5454111d9f7b90e6f080c3 (patch)
treeeb3d3614a81201251b0be653b0f0ef8f152581c3 /net
parent493348d46cb78e02c2873b983586446f0a03d9b5 (diff)
downloadpkgsrc-1059cd6d69cb1c4bec5454111d9f7b90e6f080c3.tar.gz
A small wrapper for the NetBSD netgroup utilities.
Diffstat (limited to 'net')
-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