diff options
Diffstat (limited to 'textproc/xslint')
-rw-r--r-- | textproc/xslint/Makefile | 2 | ||||
-rw-r--r-- | textproc/xslint/pkg-descr | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xslint/Makefile b/textproc/xslint/Makefile index 5b12357..c052032 100644 --- a/textproc/xslint/Makefile +++ b/textproc/xslint/Makefile @@ -8,7 +8,7 @@ PORTNAME= xslint PORTVERSION= 005 CATEGORIES= textproc perl5 -MASTER_SITES= http://nwalsh.com/xml/xslint/ +MASTER_SITES= http://nwalsh.com/obsolete/xslint/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/textproc/xslint/pkg-descr b/textproc/xslint/pkg-descr index 0e975bb..3e2ec01 100644 --- a/textproc/xslint/pkg-descr +++ b/textproc/xslint/pkg-descr @@ -2,6 +2,7 @@ XSLint is an XSL lint checker. It reads an XSL stylesheet and looks for semantic errors. XSLint looks for: + * an incorrect XSLT URI; * failure to provide a version; * duplicate match patterns; @@ -15,4 +16,4 @@ XSLint looks for: * fo: elements that aren't part of the XSL 1.0 PR; * fo: element properties that aren't part of the XSL 1.0 PR. -WWW: http://nwalsh.com/xml/xslint/ +WWW: http://nwalsh.com/obsolete/xslint/ |