diff options
author | bad <bad@pkgsrc.org> | 1999-03-12 17:40:14 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-03-12 17:40:14 +0000 |
commit | 12a70ec3701e6875ee952256a221438a0580bf9e (patch) | |
tree | 370495da1b0b3bed50967e7b475b74c0c6920e38 /mail | |
parent | e4b285ca3136316d4eaf71116fff4fdf5c109359 (diff) | |
download | pkgsrc-12a70ec3701e6875ee952256a221438a0580bf9e.tar.gz |
Initial import for fromto-1.5, a sendmail logfile viewer.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fromto/Makefile | 24 | ||||
-rw-r--r-- | mail/fromto/files/md5 | 3 | ||||
-rw-r--r-- | mail/fromto/pkg/COMMENT | 1 | ||||
-rw-r--r-- | mail/fromto/pkg/DESCR | 1 | ||||
-rw-r--r-- | mail/fromto/pkg/PLIST | 2 |
5 files changed, 31 insertions, 0 deletions
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 |