Bug 168901 - New port: textproc/xorg-sgml-doctools
Summary: New port: textproc/xorg-sgml-doctools
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-09 21:20 UTC by Andrew Romanenko
Modified: 2013-06-27 14:40 UTC (History)
0 users

See Also:


Attachments
xorg-sgml-doctools.shar (3.06 KB, text/plain)
2012-06-09 21:20 UTC, Andrew Romanenko
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Romanenko 2012-06-09 21:20:10 UTC
	Stylesheets and entities for X.Org documentation
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2012-06-10 06:51:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-27 14:37:11 UTC
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@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@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>

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
+@dirrm share/sgml/X11/dbs
+@dirrm share/sgml/X11
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Niclas Zeising freebsd_committer freebsd_triage 2013-06-27 14:37:25 UTC
State Changed
From-To: open->closed

Commited, with changes. Thanks!