macipgw - MacIP gateway to provide IP-access for AppleTalk-only networks

This commit is contained in:
Stefan Bethke 1997-12-04 20:13:00 +00:00
parent 29d22f53e7
commit fc29fb65d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8990
5 changed files with 30 additions and 0 deletions

21
net/macipgw/Makefile Normal file
View file

@ -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 <bsd.port.mk>

1
net/macipgw/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (macipgw-1.0.tar.gz) = 4ea100374884be316240b8dd0e517308

1
net/macipgw/pkg-comment Normal file
View file

@ -0,0 +1 @@
MacIP Gateway to allow IP-access from AppleTalk-only networks

5
net/macipgw/pkg-descr Normal file
View file

@ -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.

2
net/macipgw/pkg-plist Normal file
View file

@ -0,0 +1,2 @@
libexec/macipgw
man/man8/macipgw.8.gz