From ec1e492874f3efd96948fe1bfaedcfe88f0d33e4 Mon Sep 17 00:00:00 2001 From: bad Date: Fri, 12 Mar 1999 17:40:14 +0000 Subject: Initial import for fromto-1.5, a sendmail logfile viewer. --- mail/fromto/Makefile | 24 ++++++++++++++++++++++++ mail/fromto/files/md5 | 3 +++ mail/fromto/pkg/COMMENT | 1 + mail/fromto/pkg/DESCR | 1 + mail/fromto/pkg/PLIST | 2 ++ 5 files changed, 31 insertions(+) create mode 100644 mail/fromto/Makefile create mode 100644 mail/fromto/files/md5 create mode 100644 mail/fromto/pkg/COMMENT create mode 100644 mail/fromto/pkg/DESCR create mode 100644 mail/fromto/pkg/PLIST (limited to 'mail/fromto') diff --git a/mail/fromto/Makefile b/mail/fromto/Makefile new file mode 100644 index 00000000000..3aab7192681 --- /dev/null +++ b/mail/fromto/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/03/12 17:40:14 bad Exp $ +# + +DISTNAME= fromto-1.5 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ +EXTRACT_SUFX= #empty + +MAINTAINER= bad@netbsd.org + +USE_PERL5= yes +NO_WRKSUBDIR= yes + +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 ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/fromto/files/md5 b/mail/fromto/files/md5 new file mode 100644 index 00000000000..381c9694e3b --- /dev/null +++ b/mail/fromto/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/03/12 17:40:14 bad Exp $ + +MD5 (fromto-1.5) = e3bbe77e1f9327d0d65fdfe92a558b96 diff --git a/mail/fromto/pkg/COMMENT b/mail/fromto/pkg/COMMENT new file mode 100644 index 00000000000..c0b1eecee07 --- /dev/null +++ b/mail/fromto/pkg/COMMENT @@ -0,0 +1 @@ +a sendmail logfile viewer diff --git a/mail/fromto/pkg/DESCR b/mail/fromto/pkg/DESCR new file mode 100644 index 00000000000..ee3ad6aeb9b --- /dev/null +++ b/mail/fromto/pkg/DESCR @@ -0,0 +1 @@ +Fromto prints the sendmail logfile information in human readable format. diff --git a/mail/fromto/pkg/PLIST b/mail/fromto/pkg/PLIST new file mode 100644 index 00000000000..34f2ad2bd24 --- /dev/null +++ b/mail/fromto/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/03/12 17:40:14 bad Exp $ +bin/fromto -- cgit v1.2.3