Update yelp-xsl to 3.18.1
3.18.1 ====== * Fixed broken selector entity in DocBook chunker (Robert Harris) * Fixed various translations (Piotr Drag) 3.18.0 ====== * Updated translations: zh_TW (Chao-Hsiung Liao) pl (Piotr Drag) 3.17.90 ======= * Updated localization templates, removing unused code * Dropped db.chunk.chunks parameter in favor of selector entity * Improvements to API docs 3.17.4 ====== * Updated translations: pt (Pedro Albuquerque) 3.17.3 ====== * Support external info links topic, guide, and seealso * Support for Mallard Sites in cache generator * Drop P. prefix for parameter pages in docs 3.17.2 ====== * Embed Mallard+SVG directly in HTML5 instead of using <object> * Added a top-level dita2html XSLT driver file * Fixed a few XSLT validity errors * Correctly handle image-only links in Mallard * Set HTML5 DOCTYPE for non-XHTML output * Make sure TTML spans are displayed inline, #746550 * Updated translations: oc (Cedric Valmary)
This commit is contained in:
parent
7e13e5cb2b
commit
5e37c34e27
3 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.11 2015/06/11 08:45:01 prlw1 Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2016/01/20 09:27:37 prlw1 Exp $
|
||||
|
||||
DISTNAME= yelp-xsl-3.16.1
|
||||
DISTNAME= yelp-xsl-3.18.1
|
||||
CATEGORIES= textproc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp-xsl/${PKGVERSION_NOREV:R}/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2014/04/29 16:00:59 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2016/01/20 09:27:37 prlw1 Exp $
|
||||
share/pkgconfig/yelp-xsl.pc
|
||||
share/yelp-xsl/icons/hicolor/24x24/status/yelp-note-bug.png
|
||||
share/yelp-xsl/icons/hicolor/24x24/status/yelp-note-important.png
|
||||
|
@ -65,6 +65,7 @@ share/yelp-xsl/xslt/common/utils.xsl
|
|||
share/yelp-xsl/xslt/docbook/common/db-chunk.xsl
|
||||
share/yelp-xsl/xslt/docbook/common/db-common.xsl
|
||||
share/yelp-xsl/xslt/docbook/common/db-profile.xsl
|
||||
share/yelp-xsl/xslt/docbook/common/db-selectors.mod
|
||||
share/yelp-xsl/xslt/docbook/common/db-title.xsl
|
||||
share/yelp-xsl/xslt/docbook/common/db-xref.xsl
|
||||
share/yelp-xsl/xslt/docbook/html/db2html-bibliography.xsl
|
||||
|
@ -79,7 +80,6 @@ share/yelp-xsl/xslt/docbook/html/db2html-footnote.xsl
|
|||
share/yelp-xsl/xslt/docbook/html/db2html-funcsynopsis.xsl
|
||||
share/yelp-xsl/xslt/docbook/html/db2html-index.xsl
|
||||
share/yelp-xsl/xslt/docbook/html/db2html-inline.xsl
|
||||
share/yelp-xsl/xslt/docbook/html/db2html-l10n.xsl
|
||||
share/yelp-xsl/xslt/docbook/html/db2html-links.xsl
|
||||
share/yelp-xsl/xslt/docbook/html/db2html-list.xsl
|
||||
share/yelp-xsl/xslt/docbook/html/db2html-math.xsl
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.8 2015/11/04 02:00:17 agc Exp $
|
||||
$NetBSD: distinfo,v 1.9 2016/01/20 09:27:37 prlw1 Exp $
|
||||
|
||||
SHA1 (yelp-xsl-3.16.1.tar.xz) = 527256f1c5012fc546a9ddb5433189c2db6db424
|
||||
RMD160 (yelp-xsl-3.16.1.tar.xz) = 591769a985bb2a92e5044868376b865be53c378f
|
||||
SHA512 (yelp-xsl-3.16.1.tar.xz) = a4a51cbb036d93ffd8884218bd659cc634c632399ec70409c6128627a0c854a5b0a33a5f584614106fa3600dca674a24b18a06a6752ee93c130bf261580a1ccc
|
||||
Size (yelp-xsl-3.16.1.tar.xz) = 564944 bytes
|
||||
SHA1 (yelp-xsl-3.18.1.tar.xz) = 827b5c129c51600f397c7810ed45fc56d74b3108
|
||||
RMD160 (yelp-xsl-3.18.1.tar.xz) = d3f852c55c3d0de709506072ac85ab20c7c98580
|
||||
SHA512 (yelp-xsl-3.18.1.tar.xz) = 3c4cb72f21f5b704fc67e6324489ea3f58d36318c899b920162a593c3757532d5cff6de01c8bf6c0994dc190c8a9b7abf4a3214504edcb3d0982ab0f0d69090a
|
||||
Size (yelp-xsl-3.18.1.tar.xz) = 565376 bytes
|
||||
|
|
Loading…
Reference in a new issue