summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2011-08-05 13:20:52 +0000
committeris <is@pkgsrc.org>2011-08-05 13:20:52 +0000
commit9b85a8732044e17610288651bf1cc180d29b00b9 (patch)
tree7d6669fdeb8024e720555ace9690ba5880745308
parent09a21e02c5b621cf768be922c1afa2ac4b3bc1d7 (diff)
downloadpkgsrc-9b85a8732044e17610288651bf1cc180d29b00b9.tar.gz
Mailhops bei Marius Gedminas/Roland Rosenfeld - a script to summarize the
path and delays an e-mail message encounted.
-rw-r--r--mail/mailhops/DESCR2
-rw-r--r--mail/mailhops/Makefile39
-rw-r--r--mail/mailhops/PLIST2
-rw-r--r--mail/mailhops/distinfo5
4 files changed, 48 insertions, 0 deletions
diff --git a/mail/mailhops/DESCR b/mail/mailhops/DESCR
new file mode 100644
index 00000000000..7b722509ee1
--- /dev/null
+++ b/mail/mailhops/DESCR
@@ -0,0 +1,2 @@
+Shows the route of an Internet mail message. Just pipe the mail
+header through it.
diff --git a/mail/mailhops/Makefile b/mail/mailhops/Makefile
new file mode 100644
index 00000000000..ae0a3ff67af
--- /dev/null
+++ b/mail/mailhops/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/08/05 13:20:52 is Exp $
+#
+
+DISTNAME= mailhops-1.4
+CATEGORIES= mail
+MASTER_SITES= http://www.spinnaker.de/mutt/
+EXTRACT_SUFX=
+
+LICENSE= gnu-gpl-v2
+
+MAINTAINER= is@netbsd.org
+HOMEPAGE= http://www.spinnaker.de/mutt/
+COMMENT= Shows the route of an Internet mail message.
+
+WRKSRC= ${WRKDIR}
+EXTRACT_CMD= echo ${CP} "$${extract_file}" ${WRKSRC}/mailhops; \
+ ${CP} "$${extract_file}" ${WRKSRC}/mailhops
+
+
+DEPENDS+= p5-TimeDate:../../time/p5-TimeDate
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_TOOLS+= perl:run
+
+REPLACE_PERL+= mailhops
+
+do-build:
+
+do-configure:
+
+do-install:
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/mailhops \
+ ${DESTDIR}${PREFIX}/bin
+
+
+.include "../../mk/bsd.pkg.mk"
+
diff --git a/mail/mailhops/PLIST b/mail/mailhops/PLIST
new file mode 100644
index 00000000000..9fcdf83e38a
--- /dev/null
+++ b/mail/mailhops/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/05 13:20:52 is Exp $
+bin/mailhops
diff --git a/mail/mailhops/distinfo b/mail/mailhops/distinfo
new file mode 100644
index 00000000000..41f4eaead53
--- /dev/null
+++ b/mail/mailhops/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/08/05 13:20:52 is Exp $
+
+SHA1 (mailhops-1.4) = 831945974ac5fb1221984fb7fce94148859dd977
+RMD160 (mailhops-1.4) = cad6b14ed8afb0b56ba445e2a8a46d0a740fe1c0
+Size (mailhops-1.4) = 2982 bytes