aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-07-25 05:56:58 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-07-25 05:56:58 +0000
commit3ca95154e70598f39434331a89d5576f1c5919ac (patch)
tree8326d37e93ad29df47e01257411dfdb07047ae48
parentba7ad79292ee2c9befaffb1419aecd598ae48fe0 (diff)
downloadports-3ca95154e70598f39434331a89d5576f1c5919ac.tar.gz
ports-3ca95154e70598f39434331a89d5576f1c5919ac.zip
- Update to 1.10
Notes
Notes: svn path=/head/; revision=168698
-rw-r--r--www/sqstat/Makefile11
-rw-r--r--www/sqstat/distinfo6
-rw-r--r--www/sqstat/files/pkg-message.in5
-rw-r--r--www/sqstat/pkg-descr2
4 files changed, 13 insertions, 11 deletions
diff --git a/www/sqstat/Makefile b/www/sqstat/Makefile
index a5ce99475350..0909775569f5 100644
--- a/www/sqstat/Makefile
+++ b/www/sqstat/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sqstat
-PORTVERSION= 0.9.5
+PORTVERSION= 1.10
CATEGORIES= www
MASTER_SITES= http://samm.kiev.ua/sqstat/
@@ -24,8 +24,11 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_LIST= SQSTATDIR=${SQSTATDIR}
PLIST_DIRS= ${SQSTATDIR}
-PLIST_FILES= ${SQSTATDIR}/sqstat.css ${SQSTATDIR}/sqstat.php
-PORTDOCS= CHANGES LICENSE README TODO
+PLIST_FILES= ${SQSTATDIR}/arrow.gif ${SQSTATDIR}/sqstat.class.php \
+ ${SQSTATDIR}/sqstat.css ${SQSTATDIR}/sqstat.php \
+ ${SQSTATDIR}/zhabascript.js \
+ ${SQSTATDIR}/config.inc.php.defaults
+PORTDOCS= CHANGES FAQ LICENSE README TODO
do-install:
@${MKDIR} ${PREFIX}/${SQSTATDIR}; \
@@ -35,7 +38,7 @@ do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}; \
for f in ${PORTDOCS}; do \
- ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \
+ ${INSTALL_DATA} ${WRKSRC}/docs/$$f ${DOCSDIR}; \
done
.endif
diff --git a/www/sqstat/distinfo b/www/sqstat/distinfo
index be2ee101f0ea..9243fd9bdab7 100644
--- a/www/sqstat/distinfo
+++ b/www/sqstat/distinfo
@@ -1,3 +1,3 @@
-MD5 (sqstat-0.9.5.tar.gz) = fe6ee9b65afb33dd32b51a4e682bf16e
-SHA256 (sqstat-0.9.5.tar.gz) = 6bc3f0efe1ad1faf11e2206789058a3b532b6ac8cebea09188f689a2761da3e1
-SIZE (sqstat-0.9.5.tar.gz) = 4901
+MD5 (sqstat-1.10.tar.gz) = 5b349f5025d5435165b344576cda32b7
+SHA256 (sqstat-1.10.tar.gz) = cbb5bffd59f24359ae335262c0bf1486049cb7ae811e9fcf903f7d0228c44f9c
+SIZE (sqstat-1.10.tar.gz) = 10203
diff --git a/www/sqstat/files/pkg-message.in b/www/sqstat/files/pkg-message.in
index 00c1f3db3e90..513290afd1bd 100644
--- a/www/sqstat/files/pkg-message.in
+++ b/www/sqstat/files/pkg-message.in
@@ -1,7 +1,6 @@
======================================================================
-- Edit %%PREFIX%%/%%SQSTATDIR%%/sqstat.php file:
-
-set $squidhost, $squidport, $cachemgr_passwd, $resolveip as you like.
+- Copy file config.inc.php.defaults to config.inc.php, edit
+ config.inc.php to specify your squid proxy server IP and port.
- Set up squid:
diff --git a/www/sqstat/pkg-descr b/www/sqstat/pkg-descr
index 0eee6f6071f4..9f918d7cd659 100644
--- a/www/sqstat/pkg-descr
+++ b/www/sqstat/pkg-descr
@@ -1,5 +1,5 @@
SqStat is a script which allows to look through active squid users
-connections. It use cachemgr protocol to get information from
+connections. It uses cachemgr protocol to get information from
squid proxy server.
WWW: http://samm.kiev.ua/sqstat/