diff options
author | tron <tron> | 1998-02-05 21:49:11 +0000 |
---|---|---|
committer | tron <tron> | 1998-02-05 21:49:11 +0000 |
commit | e3653499cc1703d17c9820658062bdb55b13f017 (patch) | |
tree | 8af70c07541a79e115e17cb36ffe304bfc8d28f9 /comms/lrzsz | |
parent | 21001bf173007e11d0b075b457cd9685608976a2 (diff) | |
download | pkgsrc-e3653499cc1703d17c9820658062bdb55b13f017.tar.gz |
Initial import of lrzsz 0.12.18 package made by David O'Brien for
the FreeBSD port collection and refined for the NetBSD package
collection by Ty Sarna.
Diffstat (limited to 'comms/lrzsz')
-rw-r--r-- | comms/lrzsz/Makefile | 18 | ||||
-rw-r--r-- | comms/lrzsz/files/md5 | 1 | ||||
-rw-r--r-- | comms/lrzsz/pkg/COMMENT | 1 | ||||
-rw-r--r-- | comms/lrzsz/pkg/DESCR | 7 | ||||
-rw-r--r-- | comms/lrzsz/pkg/PLIST | 10 |
5 files changed, 37 insertions, 0 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile new file mode 100644 index 00000000000..3b022db98a7 --- /dev/null +++ b/comms/lrzsz/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: lrzsz +# Version required: 0.12.x +# Date created: 29 Sept 1996 +# Whom: David O'Brien <obrien@cs.ucdavis.edu> +# +# $NetBSD: Makefile,v 1.1 1998/02/05 21:49:11 tron Exp $ +# FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:29 obrien Exp + +DISTNAME= lrzsz-0.12.18 +CATEGORIES= comms +MASTER_SITES= ftp://ftp.ihg.uni-duisburg.de/uwe/ + +MAINTAINER= obrien@FreeBSD.org + +GNU_CONFIGURE= yes +MAN1= lrz.1 lsz.1 + +.include <bsd.port.mk> diff --git a/comms/lrzsz/files/md5 b/comms/lrzsz/files/md5 new file mode 100644 index 00000000000..4e71986b686 --- /dev/null +++ b/comms/lrzsz/files/md5 @@ -0,0 +1 @@ +MD5 (lrzsz-0.12.18.tar.gz) = 4c7c238b215091821969e050264b918d diff --git a/comms/lrzsz/pkg/COMMENT b/comms/lrzsz/pkg/COMMENT new file mode 100644 index 00000000000..de31408a062 --- /dev/null +++ b/comms/lrzsz/pkg/COMMENT @@ -0,0 +1 @@ +Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive) diff --git a/comms/lrzsz/pkg/DESCR b/comms/lrzsz/pkg/DESCR new file mode 100644 index 00000000000..e3ec84a4015 --- /dev/null +++ b/comms/lrzsz/pkg/DESCR @@ -0,0 +1,7 @@ +This program uses error correcting protocols to send/receive +files over a dial-in serial port from a variety of programs +running under PC-DOS, CP/M, Unix, and other operating systems. + +lrzsz is derived from the last unrestricted verison of Chuck Forsberg's +rzsz package. lrzsz is covered under the GNU copyleft. See lrzsz's +home page at http://www.csl-gmbh.net/~uwe/lrzsz.html. diff --git a/comms/lrzsz/pkg/PLIST b/comms/lrzsz/pkg/PLIST new file mode 100644 index 00000000000..f7def9162a8 --- /dev/null +++ b/comms/lrzsz/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1 1998/02/05 21:49:13 tron Exp $ +bin/lrz +bin/lrx +bin/lrb +bin/lsz +bin/lsx +bin/lsb +man/man1/lrz.1.gz +man/man1/lsz.1.gz +share/locale/de/LC_MESSAGES/lrzsz.mo |