From f162a51f749cdf791801b9c6a7dbb97238fce3f4 Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 25 Apr 2002 18:07:54 +0000 Subject: [PATCH] Import lq-sp 1.3.4.7. Submitted by Gerardo Santana Gomez Garrido . 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. --- textproc/lq-sp/Makefile | 27 +++++++++++++++++++++++++++ textproc/lq-sp/distinfo | 3 +++ textproc/lq-sp/pkg/DESCR | 6 ++++++ textproc/lq-sp/pkg/PLIST | 2 ++ 4 files changed, 38 insertions(+) create mode 100644 textproc/lq-sp/Makefile create mode 100644 textproc/lq-sp/distinfo create mode 100644 textproc/lq-sp/pkg/DESCR create mode 100644 textproc/lq-sp/pkg/PLIST diff --git a/textproc/lq-sp/Makefile b/textproc/lq-sp/Makefile new file mode 100644 index 00000000000..af4a4351b33 --- /dev/null +++ b/textproc/lq-sp/Makefile @@ -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 + +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 diff --git a/textproc/lq-sp/distinfo b/textproc/lq-sp/distinfo new file mode 100644 index 00000000000..0b958fd858c --- /dev/null +++ b/textproc/lq-sp/distinfo @@ -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 diff --git a/textproc/lq-sp/pkg/DESCR b/textproc/lq-sp/pkg/DESCR new file mode 100644 index 00000000000..ef9f7f490c8 --- /dev/null +++ b/textproc/lq-sp/pkg/DESCR @@ -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} diff --git a/textproc/lq-sp/pkg/PLIST b/textproc/lq-sp/pkg/PLIST new file mode 100644 index 00000000000..de5a7ebc599 --- /dev/null +++ b/textproc/lq-sp/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2002/04/25 18:07:54 naddy Exp $ +bin/lq-nsgmls