summaryrefslogtreecommitdiff
path: root/net/ipw
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1999-01-29 21:27:11 +0000
committerMatthew Hunt <mph@FreeBSD.org>1999-01-29 21:27:11 +0000
commit76a25672632f3d998521b15fc092a96753c44bdd (patch)
tree5c47d49f23717938ca85c3443ca629313ae2d6bc /net/ipw
parentActivate ipw. (diff)
Import of ipw, a "whois" replacement that automatically queries
several databases.
Notes
Notes: svn path=/head/; revision=16421
Diffstat (limited to 'net/ipw')
-rw-r--r--net/ipw/Makefile18
-rw-r--r--net/ipw/distinfo1
-rw-r--r--net/ipw/files/patch-aa22
-rw-r--r--net/ipw/pkg-comment1
-rw-r--r--net/ipw/pkg-descr4
-rw-r--r--net/ipw/pkg-plist1
6 files changed, 47 insertions, 0 deletions
diff --git a/net/ipw/Makefile b/net/ipw/Makefile
new file mode 100644
index 000000000000..f2a8419afc30
--- /dev/null
+++ b/net/ipw/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: ipw
+# Version required: 2.7
+# Date created: 29 January 1999
+# Whom: mph
+#
+# $Id$
+#
+
+DISTNAME= ipw
+PKGNAME= ipw-2.7
+CATEGORIES= net
+MASTER_SITES= http://mjhb.marina-del-rey.ca.us/ipw/
+
+MAINTAINER= mph@freebsd.org
+
+NO_WRKSUBDIR= yes
+
+.include <bsd.port.mk>
diff --git a/net/ipw/distinfo b/net/ipw/distinfo
new file mode 100644
index 000000000000..5525297372b2
--- /dev/null
+++ b/net/ipw/distinfo
@@ -0,0 +1 @@
+MD5 (ipw.tar.gz) = 4ec8d873e39af10bc859b8a52d66f478
diff --git a/net/ipw/files/patch-aa b/net/ipw/files/patch-aa
new file mode 100644
index 000000000000..dab4baf7accf
--- /dev/null
+++ b/net/ipw/files/patch-aa
@@ -0,0 +1,22 @@
+--- Makefile.orig Fri Jan 29 13:15:44 1999
++++ Makefile Fri Jan 29 13:16:24 1999
+@@ -1,7 +1,7 @@
+-CC = gcc
++# CC = gcc
+ # CFLAGS = -Wall -Wmissing-prototypes -g # -O
+-CFLAGS = -Wall -Wmissing-prototypes -O
+-LDFLAGS =
++# CFLAGS = -Wall -Wmissing-prototypes -O
++# LDFLAGS =
+
+ # Use -lsocket -lnsl for Solaris
+ #LIBS = -lsocket -lnsl
+@@ -17,7 +17,7 @@
+ $(CC) $(CFLAGS) -c ipw.c
+
+ install: all
+- cp $(PROGS) /usr/local/bin
++ ${BSD_INSTALL_PROGRAM} $(PROGS) $(PREFIX)/bin
+
+ clean:
+ -rm -f *.o
diff --git a/net/ipw/pkg-comment b/net/ipw/pkg-comment
new file mode 100644
index 000000000000..cc9a4b5bdf27
--- /dev/null
+++ b/net/ipw/pkg-comment
@@ -0,0 +1 @@
+A "whois" replacement that automatically queries several databases.
diff --git a/net/ipw/pkg-descr b/net/ipw/pkg-descr
new file mode 100644
index 000000000000..ab00821ff3b4
--- /dev/null
+++ b/net/ipw/pkg-descr
@@ -0,0 +1,4 @@
+A program that automatically queries the ARIN, RIPE, and APNIC
+databases to obtain the registration information for a domain.
+
+http://mjhb.marina-del-rey.ca.us/ipw/
diff --git a/net/ipw/pkg-plist b/net/ipw/pkg-plist
new file mode 100644
index 000000000000..131ba5e64044
--- /dev/null
+++ b/net/ipw/pkg-plist
@@ -0,0 +1 @@
+bin/ipw