Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

7
textproc/xhtml/DESCR Normal file
View File

@@ -0,0 +1,7 @@
XHTML 1.0 is the W3C's first Recommendation for XHTML, following on from
earlier work on HTML 4.01, HTML 4.0, HTML 3.2 and HTML 2.0. With a wealth
of features, XHTML 1.0 is a reformulation of HTML 4.01 in XML, and combines
the strength of HTML 4 with the power of XML.
This package provides the three standard DTDs (Strict, Transitional and
Frameset) of XHTML 1.0.

31
textproc/xhtml/Makefile Normal file
View File

@@ -0,0 +1,31 @@
# $NetBSD: Makefile,v 1.10 2012/10/25 06:57:07 asau Exp $
#
DISTNAME= xhtml1
PKGNAME= xhtml-1.0
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://www.w3.org/TR/xhtml1/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.w3.org/MarkUp/
COMMENT= DTDs for the Extensible Hypertext Markup Language
NO_BUILD= yes
USE_LANGUAGES= # empty
USE_TOOLS+= pax
WRKSRC= ${WRKDIR}/xhtml1-20020801
SGML_CATALOGS= ${PREFIX}/share/xml/xhtml/1.0/xhtml.soc
XML_CATALOGS= ${PREFIX}/share/xml/xhtml/1.0/catalog
INSTALLATION_DIRS= share/xml/xhtml/1.0
do-install:
cd ${WRKSRC}/DTD && pax -rwpppm . ${DESTDIR}${PREFIX}/share/xml/xhtml/1.0
${INSTALL_DATA} ${FILESDIR}/catalog10 \
${DESTDIR}${PREFIX}/share/xml/xhtml/1.0/catalog
.include "../../textproc/xmlcatmgr/catalogs.mk"
.include "../../mk/bsd.pkg.mk"

10
textproc/xhtml/PLIST Normal file
View File

@@ -0,0 +1,10 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:17:34 joerg Exp $
share/xml/xhtml/${PKGVERSION}/catalog
share/xml/xhtml/${PKGVERSION}/xhtml-lat1.ent
share/xml/xhtml/${PKGVERSION}/xhtml-special.ent
share/xml/xhtml/${PKGVERSION}/xhtml-symbol.ent
share/xml/xhtml/${PKGVERSION}/xhtml.soc
share/xml/xhtml/${PKGVERSION}/xhtml1-frameset.dtd
share/xml/xhtml/${PKGVERSION}/xhtml1-strict.dtd
share/xml/xhtml/${PKGVERSION}/xhtml1-transitional.dtd
share/xml/xhtml/${PKGVERSION}/xhtml1.dcl

5
textproc/xhtml/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/02/24 14:48:50 agc Exp $
SHA1 (xhtml1.tgz) = 6fb14e70047f4b56681cd64032ca5ec5eb9396cd
RMD160 (xhtml1.tgz) = 923b346b4cd7e2fac147692c95abca93cacfc828
Size (xhtml1.tgz) = 232192 bytes

View File

@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
<!-- $NetBSD: catalog10,v 1.1.1.1 2004/02/18 13:44:41 jmmv Exp $ -->
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<public publicId="-//W3C//DTD XHTML 1.0 Strict//EN"
uri="xhtml1-strict.dtd" />
<public publicId="-//W3C//DTD XHTML 1.0 Transitional//EN"
uri="xhtml1-transitional.dtd" />
<public publicId="-//W3C//DTD XHTML 1.0 Frameset//EN"
uri="xhtml1-frameset.dtd" />
<public publicId="-//W3C//ENTITIES Latin 1 for XHTML//EN"
uri="xhtml-lat1.ent" />
<public publicId="-//W3C//ENTITIES Symbols for XHTML//EN"
uri="xhtml-symbol.ent" />
<public publicId="-//W3C//ENTITIES Special for XHTML//EN"
uri="xhtml-special.ent" />
</catalog>