diff options
author | salo <salo@pkgsrc.org> | 2002-12-13 09:46:55 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-13 09:46:55 +0000 |
commit | cb2f141fbc7248d45a536a618e6e348bab7d73e3 (patch) | |
tree | 67a84f25567e48146d14305001fe205b51cb5e78 /mail/ifile-procmail | |
parent | 33eee4c2ed3261e9ba56d7b08e63eb984f484c82 (diff) | |
download | pkgsrc-cb2f141fbc7248d45a536a618e6e348bab7d73e3.tar.gz |
Initial import of ifile-procmail, version 0.3.
This package contains shell scripts that allows ifile to be used in standard
UNIX e-mail environment with procmail and mbox mailboxes.
Diffstat (limited to 'mail/ifile-procmail')
-rw-r--r-- | mail/ifile-procmail/DESCR | 2 | ||||
-rw-r--r-- | mail/ifile-procmail/Makefile | 36 | ||||
-rw-r--r-- | mail/ifile-procmail/PLIST | 15 | ||||
-rw-r--r-- | mail/ifile-procmail/distinfo | 4 |
4 files changed, 57 insertions, 0 deletions
diff --git a/mail/ifile-procmail/DESCR b/mail/ifile-procmail/DESCR new file mode 100644 index 00000000000..c0eb98bac10 --- /dev/null +++ b/mail/ifile-procmail/DESCR @@ -0,0 +1,2 @@ +This package contains shell scripts that allows ifile to be used in standard +UNIX e-mail environment with procmail and mbox mailboxes. diff --git a/mail/ifile-procmail/Makefile b/mail/ifile-procmail/Makefile new file mode 100644 index 00000000000..cda5e647ed8 --- /dev/null +++ b/mail/ifile-procmail/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/13 09:46:55 salo Exp $ +# + +DISTNAME= ifile.procmail-0.3 +PKGNAME= ${DISTNAME:S/./-/} +CATEGORIES= mail +MASTER_SITES= http://Xtrmntr.org/ORBman/download/ +EXTRACT_SUFX= .tgz + +MAINTAINER= salo@netbsd.org +HOMEPAGE= http://Xtrmntr.org/ORBman/ifile.procmail.html +COMMENT= Set of scripts for ifile used in procmail environment + +DEPENDS+= ifile>=1.2.1:../../mail/ifile +DEPENDS+= procmail>=3.22:../../mail/procmail + +.include "../../mk/bsd.prefs.mk" + +.if (${OPSYS} != "NetBSD") && (${OPSYS} != "FreeBSD") && (${OPSYS} != "OpenBSD") +DEPENDS+= mktemp>=1.4:../../sysutils/mktemp +.endif + +NO_BUILD= YES + +WRKSRC= ${WRKDIR}/${DISTNAME} + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ifile + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ifile + for f in `${LS} ${WRKSRC}/bin` ; do \ + ${INSTALL_SCRIPT} ${WRKSRC}/bin/$$f ${PREFIX}/bin ; \ + done + ${INSTALL_DATA} ${WRKSRC}/README.new ${PREFIX}/share/doc/ifile/README + ${INSTALL_DATA} ${WRKSRC}/sample.procmailrc ${PREFIX}/share/examples/ifile + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/ifile-procmail/PLIST b/mail/ifile-procmail/PLIST new file mode 100644 index 00000000000..5532057d277 --- /dev/null +++ b/mail/ifile-procmail/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/13 09:46:55 salo Exp $ +bin/ifile.inject-learn.header +bin/ifile.inject.header +bin/ifile.learn.mailbox +bin/ifile.learn.message +bin/ifile.relearn.message +bin/ifile.reset +bin/ifile.test-learn.message +bin/ifile.test.mailbox +bin/ifile.test.message +bin/ifile.unlearn.message +share/doc/ifile/README +share/examples/ifile/sample.procmailrc +@dirrm share/examples/ifile +@dirrm share/doc/ifile diff --git a/mail/ifile-procmail/distinfo b/mail/ifile-procmail/distinfo new file mode 100644 index 00000000000..beae3b391dc --- /dev/null +++ b/mail/ifile-procmail/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/13 09:46:55 salo Exp $ + +SHA1 (ifile.procmail-0.3.tgz) = 33a00107e046deee14f93dbfe691a9161adbeb0d +Size (ifile.procmail-0.3.tgz) = 4092 bytes |