pkgsrc/math/teapot/patches/patch-CMakeLists.txt

14 lines
528 B
Text
Raw Normal View History

$NetBSD: patch-CMakeLists.txt,v 1.2 2013/10/09 12:07:20 obache Exp $
Update to Teapot 2.3.0 Project moved to another developer. The changes compared to 2.2.1 are: o visual garbage fixed (curses version) o made unquoted strings default, added "-q" flag to turn quotes back on o made attributes menu more user friendly: no more question when changing a single cell, one menu option optimized away o added "-H" command line flag to hide row/column headers; in FLTK, this means you can only change sheets via Ctrl-Shift-PgUp/PgDn o expanded command line help The changes compared to 2.2.0 are: o Help system improved o Compile fix for MacOS o Link shared by default. Set option ENABLE_STATIC to statically link FLTK. o Bugfixes for CSV export o Bugfixes for console mode o Added font styles bold and underline The changes compared to 2.1.0 are: o UTF-8 support for curses frontend o various bug fixes The changes compared to 2.0.2 are: o switched to CMake as build system o Win32 compatibility o usage improvements in the GUI version o various bug fixes The changes compared to 2.0.1 are: o Low-resource builds (leaving out the help system) o various bug fixes The changes compared to 2.0 are: o Fix a possible crash and some minor bugs o improve FLTK navigation and cell editing (moving around and selecting cells now works while editing a formula) o automatically start a string value when typing a letter o fix build system The changes compared to 1.09 are: o Several bug fixes and changes how files are handled o FLTK user interface o Built-in Help and About screen (currently only in FLTK) o License changed to GPL (see mbox file in doc folder for permission)
2012-09-14 00:29:09 +02:00
--- CMakeLists.txt.orig 2012-02-06 11:30:53.000000000 +0000
+++ CMakeLists.txt
@@ -105,7 +105,7 @@ if (ENABLE_HELP)
endif ()
install(FILES COPYING README DESTINATION share/doc/teapot)
-install(FILES teapot.1 DESTINATION share/man/man1)
+install(FILES teapot.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
Update to Teapot 2.3.0 Project moved to another developer. The changes compared to 2.2.1 are: o visual garbage fixed (curses version) o made unquoted strings default, added "-q" flag to turn quotes back on o made attributes menu more user friendly: no more question when changing a single cell, one menu option optimized away o added "-H" command line flag to hide row/column headers; in FLTK, this means you can only change sheets via Ctrl-Shift-PgUp/PgDn o expanded command line help The changes compared to 2.2.0 are: o Help system improved o Compile fix for MacOS o Link shared by default. Set option ENABLE_STATIC to statically link FLTK. o Bugfixes for CSV export o Bugfixes for console mode o Added font styles bold and underline The changes compared to 2.1.0 are: o UTF-8 support for curses frontend o various bug fixes The changes compared to 2.0.2 are: o switched to CMake as build system o Win32 compatibility o usage improvements in the GUI version o various bug fixes The changes compared to 2.0.1 are: o Low-resource builds (leaving out the help system) o various bug fixes The changes compared to 2.0 are: o Fix a possible crash and some minor bugs o improve FLTK navigation and cell editing (moving around and selecting cells now works while editing a formula) o automatically start a string value when typing a letter o fix build system The changes compared to 1.09 are: o Several bug fixes and changes how files are handled o FLTK user interface o Built-in Help and About screen (currently only in FLTK) o License changed to GPL (see mbox file in doc folder for permission)
2012-09-14 00:29:09 +02:00
add_custom_target(dist
COMMAND ${CMAKE_COMMAND} -E remove_directory teapot-${Teapot_VERSION_MAJOR}.${Teapot_VERSION_MINOR}.${Teapot_VERSION_PATCH}