aboutsummaryrefslogtreecommitdiff
path: root/java/jgraphx
Commit message (Collapse)AuthorAgeFilesLines
* */*: bump portrevision after java_default=21 updateRonald Klop40 hours1-1/+1
| | | | PR: 272855
* math/scilab: fix build with jdk8 and JAVA_DEFAULT=21Ronald Klop2026-01-261-0/+1
| | | | | | | | | When scilab compiles with jdk8 it needs the libraries to be compiled with jdk8 also. PR: 272855 Approved-By: no maintainer Fixes: 0bb32f6170f8040ec686c7e597408b1f3923a225 (scilab pin to jdk8)
* Mk/Uses/java.mk: Runtime fix with USES=java:antMuhammad Moinur Rahman2024-12-311-1/+2
| | | | | | | | | | | | USES=java:ant does not imply USES=java:run so we need to add the run arg seperately when we are using USES=java:ant. Not all ports require the the argument so it is better to address the ports individually instead of handling it automatically by implying run for ant. Thanks to vvd for carefully going through this. Reported by: vvd Approved by: portmgr (blanket)
* Mk/**java.mk: Convert bsd.java.mk to USESMuhammad Moinur Rahman2024-12-311-2/+1
| | | | | | | | | | | | | | | | | | | 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
* math/scilab: drop maintainershipMax Brazhnikov2023-11-081-1/+1
| | | | Release math/scilab and its prerequisites
* 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/jgraphx: Add NO_ARCHPo-Chuan Hsieh2022-06-291-0/+2
| | | | Approved by: portmgr (blanket)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* java/jgraphx: Update to 4.2.2Max Brazhnikov2020-10-312-4/+4
| | | | Notes: svn path=/head/; revision=553751
* java/jgraphx:Max Brazhnikov2020-06-202-4/+4
| | | | | | | - Update to 4.2.0 Notes: svn path=/head/; revision=539733
* java/jgraphx:Max Brazhnikov2020-06-013-14/+12
| | | | | | | | - Update to 4.1.1 - Amend port comment and description Notes: svn path=/head/; revision=537508
* java/jgraphx:Max Brazhnikov2019-08-163-16/+7
| | | | | | | | | | | | - Update to 4.0.3 - Remove COMPILE option and build unconditionally from sources - Update WWW PR: 234140 (based on) Submitted by: yuri Notes: svn path=/head/; revision=509068
* Remove libexpat.so.6 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428144
* Take maintainership of math/scilab dependenciesMax Brazhnikov2016-11-021-1/+1
| | | | Notes: svn path=/head/; revision=425127
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* The GitHub revision tag starts with 'v', so add DISTVERSIONPREFIX toDon Lewis2015-08-292-2/+3
| | | | | | | | | | | unbreak fetch. This affects the name of the distfile (but not the size or hash), so update distinfo to match. PR: 202735 Approved by: makc (maintainer) Notes: svn path=/head/; revision=395564
* java/jgraphx:Max Brazhnikov2015-08-252-31/+16
| | | | | | | | | - Convert to new options helpers - Convert to USE_GITHUB - Fix license (it's BSD actually) and remove MANUAL_PACKAGE_BUILD Notes: svn path=/head/; revision=395227
* java/jgraphx:Max Brazhnikov2014-05-012-10/+5
| | | | | | | | | | | | | - Update to 2.5.1.0 - Use direct link instead of GITHUB (doesn't work for me) - Remove needless JAVA_VERSION - Take maintainership (the port is required for math/scilab) PR: ports/189203 Approved by: crees (former maintainer) Notes: svn path=/head/; revision=352758
* Stage ports maintained by me in irc java mailChris Rees2013-12-291-28/+17
| | | | | | | Cleanups in several places Notes: svn path=/head/; revision=338013
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* - Update to 1.10.3.0Pietro Cerutti2012-12-192-8/+8
| | | | | | | Approved by: crees (maintainer, via IRC) Notes: svn path=/head/; revision=309231
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=278068
* - Update maintainer addressChris Rees2011-06-171-1/+1
| | | | | | | Approved by: rene (mentor) Notes: svn path=/head/; revision=275712
* - Update to 1.5.1.5Frederic Culot2011-02-112-3/+3
| | | | | | | | PR: ports/154532 Submitted by: Chris Rees <utisoft AT gmail.com> (maintainer) Notes: svn path=/head/; revision=268944
* Update to 1.5.0.2Max Brazhnikov2010-12-232-6/+12
| | | | | | | | | | Add license info PR: ports/153304 Submitted by: Chris Rees (maintainer) Notes: svn path=/head/; revision=266801
* - Update to 1.4.0.9Li-Wen Hsu2010-08-222-9/+8
| | | | | | | | PR: ports/148973 Submitted by: Chris Rees <utisoft AT gmail.com> (maintainer) Notes: svn path=/head/; revision=259729
* - Update to 1.3.0.0Wen Heping2010-02-242-4/+4
| | | | | | | | | | PR: ports/143865 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=250244
* JGraph is the most powerful, lightweight, feature-rich, and thoroughlyWen Heping2010-01-193-0/+82
documented open-source graph component available for Java. It is accompanied by JGraphpad, the first free diagram editor for Java that offers XML, Drag and Drop and much more! With the JGraph zoomable component, you can display objects and relations (networks) in any Swing UI. JGraph can also be used on the server-side, for example to read a GXL graph, apply a custom layout algorithm, and return the result as a HTML image map. WWW: http://www.jgraph.com/jgraphx.html PR: ports/142541 Submitted by: Chris Rees <utisoft@gmail.com> Notes: svn path=/head/; revision=248132