diff options
author | zeising <zeising@FreeBSD.org> | 2013-06-27 21:37:03 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-06-27 21:37:03 +0800 |
commit | 8b5d8816402b13b29522d6ce24e4b6732ce74be4 (patch) | |
tree | 6af8bed76bd8ee9f451185afe6f624809945fe98 /textproc | |
parent | ac3d5bdf4bdebd2cfafa3ad1cb2b834f5c2ad03f (diff) | |
download | freebsd-ports-gnome-8b5d8816402b13b29522d6ce24e4b6732ce74be4.tar.gz freebsd-ports-gnome-8b5d8816402b13b29522d6ce24e4b6732ce74be4.tar.zst freebsd-ports-gnome-8b5d8816402b13b29522d6ce24e4b6732ce74be4.zip |
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@gmail.com>
Obtained from: xorg development repo
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/xorg-sgml-doctools/Makefile | 16 | ||||
-rw-r--r-- | textproc/xorg-sgml-doctools/distinfo | 2 | ||||
-rw-r--r-- | textproc/xorg-sgml-doctools/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/xorg-sgml-doctools/pkg-plist | 11 |
5 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4e2da0605d93..752f6d429d9d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1540,6 +1540,7 @@ SUBDIR += xmlto SUBDIR += xmlwrapp SUBDIR += xom + SUBDIR += xorg-sgml-doctools SUBDIR += xp SUBDIR += xqilla SUBDIR += xslide.el diff --git a/textproc/xorg-sgml-doctools/Makefile b/textproc/xorg-sgml-doctools/Makefile new file mode 100644 index 000000000000..a1b576754a15 --- /dev/null +++ b/textproc/xorg-sgml-doctools/Makefile @@ -0,0 +1,16 @@ +# Created by: Andrew Romero <melanhit@gmail.com> +# $FreeBSD$ + +PORTNAME= xorg-sgml-doctools +PORTVERSION= 1.11 +CATEGORIES= textproc x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Stylesheets and entities for X.Org documentation + +XORG_CAT= doc + +USE_GMAKE= yes +USES= pathfix + +.include <bsd.port.mk> diff --git a/textproc/xorg-sgml-doctools/distinfo b/textproc/xorg-sgml-doctools/distinfo new file mode 100644 index 000000000000..68dc83350fd1 --- /dev/null +++ b/textproc/xorg-sgml-doctools/distinfo @@ -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 diff --git a/textproc/xorg-sgml-doctools/pkg-descr b/textproc/xorg-sgml-doctools/pkg-descr new file mode 100644 index 000000000000..c5c719eed791 --- /dev/null +++ b/textproc/xorg-sgml-doctools/pkg-descr @@ -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. + diff --git a/textproc/xorg-sgml-doctools/pkg-plist b/textproc/xorg-sgml-doctools/pkg-plist new file mode 100644 index 000000000000..696080412765 --- /dev/null +++ b/textproc/xorg-sgml-doctools/pkg-plist @@ -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 +@dirrm share/sgml/X11/dbs +@dirrm share/sgml/X11 |