diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-07-12 13:54:31 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-07-12 13:54:31 +0000 |
commit | ac454d87ada8ea883b9ad199634a0cd1df9adcaa (patch) | |
tree | aaf8e57dd9d6e80ecf79d486e4c5abc58d158f74 /security/proxycheck | |
parent | ac5786228c08009bd96949ee0e03e2a48896215b (diff) | |
download | ports-ac454d87ada8ea883b9ad199634a0cd1df9adcaa.tar.gz ports-ac454d87ada8ea883b9ad199634a0cd1df9adcaa.zip |
Notes
Diffstat (limited to 'security/proxycheck')
-rw-r--r-- | security/proxycheck/Makefile | 4 | ||||
-rw-r--r-- | security/proxycheck/distinfo | 4 | ||||
-rw-r--r-- | security/proxycheck/files/patch-aa | 22 | ||||
-rw-r--r-- | security/proxycheck/pkg-descr | 8 |
4 files changed, 8 insertions, 30 deletions
diff --git a/security/proxycheck/Makefile b/security/proxycheck/Makefile index 593f3d7f0cfe..4d1353619991 100644 --- a/security/proxycheck/Makefile +++ b/security/proxycheck/Makefile @@ -6,7 +6,7 @@ # PORTNAME= proxycheck -PORTVERSION= 0.45a +PORTVERSION= 0.49a CATEGORIES= security MASTER_SITES= http://www.corpit.ru/mjt/proxycheck/ \ http://www.it.ca/~paul/src/ @@ -16,6 +16,8 @@ COMMENT= Check for open proxy servers MAN1= proxycheck.1 +HAS_CONFIGURE= yes + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/proxycheck ${PREFIX}/sbin/ @${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${PREFIX}/man/man1/ diff --git a/security/proxycheck/distinfo b/security/proxycheck/distinfo index ae0536ee881d..8b8aee5a4886 100644 --- a/security/proxycheck/distinfo +++ b/security/proxycheck/distinfo @@ -1,2 +1,2 @@ -MD5 (proxycheck-0.45a.tar.gz) = 2b8dc50b83ed6948588a223fabe45452 -SIZE (proxycheck-0.45a.tar.gz) = 31206 +MD5 (proxycheck-0.49a.tar.gz) = 5121f100ca36c7afbb7e3f48eafdf0d5 +SIZE (proxycheck-0.49a.tar.gz) = 38879 diff --git a/security/proxycheck/files/patch-aa b/security/proxycheck/files/patch-aa deleted file mode 100644 index a23ab13cf9db..000000000000 --- a/security/proxycheck/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig Sun May 11 10:47:38 2003 -+++ Makefile Fri Jun 13 03:01:04 2003 -@@ -2,15 +2,15 @@ - # Makefile for proxycheck. GPL - --CC = cc --CFLAGS = -O -+CC ?= cc -+CFLAGS += -O - DEFS = -D_GNU_SOURCE - LD = $(CC) --LDFLAGS = -+# LDFLAGS = - - # For Solaris, we need -lsocket -lnsl and -lresolv for inet_aton --RSOCKLIBS = `[ -f /usr/lib/libsocket.so ] && echo -lresolv -lsocket -lnsl || :` --SOCKLIBS = `[ -f /usr/lib/libsocket.so ] && echo -lsocket -lnsl || :` -+# RSOCKLIBS = `[ -f /usr/lib/libsocket.so ] && echo -lresolv -lsocket -lnsl || :` -+# SOCKLIBS = `[ -f /usr/lib/libsocket.so ] && echo -lsocket -lnsl || :` - - USE_CFLAGS = $(CFLAGS) $(DEFS) - diff --git a/security/proxycheck/pkg-descr b/security/proxycheck/pkg-descr index 80f7c7ab3cfc..65b4f6fffafc 100644 --- a/security/proxycheck/pkg-descr +++ b/security/proxycheck/pkg-descr @@ -1,10 +1,8 @@ -proxycheck is a simple tool that may be used to check whether a given +Proxycheck is a simple tool that may be used to check whether a given host or set of hosts has open proxy server running. -See http://www.corpit.ru/mjt/proxycheck.html for more information. - -proxycheck was written by Michael Tokarev and comes ready to contribute -results to DSBL.org. +Proxycheck comes ready to contribute results to DSBL.org. It was +written by Michael Tokarev. WWW: http://www.corpit.ru/mjt/proxycheck.html |