From cd092eb903c920b2768010b0729b6c755039cc61 Mon Sep 17 00:00:00 2001 From: jeh Date: Sat, 28 Oct 2000 12:19:46 +0000 Subject: New Port: misc/qlas qico FIDO mailer log analyzer and statistic builder. PR: 21988 Submitted by: Denis Shaposhnikov --- misc/qlas/Makefile | 26 ++++++++++++++++++++++++++ misc/qlas/distinfo | 1 + misc/qlas/pkg-comment | 1 + misc/qlas/pkg-descr | 1 + misc/qlas/pkg-plist | 2 ++ 5 files changed, 31 insertions(+) create mode 100644 misc/qlas/Makefile create mode 100644 misc/qlas/distinfo create mode 100644 misc/qlas/pkg-comment create mode 100644 misc/qlas/pkg-descr create mode 100644 misc/qlas/pkg-plist (limited to 'misc/qlas') diff --git a/misc/qlas/Makefile b/misc/qlas/Makefile new file mode 100644 index 000000000000..010db36f3f26 --- /dev/null +++ b/misc/qlas/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: qlas +# Date created: 14 Oct 2000 +# Whom: Denis Shaposhnikov +# +# $FreeBSD$ +# + +PORTNAME= qlas +PORTVERSION= 1.91 +CATEGORIES= misc +MASTER_SITES= http://lev.serebryakov.spb.ru/download/qlas/ + +MAINTAINER= dsh@vlink.ru + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +post-patch: + @ ${PERL} -pi -e 's!/usr/bin/perl!${PERL}!; tr/\r//d' ${WRKSRC}/qlas + @ ${PERL} -pi -e 'tr/\r//d' ${WRKSRC}/qlas.conf.default + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/qlas ${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/qlas.conf.default ${PREFIX}/etc/ + +.include diff --git a/misc/qlas/distinfo b/misc/qlas/distinfo new file mode 100644 index 000000000000..dc87a75a52a4 --- /dev/null +++ b/misc/qlas/distinfo @@ -0,0 +1 @@ +MD5 (qlas-1.91.tar.gz) = 58fab9c62f6db1d392c803142b2458d3 diff --git a/misc/qlas/pkg-comment b/misc/qlas/pkg-comment new file mode 100644 index 000000000000..79a8f5e2f598 --- /dev/null +++ b/misc/qlas/pkg-comment @@ -0,0 +1 @@ +qico FIDO mailer log analyzer and statistic builder diff --git a/misc/qlas/pkg-descr b/misc/qlas/pkg-descr new file mode 100644 index 000000000000..0c654a336eee --- /dev/null +++ b/misc/qlas/pkg-descr @@ -0,0 +1 @@ +qico FIDO mailer log analyzer and statistic builder. diff --git a/misc/qlas/pkg-plist b/misc/qlas/pkg-plist new file mode 100644 index 000000000000..f87fdce7e8e0 --- /dev/null +++ b/misc/qlas/pkg-plist @@ -0,0 +1,2 @@ +etc/qlas.conf.default +bin/qlas -- cgit