pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/docbook2mdoc: Update to 1.1.0
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%n0.is@localhost>
Pushed By: ng0
Date: Wed May 29 19:08:26 2019 +0000
Changeset: 419b15f30cd086cfef1a60b668b06c9d4af4a3d4
Modified Files:
docbook2mdoc/Makefile
docbook2mdoc/distinfo
docbook2mdoc/patches/patch-Makefile
Log Message:
wip/docbook2mdoc: Update to 1.1.0
ChangeLog:
Changes in version 1.1.0, released on May 2, 2019
--- NEW PARSER FEATURES ---
* Handle <funcparams> inside <paramdef> inside <funcprototype>.
* Ignore <jobtitle> and <orgdiv> elements.
--- NEW FORMATTER FEATURES --
* Write a comment "automatically generated" at the beginning.
* Provide an -s command line option to override the section in .Dt.
* Large numbers of improvements to horizontal and vertical whitespace.
* End of sentence detection: new sentence, new line.
* Drop trailing parentheses in <function> elements.
* Print commas between Copyright years.
Changes in version 1.0.2, released on April 29, 2019
--- NEW PARSER FEATURES ---
* Handle <abstract>: better formatting of many non-<refentry> documents.
* Handle <reference> like <section>.
* Explicitly ignore <keycombo>.
--- STRUCTURAL IMPROVEMENTS ---
* Start a new module reorg.c, to edit and move around nodes.
* Provide a new function pnode_alloc_text() to generate a text node.
* Introduce an xmalloc.c module to automatically exit when out of memory.
Changes in version 1.0.1, released on April 24, 2019
--- NEW PARSER FEATURES ---
* Handle file inclusion via "<!ENTITY %".
* Translate decimal character entities to Unicode escapes.
* Handle <tag> like <sgmltag> and <markup>.
--- RELIABILITY BUGFIX ---
* Do not crash when an ignored element contains an attribute.
--- FORMATTING IMPROVEMENTS ---
* Correctly translate input to output line breaks in no-fill elements.
* Improve spacing of text nodes inside macro arguments.
* Better handle <void> as a child of <funcprototype>.
* Better handle <info> as a child of <refentry>.
* Correct delimiter spacing between <term> elements.
* Insert a paragraph break after displays and after non-compact lists.
--- THANKS TO ---
* Stephen Gregoratto for a small patch and two bug reports.
* Jan Stary for a bug report.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=419b15f30cd086cfef1a60b668b06c9d4af4a3d4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
docbook2mdoc/Makefile | 2 +-
docbook2mdoc/distinfo | 10 +++++-----
docbook2mdoc/patches/patch-Makefile | 20 ++++++++------------
3 files changed, 14 insertions(+), 18 deletions(-)
diffs:
diff --git a/docbook2mdoc/Makefile b/docbook2mdoc/Makefile
index 9af43d15d5..fe2f7efb7f 100644
--- a/docbook2mdoc/Makefile
+++ b/docbook2mdoc/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2014/04/30 13:57:15 wiz Exp $
-DISTNAME= docbook2mdoc-1.0.0
+DISTNAME= docbook2mdoc-1.1.0
CATEGORIES= textproc
MASTER_SITES= http://mdocml.bsd.lv/docbook2mdoc/snapshots/
EXTRACT_SUFX= .tgz
diff --git a/docbook2mdoc/distinfo b/docbook2mdoc/distinfo
index d185e462fb..5a0e7db175 100644
--- a/docbook2mdoc/distinfo
+++ b/docbook2mdoc/distinfo
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.7 2017/07/12 12:55:51 wiz Exp $
-SHA1 (docbook2mdoc-1.0.0.tgz) = 292406f9e21ee75bc7ea30c1fa9b2b26c2f3335b
-RMD160 (docbook2mdoc-1.0.0.tgz) = 505c1fd963897c44e9eca4423981610012aa5336
-SHA512 (docbook2mdoc-1.0.0.tgz) = 9c6b7ad894d4a52f4dbd081abb4a1b25d645a7520d0e36a7b86c90fc88095b197d26b8ea55d882880aee32389ef90fa23294160962a59bf02c5e33049b2de90a
-Size (docbook2mdoc-1.0.0.tgz) = 24393 bytes
-SHA1 (patch-Makefile) = 14e744c2b377fdcb6d52c1135e344eb1af6f89a5
+SHA1 (docbook2mdoc-1.1.0.tgz) = 2797e0362e84c01eaa46ea40c2089fe773b97c4c
+RMD160 (docbook2mdoc-1.1.0.tgz) = dfe77e13a6ccbe413b55a7f7106be1e000ea4f98
+SHA512 (docbook2mdoc-1.1.0.tgz) = d935a12de59a1b91f51b3ddcc1047ce6e46f0490852c3ab1191402f6c2f9d8e79c57b1ad67ac7b2527c9aa4788f027ca6b83dffbcfed756af0422858713101be
+Size (docbook2mdoc-1.1.0.tgz) = 26732 bytes
+SHA1 (patch-Makefile) = 7351d04f81179aa275499091cebc22d17657bb7a
diff --git a/docbook2mdoc/patches/patch-Makefile b/docbook2mdoc/patches/patch-Makefile
index b4aeff6cd0..b2b1566c93 100644
--- a/docbook2mdoc/patches/patch-Makefile
+++ b/docbook2mdoc/patches/patch-Makefile
@@ -1,24 +1,19 @@
$NetBSD$
Honor LDFLAGS, Support PKGMANDIR
----
- Makefile | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 9b8dc50..66b7a6d 100644
---- Makefile.orig
-+++ Makefile
-@@ -11,18 +11,18 @@ DISTFILES = Makefile NEWS docbook2mdoc.1
+diff -r 4effa24f4bc0 -r d26c84c81ce8 Makefile
+--- Makefile.a Wed May 29 18:59:08 2019 +0000
++++ Makefile Wed May 29 19:03:33 2019 +0000
+@@ -11,18 +11,18 @@
all: docbook2mdoc
docbook2mdoc: $(OBJS)
- $(CC) -g -o $@ $(OBJS)
+ $(CC) $(LDFLAGS) -g -o $@ $(OBJS)
- statistics: statistics.o
-- $(CC) -g -o $@ statistics.c
-+ $(CC) $(LDFLAGS) -g -o $@ statistics.c
+ statistics: statistics.o xmalloc.o
+- $(CC) -g -o $@ statistics.o xmalloc.o
++ $(CC) $(LDFLAGS) -g -o $@ statistics.o xmalloc.o
www: docbook2mdoc.1.html docbook2mdoc-$(VERSION).tgz README.txt
@@ -32,3 +27,4 @@ index 9b8dc50..66b7a6d 100644
installwww: www
mkdir -p $(WWWPREFIX)/snapshots
+
Home |
Main Index |
Thread Index |
Old Index