| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Changelog:
https://www.dbvis.com/releasenotes/26.1/
Sponsored by: UNIS Labs
MFH: 2026Q2
|
| |
|
|
|
|
|
|
| |
Release Notes:
https://www.dbvis.com/releasenotes/26.1/
Sponsored by: UNIS Labs
MFH: 2026Q2
|
| |
|
|
|
|
| |
Included all ports that have USES=java.
PR: 293559
|
| |
|
|
|
|
|
| |
Release Notes:
https://www.dbvis.com/releasenotes/26.1/
MFH: 2026Q1
|
| |
|
|
|
|
|
| |
Release Notes:
https://www.dbvis.com/releasenotes/25.3/
MFH: 2026Q1
|
| |
|
|
|
| |
Release Notes:
https://www.dbvis.com/releasenotes/25.3/
|
| |
|
|
| |
PR: 272855
|
| |
|
|
|
| |
Release Notes:
https://www.dbvis.com/releasenotes/25.3/
|
| |
|
|
|
|
|
|
| |
Release Notes:
https://www.dbvis.com/releasenotes/25.2/
https://www.dbvis.com/releasenotes/25.3/
MFH: 2025Q4
|
| |
|
|
|
|
|
| |
Release notes:
https://www.dbvis.com/releasenotes/25.2/
MFH: 2025Q4
|
| |
|
|
|
|
|
|
| |
Release notes:
https://www.dbvis.com/releasenotes/25.2/
Reported by: pkg-fallout (fetch failed)
MFH: 2025Q3
|
| |
|
|
|
|
|
| |
Release notes:
https://www.dbvis.com/releasenotes/25.2/
MFH: 2025Q3
|
| |
|
|
|
|
|
| |
Release notes:
https://www.dbvis.com/releasenotes/25.2/
MFH: 2025Q3
|
| |
|
|
| |
MFH: 2025Q3
|
| |
|
|
|
|
|
| |
Release notes:
https://www.dbvis.com/releasenotes/25.2/
MFH: 2025Q3
|
| |
|
|
|
|
|
|
|
|
| |
Changelogs:
https://www.dbvis.com/releasenotes/25.1/
https://www.dbvis.com/releasenotes/25.2/
Previous version is unfetchable.
MFH: 2025Q2
|
| |
|
|
|
| |
Changelog:
https://www.dbvis.com/releasenotes/25.1/
|
| |
|
|
| |
Reported by: pkg-fallout
|
| |
|
|
|
| |
Changelogs:
https://www.dbvis.com/releasenotes/25.1/
|
| |
|
|
|
|
|
|
| |
Changelog:
https://www.dbvis.com/releasenotes/24.3/
While here replace PORTVERSION with DISTVERSION in MASTER_SITES and
DISTNAME.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Java 21 is required.
Changelogs:
https://www.dbvis.com/releasenotes/13.0/
https://www.dbvis.com/releasenotes/14.0/
https://www.dbvis.com/releasenotes/23.1/
https://www.dbvis.com/releasenotes/23.2/
https://www.dbvis.com/releasenotes/24.1/
https://www.dbvis.com/releasenotes/24.2/
https://www.dbvis.com/releasenotes/24.3/
Maintainer Jim Ohlstein <jim@ohlste.in> is inactive from 2017 (7+ years).
MFH: 2025Q1
|
| |
|
|
|
|
|
| |
Unfetchable, outdated and unsupported upstream (still active)
Reported by: pkg-fallout
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org>
* Eugene Grosbein <ports@grosbein.net>
* Filippo Natali <filippo@widestore.net>
* Gerrit Beine <gerrit.beine@gmx.de>
* Greg Lewis <glewis@FreeBSD.org>
* Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Jason Helfman <jgh@FreeBSD.org>
* Jeremy <karlj000@unbc.ca>
* Johannes Dieterich <dieterich@ogolem.org>
* Johannes Dieterich <jmd@FreeBSD.org>
* Jonathan Chen <jonc@chen.org.nz>
* Jose Marques
* Jose Marques <noway@nohow.demon.co.uk>
* Lapo Luchini <lapo@lapo.it>
* Lev Serebryakov <lev@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Matthew Dillon <dillon@backplane.com>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Mikhail T. <mi@aldan.algebra.com>
* Mikhail T. <michael@fun-box.ru>
* Mikhail Teterin
* Nicola Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* OISHI Masakuni <yamasa@bsdhouse.org>
* OKAZAKI Tetsurou
* Pedro Giffuni
* Simeo Reig <reig.simeo@gmail.com>
* Sutra Zhou <zhoushuqun@gmail.com>
* Tom Judge <tj@FreeBSD.org>
* Volker Stolz <vs@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* gldisater@gldis.ca
* ijliao
* jake@checker.org
* jpbeconne
* lon_kamikaze@gmx.de
* mi
* nordwick@xcf.berkeley.edu
* nork@FreeBSD.org
* olgeni@FreeBSD.org
* rasputin
* rfarmer@predatorlabs.net
* rtdean@cytherianage.net
* tux@pinguru.net
With hat: portmgr
|
| |
|
|
|
|
|
|
| |
ChangeLog: https://www.dbvis.com/releasenotes/13.0
PR: 264687
Reported by: vvd@unislabs.com
Approved by: jim@ohlste.in (maintainer, timeout > 2 weeks)
|
| |
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
| |
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010
|
| | |
|
| |
|
|
|
|
|
|
| |
PR: 237522
Approved by: maintainer (timeout since 2019-04-24)
Notes:
svn path=/head/; revision=541182
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=518482
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Changes:
http://www.dbvis.com/doc/relnotes/
- now works with openjdk8
PR: 206278
Submitted by: Hadi Rezaee <h.rezaee@ideatech.io>
Approved by: jim@ohlste.in (maintainer timeout)
Notes:
svn path=/head/; revision=407453
|
| |
|
|
| |
Notes:
svn path=/head/; revision=372556
|
| |
|
|
|
|
|
| |
From Jim Ohlstein in response to an auto-nag.
Notes:
svn path=/head/; revision=361617
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also:
* Annotate dbVisualizer license
* Switch categories from "java devel" to "java databases"
* Switch absolute dbvis symlink to relative one (marino)
* passing maintainership to submitter
PR: 186947
Submitted by: jim (ohlste.in)
Notes:
svn path=/head/; revision=361608
|
| |
|
|
| |
Notes:
svn path=/head/; revision=344556
|
| |
|
|
|
|
|
| |
Reset maintainer of java/jmf and java/dbvis due to email bounce.
Notes:
svn path=/head/; revision=336144
|
| |
|
|
|
|
|
| |
java)
Notes:
svn path=/head/; revision=327738
|
| |
|
|
|
|
|
| |
Approved by: maintainer timeout (>5weeks)
Notes:
svn path=/head/; revision=292064
|
| |
|
|
| |
Notes:
svn path=/head/; revision=271346
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Unbreak; fetch problem fixed with new MASTER_SITE
PR: ports/147493
Submitted by: Peter Radics <mitchnull@gmail.com>
Approved by: maintainer, wxs@/itetcu@ (mentors, implicit)
Feature safe: yes
Notes:
svn path=/head/; revision=257322
|
| |
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=248399
|
| |
|
|
|
|
|
|
|
| |
PR: ports/135379
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer timeout (more than 2 weeks)
Notes:
svn path=/head/; revision=236449
|
| |
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=226869
|
| |
|
|
|
|
|
|
| |
PR: 130030
Submitted by: Anton <contact@toha.org.ua> (maintainer)
Notes:
svn path=/head/; revision=225583
|
| |
|
|
| |
Notes:
svn path=/head/; revision=224487
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
| |
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=205890
|
| |
|
|
|
|
|
|
|
|
|
| |
- Make fetchable
PR: 117483
Submitted by: miwi
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=202511
|