pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/docbook-xsl Install EPUB and EPUB 3. Bump PKG...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de8029cbc98e
branches:  trunk
changeset: 356590:de8029cbc98e
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jan 02 07:44:39 2017 +0000

description:
Install EPUB and EPUB 3. Bump PKGREVISION

diffstat:

 textproc/docbook-xsl/Makefile |   8 +++++---
 textproc/docbook-xsl/PLIST    |  19 ++++++++++++++++++-
 2 files changed, 23 insertions(+), 4 deletions(-)

diffs (63 lines):

diff -r ed721a8f160b -r de8029cbc98e textproc/docbook-xsl/Makefile
--- a/textproc/docbook-xsl/Makefile     Mon Jan 02 07:44:04 2017 +0000
+++ b/textproc/docbook-xsl/Makefile     Mon Jan 02 07:44:39 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2016/07/09 06:39:05 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2017/01/02 07:44:39 ryoon Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "Makefile.common"
 
 COMMENT=       Docbook XSL modular stylesheet
@@ -13,7 +13,7 @@
 
 EGDIR=         ${PREFIX}/share/examples/docbook-xsl
 # epub requires ruby, so we don't install the XSLMOD
-XSLMODS=       common eclipse fo highlighting html \
+XSLMODS=       common eclipse epub epub3 fo highlighting html \
                htmlhelp images javahelp lib manpages params \
                profiling roundtrip slides website xhtml xhtml-1_1
 
@@ -21,6 +21,8 @@
 
 INSTALLATION_DIRS=     ${EGDIR} ${XSLDIR}
 
+CHECK_INTERPRETER_SKIP+=       share/xsl/docbook/epub/bin/dbtoepub
+
 do-install:
        cd ${WRKSRC}/template && pax -rw -pp -pm . ${DESTDIR}${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/VERSION ${DESTDIR}${XSLDIR}
diff -r ed721a8f160b -r de8029cbc98e textproc/docbook-xsl/PLIST
--- a/textproc/docbook-xsl/PLIST        Mon Jan 02 07:44:04 2017 +0000
+++ b/textproc/docbook-xsl/PLIST        Mon Jan 02 07:44:39 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2016/03/05 01:12:13 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.33 2017/01/02 07:44:39 ryoon Exp $
 share/examples/docbook-xsl/titlepage.xml
 share/examples/docbook-xsl/titlepage.xsl
 share/xsl/docbook/VERSION
@@ -110,6 +110,23 @@
 share/xsl/docbook/eclipse/eclipse.xsl
 share/xsl/docbook/eclipse/eclipse3.xsl
 share/xsl/docbook/eclipse/profile-eclipse.xsl
+share/xsl/docbook/epub/README
+share/xsl/docbook/epub/bin/dbtoepub
+share/xsl/docbook/epub/bin/lib/docbook.rb
+share/xsl/docbook/epub/bin/xslt/obfuscate.xsl
+share/xsl/docbook/epub/docbook.xsl
+share/xsl/docbook/epub3/README
+share/xsl/docbook/epub3/build.xml
+share/xsl/docbook/epub3/chunk.xsl
+share/xsl/docbook/epub3/chunkfast.xsl
+share/xsl/docbook/epub3/docbook-epub.css.xml
+share/xsl/docbook/epub3/docbook.xsl
+share/xsl/docbook/epub3/epub3-chunk-mods.xsl
+share/xsl/docbook/epub3/epub3-element-mods.xsl
+share/xsl/docbook/epub3/profile-chunk.xsl
+share/xsl/docbook/epub3/profile-docbook.xsl
+share/xsl/docbook/epub3/titlepage.templates.xml
+share/xsl/docbook/epub3/titlepage.templates.xsl
 share/xsl/docbook/fo/admon.xsl
 share/xsl/docbook/fo/annotations.xsl
 share/xsl/docbook/fo/autoidx-kimber.xsl



Home | Main Index | Thread Index | Old Index