Port details |
- plantuml Application for swift and straightforward diagram creation
- 1.2024.0_1 graphics =2 1.2024.0_1Version of this port present on the latest quarterly branch.
- Maintainer: awoonyaa@gmail.com
- Port Added: 2024-02-08 20:09:09
- 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 textproc
- License: GPLv3
- WWW:
- https://plantuml.com/
- Description:
- PlantUML is an open-source tool allowing users to create diagrams from a plain
text language. Besides various UML diagrams, PlantUML has support for various
other software development related formats (such as Archimate, Block diagram,
BPMN, C4, Computer network diagram, ERD, Gantt chart, Mind map, and WBD), as
well as visualisation of JSON and YAML files.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- plantuml>0:graphics/plantuml
- To install the port:
- cd /usr/ports/graphics/plantuml/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/plantuml
- pkg install plantuml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: plantuml
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1707314954
SHA256 (plantuml-1.2024.0.jar) = 29c2c9004a4145711f258daea1aea97dea3559bd8b2471252870aa1672b8cfd6
SIZE (plantuml-1.2024.0.jar) = 11796550
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- This port is required by:
- for Run
-
- textproc/py-pandoc-plantuml-filter
Configuration Options:
- No options to configure
- Options name:
- graphics_plantuml
- USES:
- java
- 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 |
1.2024.0_1 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 |
1.2024.0_1 25 Feb 2024 17:09:19 |
Gleb Popov (arrowd) Author: awoonya |
graphics/plantuml: added an ability to pass command line flags
Pull Request: https://github.com/freebsd/freebsd-ports/pull/239 |
1.2024.0 08 Feb 2024 20:07:24 |
Gleb Popov (arrowd) Author: awoonya |
graphics/plantuml: new port |