FreeBSD Bugzilla – Attachment 89385 Details for
Bug 126317
[PATCH] textproc/asciidoc: update to 8.2.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
asciidoc-8.2.7.patch
asciidoc-8.2.7.patch (text/plain), 4.23 KB, created by
Peter Schuller
on 2008-08-06 23:20:02 UTC
(
hide
)
Description:
asciidoc-8.2.7.patch
Filename:
MIME Type:
Creator:
Peter Schuller
Created:
2008-08-06 23:20:02 UTC
Size:
4.23 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/Makefile /usr/ports/textproc/asciidoc/Makefile >--- /usr/ports/textproc/asciidoc.orig/Makefile 2007-05-25 18:47:18.000000000 +0200 >+++ /usr/ports/textproc/asciidoc/Makefile 2008-08-06 23:59:59.652534578 +0200 >@@ -6,7 +6,7 @@ > # > > PORTNAME= asciidoc >-PORTVERSION= 8.1.0 >+PORTVERSION= 8.2.7 > CATEGORIES= textproc > MASTER_SITES= http://www.methods.co.nz/asciidoc/ \ > SF >@@ -29,6 +29,8 @@ > -e "s|/etc/asciidoc|${PREFIX}/etc/asciidoc|g" \ > ${WRKSRC}/asciidoc.py > >+# a future improvement to this port is to also install the vim syntax >+# highlighing mode in its proper location. > do-install: > ${INSTALL_SCRIPT} ${WRKSRC}/asciidoc.py ${PREFIX}/bin/asciidoc > ${INSTALL_SCRIPT} ${WRKSRC}/a2x ${PREFIX}/bin >@@ -39,9 +41,17 @@ > ${PREFIX}/etc/asciidoc/filters > ${INSTALL_SCRIPT} ${WRKSRC}/filters/code-filter.py \ > ${PREFIX}/etc/asciidoc/filters >+ ${MKDIR} ${PREFIX}/etc/asciidoc/dblatex >+ ${INSTALL_DATA} ${WRKSRC}/dblatex/*.xsl \ >+ ${PREFIX}/etc/asciidoc/dblatex >+ ${INSTALL_DATA} ${WRKSRC}/dblatex/*.sty \ >+ ${PREFIX}/etc/asciidoc/dblatex > ${MKDIR} ${PREFIX}/etc/asciidoc/docbook-xsl > ${INSTALL_DATA} ${WRKSRC}/docbook-xsl/*.xsl \ > ${PREFIX}/etc/asciidoc/docbook-xsl >+ ${MKDIR} ${PREFIX}/etc/asciidoc/javascripts >+ ${INSTALL_DATA} ${WRKSRC}/javascripts/*.js \ >+ ${PREFIX}/etc/asciidoc/javascripts > ${MKDIR} ${PREFIX}/etc/asciidoc/stylesheets > ${INSTALL_DATA} ${WRKSRC}/stylesheets/*.css \ > ${PREFIX}/etc/asciidoc/stylesheets >diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/distinfo /usr/ports/textproc/asciidoc/distinfo >--- /usr/ports/textproc/asciidoc.orig/distinfo 2007-05-25 18:47:18.000000000 +0200 >+++ /usr/ports/textproc/asciidoc/distinfo 2008-08-06 23:51:17.529010499 +0200 >@@ -1,3 +1,3 @@ >-MD5 (asciidoc-8.1.0.tar.gz) = 6d3e050b72a8b6df112c2f9aad7a4016 >-SHA256 (asciidoc-8.1.0.tar.gz) = 900e41bd2f8858e4cfc7e3a22ce6e46daaf6373572361b3b62443e65daf5b297 >-SIZE (asciidoc-8.1.0.tar.gz) = 761244 >+MD5 (asciidoc-8.2.7.tar.gz) = f631c10bcf7216eaf6bc804c84ebb8e1 >+SHA256 (asciidoc-8.2.7.tar.gz) = da021d8f32e1bcacfd11b5bb12bd9a9cd9ec9532ad1a54bcd53fed211fe71af6 >+SIZE (asciidoc-8.2.7.tar.gz) = 843238 >diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/pkg-descr /usr/ports/textproc/asciidoc/pkg-descr >--- /usr/ports/textproc/asciidoc.orig/pkg-descr 2006-02-15 03:22:31.000000000 +0100 >+++ /usr/ports/textproc/asciidoc/pkg-descr 2008-08-07 00:08:33.460065423 +0200 >@@ -2,6 +2,8 @@ > and UNIX man pages. AsciiDoc files can be translated to HTML and DocBook > markups using the asciidoc(1) command. > >+This port currently does not install the VIM syntax highlighting mode. >+ > WWW: http://www.methods.co.nz/asciidoc/ > > - Eric Anholt >diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/pkg-plist /usr/ports/textproc/asciidoc/pkg-plist >--- /usr/ports/textproc/asciidoc.orig/pkg-plist 2006-11-16 00:12:11.000000000 +0100 >+++ /usr/ports/textproc/asciidoc/pkg-plist 2008-08-07 00:06:39.660167951 +0200 >@@ -1,6 +1,8 @@ > bin/a2x > bin/asciidoc > etc/asciidoc/asciidoc.conf >+etc/asciidoc/dblatex/asciidoc-dblatex.sty >+etc/asciidoc/dblatex/asciidoc-dblatex.xsl > etc/asciidoc/docbook-xsl/chunked.xsl > etc/asciidoc/docbook-xsl/common.xsl > etc/asciidoc/docbook-xsl/fo.xsl >@@ -37,23 +39,31 @@ > etc/asciidoc/images/icons/tip.png > etc/asciidoc/images/icons/up.png > etc/asciidoc/images/icons/warning.png >+etc/asciidoc/javascripts/ASCIIMathML.js >+etc/asciidoc/javascripts/LaTeXMathML.js >+etc/asciidoc/javascripts/toc.js >+etc/asciidoc/lang-es.conf > etc/asciidoc/latex.conf > etc/asciidoc/linuxdoc.conf >+etc/asciidoc/math.conf > etc/asciidoc/stylesheets/docbook-xsl.css > etc/asciidoc/stylesheets/xhtml-deprecated-manpage.css > etc/asciidoc/stylesheets/xhtml-deprecated.css > etc/asciidoc/stylesheets/xhtml11-manpage.css > etc/asciidoc/stylesheets/xhtml11-quirks.css > etc/asciidoc/stylesheets/xhtml11.css >+etc/asciidoc/t.conf > etc/asciidoc/text.conf > etc/asciidoc/xhtml-deprecated-css.conf > etc/asciidoc/xhtml-deprecated.conf > etc/asciidoc/xhtml11-quirks.conf > etc/asciidoc/xhtml11.conf >+@dirrm etc/asciidoc/dblatex > @dirrm etc/asciidoc/docbook-xsl > @dirrm etc/asciidoc/filters > @dirrm etc/asciidoc/images/icons/callouts > @dirrm etc/asciidoc/images/icons > @dirrm etc/asciidoc/images >+@dirrm etc/asciidoc/javascripts > @dirrm etc/asciidoc/stylesheets > @dirrm etc/asciidoc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 126317
: 89385