From fc29fb65d17b6245b33ce07ec5fa4d299361d028 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Thu, 4 Dec 1997 20:13:00 +0000 Subject: macipgw - MacIP gateway to provide IP-access for AppleTalk-only networks --- net/macipgw/Makefile | 21 +++++++++++++++++++++ net/macipgw/distinfo | 1 + net/macipgw/pkg-comment | 1 + net/macipgw/pkg-descr | 5 +++++ net/macipgw/pkg-plist | 2 ++ 5 files changed, 30 insertions(+) create mode 100644 net/macipgw/Makefile create mode 100644 net/macipgw/distinfo create mode 100644 net/macipgw/pkg-comment create mode 100644 net/macipgw/pkg-descr create mode 100644 net/macipgw/pkg-plist (limited to 'net/macipgw') diff --git a/net/macipgw/Makefile b/net/macipgw/Makefile new file mode 100644 index 000000000000..d962ca6d7d8b --- /dev/null +++ b/net/macipgw/Makefile @@ -0,0 +1,21 @@ +# Ports collection makefile for: macipgw +# Version required: macipgw-1.0 +# Date created: 25 Nov 1997 +# Whom: stb +# +# $Id$ +# + +DISTNAME= macipgw-1.0 +CATEGORIES= net +MASTER_SITES= ftp://ftp.promo.de/pub/people/stefan/netatalk/ + +MAINTAINER= stb@freebsd.org + +BUILD_DEPENDS= ${PREFIX}/lib/libatalk.a:${PORTSDIR}/net/netatalk \ + ${PREFIX}/include/atalk/ddp.h:${PORTSDIR}/net/netatalk +RUN_DEPENDS= ${PREFIX}/libexec/atalkd:${PORTSDIR}/net/netatalk + +NO_PATCH= yes + +.include diff --git a/net/macipgw/distinfo b/net/macipgw/distinfo new file mode 100644 index 000000000000..90fe180a3486 --- /dev/null +++ b/net/macipgw/distinfo @@ -0,0 +1 @@ +MD5 (macipgw-1.0.tar.gz) = 4ea100374884be316240b8dd0e517308 diff --git a/net/macipgw/pkg-comment b/net/macipgw/pkg-comment new file mode 100644 index 000000000000..2d534346764c --- /dev/null +++ b/net/macipgw/pkg-comment @@ -0,0 +1 @@ +MacIP Gateway to allow IP-access from AppleTalk-only networks diff --git a/net/macipgw/pkg-descr b/net/macipgw/pkg-descr new file mode 100644 index 000000000000..03e14c3d04ab --- /dev/null +++ b/net/macipgw/pkg-descr @@ -0,0 +1,5 @@ +macipgw - MacIP gateway to allow IP-access for AppleTalk-only networks + +MacIP is a protocol that allows the encapsulation of IP packets in AppleTalk +packets, thus allowing Macs connected through an AppleTalk-only network +(such as LocalTalk or Apple Remote Access) to use TCP/IP-based services. diff --git a/net/macipgw/pkg-plist b/net/macipgw/pkg-plist new file mode 100644 index 000000000000..1d3369ad3de9 --- /dev/null +++ b/net/macipgw/pkg-plist @@ -0,0 +1,2 @@ +libexec/macipgw +man/man8/macipgw.8.gz -- cgit v1.2.3