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
This commit is contained in:
parent
e9c41e6815
commit
a2819646cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321890
5 changed files with 37 additions and 0 deletions
|
@ -1540,6 +1540,7 @@
|
|||
SUBDIR += xmlto
|
||||
SUBDIR += xmlwrapp
|
||||
SUBDIR += xom
|
||||
SUBDIR += xorg-sgml-doctools
|
||||
SUBDIR += xp
|
||||
SUBDIR += xqilla
|
||||
SUBDIR += xslide.el
|
||||
|
|
16
textproc/xorg-sgml-doctools/Makefile
Normal file
16
textproc/xorg-sgml-doctools/Makefile
Normal file
|
@ -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>
|
2
textproc/xorg-sgml-doctools/distinfo
Normal file
2
textproc/xorg-sgml-doctools/distinfo
Normal file
|
@ -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
|
7
textproc/xorg-sgml-doctools/pkg-descr
Normal file
7
textproc/xorg-sgml-doctools/pkg-descr
Normal file
|
@ -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.
|
||||
|
11
textproc/xorg-sgml-doctools/pkg-plist
Normal file
11
textproc/xorg-sgml-doctools/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue