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

1
mail/fromto/DESCR Normal file
View File

@@ -0,0 +1 @@
Fromto prints the sendmail logfile information in human readable format.

33
mail/fromto/Makefile Normal file
View File

@@ -0,0 +1,33 @@
# $NetBSD: Makefile,v 1.16 2013/05/31 12:41:14 wiz Exp $
#
DISTNAME= fromto-1.5
PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/
EXTRACT_SUFX= #empty
MAINTAINER= bad@NetBSD.org
COMMENT= Sendmail logfile viewer
LICENSE= fromto-license # XXX missing
RESTRICTED= Redistribution allowed for non-commercial purposes only
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
WRKSRC= ${WRKDIR}
USE_TOOLS+= perl:run
INSTALLATION_DIRS= bin
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/fromto.in
do-build:
(cd ${WRKSRC} ; ${SED} -e "1s,/usr/local,${PREFIX}," fromto.in >fromto)
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/fromto ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"

2
mail/fromto/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:00:09 zuntum Exp $
bin/fromto

5
mail/fromto/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2005/02/24 09:59:22 agc Exp $
SHA1 (fromto-1.5) = 45deaf7f456b8cffbc9f45aaf7990d52c887a36c
RMD160 (fromto-1.5) = e51767a47b423d2b092ebc6d7bbab12fb34a31af
Size (fromto-1.5) = 10860 bytes