Port details |
- qfsm Graphical tool for designing finite state machines
- 0.54.0 cad
=1 0.54.0Version of this port present on the latest quarterly branch.
- DEPRECATED: Qt4 has been EOL since december 2015
This port expired on: 2019-03-15
- 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: 2002-04-11 18:27:49
- Last Update: 2019-03-16 21:55:51
- SVN Revision: 495967
- People watching this port, also watch:: p5-type1inst, screen, python
- License: GPLv3+
- WWW:
- http://qfsm.sourceforge.net/
- Description:
- Qfsm is a graphical editor for finite state machines written in C++ using Qt.
Finite state machines are a model to describe complex objects or systems in
terms of the states they may be in. In practice they can used to create
regular expressions, scanners or other program code.
Current features of Qfsm are:
- Creation, editing, loading and saving of binary and ASCII machines
- Drawing of states and transitions
- Binary and ASCII condition codes
- Setting of a start state and end states
- Zooming
- Cut, copy & paste inside Qfsm
- Printing of diagrams
- Multiple windows
- Integrity check
- Interactive simulation
- AHDL/VHDL export
- State table export (Latex, HTML)
WWW: http://qfsm.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: qfsm
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (qfsm-0.54.0-Source.tar.bz2) = 2b53b7e54e42d4c188f62220aaae3d3fb5e8239b8ac8e88f793689cc0a5b8766
SIZE (qfsm-0.54.0-Source.tar.bz2) = 2130183
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- update-desktop-database : devel/desktop-file-utils
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- xi.pc : x11/libXi
- moc : devel/qt4-moc
- qmake : devel/qt4-qmake
- rcc : devel/qt4-rcc
- uic : devel/qt4-uic
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- xi.pc : x11/libXi
- Library dependencies:
-
- libatk-1.0.so : accessibility/atk
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libpango-1.0.so : x11-toolkits/pango
- libQtCore.so : devel/qt4-corelib
- libQtGui.so : x11-toolkits/qt4-gui
- libQt3Support.so : devel/qt4-qt3support
- libQtSvg.so : graphics/qt4-svg
- libQtXml.so : textproc/qt4-xml
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for qfsm-0.54.0:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
GRAPHVIZ=off: Graphviz graph drawing support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- qt:4 tar:bzip2 cmake desktop-file-utils gnome
- 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 |
0.54.0 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
0.54.0 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
0.54.0 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
0.54.0 03 Jun 2018 23:41:53 |
truckman |
Unbreak qfsm build with clang 6.0 by fixing two instances of:
error: cannot initialize return object of type 'Project *' with an
rvalue of type 'bool'
Pet portlint. |
0.54.0 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.54.0 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.54.0 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
0.54.0 26 Jan 2015 23:05:42 |
thierry |
Upgrade to 0.54 ans respect options for docs and examples.
Changelog at <http://qfsm.sourceforge.net/changes.html>. |
0.53.0 23 Sep 2014 16:32:17 |
amdmi3 |
- Drop @dirrm* from plist |
0.53.0 01 Jun 2014 14:48:08 |
ohauer |
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) |
0.53.0 20 Jan 2014 20:48:12 |
antoine |
- Stage support
- Use OPTIONS helpers |
0.53.0 22 Oct 2013 13:57:35 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])
Approved by: portmgr (bdrewery) |
0.53.0 20 Sep 2013 15:58:42 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
0.53.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.53.0 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.53.0 19 Jul 2012 17:23:59 |
sperber |
- Update to version 0.53.0
- Switch to optionsng
PR: ports/169404
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor) |
0.52.0_2 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.52.0_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.52.0_1 14 Nov 2011 03:26:46 |
rakuco |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes |
0.52.0_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.52.0_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.52.0 21 Jan 2010 21:14:48 |
miwi |
- Update to 0.52.0
PR: 142977
Submitted by: Ports Fury |
0.51.0_1 22 Aug 2009 00:15:15 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
0.51.0_1 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
0.51.0 21 Feb 2009 00:09:08 |
miwi |
- Update to 0.51.0
PR: 131840
Submitted by: Ports Fury |
0.50_1 06 Jun 2008 13:14:15 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.50 30 Apr 2008 06:56:23 |
miwi |
- Add missing patch
Submitted by: pointyhat |
0.50 27 Apr 2008 08:22:28 |
miwi |
- Update to 0.50
PR: 122495
Submitted by: Ports Fury |
0.46 03 Jan 2008 11:39:30 |
miwi |
- Update to 0.46
PR: 119162
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.45 05 Oct 2007 21:53:51 |
miwi |
- Update 0.45
PR: 116922
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.44 20 Sep 2007 16:17:51 |
lme |
Update to 0.44
PR: ports/114739
Submitted by: KATO Tsuguru <tkato432 (at) yahoo.com>
Approved by: miwi (mentor) |
0.43_1 02 Aug 2007 12:30:34 |
arved |
Fix build on 64bit platforms |
0.43_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.43 03 May 2006 23:38:41 |
edwin |
remove USE_REINPLACE for all ports with categories starting with C |
0.43 26 Jan 2006 04:23:16 |
kris |
Add missing USE_PERL5_BUILD |
0.43 24 Nov 2005 00:22:47 |
pav |
- Add SHA256 |
0.43 29 Sep 2005 13:37:44 |
lofi |
Fix bogus ui files in preparation for Qt 3.3.5 |
0.43 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.43 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.43 21 Jan 2005 19:24:17 |
krion |
Update to version 0.43
PR: ports/76541
Submitted by: Ports Fury |
0.42b 07 Dec 2004 11:25:12 |
lesi |
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade |
0.42b 16 Mar 2004 16:24:12 |
krion |
- Update to version 0.42b
PR: ports/64330
Submitted by: Ports Fury |
0.41_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.41_1 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
0.41_1 12 May 2003 09:01:35 |
ijliao |
Support CXXFLAGS properly
PR: 51935
Submitted by: Ports Fury |
0.41 07 May 2003 06:42:31 |
ijliao |
unbreak by upgrading to 0.41 |
0.40 06 May 2003 23:44:43 |
kris |
BROKEN: Does not compile |
0.40 20 Feb 2003 16:52:46 |
knu |
De-pkg-comment. |
0.40 22 Dec 2002 13:26:03 |
ijliao |
fix build on -current
PR: 46466
Submitted by: Ports Fury |
0.40 23 Jun 2002 04:22:13 |
pat |
Update to 0.40
PR: 39165
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
0.30 11 Apr 2002 18:27:36 |
ijliao |
add qfsm 0.30
A graphical tool for designing finite state machines |