diff --git a/www/Makefile b/www/Makefile index 2b746103e6a82..4898369d2874b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -26,6 +26,7 @@ SUBDIR += apache20 SUBDIR += apache21 SUBDIR += apache22 + SUBDIR += apercu SUBDIR += aria SUBDIR += aria2 SUBDIR += ashe diff --git a/www/apercu/Makefile b/www/apercu/Makefile new file mode 100644 index 0000000000000..ad78c8e3794b9 --- /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 diff --git a/www/apercu/distinfo b/www/apercu/distinfo new file mode 100644 index 0000000000000..6d89d5a9a9482 --- /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 0000000000000..2a5218a1c83af --- /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