Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2020 21:14:25 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537508 - head/java/jgraphx
Message-ID:  <202006012114.051LEP82079086@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Mon Jun  1 21:14:25 2020
New Revision: 537508
URL: https://svnweb.freebsd.org/changeset/ports/537508

Log:
  java/jgraphx:
  - Update to 4.1.1
  - Amend port comment and description

Modified:
  head/java/jgraphx/Makefile
  head/java/jgraphx/distinfo
  head/java/jgraphx/pkg-descr

Modified: head/java/jgraphx/Makefile
==============================================================================
--- head/java/jgraphx/Makefile	Mon Jun  1 20:02:39 2020	(r537507)
+++ head/java/jgraphx/Makefile	Mon Jun  1 21:14:25 2020	(r537508)
@@ -1,12 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	jgraphx
-PORTVERSION=	4.0.3
+PORTVERSION=	4.1.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	java graphics
 
 MAINTAINER=	makc@FreeBSD.org
-COMMENT=	The Java Graph Diagram Component version X (jgraph v6+)
+COMMENT=	Java Graph Diagram Component version X
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
@@ -16,7 +16,7 @@ GH_ACCOUNT=	jgraph
 USE_JAVA=	yes
 USE_ANT=	yes
 
-PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar
+PLIST_FILES=	${JAVAJARDIR}/${PORTNAME}.jar
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS

Modified: head/java/jgraphx/distinfo
==============================================================================
--- head/java/jgraphx/distinfo	Mon Jun  1 20:02:39 2020	(r537507)
+++ head/java/jgraphx/distinfo	Mon Jun  1 21:14:25 2020	(r537508)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565940921
-SHA256 (jgraph-jgraphx-v4.0.3_GH0.tar.gz) = 2cb2f9e14df51d6dcfe3bb4bb0970293d6c4fbc5f805376fae5be27e408b7503
-SIZE (jgraph-jgraphx-v4.0.3_GH0.tar.gz) = 3529260
+TIMESTAMP = 1591045311
+SHA256 (jgraph-jgraphx-v4.1.1_GH0.tar.gz) = 523ae9fd1a9ac560dc02d7a982b0b54c4eb674ccaa2b4809087712dbebe862e2
+SIZE (jgraph-jgraphx-v4.1.1_GH0.tar.gz) = 3529547

Modified: head/java/jgraphx/pkg-descr
==============================================================================
--- head/java/jgraphx/pkg-descr	Mon Jun  1 20:02:39 2020	(r537507)
+++ head/java/jgraphx/pkg-descr	Mon Jun  1 21:14:25 2020	(r537508)
@@ -1,11 +1,9 @@
-JGraph is the most powerful, lightweight, feature-rich, and thoroughly
-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!
+JGraphX is a Java Swing diagramming (graph visualisation) library licensed
+under the BSD license.  It provides functionality for visualisation and
+interaction with node-edge graphs (not charts).  It also includes
+functionality like XML stencils support, various import/export and layouting
+(automatically node/edge positioning).
 
-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.
+Note: JGraphX is not actively developed nowadays.
 
 WWW: https://github.com/jgraph/jgraphx



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006012114.051LEP82079086>