summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1998-06-28 12:42:09 +0000
committerandreas <andreas@FreeBSD.org>1998-06-28 12:42:09 +0000
commit8c2723b54a8b897d90cdee00a99f72c6c4bafd28 (patch)
treefcb0bbf54e560a5aca769b91cca2951d43bbaa48 /www
parent71d5c1d95afa00e76ced12553d576063094661cc (diff)
downloadFreeBSD-ports-8c2723b54a8b897d90cdee00a99f72c6c4bafd28.zip
FreeBSD-ports-8c2723b54a8b897d90cdee00a99f72c6c4bafd28.tar.gz
Import of new port webalizer 1.12.09
The Webalizer is a web server log file analysis program which produces usage statistics in HTML format for viewing with a browser. The results are presented in both columnar and graphical format, which facilitates interpretation. Yearly, monthly, daily and hourly usage statistics are presented, along with the ability to display usage by site, URL, referrer, user agent (browser) and country (user agent and referrer are only available if your web server procduces Combined log format files). PR: closes 7000 Submitted by: dirk.meyer@dinoex.sub.org
Diffstat (limited to 'www')
-rw-r--r--www/webalizer-2/Makefile39
-rw-r--r--www/webalizer-2/distinfo1
-rw-r--r--www/webalizer-2/pkg-comment1
-rw-r--r--www/webalizer-2/pkg-descr23
-rw-r--r--www/webalizer-2/pkg-plist11
-rw-r--r--www/webalizer/Makefile39
-rw-r--r--www/webalizer/distinfo1
-rw-r--r--www/webalizer/pkg-comment1
-rw-r--r--www/webalizer/pkg-descr23
-rw-r--r--www/webalizer/pkg-plist11
10 files changed, 150 insertions, 0 deletions
diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile
new file mode 100644
index 0000000..ac959de
--- /dev/null
+++ b/www/webalizer-2/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: webalizer
+# Version required: 1.12
+# Date created: 02.Jun 1998
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $Id$
+
+DISTNAME= webalizer-1.12-09-src
+PKGNAME= webalizer-1.12
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \
+ ftp://ftp.dinoex.sub.de/pub/approved/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= dirk.meyer@dinoex.sub.org
+
+BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
+
+BIN1= webalizer
+WRKSRC= ${WRKDIR}
+
+do-install:
+.for i in ${BIN1}
+ @${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin
+.endfor
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/webalizer
+.for i in CHANGES COPYING Copyright README TODO webalizer.LSM
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/webalizer/${i}
+.endfor
+.endif
+ ${MKDIR} ${PREFIX}/share/examples/webalizer
+.for i in msfree.gif sample.conf
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/webalizer/${i}
+.endfor
+
+.include <bsd.port.mk>
diff --git a/www/webalizer-2/distinfo b/www/webalizer-2/distinfo
new file mode 100644
index 0000000..330ce60
--- /dev/null
+++ b/www/webalizer-2/distinfo
@@ -0,0 +1 @@
+MD5 (webalizer-1.12-09-src.tgz) = 8b0c8252e0a1657fb1c59064b53d3dc4
diff --git a/www/webalizer-2/pkg-comment b/www/webalizer-2/pkg-comment
new file mode 100644
index 0000000..0a6e773
--- /dev/null
+++ b/www/webalizer-2/pkg-comment
@@ -0,0 +1 @@
+The Webalizer - A web server log file analysis thingie
diff --git a/www/webalizer-2/pkg-descr b/www/webalizer-2/pkg-descr
new file mode 100644
index 0000000..7e53f57
--- /dev/null
+++ b/www/webalizer-2/pkg-descr
@@ -0,0 +1,23 @@
+What is The Webalizer?
+----------------------
+
+The Webalizer is a web server log file analysis program which produces
+usage statistics in HTML format for viewing with a browser. The results
+are presented in both columnar and graphical format, which facilitates
+interpretation. Yearly, monthly, daily and hourly usage statistics are
+presented, along with the ability to display usage by site, URL, referrer,
+user agent (browser) and country (user agent and referrer are only
+available if your web server procduces Combined log format files).
+
+The Webalizer supports CLF (common log format) log files, as well as
+Combined log formats as defined by NCSA and others, and variations
+of these which it attempts to handle intelligently.
+
+Keywords: Web Analysis, Log Analysis, Usage Statistics, Linux, Unix
+Author: Bradford L. Barrett
+Maintained-by: Bradford L. Barrett
+Primary-site: http://www.mrunix.net/webalizer/
+Alternate-site:
+Original-site: ftp://www.mrunix.net/pub/webalizer/
+Platforms: Linux, SCO, other UNIX's
+Copying-policy: GPL
diff --git a/www/webalizer-2/pkg-plist b/www/webalizer-2/pkg-plist
new file mode 100644
index 0000000..94f9d8e
--- /dev/null
+++ b/www/webalizer-2/pkg-plist
@@ -0,0 +1,11 @@
+bin/webalizer
+share/doc/webalizer/CHANGES
+share/doc/webalizer/COPYING
+share/doc/webalizer/Copyright
+share/doc/webalizer/README
+share/doc/webalizer/TODO
+share/doc/webalizer/webalizer.LSM
+share/examples/webalizer/msfree.gif
+share/examples/webalizer/sample.conf
+@dirrm share/doc/webalizer
+@dirrm share/examples/webalizer
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile
new file mode 100644
index 0000000..ac959de
--- /dev/null
+++ b/www/webalizer/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: webalizer
+# Version required: 1.12
+# Date created: 02.Jun 1998
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $Id$
+
+DISTNAME= webalizer-1.12-09-src
+PKGNAME= webalizer-1.12
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \
+ ftp://ftp.dinoex.sub.de/pub/approved/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= dirk.meyer@dinoex.sub.org
+
+BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
+
+BIN1= webalizer
+WRKSRC= ${WRKDIR}
+
+do-install:
+.for i in ${BIN1}
+ @${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin
+.endfor
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/webalizer
+.for i in CHANGES COPYING Copyright README TODO webalizer.LSM
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/webalizer/${i}
+.endfor
+.endif
+ ${MKDIR} ${PREFIX}/share/examples/webalizer
+.for i in msfree.gif sample.conf
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/webalizer/${i}
+.endfor
+
+.include <bsd.port.mk>
diff --git a/www/webalizer/distinfo b/www/webalizer/distinfo
new file mode 100644
index 0000000..330ce60
--- /dev/null
+++ b/www/webalizer/distinfo
@@ -0,0 +1 @@
+MD5 (webalizer-1.12-09-src.tgz) = 8b0c8252e0a1657fb1c59064b53d3dc4
diff --git a/www/webalizer/pkg-comment b/www/webalizer/pkg-comment
new file mode 100644
index 0000000..0a6e773
--- /dev/null
+++ b/www/webalizer/pkg-comment
@@ -0,0 +1 @@
+The Webalizer - A web server log file analysis thingie
diff --git a/www/webalizer/pkg-descr b/www/webalizer/pkg-descr
new file mode 100644
index 0000000..7e53f57
--- /dev/null
+++ b/www/webalizer/pkg-descr
@@ -0,0 +1,23 @@
+What is The Webalizer?
+----------------------
+
+The Webalizer is a web server log file analysis program which produces
+usage statistics in HTML format for viewing with a browser. The results
+are presented in both columnar and graphical format, which facilitates
+interpretation. Yearly, monthly, daily and hourly usage statistics are
+presented, along with the ability to display usage by site, URL, referrer,
+user agent (browser) and country (user agent and referrer are only
+available if your web server procduces Combined log format files).
+
+The Webalizer supports CLF (common log format) log files, as well as
+Combined log formats as defined by NCSA and others, and variations
+of these which it attempts to handle intelligently.
+
+Keywords: Web Analysis, Log Analysis, Usage Statistics, Linux, Unix
+Author: Bradford L. Barrett
+Maintained-by: Bradford L. Barrett
+Primary-site: http://www.mrunix.net/webalizer/
+Alternate-site:
+Original-site: ftp://www.mrunix.net/pub/webalizer/
+Platforms: Linux, SCO, other UNIX's
+Copying-policy: GPL
diff --git a/www/webalizer/pkg-plist b/www/webalizer/pkg-plist
new file mode 100644
index 0000000..94f9d8e
--- /dev/null
+++ b/www/webalizer/pkg-plist
@@ -0,0 +1,11 @@
+bin/webalizer
+share/doc/webalizer/CHANGES
+share/doc/webalizer/COPYING
+share/doc/webalizer/Copyright
+share/doc/webalizer/README
+share/doc/webalizer/TODO
+share/doc/webalizer/webalizer.LSM
+share/examples/webalizer/msfree.gif
+share/examples/webalizer/sample.conf
+@dirrm share/doc/webalizer
+@dirrm share/examples/webalizer
OpenPOWER on IntegriCloud