Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.74 05 Dec 2023 09:40:51 |
Muhammad Moinur Rahman (bofh) |
math/geonext: Remove expired port
2023-12-05 math/geonext: Last upstream release was in 2014 |
1.74 05 Nov 2023 23:47:20 |
Muhammad Moinur Rahman (bofh) |
math/geonext: Fix INDEX |
05 Nov 2023 23:38:13
|
Muhammad Moinur Rahman (bofh) |
math/geonext: Mark DEPRECATED
- Last upstream release was in 2014
- Current WWW redirects to a cloud based application
- Set EXPIRATION_DATE 2023-12-05
Approved by: portmgr (blanket) |
1.74 08 Sep 2022 15:46:38 |
Stefan Eßer (se) |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
1.74 08 Sep 2022 15:43:21 |
Stefan Eßer (se) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
1.74 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 ) |
1.74 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.74 20 Nov 2020 07:16:06 |
adamw |
Add education virtual category
PR: 248402
Submitted by: PauAmma |
1.74 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
1.74 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.74 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.74 15 Nov 2014 12:20:54 |
antoine |
Cleanup plist |
1.74 31 Aug 2014 12:55:19 |
ohauer |
- update to 1.74
- add stage support
- add licence
- rework MASTER / SLAVE ports
- slave depends now on MASTER port
- install only a dedicated start script
PR: 190154
Submitted by: ohauer
Approved by: maintainer timeout |
1.71 25 Aug 2014 10:08:55 |
bapt |
Reset maintainership for non staged ports
With hat: portmgr |
1.71 10 Mar 2014 16:25:34 |
bapt |
Convert m* to USES=zip |
1.71 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.71 10 Dec 2012 13:43:44 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
1.71 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
1.71 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.71 12 Aug 2007 11:10:15 |
rafan |
- Update to 1.71
PR: ports/115338
Submitted by: Andreas Fehlner <fehlner at gmx.de> (maintainer) |
1.51_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.51 14 Dec 2005 20:54:12 |
tdb |
- Update to 1.51
- Fix MASTER_SITES
PR: 90348
Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
Approved by: clement (mentor) |
1.12 07 Sep 2005 09:12:11 |
vs |
Fix PKGORIGIN for slave-port german/geonext |
1.12 04 Sep 2005 06:38:07 |
lawrance |
Update to 1.12
PR: ports/85663
Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer) |
1.11 10 Feb 2005 18:11:04 |
hq |
- Update to bsd.java.mk 2.0
- Add 'java' category |
1.11 09 Feb 2005 08:04:01 |
vs |
Add geonext 1.11, interactive (dynamic) elementary Geometry Software.
{german,french}/geonext will be slave-ports to this new, generalised one.
PR: ports/75784
Submitted by: Andreas Fehlner (fehlner@gmx.de) |