Import lq-sp 1.3.4.7.
Submitted by Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>. Liam Quinn's version of nsgmls, from the SP package. Provides error messages tuned for HTML and also adds support for redirects and name-based virtual hosts when fetching DTDs.
This commit is contained in:
parent
555fb7dc93
commit
f162a51f74
27
textproc/lq-sp/Makefile
Normal file
27
textproc/lq-sp/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/04/25 18:07:54 naddy Exp $
|
||||
|
||||
COMMENT= "SGML parser and entity manager"
|
||||
|
||||
DISTNAME= lq-sp-1.3.4.7
|
||||
CATEGORIES= textproc
|
||||
NEED_VERSION= 1.516
|
||||
|
||||
HOMEPAGE= http://www.htmlhelp.com/tools/validator/offline/
|
||||
|
||||
MAINTAINER= Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
MAKE_FLAGS= CXX="${CXX}" \
|
||||
CXXFLAGS="${CXXFLAGS} -fno-implicit-templates" \
|
||||
RANLIB=${RANLIB}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/nsgmls/lq-nsgmls ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/lq-sp/distinfo
Normal file
3
textproc/lq-sp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (lq-sp-1.3.4.7.tar.gz) = 66ef21b83f3f21b7690f3f13d2347ed6
|
||||
RMD160 (lq-sp-1.3.4.7.tar.gz) = b99e9caddd1ef52e3c449ca349d5056b7176d1bf
|
||||
SHA1 (lq-sp-1.3.4.7.tar.gz) = 10b97c2e4c017295d9737c76d05ae96059ee05d2
|
6
textproc/lq-sp/pkg/DESCR
Normal file
6
textproc/lq-sp/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Liam Quinn's version of nsgmls, from the SP package.
|
||||
|
||||
Provides error messages tuned for HTML and also adds support for
|
||||
redirects and name-based virtual hosts when fetching DTDs.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
2
textproc/lq-sp/pkg/PLIST
Normal file
2
textproc/lq-sp/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/04/25 18:07:54 naddy Exp $
|
||||
bin/lq-nsgmls
|
Loading…
Reference in New Issue
Block a user