diff options
author | fredette <fredette@pkgsrc.org> | 2002-03-12 22:19:18 +0000 |
---|---|---|
committer | fredette <fredette@pkgsrc.org> | 2002-03-12 22:19:18 +0000 |
commit | 54046465ead2128aeee8cf1ad1a0565dfec25347 (patch) | |
tree | 0c1b3f094b9186d6559c324946bbdb34728c0f2a /net/latd | |
parent | 9ecf94c097f257de8175740c46072c6f518092bf (diff) | |
download | pkgsrc-54046465ead2128aeee8cf1ad1a0565dfec25347.tar.gz |
New "latd" package supplied by Matt Fredette:
DEC Local Area Terminal (LAT) tools from the linux-decnet project.
Diffstat (limited to 'net/latd')
-rw-r--r-- | net/latd/DESCR | 9 | ||||
-rw-r--r-- | net/latd/Makefile | 13 | ||||
-rw-r--r-- | net/latd/PLIST | 11 | ||||
-rw-r--r-- | net/latd/distinfo | 4 |
4 files changed, 37 insertions, 0 deletions
diff --git a/net/latd/DESCR b/net/latd/DESCR new file mode 100644 index 00000000000..f279ba87d5e --- /dev/null +++ b/net/latd/DESCR @@ -0,0 +1,9 @@ +The linux-decnet project (see http://linux-decnet.sourceforge.net/ ) +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 NetBSD compatability added. diff --git a/net/latd/Makefile b/net/latd/Makefile new file mode 100644 index 00000000000..7fb9564b20c --- /dev/null +++ b/net/latd/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/03/12 22:19:18 fredette Exp $ + +DISTNAME= latd-1.13.mhf1 +CATEGORIES= net +MASTER_SITES= http://theory.lcs.mit.edu/~fredette/latd/ + +MAINTAINER= fredette@theory.lcs.mit.edu +HOMEPAGE= http://theory.lcs.mit.edu/~fredette/latd/index.html +COMMENT= The linux-decnet project's LAT protocol suite + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/net/latd/PLIST b/net/latd/PLIST new file mode 100644 index 00000000000..33e757c2032 --- /dev/null +++ b/net/latd/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/12 22:19:18 fredette Exp $ +sbin/latd +sbin/latcp +sbin/moprc +bin/llogin +etc/latd.conf +man/man1/llogin.1 +man/man5/latd.conf.5 +man/man8/latd.8 +man/man8/latcp.8 +man/man8/moprc.8 diff --git a/net/latd/distinfo b/net/latd/distinfo new file mode 100644 index 00000000000..4e1f3365466 --- /dev/null +++ b/net/latd/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/03/12 22:19:18 fredette Exp $ + +SHA1 (latd-1.13.mhf1.tar.gz) = 76e32b56f3c9541a2ea580349cc49c093a515201 +Size (latd-1.13.mhf1.tar.gz) = 103017 bytes |