Add rmime: decode MIME messages inside Emacs (works with RMAIL, VM,
and mh-e).
This commit is contained in:
parent
a3a537c273
commit
78f32b5168
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45564
@ -161,6 +161,7 @@
|
||||
SUBDIR += rftp
|
||||
SUBDIR += ripmime
|
||||
SUBDIR += rlytest
|
||||
SUBDIR += rmime
|
||||
SUBDIR += rmoldmail
|
||||
SUBDIR += ruby-tmail
|
||||
SUBDIR += sendmail
|
||||
|
34
mail/rmime/Makefile
Normal file
34
mail/rmime/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: rmime
|
||||
# Date created: 28 July 2001
|
||||
# Whom: dd
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rmime
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.cinti.net/~rmoody/rmime/ \
|
||||
${MASTER_SITE_LOCAL} \
|
||||
http://www.unixfreak.org/~dima/distfiles/
|
||||
MASTER_SITE_SUBDIR= dd
|
||||
DISTNAME= rmime.el
|
||||
EXTRACT_SUFX= # empty
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= dd@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs20
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
STRIP= # empty
|
||||
|
||||
do-build:
|
||||
${CP} ${DISTDIR}/rmime.el ${WRKDIR}
|
||||
emacs -batch -f batch-byte-compile ${WRKDIR}/rmime.el
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKDIR}/rmime.el ${WRKDIR}/rmime.elc\
|
||||
${PREFIX}/share/emacs/site-lisp
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/rmime/distinfo
Normal file
1
mail/rmime/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rmime.el) = 6b18b7855077ce9373d94474b801747d
|
1
mail/rmime/pkg-comment
Normal file
1
mail/rmime/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Decode MIME messages inside Emacs (works with RMAIL, VM, and mh-e)
|
6
mail/rmime/pkg-descr
Normal file
6
mail/rmime/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
RMIME provides MIME support for several Emacs message reading
|
||||
packages. RMIME has been designed with RMAIL in mind, but it has also
|
||||
been tested with mh-e and VM. It should work with most other major
|
||||
modes as well.
|
||||
|
||||
WWW: http://www.cinti.net/~rmoody/rmime/
|
2
mail/rmime/pkg-plist
Normal file
2
mail/rmime/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
share/emacs/site-lisp/rmime.el
|
||||
share/emacs/site-lisp/rmime.elc
|
Loading…
Reference in New Issue
Block a user