summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2002-05-11 21:40:37 +0000
committerJason Evans <jasone@FreeBSD.org>2002-05-11 21:40:37 +0000
commit453902851adaf5e7d8b0ebe65eeb9b88ecf7b6c7 (patch)
tree087fba95324a2efa31469563229b0e86c063b8ad
parentAdd ruby-xmms (Xmms-Ruby) version 0.1.0, XMMS bindings for Ruby. (diff)
Remove the net/ncat and net/proxy ports, for which the source distribution
will be going away. The source code has been unmaintained for quite some time.
Notes
Notes: svn path=/head/; revision=58932
-rw-r--r--net/Makefile2
-rw-r--r--net/ncat/Makefile32
-rw-r--r--net/ncat/distinfo1
-rw-r--r--net/ncat/pkg-comment1
-rw-r--r--net/ncat/pkg-descr9
-rw-r--r--net/ncat/pkg-plist1
-rw-r--r--net/proxy/Makefile32
-rw-r--r--net/proxy/distinfo1
-rw-r--r--net/proxy/pkg-comment1
-rw-r--r--net/proxy/pkg-descr8
-rw-r--r--net/proxy/pkg-plist1
11 files changed, 0 insertions, 89 deletions
diff --git a/net/Makefile b/net/Makefile
index 39a7f38ee1a6..749d0b0b6170 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -253,7 +253,6 @@
SUBDIR += nat
SUBDIR += nbtscan
SUBDIR += nc
- SUBDIR += ncat
SUBDIR += ncplib
SUBDIR += nemesis
SUBDIR += net-http
@@ -376,7 +375,6 @@
SUBDIR += pptpclient
SUBDIR += ppxp
SUBDIR += priss
- SUBDIR += proxy
SUBDIR += proxy-suite
SUBDIR += psi
SUBDIR += punkbuster
diff --git a/net/ncat/Makefile b/net/ncat/Makefile
deleted file mode 100644
index cef3d2906295..000000000000
--- a/net/ncat/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection Makefile for: ncat
-# Date created: 22 August 2000
-# Whom: jasone
-#
-# $FreeBSD$
-#
-
-PORTNAME= ncat
-PORTVERSION= 1.2.0
-CATEGORIES= net
-DISTNAME= canonware-1.2.0
-MASTER_SITES= http://www.canonware.com/download/canonware/
-
-MAINTAINER= jasone@FreeBSD.org
-
-BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook
-
-GNU_CONFIGURE= yes
-
-MAN1= ncat.1
-MANCOMPRESSED= no
-
-do-build:
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook bin/ncat/src/ncat)
-
-do-install:
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook ncat_install_a)
-
-post-install:
- @strip ${PREFIX}/bin/ncat
-
-.include <bsd.port.mk>
diff --git a/net/ncat/distinfo b/net/ncat/distinfo
deleted file mode 100644
index 1260958475fe..000000000000
--- a/net/ncat/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (canonware-1.2.0.tar.gz) = 6cfa78d423d17b9287a4bab25fe048d8
diff --git a/net/ncat/pkg-comment b/net/ncat/pkg-comment
deleted file mode 100644
index 52834d4d2845..000000000000
--- a/net/ncat/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Like cat, but input or output is via a TCP/IP socket
diff --git a/net/ncat/pkg-descr b/net/ncat/pkg-descr
deleted file mode 100644
index f46f97522107..000000000000
--- a/net/ncat/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-ncat is much like cat(1), but either its input or output is a TCP/IP socket
-rather than a file descriptor. If the input is from a socket, ncat reads data
-from the specified socket and sends the data to stdout. If the output is to a
-socket, ncat reads data from stdin and sends the data to the specified socket.
-
-ncat can log the data stream in three formats. Which format to use (if any)
-should be chosen according to the nature of the data being streamed.
-
-http://www.canonware.com/download/canonware/
diff --git a/net/ncat/pkg-plist b/net/ncat/pkg-plist
deleted file mode 100644
index 91563faf3729..000000000000
--- a/net/ncat/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/ncat
diff --git a/net/proxy/Makefile b/net/proxy/Makefile
deleted file mode 100644
index d14097fefff6..000000000000
--- a/net/proxy/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection Makefile for: proxy
-# Date created: 22 August 2000
-# Whom: jasone
-#
-# $FreeBSD$
-#
-
-PORTNAME= proxy
-PORTVERSION= 1.2.0
-CATEGORIES= net
-DISTNAME= canonware-1.2.0
-MASTER_SITES= http://www.canonware.com/download/canonware/
-
-MAINTAINER= jasone@FreeBSD.org
-
-BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook
-
-GNU_CONFIGURE= yes
-
-MAN1= proxy.1
-MANCOMPRESSED= no
-
-do-build:
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook bin/proxy/src/proxy)
-
-do-install:
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook proxy_install_a)
-
-post-install:
- @strip ${PREFIX}/bin/proxy
-
-.include <bsd.port.mk>
diff --git a/net/proxy/distinfo b/net/proxy/distinfo
deleted file mode 100644
index 1260958475fe..000000000000
--- a/net/proxy/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (canonware-1.2.0.tar.gz) = 6cfa78d423d17b9287a4bab25fe048d8
diff --git a/net/proxy/pkg-comment b/net/proxy/pkg-comment
deleted file mode 100644
index 379de87f93c2..000000000000
--- a/net/proxy/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Transparent logging TCP/IP proxy
diff --git a/net/proxy/pkg-descr b/net/proxy/pkg-descr
deleted file mode 100644
index 70e004d359ef..000000000000
--- a/net/proxy/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-proxy is a transparent TCP/IP proxy that listens for connections and forwards
-bi-directional data with the ability to log the data to stdout or to files
-within a specified directory.
-
-proxy can log the data streams in three formats. Which format to use (if any)
-should be chosen according to the nature of the data being streamed.
-
-http://www.canonware.com/download/canonware/
diff --git a/net/proxy/pkg-plist b/net/proxy/pkg-plist
deleted file mode 100644
index 1653d9bd8fff..000000000000
--- a/net/proxy/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/proxy