summaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx
diff options
context:
space:
mode:
Diffstat (limited to 'mail/heirloom-mailx')
-rw-r--r--mail/heirloom-mailx/Makefile18
-rw-r--r--mail/heirloom-mailx/distinfo1
-rw-r--r--mail/heirloom-mailx/files/patch-aa11
-rw-r--r--mail/heirloom-mailx/files/patch-ab14
-rw-r--r--mail/heirloom-mailx/files/patch-ac11
-rw-r--r--mail/heirloom-mailx/pkg-comment1
-rw-r--r--mail/heirloom-mailx/pkg-descr3
-rw-r--r--mail/heirloom-mailx/pkg-plist2
8 files changed, 0 insertions, 61 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile
deleted file mode 100644
index 433be637a302..000000000000
--- a/mail/heirloom-mailx/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# New ports collection makefile for: nail
-# Date created: 20 October 2000
-# Whom: Kris Kennaway <kris@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nail
-PORTVERSION= 9.27
-CATEGORIES= mail
-MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/
-
-MAINTAINER= ports@FreeBSD.org
-
-GNU_CONFIGURE= yes
-MAN1= nail.1
-
-.include <bsd.port.mk>
diff --git a/mail/heirloom-mailx/distinfo b/mail/heirloom-mailx/distinfo
deleted file mode 100644
index 8aec276515d6..000000000000
--- a/mail/heirloom-mailx/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (nail-9.27.tar.gz) = 6a2990c5e9e60f26dc5823b01172e824
diff --git a/mail/heirloom-mailx/files/patch-aa b/mail/heirloom-mailx/files/patch-aa
deleted file mode 100644
index 638d3b91a9a8..000000000000
--- a/mail/heirloom-mailx/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- mime.c.orig Thu Jan 25 08:36:11 2001
-+++ mime.c Thu Feb 1 01:50:57 2001
-@@ -179,7 +179,7 @@
- if ((sz = xmbstowcs(w, t, LINESIZE)) == -1)
- return;
- for (p = w, i = 0; *p && i < sz; p++, i++) {
-- if (!iswprint(*p) && *p != '\n' && *p != '\r'
-+ if (!isprint(*p) && *p != '\n' && *p != '\r'
- && *p != '\b' && *p != '\t')
- *p = '?';
- }
diff --git a/mail/heirloom-mailx/files/patch-ab b/mail/heirloom-mailx/files/patch-ab
deleted file mode 100644
index 6e17c4aa8a97..000000000000
--- a/mail/heirloom-mailx/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.in.orig Sat Jun 9 18:40:06 2001
-+++ Makefile.in Sat Jun 9 18:40:51 2001
-@@ -392,9 +392,8 @@
-
-
- install-data-local:
-- -test -f $(DESTDIR)/etc/nail.rc || \
-- { $(mkinstalldirs) $(DESTDIR)/etc; \
-- $(INSTALL_DATA) $(srcdir)/nail.rc $(DESTDIR)/etc/nail.rc; }
-+ -test -f $(sysconfdir)/nail.rc || \
-+ $(INSTALL_DATA) $(srcdir)/nail.rc $(sysconfdir)/nail.rc
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/mail/heirloom-mailx/files/patch-ac b/mail/heirloom-mailx/files/patch-ac
deleted file mode 100644
index cceb71d283d5..000000000000
--- a/mail/heirloom-mailx/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Sat Feb 17 16:24:48 2001
-+++ configure Mon Feb 26 19:35:15 2001
-@@ -1335,7 +1335,7 @@
- test "$libdir" = '${exec_prefix}/lib' && libdir=${prefix}/lib
- test "$sysconfdir" = '/etc' && sysconfdir=/etc
- cat >> confdefs.h <<EOF
--#define PATH_MASTER_RC "/etc/nail.rc"
-+#define PATH_MASTER_RC "`eval echo ${sysconfdir}/nail.rc`"
- EOF
-
-
diff --git a/mail/heirloom-mailx/pkg-comment b/mail/heirloom-mailx/pkg-comment
deleted file mode 100644
index 42d27213389f..000000000000
--- a/mail/heirloom-mailx/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-BSD mail utility with MIME extensions
diff --git a/mail/heirloom-mailx/pkg-descr b/mail/heirloom-mailx/pkg-descr
deleted file mode 100644
index 49dcf73bbaff..000000000000
--- a/mail/heirloom-mailx/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-BSD mail utility with MIME extensions
-
-WWW: http://omnibus.ruf.uni-freiburg.de/~gritter/
diff --git a/mail/heirloom-mailx/pkg-plist b/mail/heirloom-mailx/pkg-plist
deleted file mode 100644
index 7ff95a6bf971..000000000000
--- a/mail/heirloom-mailx/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/nail
-etc/nail.rc