aboutsummaryrefslogtreecommitdiff
path: root/net/happystats
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-02-18 19:48:40 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-02-18 19:48:40 +0000
commitae550c8a1a81a599d956550ee1f232cd34e031da (patch)
treef918ecbffa6f504944e89245f5c1fba69d24834c /net/happystats
parent99a1e0ad56da7bfceb805db8eb2a5685bf60e7d2 (diff)
Notes
Diffstat (limited to 'net/happystats')
-rw-r--r--net/happystats/Makefile54
-rw-r--r--net/happystats/distinfo3
-rw-r--r--net/happystats/files/patch-Makefile23
-rw-r--r--net/happystats/files/patch-rrdgraph.c19
-rw-r--r--net/happystats/pkg-descr4
-rw-r--r--net/happystats/pkg-plist17
6 files changed, 0 insertions, 120 deletions
diff --git a/net/happystats/Makefile b/net/happystats/Makefile
deleted file mode 100644
index 6d87c96277c5..000000000000
--- a/net/happystats/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# New ports collection makefile for: happystats
-# Date created: 2004-01-12
-# Whom: Xavier Beaudouin <kiwi@oav.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= happystats
-PORTVERSION= 0.5.0
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://www.happystats.org/srcs/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= kiwi@oav.net
-COMMENT= Universal log converter into graph
-
-BUILD_DEPENDS= imake:${X_IMAKE_PORT}
-LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
- xml2.5:${PORTSDIR}/textproc/libxml2 \
- rrd.2:${PORTSDIR}/net/rrdtool
-
-USE_GETOPT_LONG= yes
-
-MAN1= happystats.1
-MANCOMPRESSED= yes
-DOCS= AUTHORS INSTALL TODO
-
-DEPRECATED= Disappeared from the internet
-EXPIRATION_DATE=2007-02-01
-
-.include <bsd.port.pre.mk>
-
-do-configure:
- @cd ${WRKSRC} && ${MAKE} dep
-
-post-configure:
-.if ${OSVERSION} > 500041
- @${REINPLACE_CMD} -E -e 's|-lgnugetopt||g' ${WRKSRC}/Makefile
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/happystats ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/happystats.1.gz ${MAN1PREFIX}/man/man1
- @${MKDIR} ${PREFIX}/www/cgi-bin
- ${INSTALL_PROGRAM} ${WRKSRC}/happystats.cgi ${PREFIX}/www/cgi-bin
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/samples/* ${EXAMPLESDIR}
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net/happystats/distinfo b/net/happystats/distinfo
deleted file mode 100644
index 96b3799ed125..000000000000
--- a/net/happystats/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (happystats-0.5.0.tgz) = f2b015b6998e22266f363bbd0ff6c69f
-SHA256 (happystats-0.5.0.tgz) = d2a0a5133b01961e533b62594628c61e464413b28268ebed7f7fb3c29ba91d8e
-SIZE (happystats-0.5.0.tgz) = 38289
diff --git a/net/happystats/files/patch-Makefile b/net/happystats/files/patch-Makefile
deleted file mode 100644
index 3a41d0c396a2..000000000000
--- a/net/happystats/files/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.orig Sat Mar 6 01:22:22 2004
-+++ Makefile Sat Mar 6 01:24:19 2004
-@@ -1,15 +1,9 @@
- # $Id: Makefile,v 1.4 2004/02/22 12:26:25 ofredj Exp $ #
-
--PREFIX=/usr/local
--CC=gcc
--LD=/usr/bin/ld
--#DEBUG=-ggdb
--CARGS=-O2 -pipe -ansi -Wall -pedantic
--COPTS= -ffast-math -ffloat-store -funroll-all-loops -funroll-loops
--IFLAGS=-I/usr/local/include `xml2-config --cflags`
--LDFLAGS=-L/usr/local/lib/ -lpcre -lrrd `xml2-config --libs`
--CFLAGS=${CARGS} ${IFLAGS} ${COPTS}
-+IFLAGS=`xml2-config --cflags`
-+LDFLAGS+=`xml2-config --libs` -lpcre -lrrd -lgnugetopt
-+CFLAGS+=${CPPFLAGS} ${IFLAGS}
-
- SRCS= getopt.c date.c file.c common.c xmlparser.c pcre.c rrd.c main.c syslog.c ims.c exim.c clf.c alerts.c smtpclient.c
- OBJS= getopt.o date.o file.o common.o xmlparser.o pcre.o rrd.o main.o syslog.o ims.o exim.o clf.o alerts.o smtpclient.o
-
- CGISRCS= cgi_xmlparser.c cgi.c rrdgraph.c
- CGIOBJS= file.o common.o cgi_xmlparser.o cgi.o rrdgraph.o
diff --git a/net/happystats/files/patch-rrdgraph.c b/net/happystats/files/patch-rrdgraph.c
deleted file mode 100644
index 4a52f9ad0254..000000000000
--- a/net/happystats/files/patch-rrdgraph.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- rrdgraph.c.orig Sun Feb 8 20:18:11 2004
-+++ rrdgraph.c Tue May 10 12:44:14 2005
-@@ -13,6 +13,7 @@
- char **calcpr;
- int xsize, ysize ;
- /* int end ; */
-+ double ymin, ymax;
-
- short unit_sec ;
-
-@@ -237,7 +238,7 @@
- /* Create Graph from rrd file and config */
- optind = 0;
- rrd_clear_error();
-- rc = rrd_graph(rrdargc,rrdcmd,&calcpr, &xsize, &ysize);
-+ rc = rrd_graph(rrdargc,rrdcmd,&calcpr, &xsize, &ysize, NULL, &ymin, &ymax);
-
-
- /* Check for Errors */
diff --git a/net/happystats/pkg-descr b/net/happystats/pkg-descr
deleted file mode 100644
index 2b3fd505f31a..000000000000
--- a/net/happystats/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Happystats is a universal tool to convert logs into graphs.
-Useful for mail stats for example.
-
-WWW: http://www.happystats.org/
diff --git a/net/happystats/pkg-plist b/net/happystats/pkg-plist
deleted file mode 100644
index 3e16bb9d39fb..000000000000
--- a/net/happystats/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-
-@comment $FreeBSD$
-bin/happystats
-www/cgi-bin/happystats.cgi
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%EXAMPLESDIR%%/happystats.conf
-%%EXAMPLESDIR%%/happystats.courrier.xml
-%%EXAMPLESDIR%%/happystats.exim.natif.xml
-%%EXAMPLESDIR%%/happystats.exim.syslog.xml
-%%EXAMPLESDIR%%/happystats.ims.xml
-%%EXAMPLESDIR%%/happystats.postfix.xml
-%%EXAMPLESDIR%%/happystats.sendmail.xml
-@dirrm %%EXAMPLESDIR%%
-@dirrmtry www/cgi-bin