summaryrefslogtreecommitdiff
path: root/www/apercu
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2006-09-21 09:42:00 +0000
committerMichael Landin <mich@FreeBSD.org>2006-09-21 09:42:00 +0000
commita114138d5bad7f9a4a836742ad01da1bd54035a6 (patch)
tree5d2823255b655c0e0da47d6a0deabdf209d130d5 /www/apercu
parent- Fix the port to work with the updated SDL version (1.2.11) (diff)
- Add port apercu
A command-line (console) application to summarize information from Apache logs, including hit counts, requests, referrers, and user activity. WWW: http://www.incava.org/projects/apercu/
Notes
Notes: svn path=/head/; revision=173518
Diffstat (limited to 'www/apercu')
-rw-r--r--www/apercu/Makefile30
-rw-r--r--www/apercu/distinfo3
-rw-r--r--www/apercu/pkg-descr5
3 files changed, 38 insertions, 0 deletions
diff --git a/www/apercu/Makefile b/www/apercu/Makefile
new file mode 100644
index 000000000000..ad78c8e3794b
--- /dev/null
+++ b/www/apercu/Makefile
@@ -0,0 +1,30 @@
+# ex:ts=8
+# Ports collection makefile for: apercu
+# Date created: Sep 21, 2006
+# Whom: mich
+#
+# $FreeBSD$
+#
+
+PORTNAME= apercu
+PORTVERSION= 1.0.2
+CATEGORIES= www
+MASTER_SITES= http://www.incava.org/pub/apercu/
+
+MAINTAINER= mich@FreeBSD.org
+COMMENT= Summarize information from Apache logs
+
+USE_RUBY= yes
+NO_BUILD= yes
+
+MAN1= apercu.1
+PLIST_FILES= bin/apercu
+
+pre-patch:
+ @${REINPLACE_CMD} -e 's|/usr/bin/ruby|${RUBY}|' ${WRKSRC}/apercu
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/apercu ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/apercu.1 ${MANPREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/www/apercu/distinfo b/www/apercu/distinfo
new file mode 100644
index 000000000000..6d89d5a9a948
--- /dev/null
+++ b/www/apercu/distinfo
@@ -0,0 +1,3 @@
+MD5 (apercu-1.0.2.tar.gz) = f4bfd4adf92274c4440b3f40638196c7
+SHA256 (apercu-1.0.2.tar.gz) = 44b4cd8cd426fde0be9bcbc8beba3f6a19d50b523b47c1f6145fad353e52c940
+SIZE (apercu-1.0.2.tar.gz) = 10357
diff --git a/www/apercu/pkg-descr b/www/apercu/pkg-descr
new file mode 100644
index 000000000000..2a5218a1c83a
--- /dev/null
+++ b/www/apercu/pkg-descr
@@ -0,0 +1,5 @@
+A command-line (console) application to summarize information from Apache
+logs, including hit counts, requests, referrers, and user activity.
+
+WWW: http://www.incava.org/projects/apercu/
+AUTHOR: Jeff Pace <jpace@incava.org>