Port details |
- umlgraph Automated drawing of UML diagrams
- 5.7.2 devel =2 5.7.2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2011-02-15 03:47:35
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: BSD3CLAUSE
- WWW:
- https://www.umlgraph.org/
- Description:
- UMLGraph facilitates the declarative specification and drawing
of UML class and sequence diagrams. One can specify a class design
using the Java syntax complemented by Javadoc tags.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- umlgraph>0:devel/umlgraph
- To install the port:
- cd /usr/ports/devel/umlgraph/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/umlgraph
- pkg install umlgraph
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: umlgraph
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1496741693
SHA256 (dspinellis-UMLGraph-R5_7_2_GH0.tar.gz) = b4b0c6236c792d9d4d75265c19f3021a7224d388c8995d06cf60785c8eebf22f
SIZE (dspinellis-UMLGraph-R5_7_2_GH0.tar.gz) = 3200282
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- dot : graphics/graphviz
- pic2plot : graphics/plotutils
- java : java/openjdk8
- ant : devel/apache-ant
- Runtime dependencies:
-
- dot : graphics/graphviz
- pic2plot : graphics/plotutils
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_umlgraph
- USES:
- java:ant
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.7.2 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 |
5.7.2 04 Apr 2023 18:10:53 |
Muhammad Moinur Rahman (bofh) |
*/*: Refactor java/openjdk7 removal
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket) |
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) |
5.7.2 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 ) |
5.7.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
5.7.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.7.2 12 Jan 2018 11:21:07 |
rene |
Return kevlo's ports to the pool, he handed in his commit bit.
With hat: portmgr-secretary |
5.7.2 06 Jun 2017 16:18:17 |
mat |
Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.
Sponsored by: Absolight |
5.7.2 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
5.7.2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
5.7.2 05 Oct 2015 02:41:23 |
kevlo |
Update to 5.7.2 |
5.6_1 01 Oct 2015 16:04:55 |
swills |
devel/umlgraph: fix build with OpenJDK7 |
5.6_1 25 Sep 2015 14:57:19 |
kevlo |
Fix build with openjdk8.
PR: 203124
Submitted by: swills |
5.6_1 10 May 2014 21:17:45 |
stephen |
- Chase revision 353604 to graphics/plotutils.
See: http://svnweb.freebsd.org/ports?view=revision&revision=353604 |
5.6 06 Feb 2014 22:22:44 |
bapt |
Support stage |
5.6 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
5.6 10 Dec 2012 11:25:28 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1) |
5.6 31 Aug 2012 09:17:27 |
kevlo |
Update to 5.6 |
5.4_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
5.4_1 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
5.4_1 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
5.4 15 Feb 2011 03:47:22 |
kevlo |
Initial import of umlgraph 5.4
UMLGraph allows the declarative specification and drawing of
UML class and sequence diagrams. |