cfed FreshPorts -- cad/qfsm
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
qfsm 0.53.0 cad on this many watch lists=1 search for ports that depend on this port
A graphical tool for designing finite state machines

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: 11 Apr 2002 18:27:49
License: GPLv3


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/cmake
  2. x11/libXi
  3. devel/qt4-corelib
  4. x11-toolkits/qt4-gui
  5. devel/qt4-moc
  6. devel/qmake4
  7. devel/qt4-qt3support
  8. devel/qt4-rcc
  9. graphics/qt4-svg
  10. devel/qt4-uic
  11. textproc/qt4-xml
  12. devel/desktop-file-utils
  13. graphics/gtk-update-icon-cache
Required To Run:
  1. x11/libXi
  2. devel/qt4-corelib
  3. x11-toolkits/qt4-gui
  4. devel/qt4-qt3support
  5. graphics/qt4-svg
  6. textproc/qt4-xml
  7. devel/desktop-file-utils
  8. devel/gio-fam-backend
  9. graphics/gtk-update-icon-cache
Required Libraries:
  1. devel/glib20
  2. devel/pcre
  3. accessibility/atk
  4. graphics/gdk-pixbuf2
  5. x11-toolkits/pango
There are no ports dependent upon this port

To install the port: cd /usr/ports/cad/qfsm/ && make install clean
To add the package: pkg_add -r qfsm


Configuration Options
===> The following configuration options are available for qfsm-0.53.0:
     DOCS=on: Build and/or install documentation
     EXAMPLES=on: Build and/or install examples
     GRAPHVIZ=off: Graphviz support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  3. http://freefr.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  4. http://garr.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  5. http://heanet.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  6. http://hivelocity.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  7. http://ignum.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  8. http://internode.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  9. http://iweb.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  10. http://jaist.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  11. http://nchc.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  12. http://ncu.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  13. http://netcologne.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  14. http://osdn.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  15. http://space.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  16. http://sunet.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  17. http://superb-dca3.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  18. http://switch.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  19. http://tenet.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  20. http://ufpr.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/
  21. http://waix.dl.sourceforge.net/project/qfsm/qfsm/qfsm-0.53/

Number of commits found: 37

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
22 Mar 2013 20:06:15
Original commit files touched by this commit  0.53.0
makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
19 Jul 2012 17:23:59
Original commit files touched by this commit  0.53.0
sperber search for other commits by this committer
- Update to version 0.53.0
- Switch to optionsng

PR:           ports/169404
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
06 Jun 2012 06:44:38
Original commit files touched by this commit  0.52.0_2
miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
01 Jun 2012 05:26:28
Original commit files touched by this commit  0.52.0_2
dinoex search for other commits by this committer
- update png to 1.5.10
14 Nov 2011 03:26:46
Original commit files touched by this commit  0.52.0_1
rakuco search for other commits by this committer
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
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.52.0_1
miwi search for other commits by this committer
- Get Rid MD5 support
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.52.0_1
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
21 Jan 2010 21:14:48
Original commit files touched by this commit  0.52.0
miwi search for other commits by this committer
- Update to 0.52.0

PR:             142977
Submitted by:   Ports Fury
22 Aug 2009 00:15:15
Original commit files touched by this commit  0.51.0_1
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with B,C
24 Mar 2009 19:13:32
Original commit files touched by this commit  0.51.0_1
makc search for other commits by this committer
bump PORTREVISION after cmake update
21 Feb 2009 00:09:08
Original commit files touched by this commit  0.51.0
miwi search for other commits by this committer
- Update to 0.51.0

PR:             131840
Submitted by:   Ports Fury
06 Jun 2008 13:14:15
Original commit files touched by this commit  0.50_1
edwin search for other commits by this committer
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)
30 Apr 2008 06:56:23
Original commit files touched by this commit  0.50
miwi search for other commits by this committer
- Add missing patch

Submitted by:   pointyhat
27 Apr 2008 08:22:28
Original commit files touched by this commit  0.50
miwi search for other commits by this committer
- Update to 0.50

PR:             122495
Submitted by:   Ports Fury
03 Jan 2008 11:39:30
Original commit files touched by this commit  0.46
miwi search for other commits by this committer
- Update to 0.46

PR:             119162
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
05 Oct 2007 21:53:51
Original commit files touched by this commit  0.45
miwi search for other commits by this committer
- Update 0.45

PR:             116922
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
20 Sep 2007 16:17:51
Original commit files touched by this commit  0.44
lme search for other commits by this committer
Update to 0.44

PR:             ports/114739
Submitted by:   KATO Tsuguru <tkato432 (at) yahoo.com>
Approved by:    miwi (mentor)
02 Aug 2007 12:30:34
Original commit files touched by this commit  0.43_1
arved search for other commits by this committer
Fix build on 64bit platforms
19 May 2007 20:32:57
Original commit files touched by this commit  0.43_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
03 May 2006 23:38:41
Original commit files touched by this commit  0.43
edwin search for other commits by this committer
remove USE_REINPLACE for all ports with categories starting with C
26 Jan 2006 04:23:16
Original commit files touched by this commit  0.43
kris search for other commits by this committer
Add missing USE_PERL5_BUILD
24 Nov 2005 00:22:47
Original commit files touched by this commit  0.43
pav search for other commits by this committer
- Add SHA256
29 Sep 2005 13:37:44
Original commit files touched by this commit  0.43
lofi search for other commits by this committer
Fix bogus ui files in preparation for Qt 3.3.5
12 Apr 2005 03:26:57
Original commit files touched by this commit  0.43
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  0.43
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
21 Jan 2005 19:24:17
Original commit files touched by this commit  0.43
krion search for other commits by this committer
Update to version 0.43

PR:             ports/76541
Submitted by:   Ports Fury
07 Dec 2004 11:25:12
Original commit files touched by this commit  0.42b
lesi search for other commits by this committer
Fix build without imake.

Pointed out by: dosirak via kris, while testing X.Org upgrade
16 Mar 2004 16:24:12
Original commit files touched by this commit  0.42b
krion search for other commits by this committer
- Update to version 0.42b

PR:             ports/64330
Submitted by:   Ports Fury
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.41_2
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
27 Jan 2004 20:51:07
Original commit files touched by this commit  0.41_1
trevor search for other commits by this committer
Add SIZE.
12 May 2003 09:01:35
Original commit files touched by this commit  0.41_1
ijliao search for other commits by this committer
Support CXXFLAGS properly

PR:             51935
Submitted by:   Ports Fury
07 May 2003 06:42:31
Original commit files touched by this commit  0.41
ijliao search for other commits by this committer
unbreak by upgrading to 0.41
06 May 2003 23:44:43
Original commit files touched by this commit  0.40
kris search for other commits by this committer
BROKEN: Does not compile
20 Feb 2003 16:52:46
Original commit files touched by this commit  0.40
knu search for other commits by this committer
De-pkg-comment.
22 Dec 2002 13:26:03
Original commit files touched by this commit  0.40
ijliao search for other commits by this committer
fix build on -current

PR:             46466
Submitted by:   Ports Fury
23 Jun 2002 04:22:13
Original commit files touched by this commit  0.40
pat search for other commits by this committer
Update to 0.40

PR:             39165
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
11 Apr 2002 18:27:36
Original commit files touched by this commit  0.30
ijliao search for other commits by this committer
add qfsm 0.30
A graphical tool for designing finite state machines

Number of commits found: 37

2823
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24529
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days26
new fortnight58
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0