diff options
author | mph <mph@FreeBSD.org> | 1999-01-29 21:27:11 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1999-01-29 21:27:11 +0000 |
commit | f6f05ff5a20b9d72aadae1974b9a6b01beaed8ce (patch) | |
tree | 5ecaf403670cd50a1819578c8ce799942a207d31 /net/ipw | |
parent | db945253192623d6ef962332731051f88574dd2a (diff) | |
download | FreeBSD-ports-f6f05ff5a20b9d72aadae1974b9a6b01beaed8ce.zip FreeBSD-ports-f6f05ff5a20b9d72aadae1974b9a6b01beaed8ce.tar.gz |
Import of ipw, a "whois" replacement that automatically queries
several databases.
Diffstat (limited to 'net/ipw')
-rw-r--r-- | net/ipw/Makefile | 18 | ||||
-rw-r--r-- | net/ipw/distinfo | 1 | ||||
-rw-r--r-- | net/ipw/files/patch-aa | 22 | ||||
-rw-r--r-- | net/ipw/pkg-comment | 1 | ||||
-rw-r--r-- | net/ipw/pkg-descr | 4 | ||||
-rw-r--r-- | net/ipw/pkg-plist | 1 |
6 files changed, 47 insertions, 0 deletions
diff --git a/net/ipw/Makefile b/net/ipw/Makefile new file mode 100644 index 0000000..f2a8419 --- /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 0000000..5525297 --- /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 0000000..dab4baf --- /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 0000000..cc9a4b5 --- /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 0000000..ab00821 --- /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 0000000..131ba5e6 --- /dev/null +++ b/net/ipw/pkg-plist @@ -0,0 +1 @@ +bin/ipw |