Port details |
- fsmgenerator Finite State Machine generating software
- 1.0.b.7_1 devel
=0 1.0.b.7_1Version of this port present on the latest quarterly branch.
- BROKEN: Fails to link
DEPRECATED: Broken for more than 6 months This port expired on: 2014-11-26 IGNORE: is marked as broken: Fails to link
- 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: 2004-01-05 08:28:31
- Last Update: 2014-11-29 14:33:16
- SVN Revision: 373618
- License: not specified in port
- WWW:
- http://fsmgenerator.sourceforge.net/
- Description:
- Similarly to the Finite Automata model in Computer Science, Finite State
Machine model finds its widest use in Software Engineering. As a software
development design pattern, FSM occurs in many software solutions, but unlike
most of its pattern counterparts, FSM requires substantial time for manual
implementation. But the really devastating part of manual implementation is
usually in its increasing cost of change and maintenance. All of the above
considerations eventually converge to a necessity of automatic, fault-free FSM
generation.
WWW: http://fsmgenerator.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 - There is no configure plist information for this port.
- Dependency lines:
-
- fsmgenerator>0:devel/fsmgenerator
- No installation instructions:
- This port has been deleted.
- PKGNAME: fsmgenerator
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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:
-
- gmake : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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.0.b.7_1 29 Nov 2014 14:33:16 |
rene |
Remove expired ports:
2014-11-26 vietnamese/vnlpr: Broken for more than 6 months
2014-11-26 devel/fsmgenerator: Broken for more than 6 months
2014-11-26 graphics/multiraw: Depends on broken and deprecated graphics/dcraw-m
2014-11-26 news/fidogate-ds: Broken for more than 6 months
2014-11-26 net/py-yadis: Broken for more than 6 months
2014-11-26 textproc/ruby-diff: Broken for more than 6 months
2014-11-26 audio/cowbell: Broken for more than 6 months
2014-11-26 lang/ironpython: Broken for more than 6 months
2014-11-26 www/dpsearch: Broken for more than 6 months
2014-11-26 multimedia/y4mscaler: Broken for more than 6 months
2014-11-26 devel/rubygem-dep_selector: Broken for more than 6 months |
1.0.b.7_1 25 Oct 2014 16:49:19 |
antoine |
Deprecate ports broken for more than 6 months |
1.0.b.7_1 24 Jun 2014 22:48:23 |
bapt |
Use MAKE_CMD |
1.0.b.7_1 20 Apr 2014 20:34:29 |
antoine |
Mark broken: fails to link
...
generator/FSMJavaGenerator.o:FSMJavaGenerator.cpp:(.text+0xb0e): more undefined
references to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char> >&, char const*)' follow
generator/FSMJavaGenerator.o:(.rodata._ZTIN12FSMGenerator16FSMJavaGeneratorE[_ZTIN12FSMGenerator16FSMJavaGeneratorE]+0x0):
undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
generator/FSMJavaGenerator.o:(.eh_frame+0x13): undefined reference to
`__gxx_personality_v0'
gmake[2]: *** [fsmgenerator] Error 1
Reported by: pkg-fallout |
1.0.b.7_1 01 Apr 2014 15:19:44 |
pawel |
- Fix build with clang, respect CC and CFLAGS
- Add staging support
- Switch to USES=gmake
- Strip program |
1.0.b.7_1 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.0.b.7_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.0.b.7_1 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.0.b.7_1 04 Jun 2009 11:01:21 |
itetcu |
Fix install with custom PREFIX
Reported by: QATty |
1.0.b.7_1 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
1.0.b.7_1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.0.b.7_1 05 Feb 2004 20:38:07 |
trevor |
Use PLIST_FILES.
Reviewed by: marcus |
1.0.b.7_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.0.b.7 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.0.b.7 05 Jan 2004 08:26:43 |
ijliao |
add fsmgenerator 1.0b7
Finite State Machine generating software |