diff options
Diffstat (limited to 'www/cgihtml')
-rw-r--r-- | www/cgihtml/Makefile | 6 | ||||
-rw-r--r-- | www/cgihtml/pkg-descr | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/www/cgihtml/Makefile b/www/cgihtml/Makefile index 50b48632e0a8..48a1be9da4ba 100644 --- a/www/cgihtml/Makefile +++ b/www/cgihtml/Makefile @@ -9,7 +9,11 @@ PORTNAME= cgihtml PORTVERSION= 1.69 PORTREVISION= 1 CATEGORIES= www devel -MASTER_SITES= ftp://hcs.harvard.edu/pub/web/tools/cgihtml/ +MASTER_SITES= http://www.eekim.com/software/cgihtml/cgihtml.tar.gz \ + ftp://www.eekim.com/pub/users/eekim/cgihtml/ \ + ftp://hcs.harvard.edu/pub/web/tools/cgihtml/ + +FORBIDDEN= Multiple vulnerabilities, see http://online.securityfocus.com/archive/1/305469 MAINTAINER= roam@FreeBSD.org diff --git a/www/cgihtml/pkg-descr b/www/cgihtml/pkg-descr index ca8fee964aa5..4c6eeea97870 100644 --- a/www/cgihtml/pkg-descr +++ b/www/cgihtml/pkg-descr @@ -2,3 +2,5 @@ Cgihtml is a C library that simplifies the task of parsing World Wide Web (WWW) Common Gateway Interface (CGI) input and outputting HyperText Markup Language (HTML). Tasks which would normally require many lines of C can be reduced to just a few. + +WWW: http://www.eekim.com/software/cgihtml/ |