diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-28 12:19:46 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-28 12:19:46 +0000 |
commit | cd092eb903c920b2768010b0729b6c755039cc61 (patch) | |
tree | 4e1ffa9273a9182cdea0e033b7d11479a6781d57 /misc/qlas | |
parent | 2f4bb07f426c7e7e1f6e9fdb8a5ea99fd187e18e (diff) | |
download | FreeBSD-ports-cd092eb903c920b2768010b0729b6c755039cc61.zip FreeBSD-ports-cd092eb903c920b2768010b0729b6c755039cc61.tar.gz |
New Port: misc/qlas
qico FIDO mailer log analyzer and statistic builder.
PR: 21988
Submitted by: Denis Shaposhnikov <dsh@wizard.vlink.ru>
Diffstat (limited to 'misc/qlas')
-rw-r--r-- | misc/qlas/Makefile | 26 | ||||
-rw-r--r-- | misc/qlas/distinfo | 1 | ||||
-rw-r--r-- | misc/qlas/pkg-comment | 1 | ||||
-rw-r--r-- | misc/qlas/pkg-descr | 1 | ||||
-rw-r--r-- | misc/qlas/pkg-plist | 2 |
5 files changed, 31 insertions, 0 deletions
diff --git a/misc/qlas/Makefile b/misc/qlas/Makefile new file mode 100644 index 0000000..010db36 --- /dev/null +++ b/misc/qlas/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: qlas +# Date created: 14 Oct 2000 +# Whom: Denis Shaposhnikov <dsh@vlink.ru> +# +# $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 <bsd.port.mk> diff --git a/misc/qlas/distinfo b/misc/qlas/distinfo new file mode 100644 index 0000000..dc87a75 --- /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 0000000..79a8f5e --- /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 0000000..0c654a3 --- /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 0000000..f87fdce --- /dev/null +++ b/misc/qlas/pkg-plist @@ -0,0 +1,2 @@ +etc/qlas.conf.default +bin/qlas |