diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-28 12:19:46 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-28 12:19:46 +0000 |
commit | 9c2af76ca5842a968a6180a64583a8e654eba528 (patch) | |
tree | 458b0809092c004e3111e6f5f37c5e95e5de3288 | |
parent | 0194e6547ce3050924685e15e3363abb2146e8ed (diff) | |
download | freebsd-ports-9c2af76ca5842a968a6180a64583a8e654eba528.zip |
New Port: misc/qlas
qico FIDO mailer log analyzer and statistic builder.
PR: 21988
Submitted by: Denis Shaposhnikov <dsh@wizard.vlink.ru>
-rw-r--r-- | misc/Makefile | 1 | ||||
-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 |
6 files changed, 32 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index e3afba0bfbdd..444acb9855b0 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -114,6 +114,7 @@ SUBDIR += py-distutils SUBDIR += qclock SUBDIR += qhacc + SUBDIR += qlas SUBDIR += quotes SUBDIR += quranref SUBDIR += rfc 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 <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 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 |