mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
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.
This commit is contained in:
parent
bd990e6999
commit
a3612b8f34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4368
49
mail/mutt-devel/Makefile
Normal file
49
mail/mutt-devel/Makefile
Normal file
@ -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>
|
9
mail/mutt-devel/distinfo
Normal file
9
mail/mutt-devel/distinfo
Normal file
@ -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
|
1
mail/mutt-devel/pkg-comment
Normal file
1
mail/mutt-devel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
"The Mongrel of Mail User Agents" (part Elm, Pine, mh)
|
5
mail/mutt-devel/pkg-descr
Normal file
5
mail/mutt-devel/pkg-descr
Normal file
@ -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)
|
15
mail/mutt-devel/pkg-plist
Normal file
15
mail/mutt-devel/pkg-plist
Normal file
@ -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
|
49
mail/mutt/Makefile
Normal file
49
mail/mutt/Makefile
Normal file
@ -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>
|
9
mail/mutt/distinfo
Normal file
9
mail/mutt/distinfo
Normal file
@ -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
|
1
mail/mutt/pkg-comment
Normal file
1
mail/mutt/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
"The Mongrel of Mail User Agents" (part Elm, Pine, mh)
|
5
mail/mutt/pkg-descr
Normal file
5
mail/mutt/pkg-descr
Normal file
@ -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)
|
15
mail/mutt/pkg-plist
Normal file
15
mail/mutt/pkg-plist
Normal file
@ -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
|
49
mail/mutt14/Makefile
Normal file
49
mail/mutt14/Makefile
Normal file
@ -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>
|
9
mail/mutt14/distinfo
Normal file
9
mail/mutt14/distinfo
Normal file
@ -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
|
1
mail/mutt14/pkg-comment
Normal file
1
mail/mutt14/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
"The Mongrel of Mail User Agents" (part Elm, Pine, mh)
|
5
mail/mutt14/pkg-descr
Normal file
5
mail/mutt14/pkg-descr
Normal file
@ -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)
|
15
mail/mutt14/pkg-plist
Normal file
15
mail/mutt14/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user