aboutsummaryrefslogtreecommitdiff
path: root/java/dbvis
Commit message (Collapse)AuthorAgeFilesLines
* java/dbvis: Update 26.1.1 => 26.1.2Vladimir Druzenko9 days2-4/+4
| | | | | | | | Changelog: https://www.dbvis.com/releasenotes/26.1/ Sponsored by: UNIS Labs MFH: 2026Q2
* java/dbvis: Update 26.1 => 26.1.1Vladimir Druzenko2026-04-212-5/+4
| | | | | | | | Release Notes: https://www.dbvis.com/releasenotes/26.1/ Sponsored by: UNIS Labs MFH: 2026Q2
* */*: bump portrevision after java_default=25 updateRonald Klop2026-04-021-0/+1
| | | | | | Included all ports that have USES=java. PR: 293559
* java/dbvis: Update 25.3.3 => 26.1Vladimir Druzenko2026-03-082-3/+3
| | | | | | | Release Notes: https://www.dbvis.com/releasenotes/26.1/ MFH: 2026Q1
* java/dbvis: Update 25.3.2 => 25.3.3Vladimir Druzenko2026-03-082-4/+4
| | | | | | | Release Notes: https://www.dbvis.com/releasenotes/25.3/ MFH: 2026Q1
* java/dbvis: Update 25.3.1 => 25.3.2Vladimir Druzenko2026-02-262-5/+4
| | | | | Release Notes: https://www.dbvis.com/releasenotes/25.3/
* */*: bump portrevision after java_default=21 updateRonald Klop2026-02-261-0/+1
| | | | PR: 272855
* java/dbvis: Update 25.3 => 25.3.1Vladimir Druzenko2026-01-062-4/+4
| | | | | Release Notes: https://www.dbvis.com/releasenotes/25.3/
* java/dbvis: Update 25.2.5 => 25.3Vladimir Druzenko2025-12-132-4/+4
| | | | | | | | Release Notes: https://www.dbvis.com/releasenotes/25.2/ https://www.dbvis.com/releasenotes/25.3/ MFH: 2025Q4
* java/dbvis: Update 25.2.4 => 25.2.5Vladimir Druzenko2025-11-062-4/+4
| | | | | | | Release notes: https://www.dbvis.com/releasenotes/25.2/ MFH: 2025Q4
* java/dbvis: Update 25.2.3 => 25.2.4Vladimir Druzenko2025-09-202-4/+4
| | | | | | | | Release notes: https://www.dbvis.com/releasenotes/25.2/ Reported by: pkg-fallout (fetch failed) MFH: 2025Q3
* java/dbvis: 25.2.2 => 25.2.3Vladimir Druzenko2025-09-132-7/+7
| | | | | | | Release notes: https://www.dbvis.com/releasenotes/25.2/ MFH: 2025Q3
* java/dbvis: Update 25.2.1 => 25.2.2Vladimir Druzenko2025-07-152-4/+4
| | | | | | | Release notes: https://www.dbvis.com/releasenotes/25.2/ MFH: 2025Q3
* java/dbvis: Improve do-installVladimir Druzenko2025-07-091-3/+6
| | | | MFH: 2025Q3
* java/dbvis: Update 25.2 => 25.2.1Vladimir Druzenko2025-07-072-5/+5
| | | | | | | Release notes: https://www.dbvis.com/releasenotes/25.2/ MFH: 2025Q3
* java/dbvis: Update 25.1.4 => 25.2Vladimir Druzenko2025-06-242-4/+4
| | | | | | | | | | Changelogs: https://www.dbvis.com/releasenotes/25.1/ https://www.dbvis.com/releasenotes/25.2/ Previous version is unfetchable. MFH: 2025Q2
* java/dbvis: Update 25.1.3 => 25.1.4Vladimir Druzenko2025-05-262-4/+4
| | | | | Changelog: https://www.dbvis.com/releasenotes/25.1/
* java/dbvis: Add mirror to MASTER_SITESVladimir Druzenko2025-04-291-1/+2
| | | | Reported by: pkg-fallout
* java/dbvis: Update 24.3.4 => 25.1.3Vladimir Druzenko2025-04-152-4/+4
| | | | | Changelogs: https://www.dbvis.com/releasenotes/25.1/
* java/dbvis: 24.3.3 => 24.3.4Vladimir Druzenko2025-03-222-6/+6
| | | | | | | | Changelog: https://www.dbvis.com/releasenotes/24.3/ While here replace PORTVERSION with DISTVERSION in MASTER_SITES and DISTNAME.
* java/dbvis: Update 13.0.4 → 24.3.3, unbreak, take maintainershipVladimir Druzenko2025-02-032-9/+6
| | | | | | | | | | | | | | | | | 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
* java/dbvis: Mark BROKEN, deprecate and set expiration date to 2025-02-28Daniel Engberg2025-02-021-0/+4
| | | | | | | Unfetchable, outdated and unsupported upstream (still active) Reported by: pkg-fallout Approved by: portmgr (blanket)
* Mk/**java.mk: Convert bsd.java.mk to USESMuhammad Moinur Rahman2024-12-311-1/+2
| | | | | | | | | | | | | | | | | | | 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
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* java: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* java/dbvis: update to 13.0.4VVD2022-06-293-11/+9
| | | | | | | | ChangeLog: https://www.dbvis.com/releasenotes/13.0 PR: 264687 Reported by: vvd@unislabs.com Approved by: jim@ohlste.in (maintainer, timeout > 2 weeks)
* java/dbvis: mark BROKENDmitry Marakasov2022-06-071-0/+2
| | | | Approved by: portmgr blanket
* Deorbit RESTRICTED && NO_CDROM, part one.Mathieu Arnold2021-05-061-1/+1
| | | | | | | | 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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to version 11.0.3.Alexey Dokuchaev2020-07-042-3/+4
| | | | | | | | PR: 237522 Approved by: maintainer (timeout since 2019-04-24) Notes: svn path=/head/; revision=541182
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | 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
* java/dbvis: 9.1.6 -> 9.2.14Kurt Jaeger2016-01-292-5/+5
| | | | | | | | | | | | | - 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
* Cleanup plistAntoine Brodin2014-11-141-2/+2
| | | | Notes: svn path=/head/; revision=372556
* java/dbvis: Swap order-sensitive categories to unbreak PKGORIGINJohn Marino2014-07-121-1/+1
| | | | | | | From Jim Ohlstein in response to an auto-nag. Notes: svn path=/head/; revision=361617
* java/dbvis: Update version 7.1 => 9.1.6 and stageJohn Marino2014-07-122-7/+13
| | | | | | | | | | | | | | 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
* Stage supportAntoine Brodin2014-02-161-12/+8
| | | | Notes: svn path=/head/; revision=344556
* java/jmf java/dbvis: reset maintainerEitan Adler2013-12-111-1/+1
| | | | | | | Reset maintainer of java/jmf and java/dbvis due to email bounce. Notes: svn path=/head/; revision=336144
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | java) Notes: svn path=/head/; revision=327738
* Prevent to add @dirrm entries begining with a /Baptiste Daroussin2012-02-221-1/+1
| | | | | | | Approved by: maintainer timeout (>5weeks) Notes: svn path=/head/; revision=292064
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 7.1Sahil Tandon2010-07-022-8/+6
| | | | | | | | | | | | - 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
* - Mark BROKEN: does not fetchPav Lucistnik2010-01-231-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=248399
* - Update to 6.5.6.Marcelo Araujo2009-06-212-8/+5
| | | | | | | | | 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
* - Mark BROKEN: unfetchablePav Lucistnik2009-01-261-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=226869
* - Update to 6.5.1Martin Wilke2009-01-092-8/+4
| | | | | | | | PR: 130030 Submitted by: Anton <contact@toha.org.ua> (maintainer) Notes: svn path=/head/; revision=225583
* - Set for expiration in one month: has been broken for more than 6 monthsPav Lucistnik2008-12-191-0/+2
| | | | Notes: svn path=/head/; revision=224487
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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
* - Mark BROKEN: unfetchablePav Lucistnik2008-01-201-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=205890
* - Update to 6.0.6Martin Wilke2007-11-052-4/+4
| | | | | | | | | | | - Make fetchable PR: 117483 Submitted by: miwi Approved by: portmgr (pav) Notes: svn path=/head/; revision=202511