diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-10 17:37:26 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-10 17:37:26 +0800 |
commit | 596f9d185dea61f6ea9568cc1fe201e9c8bb4077 (patch) | |
tree | 0e27218e2879393a0efcf3b19b1cc9035179d084 /mail/mutt-devel | |
parent | 26939b1fbf0379ba48e1b78d40e298475af60628 (diff) | |
download | freebsd-ports-gnome-596f9d185dea61f6ea9568cc1fe201e9c8bb4077.tar.gz freebsd-ports-gnome-596f9d185dea61f6ea9568cc1fe201e9c8bb4077.tar.zst freebsd-ports-gnome-596f9d185dea61f6ea9568cc1fe201e9c8bb4077.zip |
Mutt -- "The Mongrel of Mail User Agents" (part Elm, part Pine, part mh,
part everything else) is an interactive screen-oriented mailer program
that supersedes Elm, Pine, mail and mailx.
This version of the port does *not* support PGP. The author considers the
distfile with PGP hooks to be covered under ITAR. I have a PGP suporting
mutt port that I will commit later.
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r-- | mail/mutt-devel/Makefile | 49 | ||||
-rw-r--r-- | mail/mutt-devel/distinfo | 9 | ||||
-rw-r--r-- | mail/mutt-devel/pkg-comment | 1 | ||||
-rw-r--r-- | mail/mutt-devel/pkg-descr | 5 | ||||
-rw-r--r-- | mail/mutt-devel/pkg-plist | 15 |
5 files changed, 79 insertions, 0 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile new file mode 100644 index 000000000000..79c46f4c47f5 --- /dev/null +++ b/mail/mutt-devel/Makefile @@ -0,0 +1,49 @@ +# ex:ts=8 +# New ports collection makefile for: mutt +# Version required: 0.xy +# Date created: Thur July 25, 1996 +# Whom: David O'Brien (obrien@cs.ucdavis.edu) +# +# $Id$ + +DISTNAME= ${PKGNAME}-export +PKGNAME= mutt-0.49 +CATEGORIES+= mail +MASTER_SITES= ftp://cs.hmc.edu/pub/me/mutt/ \ + ftp://ftp.ibp.fr/pub/unix/mail/mutt/ \ + ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ + ftp://ftp.teuto.de/pub/user/lmb/ \ + ftp://ftp.funet.fi/pub/unix/mail/mutt/ \ +PATCH_SITES= ftp://nuxi.cs.ucdavis.edu/pub/mutt/${PKGNAME:S/^mutt-//}/ \ + http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \ + http://www.math.fu-berlin.fr/~leitner/mutt/${PKGNAME:S/^mutt-//}/ \ + http://www.efrei.fr/~parmelan/mutt/${PKGNAME:S/^mutt-//}/ \ + ftp://www.frmug.org/pub/mutt/mutt/${PKGNAME:S/^mutt-//}/ +PATCHFILES= 03.typo.PATCH \ + 04.man.PATCH \ + 05.michael.PATCH \ + 06.newmail.PATCH \ + 07.pop.PATCH \ + 09.search.PATCH \ + 10.mimefwd.PATCH +DIST_SUBDIR= Mutt_${PKGNAME:S/^mutt-//} + +MAINTAINER= obrien@cs.ucdavis.edu + +WRKSRC= ${WRKDIR}/${PKGNAME} +PATCH_DIST_STRIP= +GNU_CONFIGURE= yes + + +post-install: + @#### don't strip until out of beta peroid + @#strip ${PREFIX}/bin/mutt + @gzip -9nf ${PREFIX}/man/man1/mutt.1 +.if !defined(NOPORTDOCS) + @${ECHO} "Installing Mutt documentation" + @${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt + @${INSTALL_DATA} ${WRKSRC}/doc/*.html ${WRKSRC}/doc/*.txt \ + ${PREFIX}/share/doc/mutt +.endif + +.include <bsd.port.mk> diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo new file mode 100644 index 000000000000..729dff1455c2 --- /dev/null +++ b/mail/mutt-devel/distinfo @@ -0,0 +1,9 @@ +MD5 (mutt-0.49-export.tar.gz) = 6f1609bd9c4e87e9ff45200fdc7358e5 +MD5 (03.typo.PATCH) = 0bc8af2c9cd760fa94dae8a2be73931c +MD5 (04.man.PATCH) = fdeb3553132bca6d1d02b0140e087101 +MD5 (05.michael.PATCH) = 1768a7a340b1a33376f2a42220a1ba63 +MD5 (06.newmail.PATCH) = abf1cb8dfa1913d8ae580da6d52288d3 +MD5 (07.pop.PATCH) = e31d1543633875b13fb894738db731ba +MD5 (08.findkeys.PATCH) = 2a1256a8393c09253441a1093a47c60f +MD5 (09.search.PATCH) = 7a2054606345af1be6406b82ee2f3097 +MD5 (10.mimefwd.PATCH) = e9eaf0adb513e85f6e5d95e74f1f6fa2 diff --git a/mail/mutt-devel/pkg-comment b/mail/mutt-devel/pkg-comment new file mode 100644 index 000000000000..c04a3dff7269 --- /dev/null +++ b/mail/mutt-devel/pkg-comment @@ -0,0 +1 @@ +"The Mongrel of Mail User Agents" (part Elm, Pine, mh) diff --git a/mail/mutt-devel/pkg-descr b/mail/mutt-devel/pkg-descr new file mode 100644 index 000000000000..797609dd46ca --- /dev/null +++ b/mail/mutt-devel/pkg-descr @@ -0,0 +1,5 @@ +Mutt -- "The Mongrel of Mail User Agents" (part Elm, part Pine, part mh, +part everything else) is an interactive screen-oriented mailer program +that supersedes Elm, Pine, mail and mailx. + + -- David (obrien@cs.ucdavis.edu) diff --git a/mail/mutt-devel/pkg-plist b/mail/mutt-devel/pkg-plist new file mode 100644 index 000000000000..20484797c810 --- /dev/null +++ b/mail/mutt-devel/pkg-plist @@ -0,0 +1,15 @@ +bin/mutt +man/man1/mutt.1.gz +share/misc/Muttrc +share/misc/mime.types +share/doc/mutt/manual-1.html +share/doc/mutt/manual-2.html +share/doc/mutt/manual-3.html +share/doc/mutt/manual-4.html +share/doc/mutt/manual-5.html +share/doc/mutt/manual-6.html +share/doc/mutt/manual-7.html +share/doc/mutt/manual-8.html +share/doc/mutt/manual-9.html +share/doc/mutt/manual.html +share/doc/mutt/manual.txt |