Commit graph

15 commits

Author SHA1 Message Date
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Don Lewis
c59dbee631 Silence a compile warning, main() should not be declared type void. 2002-06-29 08:46:49 +00:00
Don Lewis
4e71fe0a81 The format patch included in PR ports/32017 is breaks formats such as
"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)
2002-06-29 08:38:45 +00:00
Steve Price
ff215d085a Forgot to bump PORTREVISION with previous changes.
Submitted by:	send-pr@oldach.net (Helge Oldach)
2001-12-04 22:24:04 +00:00
Steve Price
b8a55a6b2b - Backup files should be produced according to the wide-spread "tilde
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>
2001-12-02 22:18:15 +00:00
Satoshi Asami
1df1a17abc Convert to PORTNAME/PORTVERSION. 2000-04-14 07:20:58 +00:00
Thomas Gellekum
4722e9175d Fix leap year handling until 2099.
PR:		17070
Submitted by:	julian
2000-03-10 12:31:34 +00:00
Satoshi Asami
bbf6d0a769 Use yacc, not bison -y. 2000-01-19 18:19:15 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
Steve Price
c381a607c5 Use time_t instead of long in a couple of places so this compiles on
a FreeBSD/Alpha box.
1999-04-25 17:58:21 +00:00
Steve Price
f170d2fb6f Remove empty directories on deinstall. 1998-09-27 20:19:04 +00:00
Steve Price
64a78a56b2 Don't try to package manpages twice. 1998-08-17 00:50:21 +00:00
Steve Price
ff262bc5f0 Initial import of sc version 6.21.
A curses-based spreadsheet program.

PR:		7451
Submitted by:	Heinz Tschabitscher <semper@doubt.com>
1998-08-10 00:20:29 +00:00