diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-19 20:09:31 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-19 20:09:31 +0000 |
commit | ae0f97db3f931982299aa20b6ddd2ca6bcdd305d (patch) | |
tree | 60a1fe54394b2575478002b4b1c422ea7a3f9bbd /textproc/xslint | |
parent | 7d97cc3df8fa29f471bc65ef824802b85065cbff (diff) | |
download | ports-ae0f97db3f931982299aa20b6ddd2ca6bcdd305d.tar.gz ports-ae0f97db3f931982299aa20b6ddd2ca6bcdd305d.zip |
Notes
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 5b123570477c..c052032dd5d6 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 0e975bb293dd..3e2ec016fa21 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/ |