svn commit: r321890 - in head/textproc: . xorg-sgml-doctools

Niclas Zeising zeising at FreeBSD.org
Thu Jun 27 13:37:04 UTC 2013


Author: zeising
Date: Thu Jun 27 13:37:03 2013
New Revision: 321890
URL: http://svnweb.freebsd.org/changeset/ports/321890

Log:
  Add textproc/xorg-sgml-doctools.
  
  This port provides a common set of SGML entries and XML/CSS style sheets
  needed to build certain xorg documentation.
  
  PR:		ports/168901 (based on)
  Submitted by:	Andrew Romero <melanhit at gmail.com>
  Obtained from:	xorg development repo

Added:
  head/textproc/xorg-sgml-doctools/
  head/textproc/xorg-sgml-doctools/Makefile   (contents, props changed)
  head/textproc/xorg-sgml-doctools/distinfo   (contents, props changed)
  head/textproc/xorg-sgml-doctools/pkg-descr   (contents, props changed)
  head/textproc/xorg-sgml-doctools/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu Jun 27 13:32:30 2013	(r321889)
+++ head/textproc/Makefile	Thu Jun 27 13:37:03 2013	(r321890)
@@ -1540,6 +1540,7 @@
     SUBDIR += xmlto
     SUBDIR += xmlwrapp
     SUBDIR += xom
+    SUBDIR += xorg-sgml-doctools
     SUBDIR += xp
     SUBDIR += xqilla
     SUBDIR += xslide.el

Added: head/textproc/xorg-sgml-doctools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/xorg-sgml-doctools/Makefile	Thu Jun 27 13:37:03 2013	(r321890)
@@ -0,0 +1,16 @@
+# Created by: Andrew Romero <melanhit at gmail.com>
+# $FreeBSD$
+
+PORTNAME=	xorg-sgml-doctools
+PORTVERSION=	1.11
+CATEGORIES=	textproc x11
+
+MAINTAINER=	x11 at FreeBSD.org
+COMMENT=	Stylesheets and entities for X.Org documentation
+
+XORG_CAT=       doc
+
+USE_GMAKE=	yes
+USES=		pathfix
+
+.include <bsd.port.mk>

Added: head/textproc/xorg-sgml-doctools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/xorg-sgml-doctools/distinfo	Thu Jun 27 13:37:03 2013	(r321890)
@@ -0,0 +1,2 @@
+SHA256 (xorg/doc/xorg-sgml-doctools-1.11.tar.bz2) = e71ce1df82dcc51eb14be6f42171dcc6bdd11ef46c0c605d6da8af12bd73b74c
+SIZE (xorg/doc/xorg-sgml-doctools-1.11.tar.bz2) = 120356

Added: head/textproc/xorg-sgml-doctools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/xorg-sgml-doctools/pkg-descr	Thu Jun 27 13:37:03 2013	(r321890)
@@ -0,0 +1,7 @@
+This package provides a common set of SGML entities and XML/CSS style
+sheets used in building/formatting the documentation provided in other
+X.Org packages.   It's typically only needed by people building from
+source who want to produce formatted documentation from their builds,
+or those who have installed the HTML version of the documentation,
+which refers to the included common xorg.css stylesheet.
+

Added: head/textproc/xorg-sgml-doctools/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/xorg-sgml-doctools/pkg-plist	Thu Jun 27 13:37:03 2013	(r321890)
@@ -0,0 +1,11 @@
+libdata/pkgconfig/xorg-sgml-doctools.pc
+share/sgml/X11/xorg.xsl
+share/sgml/X11/xorg.css
+share/sgml/X11/xorg-xhtml.xsl
+share/sgml/X11/xorg-fo.xsl
+share/sgml/X11/xorg-chunk.xsl
+share/sgml/X11/defs.ent
+share/sgml/X11/dbs/masterdb.pdf.xml
+share/sgml/X11/dbs/masterdb.html.xml
+ at dirrm share/sgml/X11/dbs
+ at dirrm share/sgml/X11


More information about the svn-ports-all mailing list