diff options
author | pav <pav@FreeBSD.org> | 2005-02-20 06:47:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-20 06:47:21 +0800 |
commit | af8ad317212d9e5fae22b437e34d2706574aaa45 (patch) | |
tree | 8663d9133a37ec235bcf252821fd71b05151db33 /net | |
parent | ac8b163958ce93b5a5cde6c8a5184cd476737acf (diff) | |
download | freebsd-ports-gnome-af8ad317212d9e5fae22b437e34d2706574aaa45.tar.gz freebsd-ports-gnome-af8ad317212d9e5fae22b437e34d2706574aaa45.tar.zst freebsd-ports-gnome-af8ad317212d9e5fae22b437e34d2706574aaa45.zip |
- Remove net/ipw
Unfetchable, removal suggested by author
PR: ports/77719
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-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 |
5 files changed, 0 insertions, 47 deletions
diff --git a/net/Makefile b/net/Makefile index 14970e743788..feb9a278610d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -239,7 +239,6 @@ SUBDIR += ipsumdump SUBDIR += ipsvd SUBDIR += ipv6socket_scrub - SUBDIR += ipw SUBDIR += irrd SUBDIR += isc-dhcp3-client SUBDIR += isc-dhcp3-devel 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. |