Port details |
- florist-gpl POSIX Ada binding, IEEE Standards 1003.5(b,c)
- 2017_1 devel
=0 2017_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: 2007-01-05 08:46:54
- Last Update: 2022-02-28 21:34:25
- Commit Hash: 8e2a89b
- License: GPLv3
- WWW:
- http://libre.adacore.com/
- Description:
- Florist was produced by students and faculty of the Florida State University
Department of Computer Science, under contract to the US Department of
Defense, Defense Information Systems Agency, as a product of the POSIX Ada
Real-Time (PART) Project. When the contract was completed, in 1999, FSU turned
maintenance of Florist over to Ada Core Technologies, Inc.). The latest and
most complete free version is available from Adacore.
FLORIST is an implementation of the IEEE Standards 1003.5: 1992,
IEEE STD 1003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as
the POSIX Ada Bindings.
WWW: http://libre.adacore.com/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- florist-gpl>0:devel/florist-gpl
- No installation instructions:
- This port has been deleted.
- PKGNAME: florist-gpl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1503144668
SHA256 (florist-gpl-2017-src.tar.gz) = 086dd9c027ce4e8630967c99c45e3e280bebbb98d122a04f8e5232808d7d4295
SIZE (florist-gpl-2017-src.tar.gz) = 291583
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
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_florist-gpl
- USES:
- ada gmake
- 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 |
2017_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 ) |
2017_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2017_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). |
2017 19 Aug 2017 12:13:26 |
vanilla |
Update to 2017. |
2016 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 |
2016 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. |
2016 11 Feb 2017 12:42:30 |
rene |
Return ports maintained by John Marino to the pool, see r433827 for details |
2016 09 Jun 2016 23:39:16 |
marino |
devel/florist-gpl: upgrade version 2015 => 2016 |
2015_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). |
2015 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2015 16 Jun 2015 23:17:42 |
marino |
devel/florist-gpl: Upgrade version 2014 => 2015
This port now requires gprbuild.
It's been simplified by removing NetBSD-specific file and unnecessary
patch to configure.in. Since pconfig.DragonFly is the same as FreeBSD
version, this patch was removed and FreeBSD version copied.
The makefile is no longer BSD-make compatible, so gmake is also needed. |
2014 16 Oct 2014 10:36:15 |
marino |
marino 12 devel ports: Remove @dirrm, tend install commands, plus
The main purpose of this commit is to remove @dirrm from the pkg-plist of
some of my ports in devel category. While here, also:
* Unmask some commands
* Use parenthesis on compound commands for multi-job support
* Add a license in one case
* USES=python conversion in one case
* Add WWW and reformat description in one case
* Respect 80-columns |
2014 15 May 2014 13:00:56 |
marino |
devel/florist-gpl: Upgrade version 2012 => 2014
The annual Adacore release happened! |
2012_1 25 Apr 2014 23:25:47 |
marino |
devel/florist-gpl: Don't strip static library
Static libraries need to be installed with BSD_INSTALL_DATA macro
rather than BSD_INSTALL_LIB macro because the former will strip the
symbols from the library by default.
PR: ports/188993
Submitted by: Natacha Porte
Approved by: maintainer (self)
MFH: 2014Q2 |
2012 12 Mar 2014 10:04:11 |
marino |
devel/florist-gpl: Fix code style before gcc49 comes in
Part of florist is built with -gnatg which invokes style checking.
The upcoming GNAT compiler has stricter rules regarding the placement
of the "then" keyword. Florist was failing to build based on style
errors on gcc49. Patch this now on gcc47 to prepare for the Ada
compiler transition.
No bump; the code logic doesn't change. |
2012 10 Nov 2013 11:01:10 |
marino |
devel/florist-gpl: Convert to staging |
2012 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
2012 23 Aug 2013 07:08:00 |
marino |
devel/florist: Update maintainer to marino@
Weird, I unthinking put in my previous maintainer address instead of the
FreeBSD.org one.
Approved by: bapt/culot (mentors, implicit) |
2012 23 Aug 2013 06:57:09 |
marino |
florist-gpl, zip-ada: Add trailing slash for WWW field.
These trailing slashes may be required as web site does not appear on
FreshPorts entries.
Approved by: bapt/culot (mentors, implicit) |
2012 22 Aug 2013 23:19:33 |
marino |
Resurrect devel/florist-gpl and update from version 2006 to 2012
FLORIST is an implementation of the IEEE Standards 1003.5: 1992,
IEEE STD 1003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as
the POSIX Ada Bindings.
Approved by: bapt/culot (mentors, implicit) |
2006 20 Jan 2010 19:14:56 |
miwi |
2010-01-08 audio/dino: has been broken for 7 months
2010-01-08 devel/asis-gpl: has been broken for 3 months
2010-01-08 devel/florist-gpl: has been broken for 3 months
2010-01-08 devel/kdesvn: has been broken for 4 months
2010-01-08 devel/radrails: has been broken for 3 months
2010-01-08 devel/rubygem-rtags: has been broken for 5 months
2010-01-12 games/hattrickorganizer: Has been broken for quite some time
2010-01-08 games/laughingman: has been broken for 3 months
2010-01-08 devel/aunit: has been broken for 3 months
2010-01-18 devel/gdb53: has been broken for 3 months
2010-01-08 lang/ccscript: has been broken for 4 months
2010-01-08 lang/gnat-glade: has been broken for 3 months
2010-01-08 lang/xsb: has been broken for 6 months
2010-01-08 multimedia/nmm: has been broken for 3 months
2010-01-08 multimedia/sabbu: has been broken for 3 months
2010-01-08 net/adasockets: has been broken for 3 months
2010-01-08 textproc/bidiv: has been broken for 3 months
2010-01-08 textproc/xmlada-gps: has been broken for 3 months |
2006 08 Dec 2009 14:30:09 |
pav |
This port has been broken for 3+ months, thus
- Mark DEPRECATED and schedule for expiration in one month
With hat: portmgr |
2006 31 Aug 2009 16:24:50 |
erwin |
Mark BROKEN. does not build |
2006 24 Oct 2007 08:29:00 |
edwin |
fix index, fix check-for-distfiles-target |
2006 24 Oct 2007 02:47:35 |
edwin |
Include bsd.port.pre.mk before checking variables. |
2006 05 Jan 2007 08:44:45 |
miwi |
FLORIST is an implementation of the IEEE Standards 1003.5: 1992, IEEE
STD 1003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as
the POSIX Ada Bindings.
WWW: http://libre.adacore.com/
PR: ports/107411
Submitted by: John Merryweather Cooper |