aboutsummaryrefslogtreecommitdiff
path: root/net/slirp
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-06 06:52:42 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-06 06:52:42 +0000
commit5180b262522eab45dbfb77a756980ca72c879426 (patch)
tree342df0c679fb379ebe3e0b7b99f5564e1154f94f /net/slirp
parent6321484970c3c6649d7d89a1e0999ced6c1edabc (diff)
downloadports-5180b262522eab45dbfb77a756980ca72c879426.tar.gz
ports-5180b262522eab45dbfb77a756980ca72c879426.zip
The slip-over-a-shell-account stuff people have been talking about from
danjo@freedom.wit.com.
Notes
Notes: svn path=/head/; revision=1296
Diffstat (limited to 'net/slirp')
-rw-r--r--net/slirp/Makefile21
-rw-r--r--net/slirp/distinfo1
-rw-r--r--net/slirp/files/patch-aa21
-rw-r--r--net/slirp/pkg-comment1
-rw-r--r--net/slirp/pkg-descr4
-rw-r--r--net/slirp/pkg-plist2
6 files changed, 50 insertions, 0 deletions
diff --git a/net/slirp/Makefile b/net/slirp/Makefile
new file mode 100644
index 000000000000..d186f11d4d22
--- /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 000000000000..d152a6bb1d3f
--- /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 000000000000..aff81bd2e96a
--- /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 000000000000..83281ad96807
--- /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 000000000000..fdc7bb72e814
--- /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 000000000000..bdcbd66e8256
--- /dev/null
+++ b/net/slirp/pkg-plist
@@ -0,0 +1,2 @@
+bin/slurp
+man/man1/slurp.1