From 798e125d61fd87f7014c078ae5501b98a8e6c00b Mon Sep 17 00:00:00 2001 From: krion Date: Tue, 23 Dec 2003 22:43:07 +0000 Subject: Add latd 1.19, the linux-decnet project LAT protocol suite. This is a redistribution of the linux-decnet project's software, with FreeBSD compatability added. It is based very closely on the NetBSD port by Matt Fredette and has benefitted from the assistance of Patrick Caulfield (the original author). PR: 60519 Submitted by: Tillman Hodgson --- net/latd/Makefile | 28 ++++++++++++++++++++++++++++ net/latd/distinfo | 1 + net/latd/files/patch-interfaces-bpf.cc | 10 ++++++++++ net/latd/pkg-descr | 13 +++++++++++++ net/latd/pkg-plist | 5 +++++ 5 files changed, 57 insertions(+) create mode 100644 net/latd/Makefile create mode 100644 net/latd/distinfo create mode 100644 net/latd/files/patch-interfaces-bpf.cc create mode 100644 net/latd/pkg-descr create mode 100644 net/latd/pkg-plist (limited to 'net/latd') diff --git a/net/latd/Makefile b/net/latd/Makefile new file mode 100644 index 0000000..f99e07b --- /dev/null +++ b/net/latd/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: latd +# Date created: 19 December 2003 +# Whom: Tillman Hodgson +# +# $FreeBSD$ +# + +PORTNAME= latd +PORTVERSION= 1.19 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= linux-decnet + +MAINTAINER= tillman@seekingfire.com +COMMENT= The linux-decnet project LAT protocol suite + +GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +MAN1= llogin.1 +MAN5= latd.conf.5 +MAN8= latd.8 latcp.8 moprc.8 + +pre-configure: + @${CP} ${WRKSRC}/latd.conf ${WRKSRC}/latd.conf.sample + @${SED} -i .dist -e 's/sysconf_DATA = latd.conf/sysconf_DATA = latd.conf.sample/' ${WRKSRC}/Makefile.in + +.include diff --git a/net/latd/distinfo b/net/latd/distinfo new file mode 100644 index 0000000..33c4408 --- /dev/null +++ b/net/latd/distinfo @@ -0,0 +1 @@ +MD5 (latd-1.19.tar.gz) = 4ec5969354601d72550d1b4d00af01cd diff --git a/net/latd/files/patch-interfaces-bpf.cc b/net/latd/files/patch-interfaces-bpf.cc new file mode 100644 index 0000000..7f0f9e3 --- /dev/null +++ b/net/latd/files/patch-interfaces-bpf.cc @@ -0,0 +1,10 @@ +--- interfaces-bpf.cc.orig Tue Dec 23 23:40:11 2003 ++++ interfaces-bpf.cc Tue Dec 23 23:40:32 2003 +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #include + #include diff --git a/net/latd/pkg-descr b/net/latd/pkg-descr new file mode 100644 index 0000000..9a701d1 --- /dev/null +++ b/net/latd/pkg-descr @@ -0,0 +1,13 @@ +The linux-decnet project is an effort to bring full DECnet +support to Linux; however, they also separately offer the latd +package, a collection of programs that speak Digital's old Local +Area Terminal (LAT) protocol. These programs enable network +clients to reach serial devices connected to old LAT-only +terminal servers, such as the DECserver 200/MC. + +This is a redistribution of the linux-decnet project's software, +with FreeBSD compatability added. It is based very closely on the +NetBSD port by Matt Fredette and has benefitted from the +wonderful assistance of Patrick Caulfield (the original author). + +WWW: http://linux-decnet.sourceforge.net/ diff --git a/net/latd/pkg-plist b/net/latd/pkg-plist new file mode 100644 index 0000000..bbfd153 --- /dev/null +++ b/net/latd/pkg-plist @@ -0,0 +1,5 @@ +sbin/latd +sbin/latcp +sbin/moprc +bin/llogin +etc/latd.conf.sample -- cgit v1.1