From 8828c01ed832de250b6388a0946a4d716e4dcaed Mon Sep 17 00:00:00 2001 From: jtb Date: Fri, 26 Jan 2001 21:45:00 +0000 Subject: Initial import of "etach": Emacs Lisp package for dealing with MIME email attachments --- mail/etach/Makefile | 35 +++++++++++++++++++++++++++++++++++ mail/etach/files/md5 | 3 +++ mail/etach/pkg/COMMENT | 1 + mail/etach/pkg/DESCR | 6 ++++++ mail/etach/pkg/PLIST | 7 +++++++ 5 files changed, 52 insertions(+) create mode 100644 mail/etach/Makefile create mode 100644 mail/etach/files/md5 create mode 100644 mail/etach/pkg/COMMENT create mode 100644 mail/etach/pkg/DESCR create mode 100644 mail/etach/pkg/PLIST (limited to 'mail') diff --git a/mail/etach/Makefile b/mail/etach/Makefile new file mode 100644 index 00000000000..249f72e67d7 --- /dev/null +++ b/mail/etach/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/01/26 21:45:00 jtb Exp $ + +DISTNAME= etach-1.1.6 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=etach/} + +MAINTAINER= jtb@netbsd.org +HOMEPAGE= http://etach.sourceforge.net + +NO_CONFIGURE= YES +NO_BUILD= YES + +.include "../../mk/bsd.prefs.mk" + +.if defined(USE_XEMACS) +DEPENDS+= xemacs-[0-9]*:../../editors/xemacs +LISPDIR= lib/xemacs/xemacs-packages/lisp/mail-lib +.else +DEPENDS+= emacs-[0-9]*:../../editors/emacs +LISPDIR= share/emacs/site-lisp +.endif + +PLIST_SUBST+= LISPDIR=${LISPDIR} + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/${LISPDIR} + ${INSTALL_DATA} ${WRKSRC}/etach.el ${PREFIX}/${LISPDIR} + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/etach + @for t in ${WRKSRC}/README.txt ${WRKSRC}/FAQ.txt \ + ${WRKSRC}/LICENSE.txt; do \ + c="${INSTALL_DATA} $$t ${PREFIX}/share/doc/etach/"; \ + ${ECHO} $$c; $$c; \ + done + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/etach/files/md5 b/mail/etach/files/md5 new file mode 100644 index 00000000000..b5687b21baf --- /dev/null +++ b/mail/etach/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/01/26 21:45:00 jtb Exp $ + +MD5 (etach-1.1.6.tar.gz) = 8f5536c1cab222c2bcb4271fc83725c4 diff --git a/mail/etach/pkg/COMMENT b/mail/etach/pkg/COMMENT new file mode 100644 index 00000000000..181c2f41266 --- /dev/null +++ b/mail/etach/pkg/COMMENT @@ -0,0 +1 @@ +Emacs Lisp package for dealing with MIME email attachments diff --git a/mail/etach/pkg/DESCR b/mail/etach/pkg/DESCR new file mode 100644 index 00000000000..5fef3c73b42 --- /dev/null +++ b/mail/etach/pkg/DESCR @@ -0,0 +1,6 @@ +Etach is an Emacs add-on that allows easy management of MIME email +attachments in RMAIL and Mail modes. Attachments and detachments are +as simple as entering the Emacs commands M-x attach and M-x detach, +respectively. Also provided is the ability to forward mail via +message/rfc822 format (M-x mime-forward), useful when forwarding +messages that contain MIME attachments. diff --git a/mail/etach/pkg/PLIST b/mail/etach/pkg/PLIST new file mode 100644 index 00000000000..7b7039b5c82 --- /dev/null +++ b/mail/etach/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/26 21:45:00 jtb Exp $ + +${LISPDIR}/etach.el +share/doc/etach/FAQ.txt +share/doc/etach/LICENSE.txt +share/doc/etach/README.txt +@dirrm share/doc/etach -- cgit v1.2.3