[Lunar-commits] <moonbase> netkit-base, netkit-telnet, iputils, inetutils: Adding inetutils.

Moritz Heiber moe at lunar-linux.org
Tue Apr 29 22:20:49 CEST 2008


commit eaa4c80e6b791a7c7cdc0008d480a47f245bd47e
Author: Moritz Heiber <moe at lunar-linux.org>
Date:   Tue Apr 29 22:20:49 2008 +0200

    netkit-base, netkit-telnet, iputils, inetutils: Adding inetutils.
    
    netkit-base: Adjusted CONFLICTS accordingly.
    netkit-telnet: Adjusted CONFLICTS accordingly
    iputils: Adjusted CONFLICTS accordingly
    inetutils: New package to replace iptutils.
---
 net/inetutils/BUILD         |    9 +++++++++
 net/inetutils/CONFLICTS     |    3 +++
 net/inetutils/DEPENDS       |   11 +++++++++++
 net/inetutils/DETAILS       |   21 +++++++++++++++++++++
 net/iputils/CONFLICTS       |    1 +
 net/netkit-base/CONFLICTS   |    1 +
 net/netkit-telnet/CONFLICTS |    1 +
 7 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/net/inetutils/BUILD b/net/inetutils/BUILD
new file mode 100644
index 0000000..4c8c6e6
--- /dev/null
+++ b/net/inetutils/BUILD
@@ -0,0 +1,9 @@
+(
+
+  OPTS+=" --disable-servers --disable-ifconfig --disable-tftp \
+          --disable-logger --disable-ftp --disable-whois \
+          --enable-threads=posix --disable-rpath"
+
+  default_build
+ 
+) > $C_FIFO 2>&1
diff --git a/net/inetutils/CONFLICTS b/net/inetutils/CONFLICTS
new file mode 100644
index 0000000..4dea087
--- /dev/null
+++ b/net/inetutils/CONFLICTS
@@ -0,0 +1,3 @@
+conflicts netkit-base
+conflicts iptutils
+conflicts netkit-telnet
diff --git a/net/inetutils/DEPENDS b/net/inetutils/DEPENDS
new file mode 100644
index 0000000..9364fa7
--- /dev/null
+++ b/net/inetutils/DEPENDS
@@ -0,0 +1,11 @@
+depends ncurses
+
+optional_depends "tcp_wrappers" \
+                 "--with-wrap" \
+                 "--without-wrap" \
+                 "to enable TCP wrappers support"
+
+optional_depends "Linux-PAM" \
+                 "--with-pam --enable-authentification" \
+                 "--without-pam --disable-authentification" \
+                 "to enable Linux PAM support"
diff --git a/net/inetutils/DETAILS b/net/inetutils/DETAILS
new file mode 100644
index 0000000..beea3b1
--- /dev/null
+++ b/net/inetutils/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=inetutils
+         VERSION=1.5
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$GNU_URL/$MODULE/
+     SOURCE2_URL=$PATCH_URL/
+      SOURCE_VFY=sha1:825834b94cd387b2d088ef1cfe727de824b9589e
+        WEB_SITE=http://www.gnu.org/software/inetutils/
+         ENTERED=20080429
+         UPDATED=20080429
+           SHORT="a collection of common network programs"
+
+cat << EOF
+A collection of common network programs such as:
+ping
+ping6
+rsh
+rcp
+talk
+telnet
+and some other ...
+EOF
diff --git a/net/iputils/CONFLICTS b/net/iputils/CONFLICTS
index 77a7c67..ae519d5 100644
--- a/net/iputils/CONFLICTS
+++ b/net/iputils/CONFLICTS
@@ -1 +1,2 @@
 conflicts netkit-base
+conflicts inetutils
diff --git a/net/netkit-base/CONFLICTS b/net/netkit-base/CONFLICTS
index 4aebba5..c17c022 100644
--- a/net/netkit-base/CONFLICTS
+++ b/net/netkit-base/CONFLICTS
@@ -1 +1,2 @@
 conflicts iputils
+conflicts inetutils
diff --git a/net/netkit-telnet/CONFLICTS b/net/netkit-telnet/CONFLICTS
new file mode 100644
index 0000000..acc5b66
--- /dev/null
+++ b/net/netkit-telnet/CONFLICTS
@@ -0,0 +1 @@
+conflicts inetutils


More information about the Lunar-commits mailing list