aboutsummaryrefslogtreecommitdiff
path: root/math/sc-im
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add a patch from upstream fixing build with older ncursesBaptiste Daroussin2021-03-302-1/+28
| | | | Notes: svn path=/head/; revision=569546
* Update to 0.8.0Baptiste Daroussin2021-03-2413-169/+4
| | | | Notes: svn path=/head/; revision=569136
* Update libxls to 1.6.1Baptiste Daroussin2020-11-081-0/+1
| | | | Notes: svn path=/head/; revision=554645
* Fix build with -fno-common (a similar patch exist already upstream)Baptiste Daroussin2020-09-0210-0/+106
| | | | Notes: svn path=/head/; revision=547340
* math/sc-im: fix build on GCC architecturesPiotr Kubaj2019-12-071-1/+1
| | | | | | | | libxlsxwriter requires newer compiler: /usr/local/include/xlsxwriter/workbook.h:909: error: wrong number of arguments specified for 'deprecated' attribute Notes: svn path=/head/; revision=519214
* Update to 0.7.0-81Baptiste Daroussin2019-05-236-32/+62
| | | | | | | | | | | Upstream changes fixes a conflict with textproc/scim Some cleanups PR: 237839 Approved by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Notes: svn path=/head/; revision=502344
* math/sc-im: fix segmentation fault upon :wqKurt Jaeger2018-08-194-3/+42
| | | | | | | | | | | - bug reported upstream as https://github.com/andmarti1424/sc-im/pull/280 PR: 227861 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Approved by: bapt (maintainer timeout) Notes: svn path=/head/; revision=477579
* Update to 0.7.0Baptiste Daroussin2017-12-154-45/+12
| | | | | | | Register ncurses dependency Notes: svn path=/head/; revision=456387
* Bump PORTREVISION in ports depending on archivers/libzip.Raphael Kubo da Costa2017-09-271-0/+1
| | | | | | | | | | | libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5 after the removal of zip_archive_set_tempdir(). All dependent ports continue to build fine without that symbol. PR: 222638 Notes: svn path=/head/; revision=450775
* Update to 0.6.0:Baptiste Daroussin2017-04-203-11/+31
| | | | | | | Changes: https://github.com/andmarti1424/sc-im/releases/tag/v0.6.0 Notes: svn path=/head/; revision=438936
* Add missing build dependency on pkgconfBaptiste Daroussin2017-04-051-1/+2
| | | | | | | Now sc-im will really support xls/xlsx Notes: svn path=/head/; revision=437778
* 0.5.0 is reported to have fixed the compile problems on aarch64.Mark Linimon2017-03-131-6/+3
| | | | | | | | | | While here, pet portlint. Reported by: Sijmen Mulder <iku@yokattana.com> Approved by: bapt (implicit) Notes: svn path=/head/; revision=436076
* Mark a few leaf ports broken on aarch64.Mark Linimon2017-02-241-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=434754
* Update to 0.5.0Baptiste Daroussin2017-02-204-70/+13
| | | | Notes: svn path=/head/; revision=434438
* SC-IM is a spreadsheet program that is based on SCBaptiste Daroussin2017-01-275-0/+134
Some of the features of SC-IM * UNDO / REDO. * 65.536 rows and 702 columns supported. (The number of rows can be expanded to 1.048.576 if wished). * CSV / TAB delimited file import and export. * XLS / XLSX file import. * Key-mappings. * Sort of rows. * Filter of rows. * Cell shifting. * 256 color support - screen colors can be customized by user, even at runtime. * Colorize cells or give them format such as bold or underline. * Wide character support. The following alphabets are supported: English, Spanish, French, Italian, German, Portuguese, Russian, Ukrainian, Greek, Turkish, Czech, Japanese, Chinese. * Implement external functions in the language you prefer and use them in SC-IM * Use SC-IM as a non-interactive calculator, reading its input from a external script. * More movements commands implemented ! * Input and Output was completely rewritten WWW: https://github.com/andmarti1424/sc-im Notes: svn path=/head/; revision=432542