summaryrefslogtreecommitdiff
path: root/math/sc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistAntoine Brodin2014-11-141-1/+0
| | | | Notes: svn path=/head/; revision=372555
* - Finish stage supportAntoine Brodin2014-04-062-4/+4
| | | | | | | | | - No need to include bsd.port.pre.mk With hat: portmgr Notes: svn path=/head/; revision=350411
* - Correct man page installationJohan van Selst2013-12-301-3/+2
| | | | | | | - Bump PORTREVISION to be safe Notes: svn path=/head/; revision=338061
* Enable stage supportJohan van Selst2013-12-291-3/+3
| | | | Notes: svn path=/head/; revision=338048
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Fix sc build with clangJohan van Selst2011-07-252-0/+73
| | | | Notes: svn path=/head/; revision=278325
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update my mail address to @FreeBSD.orgJohan van Selst2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250235
* Explicitly compile with -O0 to avoid compiler optimization,Johan van Selst2009-03-281-1/+2
| | | | | | | which could cause "interesting" malfunctions while running sc Notes: svn path=/head/; revision=231217
* - Restore math/sc from atticJohan van Selst2009-01-094-0/+48
| | | | | | | | | - Update to new version - New MASTER_SITES - Claim maintainership Notes: svn path=/head/; revision=225542
* - Delete expired port math/sc: distfile disappearedPav Lucistnik2008-06-1810-299/+0
| | | | Notes: svn path=/head/; revision=215151
* 0 DeprecateThomas Abthorpe2008-02-291-0/+3
| | | | | | | | | | - Set EXPIRATION_DATE PR: ports/121226 Submitted by: Heinz Tschabitscher <semper doubt.com> (maintainer) Notes: svn path=/head/; revision=208221
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* Silence a compile warning, main() should not be declared type void.Don Lewis2002-06-291-0/+10
| | | | Notes: svn path=/head/; revision=62167
* The format patch included in PR ports/32017 is breaks formats such asDon Lewis2002-06-292-4/+22
| | | | | | | | | | | | | | | | | "0.000", trimming trailing non-zeros and adding back trailing zeros. Fix both the original bug, which was caused by walking off the beginning of the fractional part of the value and into the integer part, as well as the new bug, by terminating the trailing zero stripping when the first non-zero character is encountered. Also, correctly calculate the number number of trailing zeros that should potentially be removed if the format contains trailing text characters. Bump PORTREVISION. Reviewed by: send-pr@oldach.net (Helge Oldach) Notes: svn path=/head/; revision=62166
* Forgot to bump PORTREVISION with previous changes.Steve Price2001-12-041-0/+1
| | | | | | | Submitted by: send-pr@oldach.net (Helge Oldach) Notes: svn path=/head/; revision=51035
* - Backup files should be produced according to the wide-spread "tildeSteve Price2001-12-023-2/+40
| | | | | | | | | | | | | | | | suffix" convention. sc will also prepend a hash character which will make the backup files go out of common directory sort order. - A value such as 40 will be displayed wrongly if displayed with a "0.00 EUR" format (i.e. more than one or two characters alpha text after the number format). - 8-bit characters (according to usual locale conventions) should be allowed. PR: 32017 Submitted by: Helge Oldach <send-pr@oldach.net> Notes: svn path=/head/; revision=50911
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27509
* Fix leap year handling until 2099.Thomas Gellekum2000-03-101-2/+11
| | | | | | | | PR: 17070 Submitted by: julian Notes: svn path=/head/; revision=26714
* Use yacc, not bison -y.Satoshi Asami2000-01-191-1/+12
| | | | Notes: svn path=/head/; revision=24849
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Use time_t instead of long in a couple of places so this compiles onSteve Price1999-04-251-0/+29
| | | | | | | a FreeBSD/Alpha box. Notes: svn path=/head/; revision=18130
* Remove empty directories on deinstall.Steve Price1998-09-271-0/+1
| | | | Notes: svn path=/head/; revision=13467
* Don't try to package manpages twice.Steve Price1998-08-171-2/+0
| | | | Notes: svn path=/head/; revision=12560
* Initial import of sc version 6.21.Steve Price1998-08-107-0/+179
A curses-based spreadsheet program. PR: 7451 Submitted by: Heinz Tschabitscher <semper@doubt.com> Notes: svn path=/head/; revision=12396