Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.18.1 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
1.18.1 11 Mar 2024 09:09:45 |
Michael Osipov (michaelo) |
*/*: properly depend on Maven package
devel/maven and devel/maven39 do not provide mvn(1) from LOCALBASE that
one comes from devel/maven-wrapper instead. Therefore, one should depend
on the package rather than a non-existing executable/script.
Approved by: jrm (mentor), otis (mentor), vvd
Differential Revision: https://reviews.freebsd.org/D44229 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.18.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.18.1 07 Sep 2022 10:26:41 |
Tobias C. Berner (tcberner) |
cleanup: remove trailing whitepaces |
1.18.1 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.18.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.18.1 27 Feb 2021 11:11:46 |
mfechner |
Update to 1.18.1.
Changelogs:
https://github.com/locationtech/jts/releases/tag/jts-1.18.0
https://github.com/locationtech/jts/releases/tag/jts-1.18.1 |
1.17.1_1 26 Feb 2021 11:45:09 |
mfechner |
Create a symlink so we have always a fixed name for the lib.
This is required for other ports like apache-solr to easily include this as a
plugin.
Thanks to Stephane Marzloff <secrer@le-bar.org> for suggestion and testing it. |
1.17.1 26 Oct 2020 06:13:33 |
mfechner |
Update to 1.17.1.
Changelog:
https://github.com/locationtech/jts/releases/tag/jts-1.17.1 |
1.16.1 18 Jul 2019 09:59:25 |
mfechner |
Upgrade to 1.16.1.
https://github.com/locationtech/jts/releases/tag/jts-1.16.1 |
1.15.1 18 Jul 2019 09:17:03 |
mfechner |
Take maintainer.
Upgrade to 1.15.1 which is required for apache-solr.
Reported by: Stephane Marzloff secrer at le-bar.org
Reviewed by: Stephane Marzloff secrer at le-bar.org |
1.14 16 Jul 2016 09:00:30 |
amdmi3 |
- Add missing java category
- Add LICENSE
- Cosmetic fixes
- Switch to new test framework |
1.14 26 Apr 2016 03:30:02 |
vanilla |
Update to 1.14. |
1.13 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.13 05 Nov 2015 12:36:25 |
mat |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
1.13 28 Aug 2015 13:39:57 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS
Approved by: portmgr blanket |
1.13 15 Nov 2014 12:20:54 |
antoine |
Cleanup plist |
1.13 08 Jun 2014 14:56:08 |
vanilla |
Stagify. |
1.13 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
1.13 10 Mar 2014 16:25:34 |
bapt |
Convert m* to USES=zip |
1.13 21 Feb 2014 13:38:05 |
ehaupt |
Remove trailing whitespaces from category math |
1.13 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.13 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.13 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
1.13 16 Feb 2013 23:57:07 |
wen |
- Update to 1.13
- Trim Makefile headers
- Reset maintainer to ports@ |
1.12 23 Aug 2011 13:44:51 |
wen |
- Update to 1.12 |
1.11 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.11 24 May 2010 02:02:09 |
wen |
- Update to 1.11
- Update my mail to FreeBSD |
1.10 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
1.10 20 Jan 2009 08:50:25 |
amdmi3 |
- Update to 1.10
PR: 130645
Submitted by: Wen Heping <wenheping at gmail dot com> (maintainer) |
1.9 18 Jul 2008 20:40:48 |
miwi |
- Update to 1.9
- Respect PORTDOCS
- Pass maintainership to submitter
PR: 125187
Submitted by: Wen heping <wenheping@gmail.com> |
1.8.0_1 06 Jun 2008 13:44:06 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.8.0 02 Oct 2007 19:49:58 |
thierry |
Release maintainership. |
1.8.0 28 May 2007 13:15:29 |
thierry |
The JTS Topology Suite is an API of 2D spatial predicates and functions. It has
the following design goals:
* JTS conforms to the Simple Features Specification for SQL published by the
Open GIS Consortium
* JTS provides a complete, consistent, robust implementation of fundamental
2D spatial algorithms
* JTS is fast enough for production use
* JTS is written in 100% pure Java(TM)
* JTS is open source (under the LGPL license)
<http://www.vividsolutions.com/Jts/JTSHome.htm> |