pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/doxygen



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Wed Apr 26 13:40:37 UTC 2017

Modified Files:
        pkgsrc/devel/doxygen: Makefile distinfo

Log Message:
Update doxygen to 1.8.13

Highlights:

* Add NVARCHAR as a SQL type
* Add mscgen images to index.qhp
* Add sql syntax highlighting to code blocks
* Add support for more CSS formatting and column/row spanning in markdown tables
* Added missing language value for SQL to XML output
* Adds plantuml support Qt compressed help file
* Made the RTF output honor the PAPER_TYPE option.
* New classes for generated HTML div elements.
* Option for PlantUML configuration file
* Removed x flag from util* source files
* Replaced section marker before members by diamond shaped bullet

+ many bug fixes and translation updates


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 pkgsrc/devel/doxygen/Makefile
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/doxygen/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/doxygen/Makefile
diff -u pkgsrc/devel/doxygen/Makefile:1.129 pkgsrc/devel/doxygen/Makefile:1.130
--- pkgsrc/devel/doxygen/Makefile:1.129 Thu Jan 19 18:52:05 2017
+++ pkgsrc/devel/doxygen/Makefile       Wed Apr 26 13:40:37 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.129 2017/01/19 18:52:05 agc Exp $
+# $NetBSD: Makefile,v 1.130 2017/04/26 13:40:37 prlw1 Exp $
 
-DISTNAME=      doxygen-1.8.12.src
+DISTNAME=      doxygen-1.8.13.src
 PKGNAME=       ${DISTNAME:S/.src//}
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.stack.nl/pub/users/dimitri/
@@ -21,8 +21,6 @@ USE_LANGUAGES=                c c++
 MAKE_ENV+=             PKGSRC_CFLAGS=${CFLAGS:Q}
 MAKE_FLAGS+=           MAN1DIR=${PKGMANDIR}/man1
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 1.8.6
-
 # Case Insensitive or Case Sensitive File System
 PLIST_VARS+=           ci cs
 

Index: pkgsrc/devel/doxygen/distinfo
diff -u pkgsrc/devel/doxygen/distinfo:1.62 pkgsrc/devel/doxygen/distinfo:1.63
--- pkgsrc/devel/doxygen/distinfo:1.62  Thu Nov 24 13:34:18 2016
+++ pkgsrc/devel/doxygen/distinfo       Wed Apr 26 13:40:37 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.62 2016/11/24 13:34:18 mef Exp $
+$NetBSD: distinfo,v 1.63 2017/04/26 13:40:37 prlw1 Exp $
 
-SHA1 (doxygen-1.8.12.src.tar.gz) = eacf83859a5bd7f3f71b46f34759cefe1a05babc
-RMD160 (doxygen-1.8.12.src.tar.gz) = 0c42afb142535ae17a7eb766c93e6dbfd65faf79
-SHA512 (doxygen-1.8.12.src.tar.gz) = 12fb5f19d0de382c7510b7c517d7c781a1e6e11720c7d9ecfd81d29d5ed030984e8d55ffcc25cc52703020e880edad341136e2795a2a36a842fc275b31ae203d
-Size (doxygen-1.8.12.src.tar.gz) = 4880613 bytes
+SHA1 (doxygen-1.8.13.src.tar.gz) = a3c812346d2ebd7b2e79ed1fec3a6aa3aedd5f7b
+RMD160 (doxygen-1.8.13.src.tar.gz) = 00f6f8baeead8c3d99eabe1d61ffefa4e48af1f9
+SHA512 (doxygen-1.8.13.src.tar.gz) = 85da5bd28ad9f33a8e50fa92796817d31e59c024127cb647cb967e4321dd51378feaacdf099d578b7e6020fd646a3c63e99c77420e49e3894fc18ca89ba3e0a2
+Size (doxygen-1.8.13.src.tar.gz) = 4893912 bytes
 SHA1 (patch-ac) = 87c68a2ce598c10d90d775764f4c05739eb51435
 SHA1 (patch-ah) = c1a7f35fe2adcfd094c3ba0f81fee47a027bcf82



Home | Main Index | Thread Index | Old Index