1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update from 2011-11-01 to 2013-12-17

- Convert USE_BZIP2 to USES
- Improve WWW
while here
- Use options helpers

PR:		ports/190809
Submitted by:	coco@executive-computing.de
This commit is contained in:
Danilo Egea Gondolfo 2014-06-09 00:34:49 +00:00
parent a7fc988684
commit 4c946cb3bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357080
3 changed files with 7 additions and 12 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sqtop
DISTVERSION= 2011-11-01
DISTVERSION= 2013-12-17
CATEGORIES= net
MASTER_SITES= GOOGLE_CODE
@ -11,7 +11,7 @@ COMMENT= Console-based display of Squid proxy connections
LICENSE= GPLv2
USE_BZIP2= yes
USES= tar:bzip2
PLIST_FILES= bin/sqtop \
man/man1/sqtop.1.gz
@ -21,12 +21,7 @@ GNU_CONFIGURE= yes
OPTIONS_DEFINE= NCURSES
OPTIONS_DEFAULT= NCURSES
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MNCURSES}
CONFIGURE_ARGS= --disable-ui
.else
USES+= ncurses
.endif
NCURSES_CONFIGURE_ENABLE= ui
NCURSES_USES= ncurses
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (sqtop-2011-11-01.tar.bz2) = 1823efeab99c118c707362a82053802d089a18a0940fd2a0da19b123e4b2d0e2
SIZE (sqtop-2011-11-01.tar.bz2) = 116110
SHA256 (sqtop-2013-12-17.tar.bz2) = dac5defbefd68cc88577c7a15531340d33adbcc277bd4cdf04af72b2d92fabc6
SIZE (sqtop-2013-12-17.tar.bz2) = 117247

View File

@ -1,4 +1,4 @@
sqtop is a console applicaton to display information about currently active
client connections for a Squid proxy in a convenient way.
WWW: http://code.google.com/p/sqtop/
WWW: http://code.google.com/p/sqtop/