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
py-actdiag Simple activity-diagram image generator
3.0.0_1 graphics on this many watch lists=3 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 3.0.0Version of this port present on the latest quarterly branch.
Maintainer: tota@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-08-07 09:47:05
Last Update: 2024-03-09 12:58:25
Commit Hash: 6baf371
People watching this port, also watch:: fxt, p5-Carp-Assert-More, p5-Cache-Cache, py39-blockdiag, R-cran-sandwich
Also Listed In: python
License: APACHE20
WWW:
http://blockdiag.com/en/actdiag/
Description:
`actdiag` generate activity-diagram image file from spec-text file. Features * Generate activity-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only).
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
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}actdiag>0:graphics/py-actdiag@${PY_FLAVOR}
To install the port:
cd /usr/ports/graphics/py-actdiag/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/py-actdiag
  • pkg install py39-actdiag
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-actdiag listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-actdiag
Package flavors (<flavor>: <package>)
  • py39: py39-actdiag
distinfo:
TIMESTAMP = 1651832668 SHA256 (actdiag-3.0.0.tar.gz) = 0efc9b2887d3ec765b0f45bde1d5757a52301151ea62bcc2297e77aad9264006 SIZE (actdiag-3.0.0.tar.gz) = 2574809

Packages (timestamps in pop-ups are UTC):
py37-actdiag
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--2.0.0---2.0.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-actdiag
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.0.0_13.0.0_1-3.0.0_13.0.0_1---
FreeBSD:13:quarterly3.0.03.0.0-3.0.03.0.0-3.0.03.0.0
FreeBSD:14:latest3.0.0_13.0.0_1-3.0.03.0.0_1--3.0.0
FreeBSD:14:quarterly3.0.03.0.0-3.0.03.0.0-3.0.03.0.0
FreeBSD:15:latest3.0.0_13.0.0_1n/a3.0.0n/a-3.0.0-
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-blockdiag>=1.5.0 : graphics/py-blockdiag@py39
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py39-actdiag-3.0.0_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
graphics_py-actdiag
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/a/actdiag/
  2. https://pypi.org/packages/source/a/actdiag/
Collapse this list.

Number of commits found: 45

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.0_1
09 Mar 2024 12:58:25
commit hash: 6baf37147e46a93b27669c8c12994d2945d78055commit hash: 6baf37147e46a93b27669c8c12994d2945d78055commit hash: 6baf37147e46a93b27669c8c12994d2945d78055commit hash: 6baf37147e46a93b27669c8c12994d2945d78055 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
graphics/py-actdiag: Move man pages to share/man

Approved by:	portmgr (blanket)
3.0.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
3.0.0
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
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)
3.0.0
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)
3.0.0
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)
3.0.0
07 May 2022 04:31:50
commit hash: f207f264f8a88ca3d15e2a7cecea87b7ed3fd184commit hash: f207f264f8a88ca3d15e2a7cecea87b7ed3fd184commit hash: f207f264f8a88ca3d15e2a7cecea87b7ed3fd184commit hash: f207f264f8a88ca3d15e2a7cecea87b7ed3fd184 files touched by this commit
TAKATSU Tomonari (tota) search for other commits by this committer
graphics/py-actdiag: Update to 3.0.0
2.0.0
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.
2.0.0
27 Apr 2020 13:46:27
Revision:533138Original commit files touched by this commit
bapt search for other commits by this committer
Move all py*diag version to newer version supporting python3

while here in blockdiag add a patch to fix backward compatibility

Reviewed by:	maintainer (tota)
Differential Revision:	https://reviews.freebsd.org/D24039
0.5.4_1
24 Mar 2020 19:54:57
Revision:529063Original commit files touched by this commit
antoine search for other commits by this committer
Convert the tree to use PY_PILLOW

With hat:	portmgr
Originally submitted by:	kai
0.5.4_1
24 Feb 2020 11:36:16
Revision:526962Original commit files touched by this commit
kai search for other commits by this committer
graphics/py-pillow: Update to 7.0.0

* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
  backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
  dropped the support for Python 2.

* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
  consumers that can be built for Python 2 or newer.

* Exceptions are ports that can be built only for either Python 2 or
  Python 3.  For the first case, consumers are just assigned to the
  repo-copied graphics/py-pillow6.

* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
  listed in setup.py as a build dependency [1] and relax the version
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.5.4
23 Feb 2020 15:25:53
Revision:526925Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
0.5.4
19 Feb 2020 17:59:36
Revision:526520Original commit files touched by this commit
antoine search for other commits by this committer
Clean up USES

With hat:	portmgr
0.5.4
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.5.4
20 Jun 2018 16:58:30
Revision:472881Original commit files touched by this commit
mat search for other commits by this committer
Use the correct variable for dependency lines.

PKGNAMEPREFIX the name of the current package prefix, it is not correct
to use it for other package names.

Sponsored by:	Absolight
0.5.4
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.5.4
10 Apr 2016 09:37:12
Revision:412906Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.5.4
- Fix Python version
- Make use of options helpers
0.5.3
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.5.3
17 Aug 2015 14:20:41
Revision:394508Original commit files touched by this commit
mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
0.5.3
26 Sep 2014 07:40:06
Revision:369306Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.5.3
- Add LICENSE_FILE
- Convert to USES=python
- Update WWW: in pkg-descr
0.5.1
26 Apr 2014 21:18:07
Revision:352378Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.5.1
  * Switch run-time dependency from PIL to Pillow
- Use USE_PYDISTUTILS= yes instead of USE_PYDISTUTILS= easy_install
- Use PYDISTUTILS_AUTOPLIST
  * Remove pkg-plist, accordingly
- Support STAGEDIR
  * Make DOCS unconditional to stage
- Unmute INSTALL_DATA and INSTALL_MAN in post-install target

PR:		ports/188882 (based on)
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
0.4.3
21 Feb 2014 13:37:16
Revision:345412Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove trailing whitespaces from category graphics
0.4.3
10 Feb 2014 13:54:28
Revision:343634Original commit files touched by this commit
ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
0.4.3
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
0.4.3
30 Dec 2013 20:55:19
Revision:338168Original commit files touched by this commit
ohauer search for other commits by this committer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
0.4.3
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.4.3
11 Feb 2013 01:28:43
Revision:312037Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.4.3
- Remove indefinite article from COMMENT
- Replace NOPORTDOCS with PORT_OPTIONS:MDOCS
0.4.1
29 Oct 2012 22:37:47
Revision:306647Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.4.1

Feature safe:	yes
0.4.0
24 Oct 2012 16:16:30
Revision:306348Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.4.0

Feature safe:	yes
0.3.4
01 Oct 2012 22:01:24
Revision:305143Original commit files touched by this commit
tota search for other commits by this committer
- Remove LICENSE_FILE for well-known licenses
- Fix USE_PYTHON to -2.7 because 2.4 and 2.5 have been removed from the tree

Pointed out by:	rm@ (via private e-mail)
0.3.4
30 Sep 2012 20:28:33
Revision:305084Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.3.4
- Convert to new Makefile header
- Trim WWW: line in pkg-descr
0.3.3
25 Apr 2012 12:18:10
Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.3.3
- Fix minimal version of dependency on blockdiag which should have been
  set to 1.1.2 since actdiag 0.3.1
0.3.2
16 Mar 2012 19:42:19
Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.3.2

Feature safe:   yes
0.3.1
16 Feb 2012 11:42:07
Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.3.1
0.3.0
09 Jan 2012 15:41:08
Original commit files touched by this commit
tabthorpe search for other commits by this committer
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:             ports/163521
Submitted by:   Pedro Giffuni <pfg apache.org>
Hat:            portmgr
Exp run by:     pav
0.3.0
23 Nov 2011 04:38:29
Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.3.0

Feature safe:   yes
0.2.4
11 Nov 2011 21:34:46
Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.2.4

Feature safe:   yes
0.2.3
07 Nov 2011 17:15:33
Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.2.3
0.2.2
03 Nov 2011 05:02:15
Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.2.2
0.2.1
03 Nov 2011 01:50:09
Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.2.1
0.2.0
21 Oct 2011 23:08:41
Original commit files touched by this commit
tota search for other commits by this committer
- Fix minimal version of blockdiag dependency in RUN_DEPENDS
0.2.0
21 Oct 2011 16:25:58
Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.2.0
0.1.9
12 Oct 2011 22:15:54
Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.1.9
- Add manpage
0.1.8
01 Oct 2011 02:34:22
Original commit files touched by this commit
tota search for other commits by this committer
- Update to 0.1.8
- Restrict USE_PYTHON range
0.1.7
07 Aug 2011 09:46:45
Original commit files touched by this commit
tota search for other commits by this committer
- Add a new port: graphics/py-actdiag

  `actdiag` generate activity-diagram image file from spec-text file.

  Features
    * Generate activity-diagram from dot like text (basic feature).
    * Multilingualization for node-label (utf-8 only).

  WWW:  http://blockdiag.com/actdiag/build/html/

Number of commits found: 45