Bug 157191 - [new port] net-mgmt/zenpack-MACReport: Lists MAC address and the Device and Interface associated info
Summary: [new port] net-mgmt/zenpack-MACReport: Lists MAC address and the Device and I...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-20 00:40 UTC by Jeffrey Leung
Modified: 2011-10-30 16:50 UTC (History)
0 users

See Also:


Attachments
file.shar (4.88 KB, text/plain)
2011-05-20 00:40 UTC, Jeffrey Leung
no flags Details
zenpack-MACReport.shar (3.59 KB, text/plain)
2011-09-13 00:16 UTC, Anthony Garcia
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey Leung 2011-05-20 00:40:10 UTC
Zenpacks extend the capabilities of Zenoss.  This port builds cleanly in Tinderbox.


This port depends on the following PR:
ports/156655

Fix: Patch attached with submission follows:
Comment 1 Anthony Garcia 2011-09-13 00:16:37 UTC
Updated port Makefile to use new bsd.zenoss.mk file.

-- 
~Anthony Garcia
Comment 2 Chris Rees freebsd_committer freebsd_triage 2011-10-29 20:33:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-30 16:41:59 UTC
crees       2011-10-30 16:41:50 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/zenpack-macreport Makefile distinfo pkg-descr 
                               pkg-plist 
    net-mgmt/zenpack-macreport/files pkg-deinstall.in 
                                     pkg-message.in 
  Log:
  This ZenPack consists of a report for listing each MAC address and the Device
  and Interface it is associated with. This report makes use of the layer 2
  catalog already present in Zenoss. It only allows sorting by MAC address and is
  not exportable. The author made this decision because the processing time was
  too great for an installation with more than a few thousand interfaces. The
  author can make another one available that is exportable and sortable by the
  other two fields (device and interface), if anyone decides they would like to
  live through the painful wait time.
  
  More details can be found at provided url.
  
  WWW: http://community.zenoss.org/docs/DOC-3512
  
  PR:             ports/157191
  Submitted by:   Zenoss <zenoss@experts-exchange.com>
  
  Revision  Changes    Path
  1.267     +1 -0      ports/net-mgmt/Makefile
  1.1       +25 -0     ports/net-mgmt/zenpack-macreport/Makefile (new)
  1.1       +2 -0      ports/net-mgmt/zenpack-macreport/distinfo (new)
  1.1       +10 -0     ports/net-mgmt/zenpack-macreport/files/pkg-deinstall.in (new)
  1.1       +5 -0      ports/net-mgmt/zenpack-macreport/files/pkg-message.in (new)
  1.1       +12 -0     ports/net-mgmt/zenpack-macreport/pkg-descr (new)
  1.1       +2 -0      ports/net-mgmt/zenpack-macreport/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Chris Rees freebsd_committer freebsd_triage 2011-10-30 16:44:32 UTC
State Changed
From-To: open->closed

New port added. Thanks!