diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-19 22:47:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-19 22:47:21 +0000 |
commit | 8b81fac4ce6f4dff0424fa7b97a28d5abca9c92f (patch) | |
tree | 627d3915c77409925693c1400648ac3936175034 /net/ipw | |
parent | 2429e5d4cdedadf17e14a9e41b53c93342c97732 (diff) |
- Remove net/ipw
Unfetchable, removal suggested by author
PR: ports/77719
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Notes
Notes:
svn path=/head/; revision=129317
Diffstat (limited to 'net/ipw')
-rw-r--r-- | net/ipw/Makefile | 20 | ||||
-rw-r--r-- | net/ipw/distinfo | 2 | ||||
-rw-r--r-- | net/ipw/files/patch-aa | 22 | ||||
-rw-r--r-- | net/ipw/pkg-descr | 2 |
4 files changed, 0 insertions, 46 deletions
diff --git a/net/ipw/Makefile b/net/ipw/Makefile deleted file mode 100644 index 8bbd31cc86d7..000000000000 --- a/net/ipw/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: ipw -# Date created: 29 January 1999 -# Whom: mph -# -# $FreeBSD$ -# - -PORTNAME= ipw -PORTVERSION= 3.3.a -CATEGORIES= net -MASTER_SITES= http://www.mjhb.com/ipw/ -DISTNAME= ipw - -MAINTAINER= ports@FreeBSD.org -COMMENT= A "whois" replacement that automatically queries several databases - -NO_WRKSUBDIR= yes -PLIST_FILES= bin/ipw - -.include <bsd.port.mk> diff --git a/net/ipw/distinfo b/net/ipw/distinfo deleted file mode 100644 index 3d812263d22d..000000000000 --- a/net/ipw/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ipw.tar.gz) = e40be015a858a0f2470d90d3b26ca78c -SIZE (ipw.tar.gz) = 17238 diff --git a/net/ipw/files/patch-aa b/net/ipw/files/patch-aa deleted file mode 100644 index dab4baf7accf..000000000000 --- a/net/ipw/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- 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-descr b/net/ipw/pkg-descr deleted file mode 100644 index 819c00150a9c..000000000000 --- a/net/ipw/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -A program that automatically queries the ARIN, RIPE, and APNIC -databases to obtain the registration information for a domain. |