Port details |
- pragmarcs PragmAda Reusable Components
- 20161207_1 devel
=0 20161207_1Version of this port present on the latest quarterly branch.
- 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: 2016-03-04 14:57:51
- Last Update: 2022-02-28 21:34:25
- Commit Hash: 8e2a89b
- License: GPLv2 GMGPL
- WWW:
- http://pragmada.x10hosting.com/pragmarc.htm
- Description:
- PragmAda Reusable Components (PragmARCs) from PragmAda S/W Engineering
Provides basic to high-level reusable components to reduce requirements
to write new code by 50%. An non-comprehensive component list:
* ANSI TTY control * Assertion handler * Assignment
* Unbounded bags * Binary searcher * Binary semaphores
* Regex matcher * Complex numbers * Date handler
* Card deck handler * Concurrent forwarder * Genetic algorithm
* New getline * fast string hashing * Extended num. images
* Signed int. images * Least squares fitting * Linear eq. solver
* Bounded lists * Unbounded lists * Extended maths
* GCD/LCM Int. functs * Generic math functs * Matrix maths
* Text menu handler * Min/Max functions * Mix case converter
* Concurrent monitor * Postfix calculator * Protected options
* Bounded queues * Blocking queues * Quick searcher
* Generic Regex * REM neural network * Safe pointers
* Safe suspension * Safe semaphores * Discrete operations
* Skip lists * Generic heap sort * Generic insert sort
* Quick in-place sort * Generic radix sort * General stacks
* 3-way comparisons * Random Num. generator * and more!
WWW: http://pragmada.x10hosting.com/pragmarc.htm
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pragmarcs>0:devel/pragmarcs
- No installation instructions:
- This port has been deleted.
- PKGNAME: pragmarcs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1481663178
SHA256 (jrcarter-PragmARC-20161207-1378e7a_GH0.tar.gz) = 7b65a71ddc5aa9e3aeb636a15a6d28de9daaf80c7efa415a72de933f244eb99e
SIZE (jrcarter-PragmARC-20161207-1378e7a_GH0.tar.gz) = 95176
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:
-
- ada : lang/gcc6-aux
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pragmarcs
- USES:
- ada
- 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 |
20161207_1 28 Feb 2022 21:34:25 |
Rene Ladan (rene) |
cleanup: Remove ports depending on expired lang/gcc6-aux
Keep ports-mgmt/synth and dependencies (including lang/gcc6-aux itself)
for now as synth is the only Ada port still maintained and might be
somewhat high-profile.
Removed ports:
archivers/zip-ada
cad/ghdl
databases/adabase
databases/apq
databases/apq-mysql
databases/apq-odbc
databases/apq-pgsql
devel/ada-util (Only the first 15 lines of the commit message are shown above ) |
20161207_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20161207_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). |
20161207 21 Apr 2017 20:25:01 |
rene |
Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by: Mark Millard via private e-mail |
20161207 15 Feb 2017 21:33:11 |
rene |
Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time. |
20161207 11 Feb 2017 12:42:30 |
rene |
Return ports maintained by John Marino to the pool, see r433827 for details |
20161207 13 Dec 2016 21:11:36 |
marino |
devel/pragmarcs: Upgrade version 20160904 => 20161207 |
20160904 06 Sep 2016 20:28:52 |
marino |
devel/pragmarcs: Add Concurrent_Pipeline and Holders components
This syncs with repository 04 SEP 2016. |
20160627 04 Jul 2016 16:24:01 |
marino |
devel/pragmarcs: Upgrade version 20160427 => 20160627
Adds Job_Pools and minor improvements to B_Strings. |
20160427_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). |
20160427 29 Apr 2016 18:24:11 |
marino |
devel/pragmarcs: upgrade version 20160302 => 20160427
This upgrade enables pragmarcs to be built by gcc6-aux
Submitted by: upstream maintainer (Jeffrey Carter) |
20160302 04 Mar 2016 14:57:38 |
marino |
Add new port devel/pragmarcs
PragmAda Reusable Components (PragmARCs) from PragmAda S/W Engineering
Provides basic to high-level reusable components to reduce requirements
to write new code by 50%. An non-comprehensive component list:
* ANSI TTY control * Assertion handler * Assignment
* Unbounded bags * Binary searcher * Binary semaphores
* Regex matcher * Complex numbers * Date handler
* Card deck handler * Concurrent forwarder * Genetic algorithm
* New getline * fast string hashing * Extended num. images
* Signed int. images * Least squares fitting * Linear eq. solver
* Bounded lists * Unbounded lists * Extended maths
* GCD/LCM Int. functs * Generic math functs * Matrix maths
* Text menu handler * Min/Max functions * Mix case converter
* Concurrent monitor * Postfix calculator * Protected options
* Bounded queues * Blocking queues * Quick searcher
* Generic Regex * REM neural network * Safe pointers
* Safe suspension * Safe semaphores * Discrete operations
* Skip lists * Generic heap sort * Generic insert sort
* Quick in-place sort * Generic radix sort * General stacks
* 3-way comparisons * Random Num. generator * and more! |