pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/asciidoc
Module Name: pkgsrc
Committed By: nia
Date: Sat May 1 10:03:33 UTC 2021
Modified Files:
pkgsrc/textproc/asciidoc: Makefile PLIST
Log Message:
asciidoc: Install default themes.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/textproc/asciidoc/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/asciidoc/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/asciidoc/Makefile
diff -u pkgsrc/textproc/asciidoc/Makefile:1.59 pkgsrc/textproc/asciidoc/Makefile:1.60
--- pkgsrc/textproc/asciidoc/Makefile:1.59 Wed Apr 21 11:42:46 2021
+++ pkgsrc/textproc/asciidoc/Makefile Sat May 1 10:03:33 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2021/04/21 11:42:46 adam Exp $
+# $NetBSD: Makefile,v 1.60 2021/05/01 10:03:33 nia Exp $
DISTNAME= asciidoc-9.1.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=asciidoc/}
GITHUB_PROJECT= asciidoc-py3
@@ -58,7 +58,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/doc/a2x.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
${INSTALL_DATA} ${WRKSRC}/doc/asciidoc.txt ${DESTDIR}${DOCDIR}
cd ${WRKSRC} && pax -wr -pma *.conf filters docbook-xsl/*.xsl \
- stylesheets/*.css javascripts/*.js images/* dblatex/* \
+ stylesheets/*.css javascripts/*.js images/* dblatex/* themes/* \
${DESTDIR}${PREFIX}/share/asciidoc/.
do-test:
Index: pkgsrc/textproc/asciidoc/PLIST
diff -u pkgsrc/textproc/asciidoc/PLIST:1.19 pkgsrc/textproc/asciidoc/PLIST:1.20
--- pkgsrc/textproc/asciidoc/PLIST:1.19 Sun May 3 12:03:51 2020
+++ pkgsrc/textproc/asciidoc/PLIST Sat May 1 10:03:33 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2020/05/03 12:03:51 tnn Exp $
+@comment $NetBSD: PLIST,v 1.20 2021/05/01 10:03:33 nia Exp $
bin/a2x
bin/asciidoc
man/man1/a2x.1
@@ -98,6 +98,8 @@ share/asciidoc/stylesheets/slidy.css
share/asciidoc/stylesheets/toc2.css
share/asciidoc/stylesheets/xhtml11-quirks.css
share/asciidoc/text.conf
+share/asciidoc/themes/flask/flask.css
+share/asciidoc/themes/volnitsky/volnitsky.css
share/asciidoc/xhtml11-quirks.conf
share/asciidoc/xhtml11.conf
share/doc/asciidoc/asciidoc.txt
Home |
Main Index |
Thread Index |
Old Index