pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/fisg Initial import of fisg 0.2.0 from pkgsrc-wip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a98d9cd3619
branches:  trunk
changeset: 464105:7a98d9cd3619
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Dec 03 23:13:00 2003 +0000

description:
Initial import of fisg 0.2.0 from pkgsrc-wip, packaged by Soren Jacobsen.

FISG is an IRC statistics generator that is meant to be, well, fast.  It
handles large log files much more efficiently than PISG, and doesn't require
perl.

diffstat:

 chat/fisg/DESCR            |   3 +++
 chat/fisg/Makefile         |  15 +++++++++++++++
 chat/fisg/PLIST            |  22 ++++++++++++++++++++++
 chat/fisg/distinfo         |   5 +++++
 chat/fisg/patches/patch-aa |  26 ++++++++++++++++++++++++++
 5 files changed, 71 insertions(+), 0 deletions(-)

diffs (91 lines):

diff -r bb3e03a971a6 -r 7a98d9cd3619 chat/fisg/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/fisg/DESCR   Wed Dec 03 23:13:00 2003 +0000
@@ -0,0 +1,3 @@
+FISG is an IRC statistics generator that is meant to be, well, fast.  It
+handles large log files much more efficiently than PISG, and doesn't require
+perl.
diff -r bb3e03a971a6 -r 7a98d9cd3619 chat/fisg/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/fisg/Makefile        Wed Dec 03 23:13:00 2003 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 23:13:00 xtraeme Exp $
+
+DISTNAME=              fisg-0.2.0
+WRKSRC=                        ${WRKDIR}/${DISTNAME}/src
+CATEGORIES=            chat textproc
+MASTER_SITES=          http://www.tnsp.org/files/
+
+MAINTAINER=            snj%pobox.com@localhost
+HOMEPAGE=              http://www.tnsp.org/fisg.php
+COMMENT=               Fast IRC statistics generator
+
+USE_BUILDLINK2=                YES
+USE_GMAKE=             YES
+
+.include "../../mk/bsd.pkg.mk"
diff -r bb3e03a971a6 -r 7a98d9cd3619 chat/fisg/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/fisg/PLIST   Wed Dec 03 23:13:00 2003 +0000
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 23:13:00 xtraeme Exp $
+bin/fisg
+share/examples/fisg/example.cfg
+share/examples/fisg/users.cfg
+share/fisg/blue-h.png
+share/fisg/blue-v.png
+share/fisg/green-h.png
+share/fisg/green-v.png
+share/fisg/happy1.gif
+share/fisg/happy2.gif
+share/fisg/happy3.gif
+share/fisg/happy4.gif
+share/fisg/happy5.gif
+share/fisg/happy6.gif
+share/fisg/red-h.png
+share/fisg/red-v.png
+share/fisg/style-c64.css
+share/fisg/style-pisg.css
+share/fisg/yellow-h.png
+share/fisg/yellow-v.png
+@dirrm share/examples/fisg
+@dirrm share/fisg
diff -r bb3e03a971a6 -r 7a98d9cd3619 chat/fisg/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/fisg/distinfo        Wed Dec 03 23:13:00 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 23:13:00 xtraeme Exp $
+
+SHA1 (fisg-0.2.0.tar.gz) = e145f05a7d1485ef9ac2c3cf77d3ed8ec92aaf59
+Size (fisg-0.2.0.tar.gz) = 76700 bytes
+SHA1 (patch-aa) = 7986cc039df913aed14cafffb143ede3008ca068
diff -r bb3e03a971a6 -r 7a98d9cd3619 chat/fisg/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/fisg/patches/patch-aa        Wed Dec 03 23:13:00 2003 +0000
@@ -0,0 +1,26 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/12/03 23:13:00 xtraeme Exp $
+--- Makefile.orig      2003-02-18 02:59:18.000000000 -0800
++++ Makefile   2003-09-28 18:41:07.000000000 -0700
+@@ -1,11 +1,19 @@
+ #
+ # Makefile for UNIX
+ #
+-RM=rm
+-CC=gcc
+-CFLAGS= -g -O2 -Wall
++#RM=rm
++#CC=gcc
++#CFLAGS= -g -O2 -Wall
+ 
+ FISGEXE=fisg
+ TARGETS=$(FISGEXE) strmatch
+ 
+ include Makefile.gen
++
++install: $(FISGEXE)
++      $(BSD_INSTALL_PROGRAM) $(FISGEXE) $(PREFIX)/bin
++      $(BSD_INSTALL_DATA_DIR) $(PREFIX)/share/examples/fisg
++      $(BSD_INSTALL_DATA) ../example.cfg $(PREFIX)/share/examples/fisg
++      $(BSD_INSTALL_DATA) ../users.cfg $(PREFIX)/share/examples/fisg
++      $(BSD_INSTALL_DATA_DIR) $(PREFIX)/share/fisg
++      $(BSD_INSTALL_DATA) ../data/* $(PREFIX)/share/fisg



Home | Main Index | Thread Index | Old Index