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: net-mgmt/torrus/pkg-plist

Number of commits found: 15

Sunday, 25 Feb 2024
06:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net-mgmt/torrus: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: fe09defbbec8f7069718ce486e495ce61b3a3574 commit hash: fe09defbbec8f7069718ce486e495ce61b3a3574 commit hash: fe09defbbec8f7069718ce486e495ce61b3a3574 commit hash: fe09defbbec8f7069718ce486e495ce61b3a3574 fe09def
Thursday, 26 May 2016
07:42 pi search for other commits by this committer
net-mgmt/torrus: 2.07 -> 2.09

- Torrus/Renderer/RPC.pm (rpc_timeseries): TIMESERIES RPC
  call now returns title, labels, and vertical_label
- init.d/torrus.in: utilize the new launcher in init script
- bin/launcher.in: new utility for starting-stopping daemons
- bin/action_snmptrap.in: TORRUS_NPCOMMENT is deliverd in .10 in SNMP traps
- Torrus/DevDiscover/RFC2670_DOCS_IF.pm: new discovery
  parameter: RFC2670_DOCS_IF::disable-downstreams
- Torrus/Collector/SNMP_Params.pm: "aes128cfb" is invalid
  value for snmp-privprotocol, should be "aes"
- Torrus/Collector/SNMP.pm: DNS errors treated as host
  unreachable; reachability statistics more accurate
- Torrus/Renderer/RPC.pm (rpc_timeseries): added DATAONLY
  parameter for TIMESERIES RPC call
- Torrus/Renderer/RPC.pm: AGGREGATE_DS RPC call now works
  for leaves without MAX RRA
- Torrus/Renderer/RRDtool.pm (rrd_make_hrules): using
  skipscale for horizontal rules (requires rrdtool-1.4.8 or newer)
- Torrus/DevDiscover/F5BigIp.pm: added system performance
  statistics and 64-bit interface counters
- Torrus/DevDiscover/RFC2863_IF_MIB.pm:
  new discovery parameter: RFC2863_IF_MIB::disable-all
- Torrus/Renderer/RRDtool.pm: now hrules are drawn with
  semi-transparent LINE1
- xmlconfig/defaults.xml: two new horizontal rules: warn-level, crit-level
- xmlconfig/defaults.xml: moved monitor-period and
  monitor-timeoffset from snmp-defs.xml
- bin/monitor.in: new CLI option: --runalways
- configs/torrus-config.pl: new configuration parameters:
  $Torrus::Collector::runAlways = 0;
  $Torrus::Monitor::runAlways = 0;
- Torrus/DevDiscover/CiscoGeneric.pm: added support for
  CISCO-SYSTEM-EXT-MIB (mainly needed for Cisco Nexus)
- Torrus/DevDiscover/Albis_ULAF.pm (discover):
  new discovery parameter: Albis_ULAF::mp-name-filter
- Torrus/DevDiscover/CiscoIOS.pm: support for Cisco Nexus;
  persistent ifIndex for Nexus
- Torrus/DevDiscover/Fortinet.pm: new discovery module for Fortinet products
- Torrus/DevDiscover/CiscoIOS.pm: Bugfix in discovery
  sequence. This bug was invisible up to perl v5.18.0. Now Perl
  randomizes hash keys on every loop.
- Torrus/Renderer/RPC.pm: new RPC method: TIMESERIES
- Torrus/DevDiscover/UcdSnmp.pm: Loopback interfaces
  filtered out
- Torrus/DevDiscover/RFC4293_IP_MIB.pm: New params:
  RFC4293_IP_MIB::tokenset-members,
  RFC4293_IP_MIB::ipv4-external-serviceid,
  RFC4293_IP_MIB::ipv6-external-serviceid,
  New selector action: TokensetMember
- Torrus/DevDiscover/RFC2863_IF_MIB.pm: Improved interface
  indexing for unknown devices. New parameters:
  RFC2863_IF_MIB::name-hint
  RFC2863_IF_MIB::comment-hint
- Torrus/DevDiscover/CiscoIOS.pm: new discovery parameter:
  CiscoIOS::ifindex-persist
- Torrus/DevDiscover/RFC4293_IP_MIB.pm: new discovery
  module for IPv4/IPv6 traffic stats
- Torrus/DevDiscover/CiscoGeneric.pm (discover):
  64-bit gauges for Cisco memory pools
- Torrus/ConfigTree/Writer.pm (initRoot): new parameter:
  tree-name automatically inserted to the top of the tree

PR:		209745
Submitted by:	corsmith@gmail.com (maintainer)
Original commitRevision:415879 
Tuesday, 29 Dec 2015
10:19 amdmi3 search for other commits by this committer
- Clarify LICENSE, add LICENSE_FILE
- Add NO_ARCH
- Handle empty dirs and permissions in plist properly

PR:		205573
Submitted by:	amdmi3
Approved by:	corsmith@gmail.com (maintainer)
Original commitRevision:404728 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Wednesday, 25 Jun 2014
13:19 wg search for other commits by this committer
net-mgmt/torrus: update to 2.07 [1]

- Support stage
- Use @sample

PR:		190369 [1]
Submitted by:	a.shikov itcons net ua, maintainer, wg
Original commitRevision:359237 
Friday, 21 Dec 2012
21:39 pawel search for other commits by this committer
Update to version 2.05

PR:		ports/173392
Submitted by:	Jonathan Call <lordsith49@hotmail.com>
Approved by:	maintainer timeout (6 weeks)
Original commitRevision:309373 
Sunday, 19 Aug 2012
07:40 culot search for other commits by this committer
- Update to 2.04

PR:		ports/170757
Submitted by:	Corey Smith <corsmith@gmail.com> (maintainer)
Original commit
Wednesday, 7 Sep 2011
09:07 culot search for other commits by this committer
- Update to 2.01
- Add LICENSE (GPLv2)

PR:             ports/160529
Submitted by:   Corey Smith <corsmith@gmail.com> (maintainer)
Original commit
Wednesday, 22 Dec 2010
21:59 pav search for other commits by this committer
- Upgrade to USERS/GROUPS
- Provide new rc scripts

PR:             ports/153162
Submitted by:   Corey Smith <corsmith@gmail.com> (maintainer)
Original commit
Friday, 26 Nov 2010
11:16 pav search for other commits by this committer
- Update to 1.0.9

PR:             ports/152116
Submitted by:   Corey Smith <corsmith@gmail.com> (maintainer)
Original commit
Saturday, 11 Apr 2009
08:21 miwi search for other commits by this committer
- Update to 1.0.8

PR:             133450
Submitted by:   Corey Smith <corsmith@gmail.com> (maintainer)
Original commit
Friday, 15 Aug 2008
13:16 miwi search for other commits by this committer
- Update to 1.0.7

PR:             126536
Submitted by:   Corey Smith <corsmith@gmail.com> (maintainer)
Original commit
Thursday, 7 Feb 2008
04:38 rafan search for other commits by this committer
- Update to 1.0.6

PR:             ports/119921
Submitted by:   Corey Smith <corsmith at gmail.com> (maintainer)
Original commit
Saturday, 23 Dec 2006
21:09 miwi search for other commits by this committer
- Update to 1.0.4

PR:             ports/106953
Submitted by:   miwi
Approved by:    maintainer
Original commit
Wednesday, 23 Nov 2005
13:24 edwin search for other commits by this committer
New port: net-mgmt/torrus The Data Series Processing Framework -
think mrtg with xml configs

Torrus is designed to be the universal data series processing framework.
Although most users deploy Torrus for SNMP monitoring, it might be useful for
data series of any nature. Tobi Oetiker's RRDtool is used for data storage.

    * Configuration compiler and validator. It processes the XML configuration
      files and saves the configuration into a database.
    * View renderer and the web interface. They generate HTML and the graphical
      representation of the datasources and provide user authentication and
      authorization. All generated output is controlled by the configuration
      parameters and templates. The users can easily create their own
      presentation of data series.
    * SNMP Collector. Modular collector core architecture allows further
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 15