notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/adacontrol/distinfo

Number of commits found: 8

Monday, 28 Feb 2022
21:34 Rene Ladan (rene) search for other commits by this committer
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
devel/adabooch
devel/adaid
devel/ahven
devel/alog
devel/aunit
devel/florist-gpl
devel/gprbuild
devel/libspark2012
devel/matreshka
devel/pcsc-ada
devel/pragmarcs
devel/sdl_gnat
dns/ironsides
graphics/generic_image_decoder
lang/adacontrol
lang/asis
lang/gnat_util
lang/lua-ada
math/plplot-ada
misc/excel-writer
net/adasockets
net/anet
security/libadacrypt
textproc/adabrowse
textproc/templates_parser
textproc/words
textproc/xmlada
x11-toolkits/gtkada
x11-toolkits/gtkada3
commit hash: 8e2a89b541867f9b43bfefc59a9af5245cdb4c2c commit hash: 8e2a89b541867f9b43bfefc59a9af5245cdb4c2c commit hash: 8e2a89b541867f9b43bfefc59a9af5245cdb4c2c commit hash: 8e2a89b541867f9b43bfefc59a9af5245cdb4c2c 8e2a89b
Tuesday, 15 Nov 2016
23:25 marino search for other commits by this committer
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.
Original commitRevision:426188 
Sunday, 15 Nov 2015
12:59 marino search for other commits by this committer
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.
Original commitRevision:401702 
Saturday, 7 Nov 2015
11:43 marino search for other commits by this committer
lang/adacontrol: Upgrade version 1.16r11 => 1.17r3
Original commitRevision:400980 
Thursday, 7 Aug 2014
20:47 marino search for other commits by this committer
lang/adacontrol: Upgrade version 1.16r10 => 1.16r11
Original commitRevision:364321 
Sunday, 13 Apr 2014
10:24 marino search for other commits by this committer
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.
Original commitRevision:351199 
Friday, 14 Mar 2014
08:36 marino search for other commits by this committer
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.
Original commitRevision:348171 
Sunday, 21 Jul 2013
14:26 marino search for other commits by this committer
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)
Original commitRevision:323392 

Number of commits found: 8