aboutsummaryrefslogtreecommitdiff
path: root/mail/procmail
diff options
context:
space:
mode:
Diffstat (limited to 'mail/procmail')
-rw-r--r--mail/procmail/Makefile21
-rw-r--r--mail/procmail/distinfo1
-rw-r--r--mail/procmail/files/patch-aa64
-rw-r--r--mail/procmail/pkg-comment1
-rw-r--r--mail/procmail/pkg-descr9
-rw-r--r--mail/procmail/pkg-plist11
6 files changed, 0 insertions, 107 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
deleted file mode 100644
index bb53248a82fe..000000000000
--- a/mail/procmail/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: procmail
-# Version required: 3.11pre1
-# Date created: 24 September 1994
-# Whom: adam
-#
-# $Id: Makefile,v 1.15 1995/04/17 07:50:37 asami Exp $
-#
-
-DISTNAME= procmail-3.11pre1
-PKGNAME= procmail-3.11.1
-CATEGORIES+= mail
-MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
-
-MAINTAINER= ache@FreeBSD.ORG
-
-IS_INTERACTIVE= yes
-
-do-install:
- @cd ${WRKSRC}; ${MAKE} install-suid install.man
-
-.include <bsd.port.mk>
diff --git a/mail/procmail/distinfo b/mail/procmail/distinfo
deleted file mode 100644
index bb7d014576ba..000000000000
--- a/mail/procmail/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (procmail-3.11pre1.tar.gz) = 1fff3b76ed04c5a290f521c7abafde96
diff --git a/mail/procmail/files/patch-aa b/mail/procmail/files/patch-aa
deleted file mode 100644
index 37b3aa530cd1..000000000000
--- a/mail/procmail/files/patch-aa
+++ /dev/null
@@ -1,64 +0,0 @@
---- Makefile.bak Mon Apr 10 14:27:52 1995
-+++ Makefile Sat Apr 22 17:11:43 1995
-@@ -2,7 +2,7 @@
-
- # BASENAME should point to where the whole lot will be installed
- # change BASENAME to your home directory if need be
--BASENAME = /usr/local
-+BASENAME = $(PREFIX)
- # For display in the man pages
- VISIBLE_BASENAME= $(BASENAME)
-
-@@ -86,7 +86,7 @@
- -Waggregate-return #-Wuninitialized
-
- # The place to put your favourite extra cc flag
--CFLAGS0 = -O #$(GCC_WARNINGS)
-+CFLAGS0 = #-O #$(GCC_WARNINGS)
- LDFLAGS0= -s
- # Read my libs :-)
- LIBS=
---- Makefile.1.bak Fri Mar 31 11:30:24 1995
-+++ Makefile.1 Sat Apr 22 17:11:23 1995
-@@ -93,13 +93,13 @@
- @for a in $(MANS1S); \
- do $(INSTALL) new/$$a.1 $(MAN1DIR)/$$a.$(MAN1SUFFIX); \
- if test "X$(MANCOMPRESS)" != "X"; \
-- then $(MANCOMPRESS) <new/$$a.1 >$(MAN1DIR)/$$a.$(MAN1SUFFIX); \
-+ then "$(MANCOMPRESS)" <new/$$a.1 >$(MAN1DIR)/$$a.$(MAN1SUFFIX); \
- else :; fi; \
- done
- @for a in $(MANS5S); \
- do $(INSTALL) new/$$a.5 $(MAN5DIR)/$$a.$(MAN5SUFFIX); \
- if test "X$(MANCOMPRESS)" != "X"; \
-- then $(MANCOMPRESS) <new/$$a.5 >$(MAN5DIR)/$$a.$(MAN5SUFFIX); \
-+ then "$(MANCOMPRESS)" <new/$$a.5 >$(MAN5DIR)/$$a.$(MAN5SUFFIX); \
- else :; fi; \
- done
- echo Housekeeping file >install.man
---- initmake.bak Mon Apr 10 14:28:00 1995
-+++ initmake Sat Apr 22 17:11:23 1995
-@@ -336,8 +336,8 @@
- test -z "$MAKE" && echo "MAKE = make" >>_Makefile
- test a"$cc" != a"$CC" && echo "CC = $cc" >>_Makefile
-
--echo "CFLAGS = \$(CFLAGS1)$CFLAGS" >>_Makefile
--echo "LDFLAGS = \$(LDFLAGS1)$LDFLAGS" >>_Makefile
-+echo "CFLAGS += \$(CFLAGS1)$CFLAGS" >>_Makefile
-+echo "LDFLAGS += \$(LDFLAGS1)$LDFLAGS" >>_Makefile
- echo >>_Makefile
-
- MANSS=""
---- src/recommend.c.bak Thu Aug 18 08:45:20 1994
-+++ src/recommend.c Sat Apr 22 17:11:23 1995
-@@ -52,8 +52,10 @@
- printf("chmod %o %s\n",sgid|PERMIS,argv[2]);
- else if(chmdir==1)
- goto nogchmod;
-+#ifndef __FreeBSD__
- if(chmdir)
- printf("chmod %c+w %s.\n",chmdir==1?'g':'a',systm_mbox);
-+#endif
- nogchmod:
- return EXIT_SUCCESS;
- }
diff --git a/mail/procmail/pkg-comment b/mail/procmail/pkg-comment
deleted file mode 100644
index 187ac99498ec..000000000000
--- a/mail/procmail/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-ProcMail local mail delivery agent, version 3.11pre1
diff --git a/mail/procmail/pkg-descr b/mail/procmail/pkg-descr
deleted file mode 100644
index e7761038505c..000000000000
--- a/mail/procmail/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-This is ProcMail, the ultimate incoming mail processor.
-If you want it to replace the functionality of /usr/libexec/mail.local
-then it must be suid root and needs the following lines in your
-hostname.mc file for sendmail:
-
-define(`LOCAL_MAILER_PATH', /usr/local/bin/procmail)dnl
-define(`LOCAL_MAILER_FLAGS', ShPfn)dnl
-define(`LOCAL_MAILER_ARGS', procmail -a $h -d $u)dnl
-mailer(local)dnl
diff --git a/mail/procmail/pkg-plist b/mail/procmail/pkg-plist
deleted file mode 100644
index 9bb501ad64df..000000000000
--- a/mail/procmail/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-@cwd /usr/local
-bin/procmail
-bin/formail
-bin/lockfile
-bin/mailstat
-man/man1/procmail.1
-man/man1/formail.1
-man/man1/lockfile.1
-man/man5/procmailex.5
-man/man5/procmailrc.5
-man/man5/procmailsc.5