summaryrefslogtreecommitdiff
path: root/comms/lrzsz
diff options
context:
space:
mode:
Diffstat (limited to 'comms/lrzsz')
-rw-r--r--comms/lrzsz/DESCR6
-rw-r--r--comms/lrzsz/Makefile29
-rw-r--r--comms/lrzsz/PLIST10
-rw-r--r--comms/lrzsz/distinfo7
-rw-r--r--comms/lrzsz/patches/patch-aa30
-rw-r--r--comms/lrzsz/patches/patch-ab13
6 files changed, 0 insertions, 95 deletions
diff --git a/comms/lrzsz/DESCR b/comms/lrzsz/DESCR
deleted file mode 100644
index 14c98a4ca55..00000000000
--- a/comms/lrzsz/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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.
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile
deleted file mode 100644
index 2ccc0709039..00000000000
--- a/comms/lrzsz/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.24 2006/03/04 21:29:05 jlam Exp $
-
-DISTNAME= lrzsz-0.12.20
-CATEGORIES= comms
-MASTER_SITES= http://www.ohse.de/uwe/releases/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.ohse.de/uwe/software/lrzsz.html
-COMMENT= Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive)
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-
-.include "../../mk/bsd.prefs.mk"
-
-.if (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" \
- || ${OPSYS} == "Linux")
-. include "../../devel/gettext-lib/buildlink3.mk"
-LOCALE_SUFFIX= mo
-.else
-CONFIGURE_ARGS+= --with-catgets
-LOCALE_SUFFIX= cat
-.endif
-
-PLIST_SUBST+= LOCALE_SUFFIX=${LOCALE_SUFFIX:Q}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/comms/lrzsz/PLIST b/comms/lrzsz/PLIST
deleted file mode 100644
index 9a3bb2e991b..00000000000
--- a/comms/lrzsz/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2006/04/17 07:07:14 jlam Exp $
-bin/lrb
-bin/lrx
-bin/lrz
-bin/lsb
-bin/lsx
-bin/lsz
-man/man1/lrz.1
-man/man1/lsz.1
-share/locale/de/LC_MESSAGES/lrzsz.${LOCALE_SUFFIX}
diff --git a/comms/lrzsz/distinfo b/comms/lrzsz/distinfo
deleted file mode 100644
index a3d58c487b0..00000000000
--- a/comms/lrzsz/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 16:05:30 agc Exp $
-
-SHA1 (lrzsz-0.12.20.tar.gz) = 451e6a1813dfb71a412c973acd1b88b9ee3f28c4
-RMD160 (lrzsz-0.12.20.tar.gz) = 1b1776143afaff8bc7447ce998f9d3a958d51f25
-Size (lrzsz-0.12.20.tar.gz) = 280938 bytes
-SHA1 (patch-aa) = aaf33281da19658906eee6a922397968a200f186
-SHA1 (patch-ab) = 273f343a3e4ca8190ae4ab52483600f7bcf8e404
diff --git a/comms/lrzsz/patches/patch-aa b/comms/lrzsz/patches/patch-aa
deleted file mode 100644
index 59a16488998..00000000000
--- a/comms/lrzsz/patches/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.1 1998/08/26 00:07:35 tv Exp $
-
---- intl/xopen-msg.sed.orig Thu Jun 18 13:21:49 1998
-+++ intl/xopen-msg.sed Thu Jun 18 13:32:08 1998
-@@ -81,6 +81,8 @@
- G
- s/^[^\n]*$/& /
- s/\(.*\)\n\([0-9]*\)/\2 \1/
-+# Change escaped quotes into regular quotes.
-+ s/\\"/"/g
- # Clear flag from last substitution.
- tb
- # Append the next line.
-@@ -90,12 +92,16 @@
- s/\(.*\n\)"\(.*\)"/\1\2/
- # Yes, then branch.
- ta
-+# Comment out if no message exists.
-+ s/^\([0-9]* *\n\)/$ \1/
- P
- D
- # Note that `D' includes a jump to the start!!
- # We found a continuation line. But before printing insert '\'.
- :a
- s/\(.*\)\(\n.*\)/\1\\\2/
-+# Change escaped quotes into regular quotes.
-+ s/\\"/"/g
- P
- # We cannot use the sed command `D' here
- s/.*\n\(.*\)/\1/
diff --git a/comms/lrzsz/patches/patch-ab b/comms/lrzsz/patches/patch-ab
deleted file mode 100644
index 9241f441501..00000000000
--- a/comms/lrzsz/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.2 1998/11/12 16:18:27 agc Exp $
-
---- configure.orig Tue Aug 25 19:55:01 1998
-+++ configure Tue Aug 25 19:55:58 1998
-@@ -4281,7 +4281,7 @@
- USE_INCLUDED_LIBINTL=yes
- CATOBJEXT=.cat
- INSTOBJEXT=.cat
-- DATADIRNAME=lib
-+ DATADIRNAME=share
- INTLDEPS='$(top_builddir)/intl/libintl.a'
- INTLLIBS=$INTLDEPS
- LIBS=`echo $LIBS | sed -e 's/-lintl//'`