summaryrefslogtreecommitdiff
path: root/mail/exipick
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-05-01 21:55:54 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-05-01 21:55:54 +0000
commita939f06f27936ea856e7bf9ded5a45cde42896ca (patch)
treec7b43be592e0fbdd298bca976c37c65f5d42740d /mail/exipick
parentAdd --with-xorg to CONFIGURE_ARGS if the user is using xorg. (diff)
Display messages from Exim queue based on a variety of criteria.
PR: ports/80517 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Notes
Notes: svn path=/head/; revision=134472
Diffstat (limited to 'mail/exipick')
-rw-r--r--mail/exipick/Makefile36
-rw-r--r--mail/exipick/distinfo2
-rw-r--r--mail/exipick/files/patch-aa11
-rw-r--r--mail/exipick/pkg-descr5
-rw-r--r--mail/exipick/pkg-message5
5 files changed, 59 insertions, 0 deletions
diff --git a/mail/exipick/Makefile b/mail/exipick/Makefile
new file mode 100644
index 000000000000..8f75d891a60a
--- /dev/null
+++ b/mail/exipick/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: exipick
+# Date created: 29 Sep 2004
+# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= exipick
+PORTVERSION= 20050225.0
+CATEGORIES= mail
+MASTER_SITES= http://jetmore.org/john/code/
+DISTNAME= ${PORTNAME}.${PORTVERSION}
+EXTRACT_SUFX=
+
+MAINTAINER= vsevolod@highsecure.ru
+COMMENT= Display messages from Exim queue based on a variety of criteria
+
+PLIST_FILES= bin/${PORTNAME}
+
+USE_PERL5_RUN= yes
+
+do-extract:
+ @${RM} -rf ${WRKDIR}
+ @${MKDIR} ${WRKSRC}
+ @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC}
+
+do-build:
+ @${SED} -e '1s|/usr/bin/perl|${PERL}|' \
+ ${WRKSRC}/${DISTNAME} > ${WRKSRC}/${PORTNAME}.pl
+
+do-install:
+ @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
+ ${DESTDIR}${PREFIX}/bin/${PORTNAME}
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/mail/exipick/distinfo b/mail/exipick/distinfo
new file mode 100644
index 000000000000..1523ca47d951
--- /dev/null
+++ b/mail/exipick/distinfo
@@ -0,0 +1,2 @@
+MD5 (exipick.20050225.0) = c5bf0deec898a63bff1690e366a91cea
+Size (exipick.20050225.0) = 40768
diff --git a/mail/exipick/files/patch-aa b/mail/exipick/files/patch-aa
new file mode 100644
index 000000000000..0db52e15fd5a
--- /dev/null
+++ b/mail/exipick/files/patch-aa
@@ -0,0 +1,11 @@
+--- exipick.20050225.0.orig Mon May 2 01:10:13 2005
++++ exipick.20050225.0 Mon May 2 01:10:34 2005
+@@ -1,7 +1,7 @@
+ #!/usr/bin/perl
+
+ # SET THIS TO THE PATH TO YOUR SPOOL DIR!
+-my $spool = '/local/exim/spool';
++my $spool = '/var/spool/exim';
+
+ use strict;
+ use Getopt::Long;
diff --git a/mail/exipick/pkg-descr b/mail/exipick/pkg-descr
new file mode 100644
index 000000000000..ac46d49e37a7
--- /dev/null
+++ b/mail/exipick/pkg-descr
@@ -0,0 +1,5 @@
+Exipick is a script for display messages from Exim queue based on
+a variety of criteria, for example this is usefull for checking Exim
+queue in some stitistics scripts.
+
+WWW: http://jetmore.org/john/code/#exipick
diff --git a/mail/exipick/pkg-message b/mail/exipick/pkg-message
new file mode 100644
index 000000000000..bb9eaa1e67fa
--- /dev/null
+++ b/mail/exipick/pkg-message
@@ -0,0 +1,5 @@
+exipick has been successfully installed.
+
+Try
+ `exipick --help'
+for perldoc help.