aboutsummaryrefslogtreecommitdiff
path: root/sysutils/socket/Makefile
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-08-24 20:37:49 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-08-24 20:37:49 +0000
commit0b500ba6a401cb59916e049997de7ddfd163408f (patch)
tree2cf3135a558dcb89a69f82b8055036764130a390 /sysutils/socket/Makefile
parent0372ef5da9de2da7ddb974242e56abfcfdf28830 (diff)
downloadports-0b500ba6a401cb59916e049997de7ddfd163408f.tar.gz
ports-0b500ba6a401cb59916e049997de7ddfd163408f.zip
The program Socket implements access to TCP sockets from shell level.
First written for the need to open a server socket and read and write to the socket interactively for testing purposes, it quickly evolved into a generic tool providing the socket interface for shell script and interactive use. [Juergen Nickelsen <jn@berlin.snafu.de>]
Notes
Notes: svn path=/head/; revision=3697
Diffstat (limited to 'sysutils/socket/Makefile')
-rw-r--r--sysutils/socket/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile
new file mode 100644
index 000000000000..bdb3de33f9d5
--- /dev/null
+++ b/sysutils/socket/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: socket
+# Version required: 1.1
+# Date created: 14 August 1996
+# Whom: wosch
+#
+# $Id: Makefile,v 1.4 1996/06/03 02:17:34 asami Exp $
+#
+
+DISTNAME= socket-1.1
+CATEGORIES+= sysutils
+MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
+
+MAINTAINER= wosch@FreeBSD.org
+
+.include <bsd.port.mk>