Weblint is a syntax and style checker for HTML. It is a perl program
that scans through web pages and "picks off fluff" much the way lint handles C programs. Author's web page is http://www.weblint.org/
This commit is contained in:
parent
7089d3f760
commit
7208c568ec
20
www/weblint/Makefile
Normal file
20
www/weblint/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/01/12 08:45:42 kevlo Exp $
|
||||
|
||||
DISTNAME= weblint-1.020
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= seanc@cginfo.sk.ca
|
||||
|
||||
MASTER_SITES= ftp://ftp.weblint.org/pub/weblint/ \
|
||||
http://www.perl.com/CPAN/authors/id/NEILB/
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO} "==> Installing weblint docs in ${PREFIX}/share/doc/weblint"
|
||||
@${MKDIR} ${PREFIX}/share/doc/weblint && ${CHMOD} a+rx ${PREFIX}/share/doc/weblint
|
||||
@${INSTALL_DATA} ${WRKSRC}/weblint.ps ${PREFIX}/share/doc/weblint
|
||||
@${INSTALL_DATA} ${WRKSRC}/weblintrc ${PREFIX}/share/doc/weblint
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/weblint
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/weblint/files/md5
Normal file
3
www/weblint/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (weblint-1.020.tar.gz) = 032d12e353397e7675b1a739b0e7bc0a
|
||||
RMD160 (weblint-1.020.tar.gz) = f139b8e7c726ad21daab20288ed93b688193ac44
|
||||
SHA1 (weblint-1.020.tar.gz) = 445cc723ff2a25095c48aa52bd3f082fef22ba0c
|
1
www/weblint/pkg/COMMENT
Normal file
1
www/weblint/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
a perl lint program for html
|
5
www/weblint/pkg/DESCR
Normal file
5
www/weblint/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Weblint is a syntax and style checker for HTML. It is a perl program
|
||||
that scans through web pages and "picks off fluff" much the way lint
|
||||
handles C programs.
|
||||
|
||||
Author's web page is http://www.weblint.org/
|
6
www/weblint/pkg/PLIST
Normal file
6
www/weblint/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
bin/weblint
|
||||
man/man1/weblint.1
|
||||
share/doc/weblint/README
|
||||
share/doc/weblint/weblint.ps
|
||||
share/doc/weblint/weblintrc
|
||||
@dirrm share/doc/weblint
|
Loading…
Reference in New Issue
Block a user