Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.16_4 28 Jan 2024 17:04:11
    |
Gleb Popov (arrowd)  Author: Helge Oldach |
*: Move manpages to share/man
Approved by: portmgr (blanket) |
7.16_3 20 Jul 2022 14:22:24
    |
Tobias C. Berner (tcberner)  |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
7.16_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
7.16_3 04 Nov 2019 21:21:04
  |
rene  |
Returns johans's ports to the pool after safekeeping his commit bit. |
7.16_3 07 Feb 2016 11:56:51
  |
marino  |
math/sc: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
7.16_3 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
7.16_3 14 Nov 2014 09:39:21
  |
antoine  |
Cleanup plist |
7.16_3 06 Apr 2014 20:55:16
  |
antoine  |
- Finish stage support
- No need to include bsd.port.pre.mk
With hat: portmgr |
7.16_2 30 Dec 2013 08:05:33
  |
johans  |
- Correct man page installation
- Bump PORTREVISION to be safe |
7.16_1 29 Dec 2013 21:57:26
  |
johans  |
Enable stage support |
7.16_1 20 Sep 2013 20:55:06
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
7.16_1 25 Jul 2011 20:19:16
 |
johans  |
Fix sc build with clang |
7.16_1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
7.16_1 23 Feb 2010 18:06:02
 |
johans  |
Update my mail address to @FreeBSD.org
Feature safe: yes |
7.16_1 28 Mar 2009 21:54:01
 |
johans  |
Explicitly compile with -O0 to avoid compiler optimization,
which could cause "interesting" malfunctions while running sc |
7.16 09 Jan 2009 09:42:42
 |
johans  |
- Restore math/sc from attic
- Update to new version
- New MASTER_SITES
- Claim maintainership |
6.21_2 18 Jun 2008 22:38:36
 |
pav  |
- Delete expired port math/sc: distfile disappeared |
6.21_2 29 Feb 2008 21:24:58
 |
tabthorpe  |
0 Deprecate
- Set EXPIRATION_DATE
PR: ports/121226
Submitted by: Heinz Tschabitscher <semper doubt.com> (maintainer) |
6.21_2 22 Jan 2006 12:56:47
 |
edwin  |
SHA256ify
Approved by: krion@ |
6.21_2 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
6.21_2 21 Feb 2003 12:44:05
 |
knu  |
De-pkg-comment. |
6.21_2 29 Jun 2002 08:46:49
 |
truckman  |
Silence a compile warning, main() should not be declared type void. |
6.21_2 29 Jun 2002 08:38:45
 |
truckman  |
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) |
04 Dec 2001 22:24:04
    |
steve  |
Forgot to bump PORTREVISION with previous changes. |
02 Dec 2001 22:18:15
    |
steve  |
- 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. |
08 Oct 2000 04:10:26
    |
asami  |
Convert category math to new layout. |