summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjtb <jtb>2001-01-26 21:45:00 +0000
committerjtb <jtb>2001-01-26 21:45:00 +0000
commit8828c01ed832de250b6388a0946a4d716e4dcaed (patch)
tree674d89f353f10fdb16aa74c96c5e62f691c8b6c2 /mail
parent964c9f159165ee447d83ec19dc41cd8a947df409 (diff)
downloadpkgsrc-8828c01ed832de250b6388a0946a4d716e4dcaed.tar.gz
Initial import of "etach":
Emacs Lisp package for dealing with MIME email attachments
Diffstat (limited to 'mail')
-rw-r--r--mail/etach/Makefile35
-rw-r--r--mail/etach/files/md53
-rw-r--r--mail/etach/pkg/COMMENT1
-rw-r--r--mail/etach/pkg/DESCR6
-rw-r--r--mail/etach/pkg/PLIST7
5 files changed, 52 insertions, 0 deletions
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