diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-28 17:46:33 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-28 17:46:33 +0000 |
commit | 78f32b51680f0abea5de706a847a892b8c59ea70 (patch) | |
tree | d325bb657c3475a907127969a76f63202922278a /mail/rmime | |
parent | a3a537c27334ef2e9859d45efc4ba65b074c51ec (diff) | |
download | ports-78f32b51680f0abea5de706a847a892b8c59ea70.tar.gz ports-78f32b51680f0abea5de706a847a892b8c59ea70.zip |
Notes
Diffstat (limited to 'mail/rmime')
-rw-r--r-- | mail/rmime/Makefile | 34 | ||||
-rw-r--r-- | mail/rmime/distinfo | 1 | ||||
-rw-r--r-- | mail/rmime/pkg-comment | 1 | ||||
-rw-r--r-- | mail/rmime/pkg-descr | 6 | ||||
-rw-r--r-- | mail/rmime/pkg-plist | 2 |
5 files changed, 44 insertions, 0 deletions
diff --git a/mail/rmime/Makefile b/mail/rmime/Makefile new file mode 100644 index 000000000000..f8629b5d076d --- /dev/null +++ b/mail/rmime/Makefile @@ -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> diff --git a/mail/rmime/distinfo b/mail/rmime/distinfo new file mode 100644 index 000000000000..d38604c516dc --- /dev/null +++ b/mail/rmime/distinfo @@ -0,0 +1 @@ +MD5 (rmime.el) = 6b18b7855077ce9373d94474b801747d diff --git a/mail/rmime/pkg-comment b/mail/rmime/pkg-comment new file mode 100644 index 000000000000..dd0e38d579a1 --- /dev/null +++ b/mail/rmime/pkg-comment @@ -0,0 +1 @@ +Decode MIME messages inside Emacs (works with RMAIL, VM, and mh-e) diff --git a/mail/rmime/pkg-descr b/mail/rmime/pkg-descr new file mode 100644 index 000000000000..f5cce11118c0 --- /dev/null +++ b/mail/rmime/pkg-descr @@ -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/ diff --git a/mail/rmime/pkg-plist b/mail/rmime/pkg-plist new file mode 100644 index 000000000000..5b745a743d86 --- /dev/null +++ b/mail/rmime/pkg-plist @@ -0,0 +1,2 @@ +share/emacs/site-lisp/rmime.el +share/emacs/site-lisp/rmime.elc |