diff options
author | obache <obache> | 2008-10-30 13:08:10 +0000 |
---|---|---|
committer | obache <obache> | 2008-10-30 13:08:10 +0000 |
commit | edd7a0ccf03f864bf4d01f18343b51b89bff1315 (patch) | |
tree | 97a1ec2e91976ceaf7dfdadbb2b064316961d767 /mail | |
parent | db4c25c787f72167f3b4007e37c026264da85157 (diff) | |
download | pkgsrc-edd7a0ccf03f864bf4d01f18343b51b89bff1315.tar.gz |
Remove mail/nail, successor heirloom-mailx is provided by PR 38262 and
imported as mail/heirloom-mailx.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nail/DESCR | 7 | ||||
-rw-r--r-- | mail/nail/Makefile | 43 | ||||
-rw-r--r-- | mail/nail/PLIST | 5 | ||||
-rw-r--r-- | mail/nail/distinfo | 9 | ||||
-rw-r--r-- | mail/nail/patches/patch-aa | 33 | ||||
-rw-r--r-- | mail/nail/patches/patch-ab | 13 | ||||
-rw-r--r-- | mail/nail/patches/patch-ac | 13 | ||||
-rw-r--r-- | mail/nail/patches/patch-ad | 12 |
8 files changed, 0 insertions, 135 deletions
diff --git a/mail/nail/DESCR b/mail/nail/DESCR deleted file mode 100644 index defc064fb3a..00000000000 --- a/mail/nail/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -Nail is a mail user agent derived from Berkeley Mail 8.1. It is -intended to provide the functionality of the POSIX.2 mailx command -with built-in support for MIME messages. This means it can handle -international character sets as well as attachments. In recent -system environments, nail is Unicode/UTF-8 capable. It further -contains some minor enhancements like the ability to set a "From:" -Address. diff --git a/mail/nail/Makefile b/mail/nail/Makefile deleted file mode 100644 index 6dee6953221..00000000000 --- a/mail/nail/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# $NetBSD: Makefile,v 1.40 2008/08/17 12:24:19 cjep Exp $ - -DISTNAME= nail-11.25 -PKGREVISION= 1 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nail/} -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://nail.sourceforge.net/ -COMMENT= BSD mail utility with MIME extensions - -PKG_DESTDIR_SUPPORT= user-destdir - -MAKE_ENV+= "SYSCONFDIR=${PKG_SYSCONFDIR}" - -PKG_OPTIONS_VAR= PKG_OPTIONS.nail -PKG_SUPPORTED_OPTIONS= inet6 - -.include "../../mk/bsd.options.mk" - -.if !empty(PKG_OPTIONS:Minet6) -MAKE_ENV+= "IPv6=-DHAVE_IPv6_FUNCS" -.endif - -.if (${OPSYS} == "SunOS" || ${OPSYS} == "IRIX") -MAKE_ENV+= "SENDMAIL=/usr/lib/sendmail" -.endif - -EGDIR= ${PREFIX}/share/examples/nail - -CONF_FILES= ${EGDIR}/nail.rc ${PKG_SYSCONFDIR}/nail.rc - -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${EGDIR} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/nail ${DESTDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/nail.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_DATA} ${WRKSRC}/nail.rc ${DESTDIR}${EGDIR} - -.include "../../converters/libiconv/buildlink3.mk" -.include "../../security/openssl/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/mail/nail/PLIST b/mail/nail/PLIST deleted file mode 100644 index 690ff6f5d14..00000000000 --- a/mail/nail/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/09 10:37:17 cjep Exp $ -bin/nail -man/man1/nail.1 -share/examples/nail/nail.rc -@dirrm share/examples/nail diff --git a/mail/nail/distinfo b/mail/nail/distinfo deleted file mode 100644 index 79a9c01dd98..00000000000 --- a/mail/nail/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: distinfo,v 1.25 2005/12/20 16:12:17 joerg Exp $ - -SHA1 (nail-11.25.tar.bz2) = dd15a5bdedb74175763ababa8be70989334963e4 -RMD160 (nail-11.25.tar.bz2) = d72a5a4760cc43bcc2e9223e2eca4f0a8de7605f -Size (nail-11.25.tar.bz2) = 267959 bytes -SHA1 (patch-aa) = 43690fb1728d14f5c3876978a9002f17245d617e -SHA1 (patch-ab) = fc028d32fb268e89ade8a5fba09611b3eb73bc29 -SHA1 (patch-ac) = 8115bf791af56fda0a9c134be6767b00f1f5679f -SHA1 (patch-ad) = 86e2f7b607b4d254aa2286fc38df84062ad76ba4 diff --git a/mail/nail/patches/patch-aa b/mail/nail/patches/patch-aa deleted file mode 100644 index 0ed7b3555f2..00000000000 --- a/mail/nail/patches/patch-aa +++ /dev/null @@ -1,33 +0,0 @@ -$NetBSD: patch-aa,v 1.8 2005/02/24 16:35:37 wiz Exp $ - ---- Makefile.orig 2005-02-19 15:02:59.000000000 +0100 -+++ Makefile -@@ -6,14 +6,14 @@ - # See the file INSTALL if you need help. - # - --PREFIX = /usr/local -+PREFIX ?= /usr/local - BINDIR = $(PREFIX)/bin - MANDIR = $(PREFIX)/share/man --SYSCONFDIR = /etc -+SYSCONFDIR ?= /etc - - MAILRC = $(SYSCONFDIR)/nail.rc --MAILSPOOL = /var/mail --SENDMAIL = /usr/lib/sendmail -+MAILSPOOL ?= /var/mail -+SENDMAIL ?= /usr/sbin/sendmail - - DESTDIR = - -@@ -59,7 +59,8 @@ SHELL = /bin/sh - ########################################################################### - - FEATURES = -DMAILRC='"$(MAILRC)"' -DMAILSPOOL='"$(MAILSPOOL)"' \ -- -DSENDMAIL='"$(SENDMAIL)"' $(IPv6) -+ -DSENDMAIL='"$(SENDMAIL)"' $(IPv6) \ -+ -DMIMEPATH='"$(SYSCONFDIR)/mime.types"' - - OBJ = aux.o base64.o cache.o cmd1.o cmd2.o cmd3.o cmdtab.o collect.o \ - dotlock.o edit.o fio.o getname.o getopt.o head.o hmac.o \ diff --git a/mail/nail/patches/patch-ab b/mail/nail/patches/patch-ab deleted file mode 100644 index a2a8efd036d..00000000000 --- a/mail/nail/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2004/08/16 15:34:25 cjep Exp $ - ---- mime.c.orig 2004-08-15 13:31:27.000000000 +0100 -+++ mime.c -@@ -62,7 +62,7 @@ static char sccsid[] = "@(#)mime.c 2.20 - * You won't guess what these are for. - */ - static const char basetable[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; --static char *mimetypes_world = "/etc/mime.types"; -+static char *mimetypes_world = MIMEPATH; - static char *mimetypes_user = "~/.mime.types"; - char *us_ascii = "us-ascii"; - diff --git a/mail/nail/patches/patch-ac b/mail/nail/patches/patch-ac deleted file mode 100644 index 78507fbb8ca..00000000000 --- a/mail/nail/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.5 2005/02/24 16:35:37 wiz Exp $ - ---- nail.rc.orig 2005-01-15 15:33:16.000000000 +0100 -+++ nail.rc -@@ -58,5 +58,8 @@ set autocollapse - ignore received in-reply-to message-id references - ignore mime-version content-transfer-encoding - -+# Be xBSD compliant -+set bsdcompat -+ - # Only include selected header fields when forwarding messages. - fwdretain subject date from to diff --git a/mail/nail/patches/patch-ad b/mail/nail/patches/patch-ad deleted file mode 100644 index ceabd481409..00000000000 --- a/mail/nail/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.3 2005/12/20 16:12:17 joerg Exp $ - ---- lex.c.orig 2005-12-20 16:07:57.000000000 +0000 -+++ lex.c -@@ -79,7 +79,6 @@ setfile(char *name, int newmail) - char isedit; - char *who = name[1] ? name + 1 : myname; - static int shudclob; -- extern int errno; - size_t offset; - int omsgCount = 0; - struct shortcut *sh; |