summaryrefslogtreecommitdiff
path: root/www/mgstat
diff options
context:
space:
mode:
Diffstat (limited to 'www/mgstat')
-rw-r--r--www/mgstat/Makefile30
-rw-r--r--www/mgstat/distinfo2
-rw-r--r--www/mgstat/files/patch-Makefile.in10
-rw-r--r--www/mgstat/pkg-descr11
4 files changed, 0 insertions, 53 deletions
diff --git a/www/mgstat/Makefile b/www/mgstat/Makefile
deleted file mode 100644
index 2ba5c8c11af1..000000000000
--- a/www/mgstat/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: jeh@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= mgstat
-PORTVERSION= 0.12
-PORTREVISION= 7
-CATEGORIES= www
-MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Produce graphs from mod_gzip log files
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-LIB_DEPENDS= libgd.so:graphics/gd
-
-GNU_CONFIGURE= yes
-
-PORTDOCS= Copyright README USAGE
-PLIST_FILES= bin/mgstat
-
-OPTIONS_DEFINE= DOCS
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/www/mgstat/distinfo b/www/mgstat/distinfo
deleted file mode 100644
index 4866679cad41..000000000000
--- a/www/mgstat/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mgstat-0.12.tar.gz) = 1a1629b515f3bae23ffc08b70eefb4f54be6dc9f0d87122198d3bcc430bb2314
-SIZE (mgstat-0.12.tar.gz) = 81279
diff --git a/www/mgstat/files/patch-Makefile.in b/www/mgstat/files/patch-Makefile.in
deleted file mode 100644
index b2bf93f5524d..000000000000
--- a/www/mgstat/files/patch-Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.in.orig 2001-07-16 14:41:29 UTC
-+++ Makefile.in
-@@ -68,5 +68,4 @@ distclean:
- make clean
- rm -f config.cache config.status config.log Makefile
- install:
-- $(INSTALL) -s -o root -m 0755 mgstat $(bindir)/mgstat
--
-\ No newline at end of file
-+ $(BSD_INSTALL_PROGRAM) mgstat $(DESTDIR)$(bindir)/mgstat
diff --git a/www/mgstat/pkg-descr b/www/mgstat/pkg-descr
deleted file mode 100644
index 570170b29992..000000000000
--- a/www/mgstat/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Mgstat produces html reports for years, months and days (with png or
-gif charts generated with GD library) that shows you how many bytes you
-saved by using this excellent free Apache module. It produces history
-files so you can rotate your logs without losing previous statistics.
-You can also run mgstat on the same log file and statistics won't be
-doubled because program will start from the place where previous
-processing ended. You can also run mgstat on totally unsorted (date order)
-log file (that were produced for example by merging various log files);
-program will run a little bit slower but will produce correct reports.
-
-WWW: http://wizard.ae.krakow.pl/~mike/mgstat/