diff options
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 |