diff options
author | wosch <wosch@FreeBSD.org> | 1996-08-25 04:37:49 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-08-25 04:37:49 +0800 |
commit | c79dfe563e869fa4f745ba781e5754aa58a7f67f (patch) | |
tree | 8f600143e6d4e68f70c32d4af02e6cc8e242c36c /sysutils/socket/Makefile | |
parent | 7db3007db66b7cb921bbe320ba3e63b4a9c8783b (diff) | |
download | freebsd-ports-gnome-c79dfe563e869fa4f745ba781e5754aa58a7f67f.tar.gz freebsd-ports-gnome-c79dfe563e869fa4f745ba781e5754aa58a7f67f.tar.zst freebsd-ports-gnome-c79dfe563e869fa4f745ba781e5754aa58a7f67f.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>]
Diffstat (limited to 'sysutils/socket/Makefile')
-rw-r--r-- | sysutils/socket/Makefile | 15 |
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> |