New Port: misc/qlas
qico FIDO mailer log analyzer and statistic builder. PR: 21988 Submitted by: Denis Shaposhnikov <dsh@wizard.vlink.ru>
This commit is contained in:
parent
0194e6547c
commit
9c2af76ca5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34351
6 changed files with 32 additions and 0 deletions
|
@ -114,6 +114,7 @@
|
|||
SUBDIR += py-distutils
|
||||
SUBDIR += qclock
|
||||
SUBDIR += qhacc
|
||||
SUBDIR += qlas
|
||||
SUBDIR += quotes
|
||||
SUBDIR += quranref
|
||||
SUBDIR += rfc
|
||||
|
|
26
misc/qlas/Makefile
Normal file
26
misc/qlas/Makefile
Normal file
|
@ -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>
|
1
misc/qlas/distinfo
Normal file
1
misc/qlas/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (qlas-1.91.tar.gz) = 58fab9c62f6db1d392c803142b2458d3
|
1
misc/qlas/pkg-comment
Normal file
1
misc/qlas/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
qico FIDO mailer log analyzer and statistic builder
|
1
misc/qlas/pkg-descr
Normal file
1
misc/qlas/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
qico FIDO mailer log analyzer and statistic builder.
|
2
misc/qlas/pkg-plist
Normal file
2
misc/qlas/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
etc/qlas.conf.default
|
||||
bin/qlas
|
Loading…
Reference in a new issue