non port: math/calc/Makefile |
SVNWeb
|
Number of commits found: 64 |
Tue, 29 Nov 2022
|
[ 22:31 Adam Weinberger (adamw) ] 62f8ad3
math/calc: Update to 2.14.1.2
|
Mon, 28 Nov 2022
|
[ 05:00 Adam Weinberger (adamw) ] 990b6b2
math/calc: Update to 2.14.1.1
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f53eb28 (Only the first 10 of 719 ports in this commit are shown above. )
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 )
|
Fri, 8 Apr 2022
|
[ 16:00 Adam Weinberger (adamw) ] 87b3427
math/calc: Update to 2.14.1.0
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Wed, 29 Dec 2021
|
[ 19:03 Adam Weinberger (adamw) ] 10b5543
math/calc: Update to 2.14.0.14
|
Thu, 16 Dec 2021
|
[ 01:21 Adam Weinberger (adamw) ] 329b25a
math/calc: Update to 2.14.0.13
|
Sun, 12 Dec 2021
|
[ 10:11 Adam Weinberger (adamw) ] 0ee40e5
math/calc: Update to 2.14.0.12
|
Sat, 4 Dec 2021
|
[ 16:19 Adam Weinberger (adamw) ] f5a9a2c
math/calc: Update to 2.14.0.10
|
Wed, 24 Nov 2021
|
[ 14:40 Adam Weinberger (adamw) ] d13dd9f
math/calc: Update to 2.14.0.9
|
Mon, 8 Nov 2021
|
[ 16:41 Adam Weinberger (adamw) ] fe2b8d5
math/calc: Update to 2.14.0.7
|
Tue, 28 Sep 2021
|
[ 07:27 Adam Weinberger (adamw) ] 890bd2e
math/calc: Update to 2.14.0.3
Adds various functions to convert between degrees, gradians,
and minutes/secs/hrs.
|
Thu, 9 Sep 2021
|
[ 06:07 Adam Weinberger (adamw) ] d4b12e5
math/calc: Update to 2.14.0.2
|
Tue, 7 Sep 2021
|
[ 13:46 Adam Weinberger (adamw) ] 26b9cc2
math/calc: Update to 2.14.0.0
|
Sun, 18 Apr 2021
|
[ 15:10 Adam Weinberger (adamw) ] 0d7ef83
math/calc: Update to 2.13.0.1
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 29 Mar 2021
|
[ 17:22 adamw ]
math/calc: Update to 2.13.0.0
|
Sat, 27 Mar 2021
|
[ 11:24 adamw ]
math/calc: Update to 2.12.9.1
|
Sat, 13 Mar 2021
|
[ 17:37 adamw ]
math/calc: Update to 2.12.9.0
|
Sun, 21 Feb 2021
|
[ 11:52 adamw ]
math/calc: Update to 2.12.8.2
|
Tue, 16 Feb 2021
|
[ 15:23 adamw ]
math/calc: Update to 2.12.8.1
|
Sun, 14 Feb 2021
|
[ 21:54 adamw ]
math/calc: Update to 2.12.8.0
|
Thu, 4 Feb 2021
|
[ 15:31 adamw ]
math/calc: Update to 2.12.7.6
|
Wed, 15 Jul 2020
|
[ 07:28 adamw ]
Unmute some build commands
|
Tue, 5 Nov 2019
|
[ 00:14 adamw ]
calc: Bump PORTREVISION for cscript path changes (to libexec)
|
[ 00:08 adamw ]
calc: Simplify and take maintainership
calc provides a horrific Makefile that uses ?= for nothing at all,
requiring the file to be mangled by hand. Still, it was a little
much for us to redefine every system command. `cp` is unlikely to
wander out of $PATH.
While here, add some options to not install some stuff. In particular,
make it possible to just install a simple usable calculator without
hundreds of scripts, functions, headers, and help files.
|
Mon, 4 Nov 2019
|
[ 21:21 rene ] (Only the first 10 of 99 ports in this commit are shown above. )
Returns johans's ports to the pool after safekeeping his commit bit.
|
Thu, 20 Jun 2019
|
[ 23:38 kai ]
math/calc: Update to 2.12.7.2
* Add path to license file while I'm here.
Changelog:
https://github.com/lcn2/calc/blob/2.12.7.2/CHANGES
PR: 235800
Submitted by: Darren Mulligan <fixer@bsdmail.com>
Approved by: johans (maintainer timeout)
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] (Only the first 10 of 289 ports in this commit are shown above. )
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
Thu, 19 Apr 2018
|
[ 08:33 amdmi3 ]
- Switch to new test framework
Approved by: portmgr blanket
|
Tue, 6 Feb 2018
|
[ 10:55 johans ]
Update calc to version 2.12.6.5 (bugfix release)
Replace SF with Github as source
|
Wed, 5 Jul 2017
|
[ 20:10 johans ]
Update to calc 2.12.6.0
List licence
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Tue, 9 Feb 2016
|
[ 07:11 johans ]
Update calc to 2.12.5.3 (minor bugfix)
|
Sun, 7 Feb 2016
|
[ 07:54 johans ]
Update to calc 2.12.5.2
|
Wed, 15 Oct 2014
|
[ 19:07 johans ]
Update to calc 2.12.5.0
|
Sat, 27 Sep 2014
|
[ 10:52 johans ]
Update calc to 2.12.4.14
|
Thu, 31 Jul 2014
|
[ 12:02 antoine ]
Unbreak after RM was changed to /bin/rm -f
Unbreak on head too
|
Sun, 20 Jul 2014
|
[ 19:48 adamw ]
Add USES=readline to fix build.
|
Wed, 25 Jun 2014
|
[ 05:35 bapt ] (Only the first 10 of 304 ports in this commit are shown above. )
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
Fri, 20 Jun 2014
|
[ 07:23 adamw ]
Correct typo... it's tar:bzip2, not tar:bz2.
|
[ 01:55 adamw ]
USES=tar:...
|
Sun, 29 Dec 2013
|
[ 20:54 johans ]
Enable stage support
|
Sun, 6 Oct 2013
|
[ 14:44 johans ]
Update calc to 2.12.4.13
|
Fri, 20 Sep 2013
|
[ 20:55 bapt ] (Only the first 10 of 665 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
|
Sun, 11 Aug 2013
|
[ 10:05 johans ]
Update calc to 2.12.4.10
|
Mon, 20 May 2013
|
[ 14:11 johans ]
Update calc to 2.12.4.8
|
Mon, 3 Oct 2011
|
[ 20:57 johans ]
Compile calc with readline support.
This allows history searches, vi-mode editing etc.
PR: ports/161262
Submitted by: Momchil Ivanov <momchil@xaxo.eu>
|
Wed, 6 Jul 2011
|
[ 00:55 adamw ]
Mark MAKE_JOBS_UNSAFE.
|
Sat, 4 Sep 2010
|
[ 09:08 johans ]
Update to calc 2.12.4.3
|
Tue, 23 Feb 2010
|
[ 18:06 johans ] (Only the first 10 of 27 ports in this commit are shown above. )
Update my mail address to @FreeBSD.org
Feature safe: yes
|
Sat, 22 Aug 2009
|
[ 00:28 amdmi3 ] (Only the first 10 of 287 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with M
|
Sun, 28 Dec 2008
|
[ 20:20 johans ]
- Update to 2.12.4.0
- Take maintainership
|
Sat, 29 Nov 2008
|
[ 00:11 linimon ] (Only the first 10 of 37 ports in this commit are shown above. )
Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
and no commit activity for 3 months.
Hat: portmgr
|
Sun, 24 Aug 2008
|
[ 17:50 jmz ]
Respect CC, CFLAGS, etc.
Plist fixes.
PR: ports/126302
Submitted by: bf <bf2006a@yahoo.com>
|
Tue, 13 May 2008
|
[ 15:11 jmz ]
Update to 2.12.3.3
PR: ports/123571
Submitted by: leeym
|
Wed, 7 Feb 2007
|
[ 15:29 jmz ]
Update to version 2.12.1.8.
|
Fri, 2 Jun 2006
|
[ 11:17 jmz ]
Ugrade to version 2.11.11.
PR: ports/98257
Submitted by: Yen-Ming Lee <leeym@freebsd.org>
|
Fri, 7 Mar 2003
|
[ 06:06 ade ] (Only the first 10 of 106 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Mon, 4 Nov 2002
|
[ 21:09 jmz ]
Upgrade to version 2.11.5t4.5
PR: ports/44132
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
|
Fri, 27 Jul 2001
|
[ 03:28 jmz ]
Remove pre-install target - nothing is installed in ${PREFIX}/lib/calc/
|
Sun, 8 Jul 2001
|
[ 03:11 jmz ]
Upgrade to version 2.11.5. Install associated files in ${PREFIX}/share instead
of ${PREFIX}/lib
|
Wed, 7 Feb 2001
|
[ 23:34 jmz ]
Upgrade to version 2.11.2 Update MASTER_SITES
|
Number of commits found: 64 |