Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

2
mail/mailhops/DESCR Normal file
View File

@@ -0,0 +1,2 @@
Shows the route of an Internet mail message. Just pipe the mail
header through it.

37
mail/mailhops/Makefile Normal file
View File

@@ -0,0 +1,37 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:41:15 wiz Exp $
#
DISTNAME= mailhops-1.4
PKGREVISION= 2
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-[0-9]*:../../time/p5-TimeDate
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"

2
mail/mailhops/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/05 13:20:52 is Exp $
bin/mailhops

5
mail/mailhops/distinfo Normal file
View File

@@ -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