summaryrefslogtreecommitdiff
path: root/mail/metamail
diff options
context:
space:
mode:
Diffstat (limited to 'mail/metamail')
-rw-r--r--mail/metamail/Makefile32
-rw-r--r--mail/metamail/distinfo1
-rw-r--r--mail/metamail/files/patch-aa111
-rw-r--r--mail/metamail/files/patch-ab33
-rw-r--r--mail/metamail/files/patch-ac19
-rw-r--r--mail/metamail/files/patch-ad35
-rw-r--r--mail/metamail/pkg-comment1
-rw-r--r--mail/metamail/pkg-descr5
-rw-r--r--mail/metamail/pkg-plist52
9 files changed, 0 insertions, 289 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile
deleted file mode 100644
index e59697c3c501..000000000000
--- a/mail/metamail/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: metamail
-# Version required: 2.7
-# Date created: 17 Oct 1994
-# Whom: torstenb
-#
-# $Id: Makefile,v 1.4 1995/04/23 12:47:03 asami Exp $
-#
-
-DISTNAME= mm2.7
-PKGNAME= mm-2.7
-CATEGORIES+= mail
-MASTER_SITES= ftp://thumper.bellcore.com/pub/nsb/
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= torstenb@FreeBSD.ORG
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
-post-install:
- gzip -9nf ${PREFIX}/man/man1/audiocompose.1 \
- ${PREFIX}/man/man1/audiosend.1 ${PREFIX}/man/man1/extcompose.1 \
- ${PREFIX}/man/man1/getfilename.1 ${PREFIX}/man/man1/mailto-hebrew.1 \
- ${PREFIX}/man/man1/mailto.1 ${PREFIX}/man/man1/metamail.1 \
- ${PREFIX}/man/man1/metasend.1 ${PREFIX}/man/man1/mime.1 \
- ${PREFIX}/man/man1/mimencode.1 ${PREFIX}/man/man1/mmencode.1 \
- ${PREFIX}/man/man1/patch-metamail.1 ${PREFIX}/man/man1/richtext.1 \
- ${PREFIX}/man/man1/showaudio.1 ${PREFIX}/man/man1/showexternal.1 \
- ${PREFIX}/man/man1/shownonascii.1 ${PREFIX}/man/man1/showpartial.1 \
- ${PREFIX}/man/man1/showpicture.1 ${PREFIX}/man/man1/splitmail.1 \
- ${PREFIX}/man/man4/mailcap.4
-
-.include <bsd.port.mk>
diff --git a/mail/metamail/distinfo b/mail/metamail/distinfo
deleted file mode 100644
index f3ecde59a2b2..000000000000
--- a/mail/metamail/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (mm2.7.tar.Z) = fd5617ea87e20d7f2fa839e1d1fede60
diff --git a/mail/metamail/files/patch-aa b/mail/metamail/files/patch-aa
deleted file mode 100644
index 59514f2f06b8..000000000000
--- a/mail/metamail/files/patch-aa
+++ /dev/null
@@ -1,111 +0,0 @@
-*** Makefile.orig Wed Jan 26 18:32:33 1994
---- Makefile Sat May 6 12:53:48 1995
-***************
-*** 38,44 ****
-
- STATICFLAG=FOOBAR${HOST_ARCH}
-
-! CFLAGS = -g -I. ${$(STATICFLAG)}
- # The following is better if you want to make sure you run with SYSV defined
- # CFLAGS = -g -I. ${$(STATICFLAG)} -DSYSV
- # Also, for SGI Irix, compile in K&R mode
---- 38,44 ----
-
- STATICFLAG=FOOBAR${HOST_ARCH}
-
-! CFLAGS = -O -I. ${$(STATICFLAG)}
- # The following is better if you want to make sure you run with SYSV defined
- # CFLAGS = -g -I. ${$(STATICFLAG)} -DSYSV
- # Also, for SGI Irix, compile in K&R mode
-***************
-*** 49,57 ****
- # LDLIBS variable.
- #
- # For Sun and BSD systems, the following should work...
-! LDLIBS =
- # On BSD 4.4 systems, you will need the following
-! # LDLIBS = -lcompat
- # On SGI machines, we need -lsun for getpw...(), and -lc_s saves some space.
- # LDLIBS = -lsun -lc_s
- # ISC SysVr3.2.2 has a shared C library and requires libinet.a to resolve
---- 49,57 ----
- # LDLIBS variable.
- #
- # For Sun and BSD systems, the following should work...
-! # LDLIBS =
- # On BSD 4.4 systems, you will need the following
-! LDLIBS = -lcompat
- # On SGI machines, we need -lsun for getpw...(), and -lc_s saves some space.
- # LDLIBS = -lsun -lc_s
- # ISC SysVr3.2.2 has a shared C library and requires libinet.a to resolve
-***************
-*** 72,81 ****
- # install -s -c $(LOCALBINDIR) $$file
- #
- #INSTALL = cp
-! INSTALL = install -c -s
-
- # Root of installation tree
-! INSTROOT = /usr/local
- #
- # This is where binaries should be copied
- LOCALBINDIR = ${INSTROOT}/bin
---- 72,81 ----
- # install -s -c $(LOCALBINDIR) $$file
- #
- #INSTALL = cp
-! INSTALL = install -c
-
- # Root of installation tree
-! INSTROOT = ${PREFIX}
- #
- # This is where binaries should be copied
- LOCALBINDIR = ${INSTROOT}/bin
-***************
-*** 96,104 ****
- # This helps with the "for" constructs below on some platforms:
- SHELL=/bin/sh
-
-! install: basics
-
-! basics::
- (cd metamail ; $(MAKE) CONFIGDIR=../${CONFIGDIR} CFLAGS="${CFLAGS}" CC="${CC}" LDLIBS="${LDLIBS}")
- -${RM} bin/metamail
- (cd bin; ${LN} ../metamail/metamail metamail)
---- 96,104 ----
- # This helps with the "for" constructs below on some platforms:
- SHELL=/bin/sh
-
-! install: install-all
-
-! all basics::
- (cd metamail ; $(MAKE) CONFIGDIR=../${CONFIGDIR} CFLAGS="${CFLAGS}" CC="${CC}" LDLIBS="${LDLIBS}")
- -${RM} bin/metamail
- (cd bin; ${LN} ../metamail/metamail metamail)
-***************
-*** 117,123 ****
- (cd bin; ${LN} ../richmail/richtext richtext)
- -${RM} bin/richtoatk
- (cd bin; ${LN} ../richmail/richtoatk richtoatk)
-! (cd fonts ; $(MAKE) CONFIGDIR=../${CONFIGDIR} CFLAGS="${CFLAGS}" CC="${CC}" LDLIBS="${LDLIBS}" FONTSUFFIX="${FONTSUFFIX}")
- -${RM} bin/shownonascii
- (cd bin; ${LN} ../fonts/shownonascii shownonascii)
- -${RM} bin/mailto-hebrew
---- 117,123 ----
- (cd bin; ${LN} ../richmail/richtext richtext)
- -${RM} bin/richtoatk
- (cd bin; ${LN} ../richmail/richtoatk richtoatk)
-! (cd fonts ; $(MAKE) PREFIX=${PREFIX} CONFIGDIR=../${CONFIGDIR} CFLAGS="${CFLAGS}" CC="${CC}" LDLIBS="${LDLIBS}" FONTSUFFIX="${FONTSUFFIX}")
- -${RM} bin/shownonascii
- (cd bin; ${LN} ../fonts/shownonascii shownonascii)
- -${RM} bin/mailto-hebrew
-***************
-*** 149,154 ****
---- 149,155 ----
- -mv $(MAILCAPDIR)/mailcap $(MAILCAPDIR)/mailcap.old
- @echo "installing file $(MAILCAPDIR)/mailcap"
- ${CP} mailcap $(MAILCAPDIR)
-+ (cd fonts ; $(MAKE) PREFIX=${PREFIX} CONFIGDIR=../${CONFIGDIR} CFLAGS="${CFLAGS}" CC="${CC}" LDLIBS="${LDLIBS}" FONTSUFFIX="${FONTSUFFIX}" install)
-
- uninstall-all:
- @(cd bin; \
diff --git a/mail/metamail/files/patch-ab b/mail/metamail/files/patch-ab
deleted file mode 100644
index 87f0b6b6f1c9..000000000000
--- a/mail/metamail/files/patch-ab
+++ /dev/null
@@ -1,33 +0,0 @@
-*** config.h.orig Mon Oct 17 21:06:22 1994
---- config.h Mon Oct 17 21:08:13 1994
-***************
-*** 73,79 ****
- #ifdef SYSV
- #define RESET_PROGRAM "tput clear"
- #else
-! #ifdef __BSD_4_4__
- #define RESET_PROGRAM "/usr/bin/reset"
- #else
- #define RESET_PROGRAM "/usr/ucb/reset"
---- 73,79 ----
- #ifdef SYSV
- #define RESET_PROGRAM "tput clear"
- #else
-! #if defined(__BSD_4_4__) || defined(__FreeBSD__)
- #define RESET_PROGRAM "/usr/bin/reset"
- #else
- #define RESET_PROGRAM "/usr/ucb/reset"
-***************
-*** 155,161 ****
---- 155,165 ----
- #ifdef NeXT
- #define sigtype void
- #else
-+ #ifdef __FreeBSD__
-+ #define sigtype void
-+ #else
- #define sigtype int
-+ #endif
- #endif
- #endif
-
diff --git a/mail/metamail/files/patch-ac b/mail/metamail/files/patch-ac
deleted file mode 100644
index 22277ebe313b..000000000000
--- a/mail/metamail/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-*** bin/sun2mime.ORIG Sat Nov 13 15:53:51 1993
---- bin/sun2mime Mon Dec 12 10:07:44 1994
-***************
-*** 11,17 ****
- fi
- TMPFILE=${METAMAIL_TMPDIR}/suntomime.$$
-
-! /bin/nawk '
- BEGIN { printf("Content-type: multipart/mixed; boundary=--------\n\n")
- RS=""; FS="\n"; mode="HEADER" }
- mode == "HEADER" {
---- 11,17 ----
- fi
- TMPFILE=${METAMAIL_TMPDIR}/suntomime.$$
-
-! /usr/bin/awk '
- BEGIN { printf("Content-type: multipart/mixed; boundary=--------\n\n")
- RS=""; FS="\n"; mode="HEADER" }
- mode == "HEADER" {
diff --git a/mail/metamail/files/patch-ad b/mail/metamail/files/patch-ad
deleted file mode 100644
index dab1cfc9d3af..000000000000
--- a/mail/metamail/files/patch-ad
+++ /dev/null
@@ -1,35 +0,0 @@
-*** fonts/Makefile.orig Mon May 31 22:49:27 1993
---- fonts/Makefile Thu May 18 21:55:42 1995
-***************
-*** 28,39 ****
- -${DIRBUILDER}
-
- shownonascii: Xshownonascii
-! sed -e s@/u/nsb/lib/fonts@`pwd`@ < Xshownonascii > shownonascii
- chmod +x shownonascii
-
- mailto-hebrew: Xmailto-hebrew
-! sed -e s@/u/nsb/lib/fonts@`pwd`@ < Xmailto-hebrew > mailto-hebrew
- chmod +x mailto-hebrew
-
- clean:
- rm -f heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} heb8x13B.${FONTSUFFIX} shownonascii mailto-hebrew fonts.dir
---- 28,45 ----
- -${DIRBUILDER}
-
- shownonascii: Xshownonascii
-! sed -e s@/u/nsb/lib/fonts@${PREFIX}/lib/metamail/fonts@ < Xshownonascii > shownonascii
- chmod +x shownonascii
-
- mailto-hebrew: Xmailto-hebrew
-! sed -e s@/u/nsb/lib/fonts@${PREFIX}/lib/metamail/fonts@ < Xmailto-hebrew > mailto-hebrew
- chmod +x mailto-hebrew
-+
-+ install:
-+ mkdir -p ${PREFIX}/lib/metamail/fonts
-+ install -c heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} \
-+ heb8x13B.${FONTSUFFIX} ${PREFIX}/lib/metamail/fonts
-+ if [ -d /usr/X11R6 ]; then mkfontdir ${PREFIX}/lib/metamail/fonts ; fi
-
- clean:
- rm -f heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} heb8x13B.${FONTSUFFIX} shownonascii mailto-hebrew fonts.dir
diff --git a/mail/metamail/pkg-comment b/mail/metamail/pkg-comment
deleted file mode 100644
index 65779b7f147f..000000000000
--- a/mail/metamail/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Metamail - implementation of MIME, the Multipurpose Internet Mail Extensions
diff --git a/mail/metamail/pkg-descr b/mail/metamail/pkg-descr
deleted file mode 100644
index e21cb9eceb18..000000000000
--- a/mail/metamail/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Metamail is an implementation of MIME, the Multipurpose Internet
-Mail Extensions, a proposed standard for multimedia mail on the Internet.
-Metamail implements MIME, and also implements extensibility and
-configuration via the "mailcap" mechanism described in an informational
-RFC that is a companion to the MIME document.
diff --git a/mail/metamail/pkg-plist b/mail/metamail/pkg-plist
deleted file mode 100644
index aacf3068cfac..000000000000
--- a/mail/metamail/pkg-plist
+++ /dev/null
@@ -1,52 +0,0 @@
-bin/audiocompose
-bin/audiosend
-bin/extcompose
-bin/getfilename
-bin/mailserver
-bin/mailto
-bin/mailto-hebrew
-bin/metamail
-bin/metasend
-bin/mimencode
-bin/mmencode
-bin/patch-metamail
-bin/rcvAppleSingle
-bin/richtext
-bin/richtoatk
-bin/showaudio
-bin/showexternal
-bin/shownonascii
-bin/showpartial
-bin/showpicture
-bin/sndAppleSingle
-bin/splitmail
-bin/sun-audio-file
-bin/sun-message.csh
-bin/sun-to-mime
-bin/sun2mime
-bin/sun2mime.orig
-lib/metamail/fonts/heb6x13.pcf
-lib/metamail/fonts/heb8x13.pcf
-lib/metamail/fonts/heb8x13B.pcf
-lib/metamail/fonts/fonts.dir
-etc/mailcap
-man/man1/audiocompose.1.gz
-man/man1/audiosend.1.gz
-man/man1/extcompose.1.gz
-man/man1/getfilename.1.gz
-man/man1/mailto-hebrew.1.gz
-man/man1/mailto.1.gz
-man/man1/metamail.1.gz
-man/man1/metasend.1.gz
-man/man1/mime.1.gz
-man/man1/mimencode.1.gz
-man/man1/mmencode.1.gz
-man/man1/patch-metamail.1.gz
-man/man1/richtext.1.gz
-man/man1/showaudio.1.gz
-man/man1/showexternal.1.gz
-man/man1/shownonascii.1.gz
-man/man1/showpartial.1.gz
-man/man1/showpicture.1.gz
-man/man1/splitmail.1.gz
-man/man4/mailcap.4.gz