Port details |
- simple_components Simple Ada Components
- 4.18_1 devel
=0 4.18_1Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months This port expired on: 2020-05-05 IGNORE: is marked as broken: unfetchable
- Maintainer: rodakay@internode.on.net
- Port Added: 2015-08-09 22:38:38
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- License: GPLv2 GMGPL
- WWW:
- http://www.dmitry-kazakov.de/ada/components.htm
- Description:
- This is a library created by Dmitry Kazakov out of necessity, which was
released under the GMGPL and provides Ada implementations of:
- smart pointers - B-trees
- directed graphs - stacks
- sets - tables
- maps - string editing
- unbounded arrays - expression analyzers
- lock-free data structures
- synchronization primitives (events, race condition free pulse events,
arrays of events, reentrant mutexes, deadlock-free arrays of mutexes)
- pseudo-random non-repeating numbers
- symmetric encoding and decoding
- IEEE 754 representations support
- multiple connections server/client designing tools.
Tables management and strings editing are described in separate documents;
see Tables and Strings edit. The library is kept conform to the Ada 95,
Ada 2005, Ada 2012 language standards.
WWW: http://www.dmitry-kazakov.de/ada/components.htm
-
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:
-
- simple_components>0:devel/simple_components
- No installation instructions:
- This port has been deleted.
- PKGNAME: simple_components
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1486551607
SHA256 (components_4_18.tgz) = ff6489557193f8729a32ba123d0f896d91b6a6984599ded166b0e060165065a6
SIZE (components_4_18.tgz) = 3063098
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:
-
- gprbuild : devel/gprbuild
- ada : lang/gcc6-aux
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- ada tar:tgz
- 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 |
4.18_1 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
4.18_1 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
4.18_1 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
4.18_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
4.18 08 Feb 2017 19:25:50 |
marino |
devel/simple_components: Upgrade version 4.17 => 4.18 |
4.17 13 Dec 2016 21:00:11 |
marino |
devel/simple_components: Upgrade version 4.13 => 4.17 |
4.13 30 May 2016 20:54:17 |
marino |
devel/simple_components: Upgrade version 4.12 => 4.13
This version fixes bugs in the MQTT broker. |
4.12_1 30 Apr 2016 06:44:28 |
marino |
Change Ada Framework foundation from gcc5-aux to gcc6-aux
GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.
Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.
Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result. Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only). |
4.12 16 Apr 2016 11:05:57 |
marino |
devel/simple_components: Upgrade version 4.11 => 4.12
Approved by: maintainer via IRC |
4.11 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.11 04 Mar 2016 13:47:23 |
marino |
devel/simple_components: Upgrade version 4.8 => 4.11
Approved by: maintainer (via #ada) |
4.8 12 Dec 2015 23:02:03 |
bapt |
Mark as broken: does not fetch |
4.8 10 Aug 2015 12:30:57 |
marino |
devel/simple_components: Complement license definition
GMGPL is always coupled with GPLv2. |
4.8 09 Aug 2015 22:38:24 |
marino |
Add new port devel/simple_components
Submitted via IRC by Rod Kay (charlie5 on Freenode #ada)
=======
This is a library created by Dmitry Kazakov out of necessity, which was
released under the GMGPL and provides Ada implementations of:
- smart pointers - B-trees
- directed graphs - stacks
- sets - tables
- maps - string editing
- unbounded arrays - expression analyzers
- lock-free data structures
- synchronization primitives (events, race condition free pulse events,
arrays of events, reentrant mutexes, deadlock-free arrays of mutexes)
- pseudo-random non-repeating numbers
- symmetric encoding and decoding
- IEEE 754 representations support
- multiple connections server/client designing tools.
Tables management and strings editing are described in separate documents;
see Tables and Strings edit. The library is kept conform to the Ada 95,
Ada 2005, Ada 2012 language standards. |