mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
FISG is a tool that creates statistics from IRC logs. FISG supports
various logfile formats and has a very fast parsing engine. PR: ports/74526 Submitted by: Pasi Hirvonen <psh(at)iki.fi>
This commit is contained in:
parent
c990fe99bf
commit
8edc81ddbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123670
@ -22,6 +22,7 @@
|
||||
SUBDIR += epic4
|
||||
SUBDIR += erc
|
||||
SUBDIR += ezbounce
|
||||
SUBDIR += fisg
|
||||
SUBDIR += garnaxfs
|
||||
SUBDIR += gdesklets-irc
|
||||
SUBDIR += gruftistats
|
||||
|
40
irc/fisg/Makefile
Normal file
40
irc/fisg/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: fisg
|
||||
# Date created: 29 Nov 2004
|
||||
# Whom: Pasi Hirvonen <psh@iki.fi>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fisg
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://www.tnsp.org/files/
|
||||
|
||||
MAINTAINER= psh@iki.fi
|
||||
COMMENT= Fast IRC statistics generator
|
||||
|
||||
USE_GMAKE= yes
|
||||
BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
||||
|
||||
PORTDOCS= README FAQ
|
||||
|
||||
DATA_FILES= blue-h.png happy1.gif happy5.gif style-c64.css \
|
||||
blue-v.png happy2.gif happy6.gif style-pisg.css \
|
||||
green-h.png happy3.gif red-h.png yellow-h.png \
|
||||
green-v.png happy4.gif red-v.png yellow-v.png
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
cd ${WRKSRC}/data/ && ${INSTALL_DATA} ${DATA_FILES} ${DATADIR}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/example.cfg ${EXAMPLESDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/users.cfg ${EXAMPLESDIR}/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/fisg ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
irc/fisg/distinfo
Normal file
2
irc/fisg/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (fisg-0.2.0.tar.gz) = c9632501cee22802934ecb266463e4d0
|
||||
SIZE (fisg-0.2.0.tar.gz) = 76700
|
13
irc/fisg/files/patch-Makefile
Normal file
13
irc/fisg/files/patch-Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
--- ../fisg-0.2.0-orig/src/Makefile Mon Nov 29 16:33:25 2004
|
||||
+++ src/Makefile Mon Nov 29 16:33:51 2004
|
||||
@@ -2,8 +2,8 @@
|
||||
# Makefile for UNIX
|
||||
#
|
||||
RM=rm
|
||||
-CC=gcc
|
||||
-CFLAGS= -g -O2 -Wall
|
||||
+CC?=gcc
|
||||
+CFLAGS?= -g -Wall
|
||||
|
||||
FISGEXE=fisg
|
||||
TARGETS=$(FISGEXE) strmatch
|
7
irc/fisg/pkg-descr
Normal file
7
irc/fisg/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
FISG is a tool that creates statistics from IRC logs. FISG supports
|
||||
various logfile formats and has a very fast parsing engine.
|
||||
|
||||
WWW: http://www.tnsp.org/fisg.php
|
||||
|
||||
- Pasi Hirvonen
|
||||
psh@iki.fi
|
21
irc/fisg/pkg-plist
Normal file
21
irc/fisg/pkg-plist
Normal file
@ -0,0 +1,21 @@
|
||||
bin/fisg
|
||||
%%EXAMPLESDIR%%/example.cfg
|
||||
%%EXAMPLESDIR%%/users.cfg
|
||||
%%DATADIR%%/blue-h.png
|
||||
%%DATADIR%%/blue-v.png
|
||||
%%DATADIR%%/green-h.png
|
||||
%%DATADIR%%/green-v.png
|
||||
%%DATADIR%%/happy1.gif
|
||||
%%DATADIR%%/happy2.gif
|
||||
%%DATADIR%%/happy3.gif
|
||||
%%DATADIR%%/happy4.gif
|
||||
%%DATADIR%%/happy5.gif
|
||||
%%DATADIR%%/happy6.gif
|
||||
%%DATADIR%%/red-h.png
|
||||
%%DATADIR%%/red-v.png
|
||||
%%DATADIR%%/style-c64.css
|
||||
%%DATADIR%%/style-pisg.css
|
||||
%%DATADIR%%/yellow-h.png
|
||||
%%DATADIR%%/yellow-v.png
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user