diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2017-03-07 00:06:43 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2017-03-07 00:06:43 +0000 |
commit | 6c2d9007d520f0240baf0c9f4e640b202fedba9c (patch) | |
tree | 75f4b564266d3a2e215575cae937faa28941a53e /math/muparser/files/patch-docs_Doxyfile | |
parent | Add missing Qt4 xml dependency to fix build failure when TEST option is ON (diff) |
- Update to 2.2.5
- Fetch from Github (Sourceforge files no longer available)
- Use USES=dos2unix to convert header files
- Remove DOCS option (all html docs were replaced with a single html page
that just redirects to the muparser homepage)
- Add DOXYGEN option to build API documentation
- Use options target helpers
- configure script already supplies -fPIC -DPIC where needed, so remove it
from the port Makefile
- Add LICENSE_FILE
- Move USES upward, group OPTIONS stuff together
Changes: http://beltoforion.de/article.php?a=muparser&hl=en&p=release_notes
PR: 216090
Submitted by: jhale
Approved by: maintainer timeout (7 weeks)
Notes
Notes:
svn path=/head/; revision=435575
Diffstat (limited to 'math/muparser/files/patch-docs_Doxyfile')
-rw-r--r-- | math/muparser/files/patch-docs_Doxyfile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/math/muparser/files/patch-docs_Doxyfile b/math/muparser/files/patch-docs_Doxyfile new file mode 100644 index 000000000000..1fc059a3ae87 --- /dev/null +++ b/math/muparser/files/patch-docs_Doxyfile @@ -0,0 +1,38 @@ +--- docs/Doxyfile.orig 2015-08-16 14:23:14 UTC ++++ docs/Doxyfile +@@ -31,7 +31,7 @@ PROJECT_NAME = "muParser API - + # This could be handy for archiving the generated documentation or + # if some version control system is used. + +-PROJECT_NUMBER = 1.35 ++PROJECT_NUMBER = 2.2.5 + + # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) + # base path where the generated documentation will be put. +@@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = html/ + # source files, where putting all generated files in the same directory would + # otherwise cause performance problems for the file system. + +-CREATE_SUBDIRS = YES ++CREATE_SUBDIRS = NO + + # The OUTPUT_LANGUAGE tag is used to specify the language in which all + # documentation generated by doxygen is written. Doxygen will use this +@@ -778,7 +778,7 @@ GENERATE_HTML = YES + # If a relative path is entered the value of OUTPUT_DIRECTORY will be + # put in front of it. If left blank `html' will be used as the default path. + +-HTML_OUTPUT = classdocu/ ++HTML_OUTPUT = + + # The HTML_FILE_EXTENSION tag can be used to specify the file extension for + # each generated HTML page (for example: .htm,.php,.asp). If it is left blank +@@ -796,7 +796,7 @@ HTML_HEADER = + # each generated HTML page. If it is left blank doxygen will generate a + # standard footer. + +-HTML_FOOTER = html/misc/footer.html ++HTML_FOOTER = + + # The HTML_STYLESHEET tag can be used to specify a user-defined cascading + # style sheet that is used by each HTML page. It can be used to |