Commit graph

20 commits

Author SHA1 Message Date
Rene Ladan
c7b6c8eaf9 Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by:	Mark Millard via private e-mail
2017-04-21 20:25:00 +00:00
Rene Ladan
676b34a127 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.
2017-02-15 21:33:11 +00:00
Rene Ladan
921fd6118f Return ports maintained by John Marino to the pool, see r433827 for details 2017-02-11 12:42:30 +00:00
John Marino
94e039f354 lang/adacontrol: Upgrade version 1.17r3 => 1.18r9
The big feature for adacontrol 1.18 is the direct support of .gpr project
files.  Unfortunately, the project support requires devel/gnatcoll, a heavy
dependency.  Thus, a PROJECT option was created which is "OFF" by default to
maintain the relatively lean dependency requirements.  If project support is
vital, reconfigure the build with the PROJECT option.
2016-11-15 23:25:04 +00:00
John Marino
e94e672950 lang/asis: Upgrade version 2015 => 2016
Bump ports that depend on ASIS as well.
2016-06-10 00:34:33 +00:00
John Marino
d0c4d21a83 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).
2016-04-30 06:44:27 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
John Marino
2add4ad79d lang/adacontrol: distfile was re-rolled
The upstream distfile was changed.  Most of the changes were regenerated
documentation, but a build file (gpr) was also updated.  The changes are
legitimate (but should have been provided r4)

Introduce DIST_SUBDIR now that adacontrol joined the reroll club.
2015-11-15 12:59:28 +00:00
John Marino
c4864f653b lang/adacontrol: Upgrade version 1.16r11 => 1.17r3 2015-11-07 11:43:47 +00:00
Jimmy Olgeni
41a7072cfb Typos, whitespace and capitalization fixes (G-P). 2015-09-20 20:54:08 +00:00
Dmitry Marakasov
242481663d - Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
2015-08-26 19:37:57 +00:00
John Marino
fa93bad121 Remove @dirrm from 10 of my lang ports
The majority of these ports had generated plists, not static ones.
2014-10-16 11:53:42 +00:00
John Marino
563d9ac1a1 lang/adacontrol: Upgrade version 1.16r10 => 1.16r11 2014-08-07 20:47:12 +00:00
John Marino
e64ec3301c lang/adacontrol: Upgrade version 1.15r5 => 1.16r10
Rule changes according to HISTORY file since version 1.15r5:

New rules:
----------
positional_associations (took over style (positional_association))
type_usage
unit_pattern
unsafe_elaboration

Changes to existing rules:
--------------------------
No_Operator_Usage:
  added observed relational
  Changed syntax
  Filtering on indexing in addition to logical operators
Style (Multiple_Elements):
  separated keywords from other subrules
  (Casing_Identifier, original): Check closing identifier, allow multiple
     casing options.
  Positional_Association: removed, now subrule of Positional_Associations.
  Parameter_Order, Formal_Parameter_Order: modes are separated by "|".
  Multiple_Element: checks proper presentation of "end", "for ... loop"
With_Clauses:
  Handle correctly case of with clauses required due to a use clause
  or pragma Elaborate for the same package in the context clauses.
Use_Clauses
  Added subrules type, type_global, type_local.
Array_Declarations:
  Slightly changed the syntax of the component subrule.
Case_Statements:
  Added subrule values_if_others
Declarations:
  Added subrules box_defaulted_formal_function,
    name_defaulted_formal_function, box_defaulted_formal_procedure,
    name_defaulted_formal_procedure, null_defaulted_formal_procedure,
    non_ravenscar_task, access_constrained_array_type,
    access_unconstrained_array_type, access_def_discriminated_type,
    access_nondef_discriminated_type,
    access_unknown_discriminated_type, access_formal_type,
    access_language_type, equality_operator
  Better placement of some messages
Dependencies:
  Added subrules public_child, private_child
Expressions:
  Added subrules in, not_in, static_membership, and_array,
    and_logical, and_binary, or_array, or_logical, or_binary,
    xor_array, xor_logical, xor_binary, upward_conversion,
    downward_conversion, extension_aggregate, extendable_aggregate,
    array_positional_others, array_named_others,
    unconverted_fixed_multiplying_op
  Subrule Mixed_Operators considers membership tests and short circuit forms
Local_Hiding:
   Added modifiers Not_Identical_Renaming, Not_Different_Families
Global_References:
   Added subrules read, written
Multiple_Assignments:
   The rule has been renamed to "Assignments"
   Added subrule sliding.
   Added criterion total.
Naming_Convention:
  Added specific patterns by object and functions type names and categories
  Added subrules regular_static_constant, regular_nonstatic_constant
Object declarations:
  Added subrule type.
Parameter_Declarations:
  Added subrules tagged_parameters, class_wide_parameters.
  Added callables dispatching_function, dispatching_parameter
Reduceable_Scope:
   Don't suggest moving declarations to a task specification
Representation_Clauses:
  Added subrule no_bit_order_layout
Statements:
  Added subrules named_exit, exit_plain_loop, simple_block,
    unnamed_simple_block, redispatching_call.
  Normalized behaviour of subrule exit.
2014-04-13 10:24:01 +00:00
John Marino
619e18e8ef lang/adacontrol: Reaction to gcc-aux upgrade to gcc49
While the version remains the same, AdaControl comes with two flavors of
distfiles: "old" and "new".  The "old" distfile was appropriate for
gcc47-aux, but the "new" one is required for the gcc49-based ada compiler.
This change updates the distfile to be used to build adacontrol.
2014-03-14 08:36:33 +00:00
John Marino
029a2d7f9e Tie libgnat_util.a to libasis
Rather than specify gnat_util every time ASIS is a dependency, set it
as a library dependency for ASIS.  LIB_DEPENDS doesn't work because it
is a static library, so just manually add libgnat_util.a to BUILD_DEPENDS
and RUN_DEPENDS, then adjust 3 ports accordingly.
2014-03-13 23:46:25 +00:00
John Marino
2f6d3e8d31 lang/adacontrol: Define LICENSE (GPLv2 + GMGPL) 2014-02-15 16:15:34 +00:00
John Marino
a1385b8a28 lang/adacontrol: Convert to staging 2013-11-10 15:10:03 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
John Marino
25a3e224f5 Add new port: lang/adacontrol
Adacontrol is a tool that analyzes language constructs in Ada programs.  It
can be used as a standalone tool, or integrated into other tools.  An
example of integration can be seen with the upcoming devel/ahven port.

Approved by:	bapt (mentor)
2013-07-21 14:26:31 +00:00