From owner-cvs-ports@FreeBSD.ORG Thu Dec 27 16:03:40 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0493816A41B; Thu, 27 Dec 2007 16:03:40 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ECEFD13C442; Thu, 27 Dec 2007 16:03:39 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBRG3dsK055333; Thu, 27 Dec 2007 16:03:39 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRG3der055331; Thu, 27 Dec 2007 16:03:39 GMT (envelope-from tabthorpe) Message-Id: <200712271603.lBRG3der055331@repoman.freebsd.org> From: Thomas Abthorpe Date: Thu, 27 Dec 2007 16:03:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-SNMP-Persist Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 16:03:40 -0000 tabthorpe 2007-12-27 16:03:39 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-SNMP-Persist Makefile distinfo pkg-descr pkg-plist Log: The SNMP-Persist module is a backend for pass_persist feature of net-snmp. It simplifies the process of sharing user-specified data via SNMP and development of persistent net-snmp applications controlling a chosen MIB subtree. It is particularly useful if data gathering process takes too long. The responder is a separate thread, which is not influenced by updates of MIB subtree data. The answer to a snmp request is fast and doesn't rely on potentially slow source of data. WWW: http://search.cpan.org/~anias/SNMP-Persist-0.05/ PR: ports/117311 Submitted by: Philippe Audeoud Revision Changes Path 1.2946 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/p5-SNMP-Persist/Makefile (new) 1.1 +3 -0 ports/devel/p5-SNMP-Persist/distinfo (new) 1.1 +13 -0 ports/devel/p5-SNMP-Persist/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-SNMP-Persist/pkg-plist (new)