pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Remove ifile-procmail.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3aa0ff988a7
branches:  trunk
changeset: 367866:a3aa0ff988a7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 08 07:48:18 2017 +0000

description:
Remove ifile-procmail.

Upstream dead, confirmed by MAINTAINER.

diffstat:

 doc/CHANGES-2017             |   3 ++-
 mail/Makefile                |   3 +--
 mail/ifile-procmail/DESCR    |   2 --
 mail/ifile-procmail/Makefile |  36 ------------------------------------
 mail/ifile-procmail/PLIST    |  13 -------------
 mail/ifile-procmail/distinfo |   6 ------
 6 files changed, 3 insertions(+), 60 deletions(-)

diffs (104 lines):

diff -r f6e84f34af09 -r a3aa0ff988a7 doc/CHANGES-2017
--- a/doc/CHANGES-2017  Fri Sep 08 07:46:55 2017 +0000
+++ b/doc/CHANGES-2017  Fri Sep 08 07:48:18 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2017,v 1.3654 2017/09/08 06:47:44 wiz Exp $
+$NetBSD: CHANGES-2017,v 1.3655 2017/09/08 07:48:19 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2017:
 
@@ -5157,3 +5157,4 @@
        Updated audio/pulseaudio to 11.0 [ryoon 2017-09-08]
        Removed net/p5-Umph-Prompt [wiz 2017-09-08]
        Added devel/autosetup version 0.6.7 [wiz 2017-09-08]
+       Removed mail/ifile-procmail [wiz 2017-09-08]
diff -r f6e84f34af09 -r a3aa0ff988a7 mail/Makefile
--- a/mail/Makefile     Fri Sep 08 07:46:55 2017 +0000
+++ b/mail/Makefile     Fri Sep 08 07:48:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.496 2017/09/03 16:43:36 wiz Exp $
+# $NetBSD: Makefile,v 1.497 2017/09/08 07:48:18 wiz Exp $
 #
 
 COMMENT=       Electronic mail utilities
@@ -116,7 +116,6 @@
 SUBDIR+=       heirloom-mailx
 SUBDIR+=       hypermail
 SUBDIR+=       ifile
-SUBDIR+=       ifile-procmail
 SUBDIR+=       im
 SUBDIR+=       imap-uw
 SUBDIR+=       imap-uw-utils
diff -r f6e84f34af09 -r a3aa0ff988a7 mail/ifile-procmail/DESCR
--- a/mail/ifile-procmail/DESCR Fri Sep 08 07:46:55 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-This package contains shell scripts that allows ifile to be used in standard
-UNIX e-mail environment with procmail and mbox mailboxes.
diff -r f6e84f34af09 -r a3aa0ff988a7 mail/ifile-procmail/Makefile
--- a/mail/ifile-procmail/Makefile      Fri Sep 08 07:46:55 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2017/09/08 06:15:56 wiz Exp $
-
-DISTNAME=      ifile.procmail-0.3
-PKGNAME=       ${DISTNAME:S/./-/}
-PKGREVISION=   2
-CATEGORIES=    mail
-MASTER_SITES=  # http://Xtrmntr.org/ORBman/download/
-EXTRACT_SUFX=  .tgz
-
-MAINTAINER=    salo%NetBSD.org@localhost
-#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
-
-WRKSRC=                ${WRKDIR}/${DISTNAME}
-
-USE_TOOLS+=    ksh:run mktemp:run
-
-REPLACE_KSH+=  bin/ifile.*
-
-NO_BUILD=      YES
-
-INSTALLATION_DIRS=     bin share/doc/ifile share/examples/ifile
-
-do-install:
-       for f in `${LS} ${WRKSRC}/bin` ; do \
-               ${INSTALL_SCRIPT} ${WRKSRC}/bin/$$f ${DESTDIR}${PREFIX}/bin ; \
-       done
-       ${INSTALL_DATA} ${WRKSRC}/README.new \
-               ${DESTDIR}${PREFIX}/share/doc/ifile/README
-       ${INSTALL_DATA} ${WRKSRC}/sample.procmailrc \
-               ${DESTDIR}${PREFIX}/share/examples/ifile
-
-.include "../../mk/bsd.pkg.mk"
diff -r f6e84f34af09 -r a3aa0ff988a7 mail/ifile-procmail/PLIST
--- a/mail/ifile-procmail/PLIST Fri Sep 08 07:46:55 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:04:34 joerg 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
diff -r f6e84f34af09 -r a3aa0ff988a7 mail/ifile-procmail/distinfo
--- a/mail/ifile-procmail/distinfo      Fri Sep 08 07:46:55 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 23:27:07 agc Exp $
-
-SHA1 (ifile.procmail-0.3.tgz) = 33a00107e046deee14f93dbfe691a9161adbeb0d
-RMD160 (ifile.procmail-0.3.tgz) = 0c5029f1bf415d1112f2e3f75de47afacf9f8202
-SHA512 (ifile.procmail-0.3.tgz) = 78d607fe5ae139bc0efeeb5dde4d4ffa8883b092b8e6310df636f135f1127c9c67fcfa3aca0e8fe0d99428cc45514a5494c0bbacfd94a52c13c6f5e8c7b89d39
-Size (ifile.procmail-0.3.tgz) = 4092 bytes



Home | Main Index | Thread Index | Old Index