notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
ditaa Convert ASCII art diagrams into proper bitmap graphics
0.11.0 graphics on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.11.0Version 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 search for ports maintained by this maintainer
Port Added: 2011-05-20 06:09:17
Last Update: 2022-12-03 21:08:17
Commit Hash: 186f072
Also Listed In: java
License: LGPL3
WWW:
https://github.com/stathissideris/ditaa
Description:
ditaa is a small command-line utility written in Java, that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. /usr/local/share/java/ditaa/ditaa-0.11.0-standalone.jar
  2. /usr/local/share/java/ditaa/ditaa.jar
  3. bin/ditaa
  4. /usr/local/share/licenses/ditaa-0.11.0/catalog.mk
  5. /usr/local/share/licenses/ditaa-0.11.0/LICENSE
  6. /usr/local/share/licenses/ditaa-0.11.0/LGPL3
Collapse this list.
Dependency lines:
  • ditaa>0:graphics/ditaa
To install the port:
cd /usr/ports/graphics/ditaa/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/ditaa
  • pkg install ditaa
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ditaa
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1669963536 SHA256 (ditaa-0.11.0-standalone.jar) = 9418aa63ff6d89c5d2318396f59836e120e75bea7a5930c4d34aa10fe7a196a9 SIZE (ditaa-0.11.0-standalone.jar) = 12621318

Packages (timestamps in pop-ups are UTC):
ditaa
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.11.00.11.0-0.11.00.11.0---
FreeBSD:13:quarterly0.11.00.11.00.11.00.11.00.11.0-0.11.00.11.0
FreeBSD:14:latest0.11.00.11.00.11.0-0.11.0--0.11.0
FreeBSD:14:quarterly0.11.00.11.0--0.11.0-0.11.00.11.0
FreeBSD:15:latest0.11.00.11.0n/a-n/a-0.11.00.11.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk8
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
graphics_ditaa
USES:
zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/stathissideris/ditaa/releases/download/v0.11.0/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.11.0
03 Dec 2022 21:08:17
commit hash: 186f072574c34ec1834f24a47dbc14c60817216fcommit hash: 186f072574c34ec1834f24a47dbc14c60817216fcommit hash: 186f072574c34ec1834f24a47dbc14c60817216fcommit hash: 186f072574c34ec1834f24a47dbc14c60817216f files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Jonathan Hohle
graphics/ditaa: Update Ditaa to 0.11.0

ChangeLog: https://github.com/stathissideris/ditaa/releases/tag/v0.11.0

While here:

 * Switch to new site
 * Update license

PR:		268104
Reported by:	jonhohle@gmail.com
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.9
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.9
20 Jul 2022 14:22:04
commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.9
26 Nov 2019 21:46:13
Revision:518482Original commit files touched by this commit
jkim search for other commits by this committer
Clean up after java/openjdk6 and java/openjdk6-jre removal

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
0.9
05 Jan 2019 14:46:30
Revision:489346Original commit files touched by this commit
zi search for other commits by this committer
- Reset MAINTAINER due to repeated fatal email bounces

Reported by:	portscout
0.9
17 May 2016 02:45:35
Revision:415371Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Simplify MASTER_SITES
- Add LICENSE_FILE
- Pet portlint
- Add NO_ARCH

Approved by:	portmgr blanket
0.9
20 Dec 2014 18:58:14
Revision:375087Original commit files touched by this commit
bapt search for other commits by this committer
cleanup plist
0.9
16 Jun 2014 06:50:33
Revision:357949Original commit files touched by this commit
vanilla search for other commits by this committer
Stagify.

Approved by:	portmgr@
10 Mar 2014 14:49:26
Revision:347760Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert g* to USES=zip
0.9
20 Sep 2013 18:35:46
Revision:327733Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
0.9
28 Jul 2012 15:57:56
Original commit files touched by this commit
cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
0.9
17 Sep 2011 08:42:12
Original commit files touched by this commit
crees search for other commits by this committer
Update email address for ports maintained by aldis@bsdroot.lv -->
graudeejs@gmail.com
0.9
20 May 2011 06:08:52
Original commit files touched by this commit
makc search for other commits by this committer
Add new port graphics/ditaa:

ditaa is a small command-line utility written in Java, that can convert
diagrams drawn using ascii art ('drawings' that contain characters that
resemble lines like | / - ), into proper bitmap graphics.

WWW: http://ditaa.sourceforge.net/

PR:             ports/156800
Submitted by:   Aldis Berjoza <aldis@bsdroot.lv>

Number of commits found: 15