From owner-cvs-all@FreeBSD.ORG Sat Oct 29 19:31:20 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E6181065674; Sat, 29 Oct 2011 19:31:20 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1414A8FC17; Sat, 29 Oct 2011 19:31:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9TJVJ4I006547; Sat, 29 Oct 2011 19:31:19 GMT (envelope-from crees@repoman.freebsd.org) Received: (from crees@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9TJVJVo006546; Sat, 29 Oct 2011 19:31:19 GMT (envelope-from crees) Message-Id: <201110291931.p9TJVJVo006546@repoman.freebsd.org> From: Chris Rees Date: Sat, 29 Oct 2011 19:31:19 +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/net-mgmt Makefile ports/net-mgmt/zenpack-devicesearch Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/zenpack-devicesearch/files pkg-deinstall.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2011 19:31:20 -0000 crees 2011-10-29 19:31:19 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/zenpack-devicesearch Makefile distinfo pkg-descr pkg-plist net-mgmt/zenpack-devicesearch/files pkg-deinstall.in pkg-message.in Log: This ZenPack provides the ability to quickly search for Devices by their name or by their IP address. Search is triggered by typing 3 or more characters into the text box, which then returns the first 10 matches. The use of the asterisk wild-card is supported, so you may search for fuzzy matches dynamically. WWW: http://community.zenoss.org/docs/DOC-7453 PR: ports/157505 Submitted by: Zenoss Revision Changes Path 1.265 +1 -0 ports/net-mgmt/Makefile 1.1 +20 -0 ports/net-mgmt/zenpack-devicesearch/Makefile (new) 1.1 +2 -0 ports/net-mgmt/zenpack-devicesearch/distinfo (new) 1.1 +10 -0 ports/net-mgmt/zenpack-devicesearch/files/pkg-deinstall.in (new) 1.1 +8 -0 ports/net-mgmt/zenpack-devicesearch/files/pkg-message.in (new) 1.1 +7 -0 ports/net-mgmt/zenpack-devicesearch/pkg-descr (new) 1.1 +2 -0 ports/net-mgmt/zenpack-devicesearch/pkg-plist (new)