diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-06 06:52:42 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-06 06:52:42 +0000 |
commit | c2a117fd3a7665a0e3346dedc3ce67c5d1595809 (patch) | |
tree | 641a146eb7d1b138c4da061b65723246e0eddd17 /net/slirp | |
parent | c3c3513402da33ba6ab783d9a1729a53a5cbaee7 (diff) | |
download | FreeBSD-ports-c2a117fd3a7665a0e3346dedc3ce67c5d1595809.zip FreeBSD-ports-c2a117fd3a7665a0e3346dedc3ce67c5d1595809.tar.gz |
The slip-over-a-shell-account stuff people have been talking about from
danjo@freedom.wit.com.
Diffstat (limited to 'net/slirp')
-rw-r--r-- | net/slirp/Makefile | 21 | ||||
-rw-r--r-- | net/slirp/distinfo | 1 | ||||
-rw-r--r-- | net/slirp/files/patch-aa | 21 | ||||
-rw-r--r-- | net/slirp/pkg-comment | 1 | ||||
-rw-r--r-- | net/slirp/pkg-descr | 4 | ||||
-rw-r--r-- | net/slirp/pkg-plist | 2 |
6 files changed, 50 insertions, 0 deletions
diff --git a/net/slirp/Makefile b/net/slirp/Makefile new file mode 100644 index 0000000..d186f11 --- /dev/null +++ b/net/slirp/Makefile @@ -0,0 +1,21 @@ +# Makefile for: slirp +# Version required: alpha +# Date created: 05 April 1995 +# Whom: jkh +# +# $Id: Makefile,v 1.2 1995/04/01 12:47:57 jkh Exp $ +# + +# This is ALPHA software, but I think it's of sufficient interest to enough +# people to bring it over now. I hope that both patches an go away soon +# enough.. Yes, I know that it currently produces some weird error messages. +# They're harmless as far as the operation of slirp is concerned. I also +# know that the "manpage" is cheesy - it's better than nothing! :-) + +DISTNAME= slirp +MASTER_SITES= ftp://blitzen.canberra.edu.au/pub/slirp/ ftp://freedom.wit.com/misc4/danjo/SLiRP/ +CATEGORIES+= networking +WRKSRC= ${WRKDIR}/slurp/src +MAKE_FLAGS= freebsd -f + +.include <bsd.port.mk> diff --git a/net/slirp/distinfo b/net/slirp/distinfo new file mode 100644 index 0000000..d152a6b --- /dev/null +++ b/net/slirp/distinfo @@ -0,0 +1 @@ +MD5 (slirp.tar.gz) = 9e0d39e1b3b7a411c3f220e48cd94d6f diff --git a/net/slirp/files/patch-aa b/net/slirp/files/patch-aa new file mode 100644 index 0000000..aff81bd --- /dev/null +++ b/net/slirp/files/patch-aa @@ -0,0 +1,21 @@ +*** Makefile.orig Wed Apr 5 23:23:25 1995 +--- Makefile Wed Apr 5 23:23:51 1995 +*************** +*** 40,47 **** + + linux: + @$(MAKE) "CFLAGS = $(CFLAGS) -D_LITTLE_ENDIAN_ -DLINUX -DDEBUG -O2 -g -Wstrict-prototypes" \ +! slurp +! + + # + # OBJ's +--- 40,47 ---- + + linux: + @$(MAKE) "CFLAGS = $(CFLAGS) -D_LITTLE_ENDIAN_ -DLINUX -DDEBUG -O2 -g -Wstrict-prototypes" \ +! slurp +! + + # + # OBJ's diff --git a/net/slirp/pkg-comment b/net/slirp/pkg-comment new file mode 100644 index 0000000..83281ad --- /dev/null +++ b/net/slirp/pkg-comment @@ -0,0 +1 @@ +SLuRP is a SLIP/CSLIP emulator for user with a shell accounts diff --git a/net/slirp/pkg-descr b/net/slirp/pkg-descr new file mode 100644 index 0000000..fdc7bb7 --- /dev/null +++ b/net/slirp/pkg-descr @@ -0,0 +1,4 @@ +SLuRP is a SLIP/CSLIP emulator which allows a normal user with a shell +account on a UNIX system to act like a SLIP/CSLIP account (a-la TIA). +SLuRP can be (loosly) thought of as a cross between TIA and term (it's a +SLIP-emulator, but comes with source, can redirect ports, etc.) diff --git a/net/slirp/pkg-plist b/net/slirp/pkg-plist new file mode 100644 index 0000000..bdcbd66 --- /dev/null +++ b/net/slirp/pkg-plist @@ -0,0 +1,2 @@ +bin/slurp +man/man1/slurp.1 |