=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for zoneminder-1.30.5nb9
[  1%] Building CXX object src/CMakeFiles/zm.dir/zm_box.cpp.o
[  3%] Building CXX object src/CMakeFiles/zm.dir/zm_buffer.cpp.o
[  5%] Building CXX object src/CMakeFiles/zm.dir/zm_camera.cpp.o
[  7%] Building CXX object src/CMakeFiles/zm.dir/zm_comms.cpp.o
In file included from /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.cpp:20:
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:420:8: warning: 'InetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:421:8: warning: 'InetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:423:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:424:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:425:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:426:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:457:8: warning: 'UnixSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:464:8: warning: 'UnixSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:522:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, const char *serv ) 
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:526:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:530:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:534:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:539:8: warning: 'UdpInetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:543:8: warning: 'UdpInetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:552:8: warning: 'UdpUnixSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:557:8: warning: 'UdpUnixSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:683:8: warning: 'TcpInetClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:687:8: warning: 'TcpInetClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:696:8: warning: 'TcpUnixClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:705:8: warning: 'TcpInetServer::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:714:8: warning: 'TcpInetServer::accept' hides overloaded virtual functions [-Woverloaded-virtual]
  bool accept( TcpInetSocket *&newSocket );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpInetSocket *&')
  virtual bool accept( int & );
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpInetSocket *&')
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:720:8: warning: 'TcpUnixServer::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:729:8: warning: 'TcpUnixServer::accept' hides overloaded virtual functions [-Woverloaded-virtual]
  bool accept( TcpUnixSocket *&newSocket );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpUnixSocket *&')
  virtual bool accept( int & );
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpUnixSocket *&')
23 warnings generated.
[  9%] Building CXX object src/CMakeFiles/zm.dir/zm_config.cpp.o
[ 10%] Building CXX object src/CMakeFiles/zm.dir/zm_coord.cpp.o
[ 12%] Building CXX object src/CMakeFiles/zm.dir/zm_curl_camera.cpp.o
[ 14%] Building CXX object src/CMakeFiles/zm.dir/zm.cpp.o
[ 16%] Building CXX object src/CMakeFiles/zm.dir/zm_db.cpp.o
[ 18%] Building CXX object src/CMakeFiles/zm.dir/zm_logger.cpp.o
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_logger.cpp:564:17: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations]
    if ( (tid = syscall(SYS_gettid)) < 0 ) // Thread/Process id
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:746:6: note: 'syscall' has been explicitly marked deprecated here
int      syscall(int, ...);
         ^
1 warning generated.
[ 20%] Building CXX object src/CMakeFiles/zm.dir/zm_event.cpp.o
[ 21%] Building CXX object src/CMakeFiles/zm.dir/zm_exception.cpp.o
[ 23%] Building CXX object src/CMakeFiles/zm.dir/zm_file_camera.cpp.o
[ 25%] Building CXX object src/CMakeFiles/zm.dir/zm_ffmpeg_camera.cpp.o
[ 27%] Building CXX object src/CMakeFiles/zm.dir/zm_image.cpp.o
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_image.cpp:48:51: warning: unused variable 'movemask' [-Wunused-const-variable]
__attribute__((aligned(16))) static const uint8_t movemask[16] = {0,4,8,12,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
                                                  ^
1 warning generated.
[ 29%] Building CXX object src/CMakeFiles/zm.dir/zm_jpeg.cpp.o
[ 30%] Building CXX object src/CMakeFiles/zm.dir/zm_libvlc_camera.cpp.o
[ 32%] Building CXX object src/CMakeFiles/zm.dir/zm_local_camera.cpp.o
[ 34%] Building CXX object src/CMakeFiles/zm.dir/zm_monitor.cpp.o
In file included from /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_monitor.cpp:37:
In file included from /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_remote_camera_rtsp.h:27:
In file included from /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_rtsp.h:25:
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:420:8: warning: 'InetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:421:8: warning: 'InetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:423:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:424:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:425:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:426:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:457:8: warning: 'UnixSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:464:8: warning: 'UnixSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:522:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, const char *serv ) 
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:526:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:530:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:534:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:539:8: warning: 'UdpInetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:543:8: warning: 'UdpInetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:552:8: warning: 'UdpUnixSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:557:8: warning: 'UdpUnixSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:683:8: warning: 'TcpInetClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:687:8: warning: 'TcpInetClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:696:8: warning: 'TcpUnixClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:705:8: warning: 'TcpInetServer::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:714:8: warning: 'TcpInetServer::accept' hides overloaded virtual functions [-Woverloaded-virtual]
  bool accept( TcpInetSocket *&newSocket );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpInetSocket *&')
  virtual bool accept( int & );
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpInetSocket *&')
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:720:8: warning: 'TcpUnixServer::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:729:8: warning: 'TcpUnixServer::accept' hides overloaded virtual functions [-Woverloaded-virtual]
  bool accept( TcpUnixSocket *&newSocket );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpUnixSocket *&')
  virtual bool accept( int & );
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpUnixSocket *&')
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_monitor.cpp:2716:7: warning: unused variable 'channel' [-Wunused-variable]
  int channel = atoi(dbrow[col]); col++;
      ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_monitor.cpp:2717:7: warning: unused variable 'format' [-Wunused-variable]
  int format = atoi(dbrow[col]); col++;
      ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_monitor.cpp:2719:8: warning: variable 'v4l_multi_buffer' set but not used [-Wunused-but-set-variable]
  bool v4l_multi_buffer = config.v4l_multi_buffer;
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_monitor.cpp:2750:7: warning: unused variable 'palette' [-Wunused-variable]
  int palette = atoi(dbrow[col]); col++;
      ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_monitor.cpp:2792:7: warning: unused variable 'extras' [-Wunused-variable]
  int extras = (deinterlacing>>24)&0xff;
      ^
28 warnings generated.
[ 36%] Building CXX object src/CMakeFiles/zm.dir/zm_ffmpeg.cpp.o
[ 38%] Building CXX object src/CMakeFiles/zm.dir/zm_mpeg.cpp.o
[ 40%] Building CXX object src/CMakeFiles/zm.dir/zm_poly.cpp.o
[ 41%] Building CXX object src/CMakeFiles/zm.dir/zm_regexp.cpp.o
[ 43%] Building CXX object src/CMakeFiles/zm.dir/zm_remote_camera.cpp.o
[ 45%] Building CXX object src/CMakeFiles/zm.dir/zm_remote_camera_http.cpp.o
[ 47%] Building CXX object src/CMakeFiles/zm.dir/zm_remote_camera_rtsp.cpp.o
In file included from /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_remote_camera_rtsp.cpp:24:
In file included from /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_remote_camera_rtsp.h:27:
In file included from /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_rtsp.h:25:
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:420:8: warning: 'InetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:421:8: warning: 'InetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:423:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:424:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:425:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:426:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:457:8: warning: 'UnixSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:464:8: warning: 'UnixSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:522:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, const char *serv ) 
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:526:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:530:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:534:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:539:8: warning: 'UdpInetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:543:8: warning: 'UdpInetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:552:8: warning: 'UdpUnixSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:557:8: warning: 'UdpUnixSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:683:8: warning: 'TcpInetClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:687:8: warning: 'TcpInetClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:696:8: warning: 'TcpUnixClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:705:8: warning: 'TcpInetServer::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:714:8: warning: 'TcpInetServer::accept' hides overloaded virtual functions [-Woverloaded-virtual]
  bool accept( TcpInetSocket *&newSocket );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpInetSocket *&')
  virtual bool accept( int & );
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpInetSocket *&')
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:720:8: warning: 'TcpUnixServer::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:729:8: warning: 'TcpUnixServer::accept' hides overloaded virtual functions [-Woverloaded-virtual]
  bool accept( TcpUnixSocket *&newSocket );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpUnixSocket *&')
  virtual bool accept( int & );
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpUnixSocket *&')
23 warnings generated.
[ 49%] Building CXX object src/CMakeFiles/zm.dir/zm_rtp.cpp.o
[ 50%] Building CXX object src/CMakeFiles/zm.dir/zm_rtp_ctrl.cpp.o
In file included from /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_rtp_ctrl.cpp:24:
In file included from /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_rtp_ctrl.h:24:
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:420:8: warning: 'InetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:421:8: warning: 'InetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:423:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:424:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:425:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:426:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:457:8: warning: 'UnixSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:464:8: warning: 'UnixSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:522:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, const char *serv ) 
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:526:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:530:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:534:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:539:8: warning: 'UdpInetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:543:8: warning: 'UdpInetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:552:8: warning: 'UdpUnixSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:557:8: warning: 'UdpUnixSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:683:8: warning: 'TcpInetClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:687:8: warning: 'TcpInetClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:696:8: warning: 'TcpUnixClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:705:8: warning: 'TcpInetServer::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:714:8: warning: 'TcpInetServer::accept' hides overloaded virtual functions [-Woverloaded-virtual]
  bool accept( TcpInetSocket *&newSocket );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpInetSocket *&')
  virtual bool accept( int & );
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpInetSocket *&')
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:720:8: warning: 'TcpUnixServer::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:729:8: warning: 'TcpUnixServer::accept' hides overloaded virtual functions [-Woverloaded-virtual]
  bool accept( TcpUnixSocket *&newSocket );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpUnixSocket *&')
  virtual bool accept( int & );
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpUnixSocket *&')
23 warnings generated.
[ 52%] Building CXX object src/CMakeFiles/zm.dir/zm_rtp_data.cpp.o
In file included from /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_rtp_data.cpp:26:
In file included from /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_rtsp.h:25:
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:420:8: warning: 'InetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:421:8: warning: 'InetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:423:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:424:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:425:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:426:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:457:8: warning: 'UnixSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:464:8: warning: 'UnixSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:522:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, const char *serv ) 
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:526:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:530:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:534:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:539:8: warning: 'UdpInetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:543:8: warning: 'UdpInetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:552:8: warning: 'UdpUnixSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:557:8: warning: 'UdpUnixSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:683:8: warning: 'TcpInetClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:687:8: warning: 'TcpInetClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:696:8: warning: 'TcpUnixClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:705:8: warning: 'TcpInetServer::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:714:8: warning: 'TcpInetServer::accept' hides overloaded virtual functions [-Woverloaded-virtual]
  bool accept( TcpInetSocket *&newSocket );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpInetSocket *&')
  virtual bool accept( int & );
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpInetSocket *&')
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:720:8: warning: 'TcpUnixServer::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:729:8: warning: 'TcpUnixServer::accept' hides overloaded virtual functions [-Woverloaded-virtual]
  bool accept( TcpUnixSocket *&newSocket );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpUnixSocket *&')
  virtual bool accept( int & );
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpUnixSocket *&')
23 warnings generated.
[ 54%] Building CXX object src/CMakeFiles/zm.dir/zm_rtp_source.cpp.o
[ 56%] Building CXX object src/CMakeFiles/zm.dir/zm_rtsp.cpp.o
In file included from /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_rtsp.cpp:24:
In file included from /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_rtsp.h:25:
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:420:8: warning: 'InetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:421:8: warning: 'InetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:423:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:424:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:425:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *serv );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:426:8: warning: 'InetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:457:8: warning: 'UnixSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:464:8: warning: 'UnixSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:522:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, const char *serv ) 
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:526:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 2)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:530:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:534:8: warning: 'UdpInetSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:539:8: warning: 'UdpInetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:543:8: warning: 'UdpInetSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:552:8: warning: 'UdpUnixSocket::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:557:8: warning: 'UdpUnixSocket::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:683:8: warning: 'TcpInetClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, const char *serv )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:687:8: warning: 'TcpInetClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *host, int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 2)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:696:8: warning: 'TcpUnixClient::connect' hides overloaded virtual function [-Woverloaded-virtual]
  bool connect( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:310:16: note: hidden overloaded virtual function 'Socket::connect' declared here: different number of parameters (0 vs 1)
  virtual bool connect();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:705:8: warning: 'TcpInetServer::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( int port )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:714:8: warning: 'TcpInetServer::accept' hides overloaded virtual functions [-Woverloaded-virtual]
  bool accept( TcpInetSocket *&newSocket );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpInetSocket *&')
  virtual bool accept( int & );
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpInetSocket *&')
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:720:8: warning: 'TcpUnixServer::bind' hides overloaded virtual function [-Woverloaded-virtual]
  bool bind( const char *path )
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:307:16: note: hidden overloaded virtual function 'Socket::bind' declared here: different number of parameters (0 vs 1)
  virtual bool bind();
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:729:8: warning: 'TcpUnixServer::accept' hides overloaded virtual functions [-Woverloaded-virtual]
  bool accept( TcpUnixSocket *&newSocket );
       ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpUnixSocket *&')
  virtual bool accept( int & );
               ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_comms.h:313:16: note: hidden overloaded virtual function 'Socket::accept' declared here: type mismatch at 1st parameter ('int &' vs 'TcpUnixSocket *&')
23 warnings generated.
[ 58%] Building CXX object src/CMakeFiles/zm.dir/zm_rtsp_auth.cpp.o
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_rtsp_auth.cpp:152:3: warning: 'MD5' is deprecated [-Wdeprecated-declarations]
  MD5((unsigned char*)ha1Data.c_str(), ha1Data.length(), md5buf);
  ^
/Users/pbulk/build/security/zoneminder/work/.buildlink/include/openssl/md5.h:52:1: note: 'MD5' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n,
^
/Users/pbulk/build/security/zoneminder/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/security/zoneminder/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_rtsp_auth.cpp:168:3: warning: 'MD5' is deprecated [-Wdeprecated-declarations]
  MD5((unsigned char*)ha2Data.c_str(), ha2Data.length(), md5buf );
  ^
/Users/pbulk/build/security/zoneminder/work/.buildlink/include/openssl/md5.h:52:1: note: 'MD5' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n,
^
/Users/pbulk/build/security/zoneminder/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/security/zoneminder/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_rtsp_auth.cpp:190:3: warning: 'MD5' is deprecated [-Wdeprecated-declarations]
  MD5((unsigned char*)digestData.c_str(), digestData.length(), md5buf);
  ^
/Users/pbulk/build/security/zoneminder/work/.buildlink/include/openssl/md5.h:52:1: note: 'MD5' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n,
^
/Users/pbulk/build/security/zoneminder/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/security/zoneminder/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
3 warnings generated.
[ 60%] Building CXX object src/CMakeFiles/zm.dir/zm_sdp.cpp.o
[ 61%] Building CXX object src/CMakeFiles/zm.dir/zm_signal.cpp.o
[ 63%] Building CXX object src/CMakeFiles/zm.dir/zm_stream.cpp.o
[ 65%] Building CXX object src/CMakeFiles/zm.dir/zm_thread.cpp.o
[ 67%] Building CXX object src/CMakeFiles/zm.dir/zm_time.cpp.o
[ 69%] Building CXX object src/CMakeFiles/zm.dir/zm_timer.cpp.o
In file included from /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_timer.cpp:20:
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_timer.h:47:9: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations]
    tid=syscall(SYS_gettid);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:746:6: note: 'syscall' has been explicitly marked deprecated here
int      syscall(int, ...);
         ^
1 warning generated.
[ 70%] Building CXX object src/CMakeFiles/zm.dir/zm_user.cpp.o
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_user.cpp:117:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    delete safer_password;
    ^
          []
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_user.cpp:111:28: note: allocated with 'new[]' here
    char *safer_password = new char[(password_length * 2) + 1];
                           ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_user.cpp:148:3: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
  delete safer_username;
  ^
        []
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_user.cpp:104:26: note: allocated with 'new[]' here
  char *safer_username = new char[(username_length * 2) + 1];
                         ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_user.cpp:231:7: warning: 'MD5' is deprecated [-Wdeprecated-declarations]
      MD5( (unsigned char *)auth_key, strlen(auth_key), md5sum );
      ^
/Users/pbulk/build/security/zoneminder/work/.buildlink/include/openssl/md5.h:52:1: note: 'MD5' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n,
^
/Users/pbulk/build/security/zoneminder/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/security/zoneminder/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
3 warnings generated.
[ 72%] Building CXX object src/CMakeFiles/zm.dir/zm_utils.cpp.o
[ 74%] Building CXX object src/CMakeFiles/zm.dir/zm_zone.cpp.o
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_zone.cpp:908:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    delete str_ptr;
    ^
          []
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_zone.cpp:895:19: note: allocated with 'new[]' here
  char *str_ptr = new char[strlen(zone_string)+1];
                  ^
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_zone.cpp:924:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    delete str_ptr;
    ^
          []
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zm_zone.cpp:895:19: note: allocated with 'new[]' here
  char *str_ptr = new char[strlen(zone_string)+1];
                  ^
2 warnings generated.
[ 76%] Linking CXX static library libzm.a
[ 76%] Built target zm
[ 78%] Building CXX object src/CMakeFiles/zmc.dir/zmc.cpp.o
[ 80%] Linking CXX executable zmc
ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly
[ 80%] Built target zmc
[ 81%] Building CXX object src/CMakeFiles/zma.dir/zma.cpp.o
[ 83%] Linking CXX executable zma
ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly
[ 83%] Built target zma
[ 85%] Building CXX object src/CMakeFiles/zmu.dir/zmu.cpp.o
/Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/src/zmu.cpp:783:16: warning: variable 'i' set but not used [-Wunused-but-set-variable]
      for( int i = 0; MYSQL_ROW dbrow = mysql_fetch_row( result ); i++ )
               ^
1 warning generated.
[ 87%] Linking CXX executable zmu
ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly
[ 87%] Built target zmu
[ 89%] Building CXX object src/CMakeFiles/zmf.dir/zmf.cpp.o
[ 90%] Linking CXX executable zmf
ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly
[ 90%] Built target zmf
[ 92%] Building CXX object src/CMakeFiles/zms.dir/zms.cpp.o
[ 94%] Linking CXX executable zms
ld: warning: reexported library with install name '/usr/lib/system/libsystem_product_info_filter.dylib' found at '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_product_info_filter.tbd' couldn't be matched with any parent library and will be linked directly
[ 94%] Built target zms
[ 96%] Building ZoneMinder perl modules
Generating a Unix-style MakefilePerl
Writing MakefilePerl for ZoneMinder
Writing MYMETA.yml and MYMETA.json
[ 96%] Built target zmperlmodules
[ 98%] Building ZoneMinder perl ONVIF proxy module
Generating a Unix-style MakefilePerl
Writing MakefilePerl for ONVIF
Writing MYMETA.yml and MYMETA.json
Manifying 2944 pod documents
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Attributes/actor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Attributes/contentType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Attributes/encodingStyle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Attributes/expectedContentTypes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Attributes/mustUnderstand.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/AudioDecoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/AudioEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/AudioOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/AudioSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/Body.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/Capabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/CreateAnalyticsModules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/CreateAnalyticsModulesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/CreateRules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/CreateRulesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/DeleteAnalyticsModules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/DeleteAnalyticsModulesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/DeleteRules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/DeleteRulesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/Envelope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/Fault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/GetAnalyticsModules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/GetAnalyticsModulesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/GetRules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/GetRulesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/GetServiceCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/GetServiceCapabilitiesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/GetSupportedAnalyticsModules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/GetSupportedAnalyticsModulesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/GetSupportedRules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/GetSupportedRulesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/Header.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/Include.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/Message.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/MetadataConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/MetadataStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/ModifyAnalyticsModules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/ModifyAnalyticsModulesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/ModifyRules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/ModifyRulesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/PTZConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/Polygon.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/Polyline.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/VideoAnalyticsConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/VideoEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Elements/VideoSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Interfaces/Analytics/AnalyticsEnginePort.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Interfaces/Analytics/RuleEnginePort.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Typemaps/Analytics.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AACDecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AbsoluteFocus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AbsoluteFocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ActionEngineEventPayload.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ActionEngineEventPayloadExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnalyticsCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnalyticsDeviceCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnalyticsDeviceEngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnalyticsDeviceEngineConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnalyticsDeviceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnalyticsEngine.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnalyticsEngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnalyticsEngineConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnalyticsEngineControl.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnalyticsEngineInput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnalyticsEngineInputInfo.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnalyticsEngineInputInfoExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnalyticsState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnalyticsStateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AnyHolder.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Appearance.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AppearanceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AttachmentData.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioAnalyticsStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioAnalyticsStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioClassCandidate.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioClassDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioClassDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioClassType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioDecoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioDecoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioDecoderConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioEncoderConfigurationOption.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioEncoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioEncoding.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioOutput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioOutputConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioSourceConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AudioSourceOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AutoFocusMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/AuxiliaryData.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/BacklightCompensation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/BacklightCompensation20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/BacklightCompensationMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/BacklightCompensationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/BacklightCompensationOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/BackupFile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Behaviour.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/BehaviourExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/BinaryData.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Body.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Capabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/CapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/CapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/CapabilityCategory.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/CellLayout.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Certificate.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/CertificateGenerationParameters.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/CertificateGenerationParametersExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/CertificateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/CertificateInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/CertificateStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/CertificateUsage.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/CertificateWithPrivateKey.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ClassDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ClassDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ClassDescriptorExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ClassType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/CodingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Color.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ColorCovariance.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ColorDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ColorDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ColorOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ColorspaceRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Config.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ConfigDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ConfigDescriptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ConfigurationEntity.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ContinuousFocus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ContinuousFocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DNSInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DNSInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DNSName.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Date.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DateTime.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DateTimeRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Description.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DeviceCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DeviceCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DeviceEntity.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DeviceIOCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DigitalInput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Direction.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DiscoveryMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DisplayCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Domain.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11AuthAndMangementSuite.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11AvailableNetworks.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11AvailableNetworksExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11Capabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11Cipher.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11PSK.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11PSKPassphrase.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11PSKSet.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11PSKSetExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11SSIDType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11SecurityConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11SecurityConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11SecurityMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11SignalStrength.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11StationMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot11Status.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot1XConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot1XConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Dot3Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Duplex.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DurationRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DynamicDNSInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DynamicDNSInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/DynamicDNSType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/EAPMethodConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/EFlip.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/EFlipMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/EFlipOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/EFlipOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/EapMethodExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Enabled.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/EngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Envelope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/EventCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/EventStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/EventSubscription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Exposure.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Exposure20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ExposureMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ExposureOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ExposureOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ExposurePriority.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FactoryDefaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Fault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FindEventResult.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FindEventResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FindMetadataResult.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FindMetadataResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FindPTZPositionResult.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FindPTZPositionResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FindRecordingResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FloatAttrList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FloatList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FloatRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FocusConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FocusConfiguration20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FocusConfiguration20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FocusMove.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FocusOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FocusOptions20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FocusStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FocusStatus20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FocusStatus20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Frame.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FrameExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/FrameExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/G711DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/G726DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/GenericEapPwdConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/GetRecordingJobsResponseItem.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/GetRecordingsResponseItem.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/GetTracksResponseItem.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/GetTracksResponseList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/H264Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/H264DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/H264Options.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/H264Options2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/H264Profile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Header.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/HostnameInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/HostnameInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/HwAddress.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IANA_IfTypes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IOCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IOCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IOCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPAddress.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPAddressFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPAddressFilterExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPAddressFilterType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPv4Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPv4Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPv4NetworkInterface.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPv4NetworkInterfaceSetConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPv6Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPv6Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPv6ConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPv6DHCPConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPv6NetworkInterface.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IPv6NetworkInterfaceSetConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImageStabilization.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImageStabilizationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImageStabilizationMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImageStabilizationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImageStabilizationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingOptions20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingOptions20Extension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingOptions20Extension3.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingSettings.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingSettings20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingSettingsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingSettingsExtension20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingSettingsExtension202.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingSettingsExtension203.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingStatus20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ImagingStatus20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Include.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IntAttrList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IntList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IntRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IntRectangle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IntRectangleRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IrCutFilterAutoAdjustment.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IrCutFilterAutoAdjustmentExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IrCutFilterAutoAdjustmentOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IrCutFilterAutoAdjustmentOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IrCutFilterAutoBoundaryType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/IrCutFilterMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ItemList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ItemListDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ItemListDescriptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ItemListExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/JobToken.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/JpegDecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/JpegOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/JpegOptions2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Layout.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/LayoutExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/LayoutOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/LayoutOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MaximumNumberOfOSDs.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MediaAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MediaCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MediaCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MediaUri.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Merge.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MessageDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MessageDescriptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MessageExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MetadataAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MetadataConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MetadataConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MetadataConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MetadataFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MetadataInput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MetadataInputExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MetadataStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MetadataStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MetadataStreamExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ModeOfOperation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MotionExpression.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MotionExpressionConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MotionInCells.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MoveOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MoveOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MoveStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Mpeg4Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Mpeg4DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Mpeg4Options.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Mpeg4Options2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Mpeg4Profile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/MulticastConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NTPInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NTPInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Name.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkGateway.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkHost.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkHostExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkHostType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkInterface.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkInterfaceConfigPriority.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkInterfaceConnectionSetting.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkInterfaceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkInterfaceExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkInterfaceInfo.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkInterfaceLink.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkInterfaceSetConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkInterfaceSetConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkInterfaceSetConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkProtocol.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkProtocolExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkProtocolType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkZeroConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkZeroConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/NetworkZeroConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDColor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDColorOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDColorOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDImgConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDImgConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDImgOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDImgOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDPosConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDPosConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDTextConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDTextConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDTextOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDTextOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OSDType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Object.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ObjectExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ObjectId.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ObjectTree.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ObjectTreeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OnvifVersion.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/OtherType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTControlDirection.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTControlDirectionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTControlDirectionOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTControlDirectionOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZConfigurationOptions2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZMoveStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZNode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZNodeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZNodeExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPositionFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPreset.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourDirection.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourOperation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourPresetDetail.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourPresetDetailOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourPresetDetailOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourSpot.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourSpotExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourSpotOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourStartingCondition.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourStartingConditionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourStartingConditionOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourStartingConditionOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourStatusExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourSupported.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourSupportedExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZPresetTourTypeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZSpaces.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZSpacesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZSpeed.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZStatusFilterOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZStatusFilterOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PTZVector.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PanTiltLimits.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PaneConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PaneLayout.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PaneLayoutOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PaneOptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Polygon.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PolygonConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Polyline.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PolylineArray.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PolylineArrayConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PolylineArrayExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PrefixedIPv4Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PrefixedIPv6Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PresetTour.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Profile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ProfileCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ProfileExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ProfileExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/PropertyOperation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RealTimeStreamingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RealTimeStreamingCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Receiver.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ReceiverCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ReceiverConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ReceiverMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ReceiverReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ReceiverState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ReceiverStateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingJobConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingJobConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingJobMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingJobReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingJobSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingJobSourceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingJobState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingJobStateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingJobStateInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingJobStateSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingJobStateTrack.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingJobStateTracks.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingJobTrack.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingSourceInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RecordingSummary.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Rectangle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ReferenceToken.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RelativeFocus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RelativeFocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RelativeFocusOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RelayIdleState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RelayLogicalState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RelayMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RelayOutput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RelayOutputSettings.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RemoteUser.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Rename.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ReplayCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ReplayConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Reverse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ReverseMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ReverseOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ReverseOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Rotate.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RotateExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RotateMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RotateOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RotateOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RuleEngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/RuleEngineConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Scope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ScopeDefinition.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SearchCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SearchScope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SearchScopeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SearchState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SecurityCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SecurityCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SecurityCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SetDateTimeType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ShapeDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ShapeDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SourceIdentification.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SourceIdentificationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SourceReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Space1DDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Space2DDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Split.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/StreamSetup.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/StreamType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/StringAttrList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SupportInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SupportedAnalyticsModules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SupportedAnalyticsModulesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SupportedRules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SupportedRulesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SystemCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SystemCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SystemCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SystemDateTime.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SystemDateTimeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SystemLog.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SystemLogType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SystemLogUri.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/SystemLogUriList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/TLSConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Time.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/TimeZone.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/TopicNamespaceLocation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/TrackAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/TrackAttributesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/TrackConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/TrackInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/TrackReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/TrackType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Transformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/TransformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Transport.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/TransportProtocol.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/User.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/UserExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/UserLevel.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Vector.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Vector1D.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/Vector2D.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoAnalyticsConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoAnalyticsStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoAnalyticsStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoDecoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoDecoderConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoEncoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoEncoderOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoEncoderOptionsExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoEncoding.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoOutput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoOutputConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoOutputExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoRateControl.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoResolution.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoSourceConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoSourceConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoSourceConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoSourceConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoSourceConfigurationOptionsExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoSourceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/VideoSourceExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/WhiteBalance.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/WhiteBalance20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/WhiteBalance20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/WhiteBalanceMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/WhiteBalanceOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/WhiteBalanceOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/WhiteBalanceOptions20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/WideDynamicMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/WideDynamicRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/WideDynamicRange20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/WideDynamicRangeOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/WideDynamicRangeOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/XPathExpression.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/ZoomLimits.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/base64Binary.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/detail.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/encodingStyle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Analytics/Types/hexBinary.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Attributes/actor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Attributes/contentType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Attributes/encodingStyle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Attributes/expectedContentTypes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Attributes/mustUnderstand.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/AddIPAddressFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/AddIPAddressFilterResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/AddScopes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/AddScopesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/AudioDecoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/AudioEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/AudioOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/AudioSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/Body.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/Capabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/CreateCertificate.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/CreateCertificateResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/CreateDot1XConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/CreateDot1XConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/CreateUsers.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/CreateUsersResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/DeleteCertificates.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/DeleteCertificatesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/DeleteDot1XConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/DeleteDot1XConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/DeleteUsers.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/DeleteUsersResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/Envelope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/Fault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetAccessPolicy.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetAccessPolicyResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetCACertificates.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetCACertificatesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetCapabilitiesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetCertificateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetCertificateInformationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetCertificates.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetCertificatesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetCertificatesStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetCertificatesStatusResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetClientCertificateMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetClientCertificateModeResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDNS.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDNSResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDPAddresses.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDPAddressesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDeviceInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDeviceInformationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDiscoveryMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDiscoveryModeResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDot11Capabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDot11CapabilitiesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDot11Status.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDot11StatusResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDot1XConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDot1XConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDot1XConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDot1XConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDynamicDNS.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetDynamicDNSResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetEndpointReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetEndpointReferenceResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetHostname.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetHostnameResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetIPAddressFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetIPAddressFilterResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetNTP.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetNTPResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetNetworkDefaultGateway.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetNetworkDefaultGatewayResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetNetworkInterfaces.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetNetworkInterfacesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetNetworkProtocols.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetNetworkProtocolsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetPkcs10Request.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetPkcs10RequestResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetRelayOutputs.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetRelayOutputsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetRemoteDiscoveryMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetRemoteDiscoveryModeResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetRemoteUser.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetRemoteUserResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetScopes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetScopesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetServiceCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetServiceCapabilitiesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetServices.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetServicesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetSystemBackup.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetSystemBackupResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetSystemDateAndTime.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetSystemDateAndTimeResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetSystemLog.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetSystemLogResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetSystemSupportInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetSystemSupportInformationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetSystemUris.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetSystemUrisResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetUsers.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetUsersResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetWsdlUrl.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetWsdlUrlResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetZeroConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/GetZeroConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/Header.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/Include.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/LoadCACertificates.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/LoadCACertificatesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/LoadCertificateWithPrivateKey.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/LoadCertificateWithPrivateKeyResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/LoadCertificates.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/LoadCertificatesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/Message.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/MetadataConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/MetadataStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/PTZConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/Polygon.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/Polyline.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/RemoveIPAddressFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/RemoveIPAddressFilterResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/RemoveScopes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/RemoveScopesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/RestoreSystem.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/RestoreSystemResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/ScanAvailableDot11Networks.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/ScanAvailableDot11NetworksResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SendAuxiliaryCommand.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SendAuxiliaryCommandResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetAccessPolicy.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetAccessPolicyResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetCertificatesStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetCertificatesStatusResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetClientCertificateMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetClientCertificateModeResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetDNS.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetDNSResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetDPAddresses.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetDPAddressesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetDiscoveryMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetDiscoveryModeResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetDot1XConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetDot1XConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetDynamicDNS.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetDynamicDNSResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetHostname.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetHostnameFromDHCP.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetHostnameFromDHCPResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetHostnameResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetIPAddressFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetIPAddressFilterResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetNTP.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetNTPResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetNetworkDefaultGateway.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetNetworkDefaultGatewayResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetNetworkInterfaces.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetNetworkInterfacesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetNetworkProtocols.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetNetworkProtocolsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetRelayOutputSettings.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetRelayOutputSettingsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetRelayOutputState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetRelayOutputStateResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetRemoteDiscoveryMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetRemoteDiscoveryModeResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetRemoteUser.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetRemoteUserResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetScopes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetScopesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetSystemDateAndTime.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetSystemDateAndTimeResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetSystemFactoryDefault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetSystemFactoryDefaultResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetUser.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetUserResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetZeroConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SetZeroConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/StartFirmwareUpgrade.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/StartFirmwareUpgradeResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/StartSystemRestore.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/StartSystemRestoreResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SystemReboot.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/SystemRebootResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/UpgradeSystemFirmware.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/UpgradeSystemFirmwareResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/VideoAnalyticsConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/VideoEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Elements/VideoSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Interfaces/Device/DevicePort.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Typemaps/Device.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AACDecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AbsoluteFocus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AbsoluteFocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ActionEngineEventPayload.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ActionEngineEventPayloadExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnalyticsCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnalyticsDeviceCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnalyticsDeviceEngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnalyticsDeviceEngineConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnalyticsDeviceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnalyticsEngine.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnalyticsEngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnalyticsEngineConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnalyticsEngineControl.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnalyticsEngineInput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnalyticsEngineInputInfo.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnalyticsEngineInputInfoExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnalyticsState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnalyticsStateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AnyHolder.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Appearance.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AppearanceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AttachmentData.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioAnalyticsStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioAnalyticsStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioClassCandidate.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioClassDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioClassDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioClassType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioDecoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioDecoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioDecoderConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioEncoderConfigurationOption.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioEncoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioEncoding.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioOutput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioOutputConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioSourceConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AudioSourceOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AutoFocusMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/AuxiliaryData.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/BacklightCompensation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/BacklightCompensation20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/BacklightCompensationMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/BacklightCompensationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/BacklightCompensationOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/BackupFile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Behaviour.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/BehaviourExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/BinaryData.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Body.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Capabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/CapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/CapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/CapabilityCategory.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/CellLayout.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Certificate.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/CertificateGenerationParameters.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/CertificateGenerationParametersExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/CertificateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/CertificateInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/CertificateStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/CertificateUsage.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/CertificateWithPrivateKey.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ClassDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ClassDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ClassDescriptorExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ClassType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/CodingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Color.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ColorCovariance.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ColorDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ColorDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ColorOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ColorspaceRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Config.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ConfigDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ConfigDescriptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ConfigurationEntity.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ContinuousFocus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ContinuousFocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DNSInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DNSInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DNSName.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Date.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DateTime.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DateTimeRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Description.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DeviceCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DeviceCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DeviceEntity.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DeviceIOCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DeviceServiceCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DigitalInput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Direction.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DiscoveryMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DisplayCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Domain.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11AuthAndMangementSuite.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11AvailableNetworks.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11AvailableNetworksExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11Capabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11Cipher.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11PSK.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11PSKPassphrase.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11PSKSet.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11PSKSetExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11SSIDType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11SecurityConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11SecurityConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11SecurityMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11SignalStrength.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11StationMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot11Status.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot1XConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot1XConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Dot3Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Duplex.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DurationRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DynamicDNSInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DynamicDNSInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/DynamicDNSType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/EAPMethodConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/EAPMethodTypes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/EFlip.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/EFlipMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/EFlipOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/EFlipOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/EapMethodExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Enabled.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/EngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Envelope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/EventCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/EventStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/EventSubscription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Exposure.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Exposure20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ExposureMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ExposureOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ExposureOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ExposurePriority.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FactoryDefaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Fault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FindEventResult.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FindEventResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FindMetadataResult.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FindMetadataResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FindPTZPositionResult.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FindPTZPositionResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FindRecordingResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FloatAttrList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FloatList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FloatRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FocusConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FocusConfiguration20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FocusConfiguration20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FocusMove.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FocusOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FocusOptions20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FocusStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FocusStatus20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FocusStatus20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Frame.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FrameExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/FrameExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/G711DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/G726DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/GenericEapPwdConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/GetRecordingJobsResponseItem.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/GetRecordingsResponseItem.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/GetTracksResponseItem.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/GetTracksResponseList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/H264Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/H264DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/H264Options.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/H264Options2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/H264Profile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Header.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/HostnameInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/HostnameInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/HwAddress.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IANA_IfTypes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IOCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IOCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IOCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPAddress.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPAddressFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPAddressFilterExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPAddressFilterType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPv4Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPv4Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPv4NetworkInterface.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPv4NetworkInterfaceSetConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPv6Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPv6Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPv6ConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPv6DHCPConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPv6NetworkInterface.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IPv6NetworkInterfaceSetConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImageStabilization.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImageStabilizationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImageStabilizationMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImageStabilizationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImageStabilizationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingOptions20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingOptions20Extension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingOptions20Extension3.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingSettings.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingSettings20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingSettingsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingSettingsExtension20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingSettingsExtension202.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingSettingsExtension203.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingStatus20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ImagingStatus20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Include.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IntAttrList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IntList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IntRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IntRectangle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IntRectangleRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IrCutFilterAutoAdjustment.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IrCutFilterAutoAdjustmentExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IrCutFilterAutoAdjustmentOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IrCutFilterAutoAdjustmentOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IrCutFilterAutoBoundaryType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/IrCutFilterMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ItemList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ItemListDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ItemListDescriptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ItemListExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/JobToken.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/JpegDecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/JpegOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/JpegOptions2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Layout.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/LayoutExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/LayoutOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/LayoutOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MaximumNumberOfOSDs.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MediaAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MediaCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MediaCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MediaUri.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Merge.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MessageDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MessageDescriptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MessageExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MetadataAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MetadataConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MetadataConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MetadataConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MetadataFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MetadataInput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MetadataInputExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MetadataStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MetadataStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MetadataStreamExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MiscCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ModeOfOperation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MotionExpression.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MotionExpressionConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MotionInCells.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MoveOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MoveOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MoveStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Mpeg4Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Mpeg4DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Mpeg4Options.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Mpeg4Options2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Mpeg4Profile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/MulticastConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NTPInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NTPInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Name.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkGateway.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkHost.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkHostExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkHostType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkInterface.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkInterfaceConfigPriority.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkInterfaceConnectionSetting.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkInterfaceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkInterfaceExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkInterfaceInfo.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkInterfaceLink.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkInterfaceSetConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkInterfaceSetConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkInterfaceSetConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkProtocol.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkProtocolExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkProtocolType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkZeroConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkZeroConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/NetworkZeroConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDColor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDColorOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDColorOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDImgConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDImgConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDImgOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDImgOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDPosConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDPosConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDTextConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDTextConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDTextOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDTextOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OSDType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Object.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ObjectExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ObjectId.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ObjectTree.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ObjectTreeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OnvifVersion.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/OtherType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTControlDirection.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTControlDirectionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTControlDirectionOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTControlDirectionOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZConfigurationOptions2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZMoveStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZNode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZNodeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZNodeExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPositionFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPreset.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourDirection.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourOperation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourPresetDetail.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourPresetDetailOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourPresetDetailOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourSpot.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourSpotExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourSpotOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourStartingCondition.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourStartingConditionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourStartingConditionOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourStartingConditionOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourStatusExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourSupported.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourSupportedExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZPresetTourTypeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZSpaces.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZSpacesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZSpeed.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZStatusFilterOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZStatusFilterOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PTZVector.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PanTiltLimits.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PaneConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PaneLayout.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PaneLayoutOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PaneOptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Polygon.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PolygonConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Polyline.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PolylineArray.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PolylineArrayConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PolylineArrayExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PrefixedIPv4Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PrefixedIPv6Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PresetTour.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Profile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ProfileCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ProfileExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ProfileExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/PropertyOperation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RealTimeStreamingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RealTimeStreamingCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Receiver.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ReceiverCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ReceiverConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ReceiverMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ReceiverReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ReceiverState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ReceiverStateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingJobConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingJobConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingJobMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingJobReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingJobSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingJobSourceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingJobState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingJobStateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingJobStateInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingJobStateSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingJobStateTrack.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingJobStateTracks.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingJobTrack.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingSourceInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RecordingSummary.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Rectangle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ReferenceToken.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RelativeFocus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RelativeFocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RelativeFocusOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RelayIdleState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RelayLogicalState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RelayMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RelayOutput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RelayOutputSettings.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RemoteUser.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Rename.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ReplayCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ReplayConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Reverse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ReverseMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ReverseOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ReverseOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Rotate.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RotateExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RotateMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RotateOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RotateOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RuleEngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/RuleEngineConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Scope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ScopeDefinition.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SearchCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SearchScope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SearchScopeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SearchState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SecurityCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SecurityCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SecurityCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Service.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SetDateTimeType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ShapeDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ShapeDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SourceIdentification.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SourceIdentificationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SourceReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Space1DDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Space2DDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Split.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/StreamSetup.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/StreamType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/StringAttrList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SupportInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SupportedAnalyticsModules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SupportedAnalyticsModulesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SupportedRules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SupportedRulesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SystemCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SystemCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SystemCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SystemDateTime.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SystemDateTimeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SystemLog.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SystemLogType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SystemLogUri.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/SystemLogUriList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/TLSConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Time.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/TimeZone.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/TopicNamespaceLocation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/TrackAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/TrackAttributesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/TrackConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/TrackInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/TrackReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/TrackType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Transformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/TransformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Transport.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/TransportProtocol.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/User.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/UserExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/UserLevel.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Vector.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Vector1D.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/Vector2D.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoAnalyticsConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoAnalyticsStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoAnalyticsStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoDecoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoDecoderConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoEncoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoEncoderOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoEncoderOptionsExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoEncoding.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoOutput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoOutputConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoOutputExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoRateControl.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoResolution.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoSourceConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoSourceConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoSourceConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoSourceConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoSourceConfigurationOptionsExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoSourceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/VideoSourceExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/WhiteBalance.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/WhiteBalance20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/WhiteBalance20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/WhiteBalanceMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/WhiteBalanceOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/WhiteBalanceOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/WhiteBalanceOptions20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/WideDynamicMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/WideDynamicRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/WideDynamicRange20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/WideDynamicRangeOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/WideDynamicRangeOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/XPathExpression.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/ZoomLimits.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/base64Binary.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/detail.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/encodingStyle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Device/Types/hexBinary.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Attributes/actor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Attributes/contentType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Attributes/encodingStyle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Attributes/expectedContentTypes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Attributes/mustUnderstand.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddAudioDecoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddAudioDecoderConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddAudioEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddAudioEncoderConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddAudioOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddAudioOutputConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddAudioSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddAudioSourceConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddMetadataConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddMetadataConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddPTZConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddPTZConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddVideoAnalyticsConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddVideoAnalyticsConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddVideoEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddVideoEncoderConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddVideoSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AddVideoSourceConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AudioDecoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AudioEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AudioOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/AudioSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/Body.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/Capabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/CreateOSD.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/CreateOSDResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/CreateProfile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/CreateProfileResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/DeleteOSD.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/DeleteOSDResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/DeleteProfile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/DeleteProfileResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/Envelope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/Fault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioDecoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioDecoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioDecoderConfigurationOptionsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioDecoderConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioDecoderConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioDecoderConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioEncoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioEncoderConfigurationOptionsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioEncoderConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioEncoderConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioEncoderConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioOutputConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioOutputConfigurationOptionsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioOutputConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioOutputConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioOutputConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioOutputs.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioOutputsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioSourceConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioSourceConfigurationOptionsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioSourceConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioSourceConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioSourceConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioSources.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetAudioSourcesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleAudioDecoderConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleAudioDecoderConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleAudioEncoderConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleAudioEncoderConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleAudioOutputConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleAudioOutputConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleAudioSourceConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleAudioSourceConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleMetadataConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleMetadataConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleVideoAnalyticsConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleVideoAnalyticsConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleVideoEncoderConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleVideoEncoderConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleVideoSourceConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetCompatibleVideoSourceConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetGuaranteedNumberOfVideoEncoderInstances.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetGuaranteedNumberOfVideoEncoderInstancesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetMetadataConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetMetadataConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetMetadataConfigurationOptionsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetMetadataConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetMetadataConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetMetadataConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetOSD.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetOSDOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetOSDOptionsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetOSDResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetOSDs.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetOSDsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetProfile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetProfileResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetProfiles.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetProfilesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetServiceCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetServiceCapabilitiesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetSnapshotUri.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetSnapshotUriResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetStreamUri.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetStreamUriResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoAnalyticsConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoAnalyticsConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoAnalyticsConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoAnalyticsConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoEncoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoEncoderConfigurationOptionsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoEncoderConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoEncoderConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoEncoderConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoSourceConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoSourceConfigurationOptionsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoSourceConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoSourceConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoSourceConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoSourceModes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoSourceModesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoSources.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/GetVideoSourcesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/Header.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/Include.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/Message.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/MetadataConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/MetadataStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/PTZConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/Polygon.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/Polyline.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveAudioDecoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveAudioDecoderConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveAudioEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveAudioEncoderConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveAudioOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveAudioOutputConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveAudioSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveAudioSourceConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveMetadataConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveMetadataConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemovePTZConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemovePTZConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveVideoAnalyticsConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveVideoAnalyticsConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveVideoEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveVideoEncoderConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveVideoSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/RemoveVideoSourceConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetAudioDecoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetAudioDecoderConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetAudioEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetAudioEncoderConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetAudioOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetAudioOutputConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetAudioSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetAudioSourceConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetMetadataConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetMetadataConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetOSD.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetOSDResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetSynchronizationPoint.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetSynchronizationPointResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetVideoAnalyticsConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetVideoAnalyticsConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetVideoEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetVideoEncoderConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetVideoSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetVideoSourceConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetVideoSourceMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/SetVideoSourceModeResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/StartMulticastStreaming.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/StartMulticastStreamingResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/StopMulticastStreaming.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/StopMulticastStreamingResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/VideoAnalyticsConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/VideoEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Elements/VideoSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Interfaces/Media/MediaPort.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Typemaps/Media.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AACDecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AbsoluteFocus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AbsoluteFocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ActionEngineEventPayload.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ActionEngineEventPayloadExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnalyticsCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnalyticsDeviceCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnalyticsDeviceEngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnalyticsDeviceEngineConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnalyticsDeviceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnalyticsEngine.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnalyticsEngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnalyticsEngineConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnalyticsEngineControl.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnalyticsEngineInput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnalyticsEngineInputInfo.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnalyticsEngineInputInfoExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnalyticsState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnalyticsStateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AnyHolder.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Appearance.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AppearanceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AttachmentData.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AttributedAnyType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AttributedQNameType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AttributedURIType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AttributedUnsignedLongType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioAnalyticsStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioAnalyticsStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioClassCandidate.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioClassDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioClassDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioClassType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioDecoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioDecoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioDecoderConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioEncoderConfigurationOption.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioEncoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioEncoding.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioOutput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioOutputConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioSourceConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AudioSourceOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AutoFocusMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/AuxiliaryData.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/BacklightCompensation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/BacklightCompensation20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/BacklightCompensationMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/BacklightCompensationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/BacklightCompensationOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/BackupFile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/BaseFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Behaviour.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/BehaviourExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/BinaryData.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Body.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Capabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/CapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/CapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/CapabilityCategory.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/CellLayout.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Certificate.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/CertificateGenerationParameters.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/CertificateGenerationParametersExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/CertificateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/CertificateInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/CertificateStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/CertificateUsage.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/CertificateWithPrivateKey.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ClassDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ClassDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ClassDescriptorExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ClassType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/CodingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Color.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ColorCovariance.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ColorDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ColorDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ColorOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ColorspaceRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Config.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ConfigDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ConfigDescriptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ConfigurationEntity.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ContinuousFocus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ContinuousFocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DNSInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DNSInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DNSName.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Date.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DateTime.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DateTimeRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Description.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DeviceCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DeviceCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DeviceEntity.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DeviceIOCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DigitalInput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Direction.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DiscoveryMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DisplayCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Documentation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Domain.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11AuthAndMangementSuite.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11AvailableNetworks.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11AvailableNetworksExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11Capabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11Cipher.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11PSK.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11PSKPassphrase.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11PSKSet.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11PSKSetExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11SSIDType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11SecurityConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11SecurityConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11SecurityMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11SignalStrength.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11StationMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot11Status.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot1XConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot1XConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Dot3Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Duplex.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DurationRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DynamicDNSInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DynamicDNSInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/DynamicDNSType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/EAPMethodConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/EFlip.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/EFlipMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/EFlipOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/EFlipOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/EapMethodExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Enabled.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/EncodingTypes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/EndpointReferenceType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/EngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Envelope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/EventCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/EventStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/EventSubscription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Exposure.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Exposure20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ExposureMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ExposureOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ExposureOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ExposurePriority.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ExtensibleDocumented.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FactoryDefaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Fault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FaultCodesOpenEnumType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FaultCodesType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FindEventResult.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FindEventResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FindMetadataResult.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FindMetadataResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FindPTZPositionResult.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FindPTZPositionResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FindRecordingResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FloatAttrList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FloatList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FloatRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FocusConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FocusConfiguration20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FocusConfiguration20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FocusMove.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FocusOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FocusOptions20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FocusStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FocusStatus20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FocusStatus20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Frame.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FrameExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/FrameExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/G711DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/G726DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/GenericEapPwdConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/GetRecordingJobsResponseItem.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/GetRecordingsResponseItem.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/GetTracksResponseItem.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/GetTracksResponseList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/H264Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/H264DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/H264Options.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/H264Options2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/H264Profile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Header.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/HostnameInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/HostnameInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/HwAddress.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IANA_IfTypes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IOCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IOCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IOCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPAddress.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPAddressFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPAddressFilterExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPAddressFilterType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPv4Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPv4Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPv4NetworkInterface.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPv4NetworkInterfaceSetConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPv6Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPv6Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPv6ConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPv6DHCPConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPv6NetworkInterface.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IPv6NetworkInterfaceSetConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImageStabilization.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImageStabilizationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImageStabilizationMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImageStabilizationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImageStabilizationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingOptions20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingOptions20Extension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingOptions20Extension3.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingSettings.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingSettings20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingSettingsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingSettingsExtension20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingSettingsExtension202.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingSettingsExtension203.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingStatus20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ImagingStatus20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Include.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IntAttrList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IntList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IntRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IntRectangle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IntRectangleRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IrCutFilterAutoAdjustment.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IrCutFilterAutoAdjustmentExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IrCutFilterAutoAdjustmentOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IrCutFilterAutoAdjustmentOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IrCutFilterAutoBoundaryType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/IrCutFilterMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ItemList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ItemListDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ItemListDescriptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ItemListExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/JobToken.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/JpegDecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/JpegOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/JpegOptions2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Layout.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/LayoutExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/LayoutOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/LayoutOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MaximumNumberOfOSDs.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MediaAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MediaCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MediaCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MediaUri.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Merge.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MessageDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MessageDescriptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MessageExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MetadataAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MetadataConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MetadataConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MetadataConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MetadataFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MetadataInput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MetadataInputExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MetadataStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MetadataStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MetadataStreamExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MetadataType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ModeOfOperation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MotionExpression.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MotionExpressionConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MotionInCells.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MoveOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MoveOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MoveStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Mpeg4Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Mpeg4DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Mpeg4Options.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Mpeg4Options2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Mpeg4Profile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/MulticastConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NTPInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NTPInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Name.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkGateway.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkHost.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkHostExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkHostType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkInterface.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkInterfaceConfigPriority.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkInterfaceConnectionSetting.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkInterfaceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkInterfaceExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkInterfaceInfo.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkInterfaceLink.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkInterfaceSetConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkInterfaceSetConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkInterfaceSetConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkProtocol.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkProtocolExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkProtocolType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkZeroConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkZeroConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/NetworkZeroConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDColor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDColorOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDColorOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDImgConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDImgConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDImgOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDImgOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDPosConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDPosConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDTextConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDTextConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDTextOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDTextOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OSDType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Object.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ObjectExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ObjectId.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ObjectTree.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ObjectTreeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OnvifVersion.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/OtherType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTControlDirection.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTControlDirectionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTControlDirectionOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTControlDirectionOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZConfigurationOptions2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZMoveStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZNode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZNodeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZNodeExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPositionFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPreset.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourDirection.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourOperation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourPresetDetail.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourPresetDetailOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourPresetDetailOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourSpot.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourSpotExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourSpotOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourStartingCondition.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourStartingConditionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourStartingConditionOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourStartingConditionOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourStatusExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourSupported.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourSupportedExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZPresetTourTypeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZSpaces.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZSpacesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZSpeed.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZStatusFilterOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZStatusFilterOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PTZVector.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PanTiltLimits.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PaneConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PaneLayout.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PaneLayoutOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PaneOptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Polygon.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PolygonConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Polyline.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PolylineArray.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PolylineArrayConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PolylineArrayExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PrefixedIPv4Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PrefixedIPv6Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PresetTour.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ProblemActionType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Profile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ProfileCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ProfileExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ProfileExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/PropertyOperation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/QueryExpressionType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RealTimeStreamingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RealTimeStreamingCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Receiver.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ReceiverCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ReceiverConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ReceiverMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ReceiverReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ReceiverState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ReceiverStateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingJobConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingJobConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingJobMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingJobReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingJobSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingJobSourceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingJobState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingJobStateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingJobStateInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingJobStateSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingJobStateTrack.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingJobStateTracks.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingJobTrack.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingSourceInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RecordingSummary.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Rectangle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ReferenceParametersType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ReferenceToken.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RelatesToType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RelationshipType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RelationshipTypeOpenEnum.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RelativeFocus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RelativeFocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RelativeFocusOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RelayIdleState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RelayLogicalState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RelayMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RelayOutput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RelayOutputSettings.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RemoteUser.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Rename.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ReplayCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ReplayConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Reverse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ReverseMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ReverseOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ReverseOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Rotate.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RotateExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RotateMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RotateOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RotateOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RuleEngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/RuleEngineConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Scope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ScopeDefinition.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SearchCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SearchScope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SearchScopeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SearchState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SecurityCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SecurityCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SecurityCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SetDateTimeType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ShapeDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ShapeDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SourceIdentification.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SourceIdentificationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SourceReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Space1DDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Space2DDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Split.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/StreamSetup.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/StreamType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/StreamingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/StringAttrList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SupportInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SupportedAnalyticsModules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SupportedAnalyticsModulesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SupportedRules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SupportedRulesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SystemCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SystemCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SystemCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SystemDateTime.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SystemDateTimeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SystemLog.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SystemLogType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SystemLogUri.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/SystemLogUriList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/TLSConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Time.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/TimeZone.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/TopicNamespaceLocation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/TopicNamespaceType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/TrackAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/TrackAttributesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/TrackConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/TrackInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/TrackReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/TrackType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Transformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/TransformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Transport.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/TransportProtocol.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/User.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/UserExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/UserLevel.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Vector.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Vector1D.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/Vector2D.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoAnalyticsConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoAnalyticsStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoAnalyticsStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoDecoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoDecoderConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoEncoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoEncoderOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoEncoderOptionsExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoEncoding.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoOutput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoOutputConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoOutputExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoRateControl.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoResolution.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoSourceConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoSourceConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoSourceConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoSourceConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoSourceConfigurationOptionsExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoSourceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoSourceExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoSourceMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/VideoSourceModeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/WhiteBalance.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/WhiteBalance20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/WhiteBalance20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/WhiteBalanceMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/WhiteBalanceOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/WhiteBalanceOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/WhiteBalanceOptions20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/WideDynamicMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/WideDynamicRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/WideDynamicRange20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/WideDynamicRangeOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/WideDynamicRangeOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/XPathExpression.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/ZoomLimits.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/base64Binary.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/detail.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/encodingStyle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Media/Types/hexBinary.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Attributes/actor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Attributes/contentType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Attributes/encodingStyle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Attributes/expectedContentTypes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Attributes/mustUnderstand.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/AbsoluteMove.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/AbsoluteMoveResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/AudioDecoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/AudioEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/AudioOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/AudioSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/Body.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/Capabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/ContinuousMove.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/ContinuousMoveResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/CreatePresetTour.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/CreatePresetTourResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/Envelope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/Fault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetCompatibleConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetCompatibleConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetConfigurationOptionsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetConfigurations.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetConfigurationsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetNode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetNodeResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetNodes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetNodesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetPresetTour.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetPresetTourOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetPresetTourOptionsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetPresetTourResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetPresetTours.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetPresetToursResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetPresets.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetPresetsResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetServiceCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetServiceCapabilitiesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GetStatusResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GotoHomePosition.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GotoHomePositionResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GotoPreset.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/GotoPresetResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/Header.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/Include.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/Message.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/MetadataConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/MetadataStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/ModifyPresetTour.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/ModifyPresetTourResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/OperatePresetTour.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/OperatePresetTourResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/PTZConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/Polygon.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/Polyline.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/RelativeMove.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/RelativeMoveResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/RemovePreset.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/RemovePresetResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/RemovePresetTour.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/RemovePresetTourResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/SendAuxiliaryCommand.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/SendAuxiliaryCommandResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/SetConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/SetConfigurationResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/SetHomePosition.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/SetHomePositionResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/SetPreset.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/SetPresetResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/Stop.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/StopResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/VideoAnalyticsConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/VideoEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Elements/VideoSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Interfaces/PTZ/PTZPort.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Typemaps/PTZ.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AACDecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AbsoluteFocus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AbsoluteFocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ActionEngineEventPayload.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ActionEngineEventPayloadExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnalyticsCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnalyticsDeviceCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnalyticsDeviceEngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnalyticsDeviceEngineConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnalyticsDeviceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnalyticsEngine.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnalyticsEngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnalyticsEngineConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnalyticsEngineControl.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnalyticsEngineInput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnalyticsEngineInputInfo.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnalyticsEngineInputInfoExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnalyticsState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnalyticsStateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AnyHolder.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Appearance.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AppearanceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AttachmentData.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AttributedAnyType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AttributedQNameType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AttributedURIType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AttributedUnsignedLongType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioAnalyticsStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioAnalyticsStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioClassCandidate.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioClassDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioClassDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioClassType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioDecoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioDecoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioDecoderConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioEncoderConfigurationOption.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioEncoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioEncoding.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioOutput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioOutputConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioSourceConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AudioSourceOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AutoFocusMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/AuxiliaryData.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/BacklightCompensation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/BacklightCompensation20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/BacklightCompensationMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/BacklightCompensationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/BacklightCompensationOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/BackupFile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/BaseFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Behaviour.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/BehaviourExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/BinaryData.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Body.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Capabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/CapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/CapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/CapabilityCategory.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/CellLayout.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Certificate.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/CertificateGenerationParameters.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/CertificateGenerationParametersExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/CertificateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/CertificateInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/CertificateStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/CertificateUsage.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/CertificateWithPrivateKey.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ClassDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ClassDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ClassDescriptorExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ClassType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/CodingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Color.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ColorCovariance.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ColorDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ColorDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ColorOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ColorspaceRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Config.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ConfigDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ConfigDescriptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ConfigurationEntity.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ContinuousFocus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ContinuousFocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DNSInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DNSInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DNSName.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Date.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DateTime.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DateTimeRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Description.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DeviceCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DeviceCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DeviceEntity.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DeviceIOCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DigitalInput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Direction.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DiscoveryMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DisplayCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Documentation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Domain.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11AuthAndMangementSuite.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11AvailableNetworks.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11AvailableNetworksExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11Capabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11Cipher.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11PSK.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11PSKPassphrase.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11PSKSet.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11PSKSetExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11SSIDType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11SecurityConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11SecurityConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11SecurityMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11SignalStrength.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11StationMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot11Status.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot1XConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot1XConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Dot3Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Duplex.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DurationRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DynamicDNSInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DynamicDNSInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/DynamicDNSType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/EAPMethodConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/EFlip.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/EFlipMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/EFlipOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/EFlipOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/EapMethodExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Enabled.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/EndpointReferenceType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/EngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Envelope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/EventCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/EventStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/EventSubscription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Exposure.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Exposure20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ExposureMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ExposureOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ExposureOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ExposurePriority.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ExtensibleDocumented.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FactoryDefaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Fault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FaultCodesOpenEnumType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FaultCodesType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FindEventResult.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FindEventResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FindMetadataResult.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FindMetadataResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FindPTZPositionResult.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FindPTZPositionResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FindRecordingResultList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FloatAttrList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FloatList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FloatRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FocusConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FocusConfiguration20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FocusConfiguration20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FocusMove.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FocusOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FocusOptions20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FocusStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FocusStatus20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FocusStatus20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Frame.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FrameExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/FrameExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/G711DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/G726DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/GenericEapPwdConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/GetRecordingJobsResponseItem.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/GetRecordingsResponseItem.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/GetTracksResponseItem.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/GetTracksResponseList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/H264Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/H264DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/H264Options.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/H264Options2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/H264Profile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Header.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/HostnameInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/HostnameInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/HwAddress.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IANA_IfTypes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IOCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IOCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IOCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPAddress.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPAddressFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPAddressFilterExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPAddressFilterType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPv4Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPv4Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPv4NetworkInterface.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPv4NetworkInterfaceSetConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPv6Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPv6Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPv6ConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPv6DHCPConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPv6NetworkInterface.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IPv6NetworkInterfaceSetConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImageStabilization.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImageStabilizationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImageStabilizationMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImageStabilizationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImageStabilizationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingOptions20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingOptions20Extension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingOptions20Extension3.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingSettings.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingSettings20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingSettingsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingSettingsExtension20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingSettingsExtension202.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingSettingsExtension203.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingStatus20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ImagingStatus20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Include.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IntAttrList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IntList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IntRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IntRectangle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IntRectangleRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IrCutFilterAutoAdjustment.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IrCutFilterAutoAdjustmentExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IrCutFilterAutoAdjustmentOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IrCutFilterAutoAdjustmentOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IrCutFilterAutoBoundaryType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/IrCutFilterMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ItemList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ItemListDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ItemListDescriptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ItemListExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/JobToken.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/JpegDecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/JpegOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/JpegOptions2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Layout.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/LayoutExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/LayoutOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/LayoutOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MaximumNumberOfOSDs.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MediaAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MediaCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MediaCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MediaUri.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Merge.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MessageDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MessageDescriptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MessageExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MetadataAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MetadataConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MetadataConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MetadataConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MetadataFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MetadataInput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MetadataInputExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MetadataStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MetadataStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MetadataStreamExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MetadataType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ModeOfOperation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MotionExpression.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MotionExpressionConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MotionInCells.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MoveOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MoveOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MoveStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Mpeg4Configuration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Mpeg4DecOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Mpeg4Options.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Mpeg4Options2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Mpeg4Profile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/MulticastConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NTPInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NTPInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Name.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkGateway.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkHost.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkHostExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkHostType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkInterface.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkInterfaceConfigPriority.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkInterfaceConnectionSetting.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkInterfaceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkInterfaceExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkInterfaceInfo.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkInterfaceLink.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkInterfaceSetConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkInterfaceSetConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkInterfaceSetConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkProtocol.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkProtocolExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkProtocolType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkZeroConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkZeroConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/NetworkZeroConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDColor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDColorOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDColorOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDImgConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDImgConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDImgOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDImgOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDPosConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDPosConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDTextConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDTextConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDTextOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDTextOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OSDType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Object.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ObjectExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ObjectId.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ObjectTree.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ObjectTreeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OnvifVersion.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/OtherType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTControlDirection.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTControlDirectionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTControlDirectionOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTControlDirectionOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZConfigurationOptions2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZMoveStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZNode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZNodeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZNodeExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPositionFilter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPreset.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourDirection.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourOperation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourPresetDetail.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourPresetDetailOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourPresetDetailOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourSpot.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourSpotExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourSpotOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourStartingCondition.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourStartingConditionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourStartingConditionOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourStartingConditionOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourStatusExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourSupported.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourSupportedExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZPresetTourTypeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZSpaces.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZSpacesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZSpeed.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZStatusFilterOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZStatusFilterOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PTZVector.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PanTiltLimits.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PaneConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PaneLayout.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PaneLayoutOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PaneOptionExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Polygon.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PolygonConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Polyline.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PolylineArray.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PolylineArrayConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PolylineArrayExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PrefixedIPv4Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PrefixedIPv6Address.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PresetTour.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ProblemActionType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Profile.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ProfileCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ProfileExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ProfileExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/PropertyOperation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/QueryExpressionType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RealTimeStreamingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RealTimeStreamingCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Receiver.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ReceiverCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ReceiverConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ReceiverMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ReceiverReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ReceiverState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ReceiverStateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingJobConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingJobConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingJobMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingJobReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingJobSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingJobSourceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingJobState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingJobStateInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingJobStateInformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingJobStateSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingJobStateTrack.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingJobStateTracks.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingJobTrack.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingSourceInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingStatus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RecordingSummary.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Rectangle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ReferenceParametersType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ReferenceToken.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RelatesToType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RelationshipType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RelationshipTypeOpenEnum.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RelativeFocus.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RelativeFocusOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RelativeFocusOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RelayIdleState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RelayLogicalState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RelayMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RelayOutput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RelayOutputSettings.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RemoteUser.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Rename.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ReplayCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ReplayConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Reverse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ReverseMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ReverseOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ReverseOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Rotate.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RotateExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RotateMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RotateOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RotateOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RuleEngineConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/RuleEngineConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Scope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ScopeDefinition.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SearchCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SearchScope.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SearchScopeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SearchState.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SecurityCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SecurityCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SecurityCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SetDateTimeType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ShapeDescriptor.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ShapeDescriptorExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SourceIdentification.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SourceIdentificationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SourceReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Space1DDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Space2DDescription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Split.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/StreamSetup.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/StreamType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/StringAttrList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SupportInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SupportedAnalyticsModules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SupportedAnalyticsModulesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SupportedRules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SupportedRulesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SystemCapabilities.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SystemCapabilitiesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SystemCapabilitiesExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SystemDateTime.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SystemDateTimeExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SystemLog.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SystemLogType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SystemLogUri.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/SystemLogUriList.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/TLSConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Time.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/TimeZone.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/TopicNamespaceLocation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/TopicNamespaceType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/TrackAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/TrackAttributesExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/TrackConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/TrackInformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/TrackReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/TrackType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Transformation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/TransformationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Transport.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/TransportProtocol.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/User.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/UserExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/UserLevel.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Vector.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Vector1D.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/Vector2D.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoAnalyticsConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoAnalyticsStream.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoAnalyticsStreamExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoAttributes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoDecoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoDecoderConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoEncoderConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoEncoderConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoEncoderOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoEncoderOptionsExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoEncoding.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoOutput.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoOutputConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoOutputConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoOutputExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoRateControl.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoResolution.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoSource.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoSourceConfiguration.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoSourceConfigurationExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoSourceConfigurationExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoSourceConfigurationOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoSourceConfigurationOptionsExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoSourceConfigurationOptionsExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoSourceExtension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/VideoSourceExtension2.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/WhiteBalance.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/WhiteBalance20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/WhiteBalance20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/WhiteBalanceMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/WhiteBalanceOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/WhiteBalanceOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/WhiteBalanceOptions20Extension.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/WideDynamicMode.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/WideDynamicRange.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/WideDynamicRange20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/WideDynamicRangeOptions.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/WideDynamicRangeOptions20.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/XPathExpression.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/ZoomLimits.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/base64Binary.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/detail.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/encodingStyle.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/PTZ/Types/hexBinary.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Attributes/Action.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Attributes/Id.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/Action.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/AppSequence.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/Bye.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/EndpointReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/FaultTo.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/From.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/Header.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/Hello.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/MessageID.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/MetadataVersion.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/Probe.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/ProbeMatches.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/RelatesTo.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/ReplyAfter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/ReplyTo.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/Resolve.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/ResolveMatches.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/RetryAfter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/Scopes.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/Security.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/Sig.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/SupportedMatchingRules.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/To.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/Types.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Elements/XAddrs.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Interfaces/WSDiscovery/WSDiscoveryPort.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Typemaps/WSDiscovery.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/AppSequenceType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/AttributedQName.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/AttributedURI.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/ByeType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/EndpointReferenceType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/FaultCodeOpenType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/FaultCodeType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/FaultSubcodeValues.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/HelloType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/OpenRelationshipType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/ProbeMatchType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/ProbeMatchesType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/ProbeType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/QNameListType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/ReferenceParametersType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/ReferencePropertiesType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/Relationship.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/RelationshipType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/RelationshipTypeValues.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/ReplyAfterType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/ResolveMatchType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/ResolveMatchesType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/ResolveType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/RetryAfterType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/ScopesType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/SecurityType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/ServiceNameType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/SigType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery10/Types/UriListType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Attributes/IsReferenceParameter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Attributes/base.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Attributes/id.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Attributes/lang.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Attributes/space.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Attributes/topic.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Attributes/topicNamespaceLocation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/Action.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/BaseFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/ConsumerReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/CreatePullPoint.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/CreatePullPointResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/CreationTime.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/CurrentTime.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/DestroyPullPoint.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/DestroyPullPointResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/EndpointReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/FaultTo.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/Filter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/FixedTopicSet.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/From.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/GetCurrentMessage.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/GetCurrentMessageResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/GetMessages.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/GetMessagesResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/InvalidFilterFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/InvalidMessageContentExpressionFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/InvalidProducerPropertiesExpressionFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/InvalidTopicExpressionFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/MessageContent.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/MessageID.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/Metadata.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/MultipleTopicsSpecifiedFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/NoCurrentMessageOnTopicFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/NotificationMessage.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/NotificationProducerRP.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/Notify.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/NotifyMessageNotSupportedFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/PauseFailedFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/PauseSubscription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/PauseSubscriptionResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/ProblemAction.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/ProblemHeader.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/ProblemHeaderQName.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/ProblemIRI.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/ProducerProperties.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/ProducerReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/RelatesTo.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/Renew.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/RenewResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/ReplyTo.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/ResumeFailedFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/ResumeSubscription.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/ResumeSubscriptionResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/RetryAfter.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/Subscribe.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/SubscribeCreationFailedFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/SubscribeResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/SubscriptionManagerRP.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/SubscriptionPolicy.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/SubscriptionReference.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/TerminationTime.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/To.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/Topic.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/TopicExpression.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/TopicExpressionDialect.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/TopicExpressionDialectUnknownFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/TopicNamespace.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/TopicNotSupportedFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/TopicSet.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/UnableToCreatePullPointFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/UnableToDestroyPullPointFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/UnableToDestroySubscriptionFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/UnableToGetMessagesFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/UnacceptableInitialTerminationTimeFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/UnacceptableTerminationTimeFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/UnrecognizedPolicyRequestFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/Unsubscribe.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/UnsubscribeResponse.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/UnsupportedPolicyRequestFault.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Elements/UseRaw.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Interfaces/WSBaseNotificationSender/NotificationProducerPort.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Interfaces/WSBaseNotificationSender/SubscriptionManagerPort.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Typemaps/WSBaseNotificationSender.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/AbsoluteOrRelativeTimeType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/AttributedAnyType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/AttributedQNameType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/AttributedURIType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/AttributedUnsignedLongType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/BaseFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/ConcreteTopicExpression.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/Documentation.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/EndpointReferenceType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/ExtensibleDocumented.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/FaultCodesOpenEnumType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/FaultCodesType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/FilterType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/FullTopicExpression.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/InvalidFilterFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/InvalidMessageContentExpressionFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/InvalidProducerPropertiesExpressionFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/InvalidTopicExpressionFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/MetadataType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/MultipleTopicsSpecifiedFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/NoCurrentMessageOnTopicFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/NotificationMessageHolderType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/NotifyMessageNotSupportedFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/PauseFailedFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/ProblemActionType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/QueryExpressionType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/ReferenceParametersType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/RelatesToType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/RelationshipType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/RelationshipTypeOpenEnum.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/ResumeFailedFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/SimpleTopicExpression.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/SubscribeCreationFailedFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/SubscriptionPolicyType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/TopicExpressionDialectUnknownFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/TopicExpressionType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/TopicNamespaceType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/TopicNotSupportedFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/TopicSetType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/TopicType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/UnableToCreatePullPointFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/UnableToDestroyPullPointFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/UnableToDestroySubscriptionFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/UnableToGetMessagesFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/UnacceptableInitialTerminationTimeFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/UnacceptableTerminationTimeFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/UnrecognizedPolicyRequestFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSNotification/Types/UnsupportedPolicyRequestFaultType.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Attributes::actor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Attributes::contentType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Attributes::encodingStyle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Attributes::expectedContentTypes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Attributes::mustUnderstand.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::AudioDecoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::AudioEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::AudioOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::AudioSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::Body.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::Capabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::CreateAnalyticsModules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::CreateAnalyticsModulesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::CreateRules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::CreateRulesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::DeleteAnalyticsModules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::DeleteAnalyticsModulesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::DeleteRules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::DeleteRulesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::Envelope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::Fault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::GetAnalyticsModules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::GetAnalyticsModulesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::GetRules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::GetRulesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::GetServiceCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::GetServiceCapabilitiesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::GetSupportedAnalyticsModules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::GetSupportedAnalyticsModulesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::GetSupportedRules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::GetSupportedRulesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::Header.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::Include.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::Message.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::MetadataConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::MetadataStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::ModifyAnalyticsModules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::ModifyAnalyticsModulesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::ModifyRules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::ModifyRulesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::PTZConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::Polygon.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::Polyline.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::VideoAnalyticsConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::VideoEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Elements::VideoSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Interfaces::Analytics::AnalyticsEnginePort.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Interfaces::Analytics::RuleEnginePort.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Typemaps::Analytics.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AACDecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AbsoluteFocus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AbsoluteFocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ActionEngineEventPayload.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ActionEngineEventPayloadExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnalyticsCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnalyticsDeviceCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnalyticsDeviceEngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnalyticsDeviceEngineConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnalyticsDeviceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnalyticsEngine.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnalyticsEngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnalyticsEngineConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnalyticsEngineControl.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnalyticsEngineInput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnalyticsEngineInputInfo.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnalyticsEngineInputInfoExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnalyticsState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnalyticsStateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AnyHolder.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Appearance.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AppearanceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AttachmentData.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioAnalyticsStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioAnalyticsStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioClassCandidate.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioClassDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioClassDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioClassType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioDecoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioDecoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioDecoderConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioEncoderConfigurationOption.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioEncoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioEncoding.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioOutput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioOutputConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioSourceConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AudioSourceOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AutoFocusMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::AuxiliaryData.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::BacklightCompensation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::BacklightCompensation20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::BacklightCompensationMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::BacklightCompensationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::BacklightCompensationOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::BackupFile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Behaviour.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::BehaviourExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::BinaryData.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Body.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Capabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::CapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::CapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::CapabilityCategory.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::CellLayout.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Certificate.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::CertificateGenerationParameters.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::CertificateGenerationParametersExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::CertificateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::CertificateInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::CertificateStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::CertificateUsage.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::CertificateWithPrivateKey.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ClassDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ClassDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ClassDescriptorExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ClassType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::CodingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Color.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ColorCovariance.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ColorDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ColorDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ColorOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ColorspaceRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Config.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ConfigDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ConfigDescriptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ConfigurationEntity.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ContinuousFocus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ContinuousFocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DNSInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DNSInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DNSName.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Date.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DateTime.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DateTimeRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Description.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DeviceCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DeviceCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DeviceEntity.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DeviceIOCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DigitalInput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Direction.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DiscoveryMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DisplayCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Domain.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11AuthAndMangementSuite.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11AvailableNetworks.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11AvailableNetworksExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11Capabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11Cipher.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11PSK.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11PSKPassphrase.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11PSKSet.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11PSKSetExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11SSIDType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11SecurityConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11SecurityConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11SecurityMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11SignalStrength.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11StationMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot11Status.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot1XConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot1XConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Dot3Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Duplex.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DurationRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DynamicDNSInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DynamicDNSInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::DynamicDNSType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::EAPMethodConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::EFlip.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::EFlipMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::EFlipOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::EFlipOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::EapMethodExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Enabled.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::EngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Envelope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::EventCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::EventStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::EventSubscription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Exposure.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Exposure20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ExposureMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ExposureOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ExposureOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ExposurePriority.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FactoryDefaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Fault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FindEventResult.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FindEventResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FindMetadataResult.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FindMetadataResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FindPTZPositionResult.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FindPTZPositionResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FindRecordingResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FloatAttrList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FloatList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FloatRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FocusConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FocusConfiguration20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FocusConfiguration20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FocusMove.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FocusOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FocusOptions20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FocusStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FocusStatus20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FocusStatus20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Frame.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FrameExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::FrameExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::G711DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::G726DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::GenericEapPwdConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::GetRecordingJobsResponseItem.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::GetRecordingsResponseItem.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::GetTracksResponseItem.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::GetTracksResponseList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::H264Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::H264DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::H264Options.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::H264Options2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::H264Profile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Header.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::HostnameInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::HostnameInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::HwAddress.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IANA_IfTypes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IOCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IOCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IOCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPAddress.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPAddressFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPAddressFilterExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPAddressFilterType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPv4Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPv4Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPv4NetworkInterface.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPv4NetworkInterfaceSetConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPv6Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPv6Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPv6ConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPv6DHCPConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPv6NetworkInterface.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IPv6NetworkInterfaceSetConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImageStabilization.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImageStabilizationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImageStabilizationMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImageStabilizationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImageStabilizationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingOptions20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingOptions20Extension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingOptions20Extension3.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingSettings.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingSettings20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingSettingsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingSettingsExtension20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingSettingsExtension202.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingSettingsExtension203.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingStatus20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ImagingStatus20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Include.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IntAttrList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IntList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IntRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IntRectangle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IntRectangleRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IrCutFilterAutoAdjustment.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IrCutFilterAutoAdjustmentExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IrCutFilterAutoAdjustmentOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IrCutFilterAutoAdjustmentOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IrCutFilterAutoBoundaryType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::IrCutFilterMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ItemList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ItemListDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ItemListDescriptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ItemListExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::JobToken.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::JpegDecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::JpegOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::JpegOptions2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Layout.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::LayoutExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::LayoutOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::LayoutOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MaximumNumberOfOSDs.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MediaAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MediaCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MediaCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MediaUri.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Merge.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MessageDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MessageDescriptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MessageExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MetadataAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MetadataConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MetadataConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MetadataConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MetadataFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MetadataInput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MetadataInputExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MetadataStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MetadataStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MetadataStreamExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ModeOfOperation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MotionExpression.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MotionExpressionConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MotionInCells.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MoveOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MoveOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MoveStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Mpeg4Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Mpeg4DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Mpeg4Options.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Mpeg4Options2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Mpeg4Profile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::MulticastConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NTPInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NTPInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Name.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkGateway.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkHost.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkHostExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkHostType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkInterface.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkInterfaceConfigPriority.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkInterfaceConnectionSetting.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkInterfaceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkInterfaceExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkInterfaceInfo.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkInterfaceLink.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkInterfaceSetConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkInterfaceSetConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkInterfaceSetConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkProtocol.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkProtocolExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkProtocolType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkZeroConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkZeroConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::NetworkZeroConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDColor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDColorOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDColorOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDImgConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDImgConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDImgOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDImgOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDPosConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDPosConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDTextConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDTextConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDTextOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDTextOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OSDType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Object.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ObjectExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ObjectId.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ObjectTree.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ObjectTreeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OnvifVersion.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::OtherType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTControlDirection.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTControlDirectionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTControlDirectionOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTControlDirectionOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZConfigurationOptions2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZMoveStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZNode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZNodeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZNodeExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPositionFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPreset.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourDirection.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourOperation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourPresetDetail.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourPresetDetailOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourPresetDetailOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourSpot.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourSpotExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourSpotOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourStartingCondition.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourStartingConditionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourStartingConditionOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourStartingConditionOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourStatusExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourSupported.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourSupportedExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZPresetTourTypeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZSpaces.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZSpacesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZSpeed.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZStatusFilterOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZStatusFilterOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PTZVector.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PanTiltLimits.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PaneConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PaneLayout.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PaneLayoutOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PaneOptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Polygon.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PolygonConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Polyline.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PolylineArray.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PolylineArrayConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PolylineArrayExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PrefixedIPv4Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PrefixedIPv6Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PresetTour.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Profile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ProfileCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ProfileExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ProfileExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::PropertyOperation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RealTimeStreamingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RealTimeStreamingCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Receiver.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ReceiverCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ReceiverConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ReceiverMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ReceiverReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ReceiverState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ReceiverStateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingJobConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingJobConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingJobMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingJobReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingJobSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingJobSourceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingJobState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingJobStateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingJobStateInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingJobStateSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingJobStateTrack.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingJobStateTracks.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingJobTrack.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingSourceInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RecordingSummary.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Rectangle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ReferenceToken.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RelativeFocus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RelativeFocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RelativeFocusOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RelayIdleState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RelayLogicalState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RelayMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RelayOutput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RelayOutputSettings.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RemoteUser.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Rename.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ReplayCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ReplayConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Reverse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ReverseMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ReverseOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ReverseOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Rotate.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RotateExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RotateMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RotateOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RotateOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RuleEngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::RuleEngineConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Scope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ScopeDefinition.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SearchCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SearchScope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SearchScopeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SearchState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SecurityCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SecurityCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SecurityCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SetDateTimeType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ShapeDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ShapeDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SourceIdentification.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SourceIdentificationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SourceReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Space1DDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Space2DDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Split.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::StreamSetup.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::StreamType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::StringAttrList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SupportInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SupportedAnalyticsModules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SupportedAnalyticsModulesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SupportedRules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SupportedRulesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SystemCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SystemCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SystemCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SystemDateTime.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SystemDateTimeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SystemLog.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SystemLogType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SystemLogUri.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::SystemLogUriList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::TLSConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Time.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::TimeZone.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::TopicNamespaceLocation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::TrackAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::TrackAttributesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::TrackConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::TrackInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::TrackReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::TrackType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Transformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::TransformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Transport.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::TransportProtocol.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::User.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::UserExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::UserLevel.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Vector.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Vector1D.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::Vector2D.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoAnalyticsConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoAnalyticsStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoAnalyticsStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoDecoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoDecoderConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoEncoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoEncoderOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoEncoderOptionsExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoEncoding.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoOutput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoOutputConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoOutputExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoRateControl.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoResolution.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoSourceConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoSourceConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoSourceConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoSourceConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoSourceConfigurationOptionsExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoSourceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::VideoSourceExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::WhiteBalance.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::WhiteBalance20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::WhiteBalance20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::WhiteBalanceMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::WhiteBalanceOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::WhiteBalanceOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::WhiteBalanceOptions20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::WideDynamicMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::WideDynamicRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::WideDynamicRange20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::WideDynamicRangeOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::WideDynamicRangeOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::XPathExpression.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::ZoomLimits.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::base64Binary.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::detail.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::encodingStyle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Analytics::Types::hexBinary.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Attributes::actor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Attributes::contentType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Attributes::encodingStyle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Attributes::expectedContentTypes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Attributes::mustUnderstand.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::AddIPAddressFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::AddIPAddressFilterResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::AddScopes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::AddScopesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::AudioDecoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::AudioEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::AudioOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::AudioSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::Body.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::Capabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::CreateCertificate.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::CreateCertificateResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::CreateDot1XConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::CreateDot1XConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::CreateUsers.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::CreateUsersResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::DeleteCertificates.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::DeleteCertificatesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::DeleteDot1XConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::DeleteDot1XConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::DeleteUsers.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::DeleteUsersResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::Envelope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::Fault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetAccessPolicy.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetAccessPolicyResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetCACertificates.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetCACertificatesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetCapabilitiesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetCertificateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetCertificateInformationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetCertificates.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetCertificatesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetCertificatesStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetCertificatesStatusResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetClientCertificateMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetClientCertificateModeResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDNS.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDNSResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDPAddresses.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDPAddressesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDeviceInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDeviceInformationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDiscoveryMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDiscoveryModeResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDot11Capabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDot11CapabilitiesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDot11Status.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDot11StatusResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDot1XConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDot1XConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDot1XConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDot1XConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDynamicDNS.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetDynamicDNSResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetEndpointReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetEndpointReferenceResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetHostname.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetHostnameResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetIPAddressFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetIPAddressFilterResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetNTP.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetNTPResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetNetworkDefaultGateway.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetNetworkDefaultGatewayResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetNetworkInterfaces.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetNetworkInterfacesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetNetworkProtocols.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetNetworkProtocolsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetPkcs10Request.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetPkcs10RequestResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetRelayOutputs.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetRelayOutputsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetRemoteDiscoveryMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetRemoteDiscoveryModeResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetRemoteUser.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetRemoteUserResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetScopes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetScopesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetServiceCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetServiceCapabilitiesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetServices.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetServicesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetSystemBackup.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetSystemBackupResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetSystemDateAndTime.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetSystemDateAndTimeResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetSystemLog.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetSystemLogResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetSystemSupportInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetSystemSupportInformationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetSystemUris.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetSystemUrisResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetUsers.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetUsersResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetWsdlUrl.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetWsdlUrlResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetZeroConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::GetZeroConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::Header.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::Include.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::LoadCACertificates.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::LoadCACertificatesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::LoadCertificateWithPrivateKey.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::LoadCertificateWithPrivateKeyResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::LoadCertificates.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::LoadCertificatesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::Message.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::MetadataConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::MetadataStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::PTZConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::Polygon.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::Polyline.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::RemoveIPAddressFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::RemoveIPAddressFilterResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::RemoveScopes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::RemoveScopesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::RestoreSystem.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::RestoreSystemResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::ScanAvailableDot11Networks.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::ScanAvailableDot11NetworksResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SendAuxiliaryCommand.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SendAuxiliaryCommandResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetAccessPolicy.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetAccessPolicyResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetCertificatesStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetCertificatesStatusResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetClientCertificateMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetClientCertificateModeResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetDNS.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetDNSResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetDPAddresses.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetDPAddressesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetDiscoveryMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetDiscoveryModeResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetDot1XConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetDot1XConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetDynamicDNS.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetDynamicDNSResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetHostname.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetHostnameFromDHCP.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetHostnameFromDHCPResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetHostnameResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetIPAddressFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetIPAddressFilterResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetNTP.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetNTPResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetNetworkDefaultGateway.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetNetworkDefaultGatewayResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetNetworkInterfaces.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetNetworkInterfacesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetNetworkProtocols.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetNetworkProtocolsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetRelayOutputSettings.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetRelayOutputSettingsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetRelayOutputState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetRelayOutputStateResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetRemoteDiscoveryMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetRemoteDiscoveryModeResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetRemoteUser.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetRemoteUserResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetScopes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetScopesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetSystemDateAndTime.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetSystemDateAndTimeResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetSystemFactoryDefault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetSystemFactoryDefaultResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetUser.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetUserResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetZeroConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SetZeroConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::StartFirmwareUpgrade.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::StartFirmwareUpgradeResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::StartSystemRestore.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::StartSystemRestoreResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SystemReboot.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::SystemRebootResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::UpgradeSystemFirmware.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::UpgradeSystemFirmwareResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::VideoAnalyticsConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::VideoEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Elements::VideoSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Interfaces::Device::DevicePort.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Typemaps::Device.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AACDecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AbsoluteFocus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AbsoluteFocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ActionEngineEventPayload.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ActionEngineEventPayloadExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnalyticsCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnalyticsDeviceCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnalyticsDeviceEngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnalyticsDeviceEngineConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnalyticsDeviceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnalyticsEngine.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnalyticsEngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnalyticsEngineConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnalyticsEngineControl.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnalyticsEngineInput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnalyticsEngineInputInfo.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnalyticsEngineInputInfoExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnalyticsState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnalyticsStateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AnyHolder.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Appearance.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AppearanceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AttachmentData.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioAnalyticsStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioAnalyticsStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioClassCandidate.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioClassDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioClassDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioClassType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioDecoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioDecoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioDecoderConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioEncoderConfigurationOption.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioEncoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioEncoding.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioOutput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioOutputConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioSourceConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AudioSourceOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AutoFocusMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::AuxiliaryData.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::BacklightCompensation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::BacklightCompensation20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::BacklightCompensationMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::BacklightCompensationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::BacklightCompensationOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::BackupFile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Behaviour.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::BehaviourExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::BinaryData.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Body.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Capabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::CapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::CapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::CapabilityCategory.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::CellLayout.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Certificate.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::CertificateGenerationParameters.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::CertificateGenerationParametersExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::CertificateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::CertificateInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::CertificateStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::CertificateUsage.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::CertificateWithPrivateKey.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ClassDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ClassDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ClassDescriptorExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ClassType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::CodingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Color.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ColorCovariance.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ColorDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ColorDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ColorOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ColorspaceRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Config.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ConfigDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ConfigDescriptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ConfigurationEntity.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ContinuousFocus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ContinuousFocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DNSInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DNSInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DNSName.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Date.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DateTime.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DateTimeRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Description.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DeviceCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DeviceCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DeviceEntity.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DeviceIOCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DeviceServiceCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DigitalInput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Direction.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DiscoveryMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DisplayCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Domain.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11AuthAndMangementSuite.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11AvailableNetworks.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11AvailableNetworksExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11Capabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11Cipher.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11PSK.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11PSKPassphrase.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11PSKSet.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11PSKSetExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11SSIDType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11SecurityConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11SecurityConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11SecurityMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11SignalStrength.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11StationMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot11Status.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot1XConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot1XConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Dot3Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Duplex.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DurationRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DynamicDNSInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DynamicDNSInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::DynamicDNSType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::EAPMethodConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::EAPMethodTypes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::EFlip.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::EFlipMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::EFlipOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::EFlipOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::EapMethodExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Enabled.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::EngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Envelope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::EventCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::EventStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::EventSubscription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Exposure.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Exposure20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ExposureMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ExposureOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ExposureOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ExposurePriority.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FactoryDefaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Fault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FindEventResult.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FindEventResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FindMetadataResult.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FindMetadataResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FindPTZPositionResult.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FindPTZPositionResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FindRecordingResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FloatAttrList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FloatList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FloatRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FocusConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FocusConfiguration20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FocusConfiguration20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FocusMove.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FocusOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FocusOptions20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FocusStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FocusStatus20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FocusStatus20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Frame.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FrameExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::FrameExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::G711DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::G726DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::GenericEapPwdConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::GetRecordingJobsResponseItem.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::GetRecordingsResponseItem.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::GetTracksResponseItem.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::GetTracksResponseList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::H264Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::H264DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::H264Options.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::H264Options2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::H264Profile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Header.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::HostnameInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::HostnameInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::HwAddress.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IANA_IfTypes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IOCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IOCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IOCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPAddress.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPAddressFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPAddressFilterExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPAddressFilterType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPv4Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPv4Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPv4NetworkInterface.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPv4NetworkInterfaceSetConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPv6Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPv6Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPv6ConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPv6DHCPConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPv6NetworkInterface.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IPv6NetworkInterfaceSetConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImageStabilization.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImageStabilizationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImageStabilizationMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImageStabilizationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImageStabilizationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingOptions20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingOptions20Extension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingOptions20Extension3.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingSettings.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingSettings20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingSettingsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingSettingsExtension20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingSettingsExtension202.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingSettingsExtension203.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingStatus20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ImagingStatus20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Include.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IntAttrList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IntList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IntRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IntRectangle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IntRectangleRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IrCutFilterAutoAdjustment.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IrCutFilterAutoAdjustmentExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IrCutFilterAutoAdjustmentOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IrCutFilterAutoAdjustmentOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IrCutFilterAutoBoundaryType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::IrCutFilterMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ItemList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ItemListDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ItemListDescriptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ItemListExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::JobToken.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::JpegDecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::JpegOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::JpegOptions2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Layout.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::LayoutExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::LayoutOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::LayoutOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MaximumNumberOfOSDs.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MediaAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MediaCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MediaCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MediaUri.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Merge.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MessageDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MessageDescriptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MessageExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MetadataAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MetadataConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MetadataConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MetadataConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MetadataFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MetadataInput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MetadataInputExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MetadataStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MetadataStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MetadataStreamExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MiscCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ModeOfOperation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MotionExpression.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MotionExpressionConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MotionInCells.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MoveOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MoveOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MoveStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Mpeg4Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Mpeg4DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Mpeg4Options.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Mpeg4Options2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Mpeg4Profile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::MulticastConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NTPInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NTPInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Name.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkGateway.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkHost.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkHostExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkHostType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkInterface.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkInterfaceConfigPriority.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkInterfaceConnectionSetting.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkInterfaceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkInterfaceExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkInterfaceInfo.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkInterfaceLink.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkInterfaceSetConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkInterfaceSetConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkInterfaceSetConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkProtocol.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkProtocolExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkProtocolType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkZeroConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkZeroConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::NetworkZeroConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDColor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDColorOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDColorOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDImgConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDImgConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDImgOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDImgOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDPosConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDPosConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDTextConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDTextConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDTextOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDTextOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OSDType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Object.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ObjectExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ObjectId.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ObjectTree.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ObjectTreeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OnvifVersion.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::OtherType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTControlDirection.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTControlDirectionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTControlDirectionOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTControlDirectionOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZConfigurationOptions2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZMoveStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZNode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZNodeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZNodeExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPositionFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPreset.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourDirection.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourOperation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourPresetDetail.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourPresetDetailOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourPresetDetailOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourSpot.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourSpotExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourSpotOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourStartingCondition.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourStartingConditionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourStartingConditionOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourStartingConditionOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourStatusExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourSupported.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourSupportedExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZPresetTourTypeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZSpaces.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZSpacesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZSpeed.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZStatusFilterOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZStatusFilterOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PTZVector.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PanTiltLimits.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PaneConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PaneLayout.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PaneLayoutOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PaneOptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Polygon.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PolygonConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Polyline.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PolylineArray.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PolylineArrayConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PolylineArrayExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PrefixedIPv4Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PrefixedIPv6Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PresetTour.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Profile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ProfileCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ProfileExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ProfileExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::PropertyOperation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RealTimeStreamingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RealTimeStreamingCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Receiver.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ReceiverCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ReceiverConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ReceiverMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ReceiverReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ReceiverState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ReceiverStateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingJobConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingJobConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingJobMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingJobReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingJobSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingJobSourceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingJobState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingJobStateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingJobStateInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingJobStateSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingJobStateTrack.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingJobStateTracks.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingJobTrack.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingSourceInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RecordingSummary.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Rectangle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ReferenceToken.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RelativeFocus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RelativeFocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RelativeFocusOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RelayIdleState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RelayLogicalState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RelayMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RelayOutput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RelayOutputSettings.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RemoteUser.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Rename.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ReplayCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ReplayConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Reverse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ReverseMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ReverseOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ReverseOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Rotate.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RotateExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RotateMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RotateOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RotateOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RuleEngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::RuleEngineConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Scope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ScopeDefinition.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SearchCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SearchScope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SearchScopeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SearchState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SecurityCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SecurityCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SecurityCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Service.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SetDateTimeType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ShapeDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ShapeDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SourceIdentification.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SourceIdentificationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SourceReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Space1DDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Space2DDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Split.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::StreamSetup.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::StreamType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::StringAttrList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SupportInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SupportedAnalyticsModules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SupportedAnalyticsModulesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SupportedRules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SupportedRulesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SystemCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SystemCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SystemCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SystemDateTime.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SystemDateTimeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SystemLog.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SystemLogType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SystemLogUri.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::SystemLogUriList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::TLSConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Time.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::TimeZone.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::TopicNamespaceLocation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::TrackAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::TrackAttributesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::TrackConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::TrackInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::TrackReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::TrackType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Transformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::TransformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Transport.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::TransportProtocol.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::User.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::UserExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::UserLevel.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Vector.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Vector1D.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::Vector2D.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoAnalyticsConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoAnalyticsStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoAnalyticsStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoDecoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoDecoderConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoEncoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoEncoderOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoEncoderOptionsExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoEncoding.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoOutput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoOutputConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoOutputExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoRateControl.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoResolution.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoSourceConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoSourceConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoSourceConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoSourceConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoSourceConfigurationOptionsExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoSourceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::VideoSourceExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::WhiteBalance.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::WhiteBalance20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::WhiteBalance20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::WhiteBalanceMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::WhiteBalanceOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::WhiteBalanceOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::WhiteBalanceOptions20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::WideDynamicMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::WideDynamicRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::WideDynamicRange20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::WideDynamicRangeOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::WideDynamicRangeOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::XPathExpression.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::ZoomLimits.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::base64Binary.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::detail.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::encodingStyle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Device::Types::hexBinary.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Attributes::actor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Attributes::contentType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Attributes::encodingStyle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Attributes::expectedContentTypes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Attributes::mustUnderstand.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddAudioDecoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddAudioDecoderConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddAudioEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddAudioEncoderConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddAudioOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddAudioOutputConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddAudioSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddAudioSourceConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddMetadataConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddMetadataConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddPTZConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddPTZConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddVideoAnalyticsConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddVideoAnalyticsConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddVideoEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddVideoEncoderConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddVideoSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AddVideoSourceConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AudioDecoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AudioEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AudioOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::AudioSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::Body.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::Capabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::CreateOSD.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::CreateOSDResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::CreateProfile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::CreateProfileResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::DeleteOSD.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::DeleteOSDResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::DeleteProfile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::DeleteProfileResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::Envelope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::Fault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioDecoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioDecoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioDecoderConfigurationOptionsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioDecoderConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioDecoderConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioDecoderConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioEncoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioEncoderConfigurationOptionsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioEncoderConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioEncoderConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioEncoderConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioOutputConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioOutputConfigurationOptionsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioOutputConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioOutputConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioOutputConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioOutputs.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioOutputsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioSourceConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioSourceConfigurationOptionsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioSourceConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioSourceConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioSourceConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioSources.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetAudioSourcesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleAudioDecoderConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleAudioDecoderConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleAudioEncoderConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleAudioEncoderConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleAudioOutputConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleAudioOutputConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleAudioSourceConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleAudioSourceConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleMetadataConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleMetadataConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleVideoAnalyticsConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleVideoAnalyticsConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleVideoEncoderConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleVideoEncoderConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleVideoSourceConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetCompatibleVideoSourceConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetGuaranteedNumberOfVideoEncoderInstances.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetGuaranteedNumberOfVideoEncoderInstancesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetMetadataConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetMetadataConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetMetadataConfigurationOptionsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetMetadataConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetMetadataConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetMetadataConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetOSD.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetOSDOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetOSDOptionsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetOSDResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetOSDs.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetOSDsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetProfile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetProfileResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetProfiles.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetProfilesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetServiceCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetServiceCapabilitiesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetSnapshotUri.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetSnapshotUriResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetStreamUri.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetStreamUriResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoAnalyticsConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoAnalyticsConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoAnalyticsConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoAnalyticsConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoEncoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoEncoderConfigurationOptionsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoEncoderConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoEncoderConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoEncoderConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoSourceConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoSourceConfigurationOptionsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoSourceConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoSourceConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoSourceConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoSourceModes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoSourceModesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoSources.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::GetVideoSourcesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::Header.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::Include.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::Message.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::MetadataConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::MetadataStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::PTZConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::Polygon.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::Polyline.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveAudioDecoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveAudioDecoderConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveAudioEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveAudioEncoderConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveAudioOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveAudioOutputConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveAudioSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveAudioSourceConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveMetadataConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveMetadataConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemovePTZConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemovePTZConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveVideoAnalyticsConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveVideoAnalyticsConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveVideoEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveVideoEncoderConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveVideoSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::RemoveVideoSourceConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetAudioDecoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetAudioDecoderConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetAudioEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetAudioEncoderConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetAudioOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetAudioOutputConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetAudioSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetAudioSourceConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetMetadataConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetMetadataConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetOSD.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetOSDResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetSynchronizationPoint.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetSynchronizationPointResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetVideoAnalyticsConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetVideoAnalyticsConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetVideoEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetVideoEncoderConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetVideoSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetVideoSourceConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetVideoSourceMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::SetVideoSourceModeResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::StartMulticastStreaming.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::StartMulticastStreamingResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::StopMulticastStreaming.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::StopMulticastStreamingResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::VideoAnalyticsConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::VideoEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Elements::VideoSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Interfaces::Media::MediaPort.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Typemaps::Media.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AACDecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AbsoluteFocus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AbsoluteFocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ActionEngineEventPayload.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ActionEngineEventPayloadExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnalyticsCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnalyticsDeviceCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnalyticsDeviceEngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnalyticsDeviceEngineConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnalyticsDeviceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnalyticsEngine.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnalyticsEngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnalyticsEngineConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnalyticsEngineControl.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnalyticsEngineInput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnalyticsEngineInputInfo.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnalyticsEngineInputInfoExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnalyticsState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnalyticsStateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AnyHolder.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Appearance.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AppearanceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AttachmentData.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AttributedAnyType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AttributedQNameType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AttributedURIType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AttributedUnsignedLongType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioAnalyticsStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioAnalyticsStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioClassCandidate.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioClassDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioClassDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioClassType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioDecoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioDecoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioDecoderConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioEncoderConfigurationOption.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioEncoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioEncoding.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioOutput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioOutputConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioSourceConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AudioSourceOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AutoFocusMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::AuxiliaryData.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::BacklightCompensation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::BacklightCompensation20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::BacklightCompensationMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::BacklightCompensationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::BacklightCompensationOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::BackupFile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::BaseFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Behaviour.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::BehaviourExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::BinaryData.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Body.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Capabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::CapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::CapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::CapabilityCategory.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::CellLayout.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Certificate.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::CertificateGenerationParameters.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::CertificateGenerationParametersExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::CertificateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::CertificateInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::CertificateStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::CertificateUsage.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::CertificateWithPrivateKey.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ClassDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ClassDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ClassDescriptorExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ClassType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::CodingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Color.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ColorCovariance.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ColorDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ColorDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ColorOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ColorspaceRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Config.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ConfigDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ConfigDescriptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ConfigurationEntity.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ContinuousFocus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ContinuousFocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DNSInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DNSInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DNSName.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Date.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DateTime.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DateTimeRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Description.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DeviceCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DeviceCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DeviceEntity.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DeviceIOCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DigitalInput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Direction.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DiscoveryMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DisplayCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Documentation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Domain.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11AuthAndMangementSuite.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11AvailableNetworks.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11AvailableNetworksExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11Capabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11Cipher.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11PSK.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11PSKPassphrase.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11PSKSet.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11PSKSetExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11SSIDType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11SecurityConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11SecurityConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11SecurityMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11SignalStrength.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11StationMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot11Status.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot1XConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot1XConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Dot3Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Duplex.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DurationRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DynamicDNSInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DynamicDNSInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::DynamicDNSType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::EAPMethodConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::EFlip.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::EFlipMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::EFlipOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::EFlipOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::EapMethodExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Enabled.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::EncodingTypes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::EndpointReferenceType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::EngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Envelope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::EventCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::EventStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::EventSubscription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Exposure.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Exposure20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ExposureMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ExposureOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ExposureOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ExposurePriority.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ExtensibleDocumented.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FactoryDefaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Fault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FaultCodesOpenEnumType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FaultCodesType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FindEventResult.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FindEventResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FindMetadataResult.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FindMetadataResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FindPTZPositionResult.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FindPTZPositionResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FindRecordingResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FloatAttrList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FloatList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FloatRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FocusConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FocusConfiguration20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FocusConfiguration20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FocusMove.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FocusOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FocusOptions20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FocusStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FocusStatus20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FocusStatus20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Frame.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FrameExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::FrameExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::G711DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::G726DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::GenericEapPwdConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::GetRecordingJobsResponseItem.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::GetRecordingsResponseItem.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::GetTracksResponseItem.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::GetTracksResponseList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::H264Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::H264DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::H264Options.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::H264Options2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::H264Profile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Header.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::HostnameInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::HostnameInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::HwAddress.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IANA_IfTypes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IOCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IOCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IOCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPAddress.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPAddressFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPAddressFilterExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPAddressFilterType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPv4Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPv4Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPv4NetworkInterface.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPv4NetworkInterfaceSetConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPv6Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPv6Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPv6ConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPv6DHCPConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPv6NetworkInterface.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IPv6NetworkInterfaceSetConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImageStabilization.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImageStabilizationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImageStabilizationMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImageStabilizationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImageStabilizationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingOptions20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingOptions20Extension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingOptions20Extension3.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingSettings.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingSettings20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingSettingsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingSettingsExtension20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingSettingsExtension202.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingSettingsExtension203.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingStatus20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ImagingStatus20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Include.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IntAttrList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IntList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IntRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IntRectangle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IntRectangleRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IrCutFilterAutoAdjustment.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IrCutFilterAutoAdjustmentExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IrCutFilterAutoAdjustmentOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IrCutFilterAutoAdjustmentOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IrCutFilterAutoBoundaryType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::IrCutFilterMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ItemList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ItemListDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ItemListDescriptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ItemListExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::JobToken.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::JpegDecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::JpegOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::JpegOptions2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Layout.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::LayoutExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::LayoutOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::LayoutOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MaximumNumberOfOSDs.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MediaAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MediaCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MediaCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MediaUri.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Merge.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MessageDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MessageDescriptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MessageExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MetadataAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MetadataConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MetadataConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MetadataConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MetadataFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MetadataInput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MetadataInputExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MetadataStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MetadataStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MetadataStreamExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MetadataType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ModeOfOperation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MotionExpression.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MotionExpressionConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MotionInCells.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MoveOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MoveOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MoveStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Mpeg4Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Mpeg4DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Mpeg4Options.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Mpeg4Options2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Mpeg4Profile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::MulticastConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NTPInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NTPInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Name.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkGateway.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkHost.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkHostExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkHostType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkInterface.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkInterfaceConfigPriority.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkInterfaceConnectionSetting.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkInterfaceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkInterfaceExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkInterfaceInfo.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkInterfaceLink.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkInterfaceSetConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkInterfaceSetConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkInterfaceSetConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkProtocol.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkProtocolExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkProtocolType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkZeroConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkZeroConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::NetworkZeroConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDColor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDColorOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDColorOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDImgConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDImgConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDImgOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDImgOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDPosConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDPosConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDTextConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDTextConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDTextOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDTextOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OSDType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Object.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ObjectExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ObjectId.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ObjectTree.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ObjectTreeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OnvifVersion.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::OtherType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTControlDirection.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTControlDirectionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTControlDirectionOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTControlDirectionOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZConfigurationOptions2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZMoveStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZNode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZNodeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZNodeExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPositionFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPreset.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourDirection.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourOperation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourPresetDetail.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourPresetDetailOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourPresetDetailOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourSpot.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourSpotExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourSpotOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourStartingCondition.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourStartingConditionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourStartingConditionOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourStartingConditionOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourStatusExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourSupported.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourSupportedExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZPresetTourTypeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZSpaces.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZSpacesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZSpeed.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZStatusFilterOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZStatusFilterOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PTZVector.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PanTiltLimits.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PaneConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PaneLayout.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PaneLayoutOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PaneOptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Polygon.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PolygonConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Polyline.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PolylineArray.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PolylineArrayConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PolylineArrayExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PrefixedIPv4Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PrefixedIPv6Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PresetTour.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ProblemActionType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Profile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ProfileCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ProfileExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ProfileExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::PropertyOperation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::QueryExpressionType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RealTimeStreamingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RealTimeStreamingCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Receiver.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ReceiverCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ReceiverConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ReceiverMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ReceiverReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ReceiverState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ReceiverStateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingJobConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingJobConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingJobMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingJobReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingJobSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingJobSourceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingJobState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingJobStateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingJobStateInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingJobStateSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingJobStateTrack.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingJobStateTracks.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingJobTrack.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingSourceInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RecordingSummary.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Rectangle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ReferenceParametersType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ReferenceToken.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RelatesToType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RelationshipType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RelationshipTypeOpenEnum.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RelativeFocus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RelativeFocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RelativeFocusOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RelayIdleState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RelayLogicalState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RelayMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RelayOutput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RelayOutputSettings.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RemoteUser.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Rename.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ReplayCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ReplayConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Reverse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ReverseMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ReverseOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ReverseOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Rotate.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RotateExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RotateMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RotateOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RotateOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RuleEngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::RuleEngineConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Scope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ScopeDefinition.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SearchCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SearchScope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SearchScopeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SearchState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SecurityCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SecurityCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SecurityCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SetDateTimeType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ShapeDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ShapeDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SourceIdentification.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SourceIdentificationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SourceReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Space1DDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Space2DDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Split.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::StreamSetup.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::StreamType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::StreamingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::StringAttrList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SupportInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SupportedAnalyticsModules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SupportedAnalyticsModulesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SupportedRules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SupportedRulesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SystemCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SystemCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SystemCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SystemDateTime.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SystemDateTimeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SystemLog.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SystemLogType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SystemLogUri.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::SystemLogUriList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::TLSConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Time.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::TimeZone.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::TopicNamespaceLocation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::TopicNamespaceType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::TrackAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::TrackAttributesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::TrackConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::TrackInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::TrackReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::TrackType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Transformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::TransformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Transport.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::TransportProtocol.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::User.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::UserExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::UserLevel.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Vector.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Vector1D.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::Vector2D.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoAnalyticsConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoAnalyticsStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoAnalyticsStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoDecoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoDecoderConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoEncoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoEncoderOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoEncoderOptionsExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoEncoding.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoOutput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoOutputConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoOutputExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoRateControl.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoResolution.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoSourceConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoSourceConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoSourceConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoSourceConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoSourceConfigurationOptionsExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoSourceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoSourceExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoSourceMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::VideoSourceModeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::WhiteBalance.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::WhiteBalance20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::WhiteBalance20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::WhiteBalanceMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::WhiteBalanceOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::WhiteBalanceOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::WhiteBalanceOptions20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::WideDynamicMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::WideDynamicRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::WideDynamicRange20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::WideDynamicRangeOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::WideDynamicRangeOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::XPathExpression.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::ZoomLimits.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::base64Binary.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::detail.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::encodingStyle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Media::Types::hexBinary.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Attributes::actor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Attributes::contentType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Attributes::encodingStyle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Attributes::expectedContentTypes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Attributes::mustUnderstand.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::AbsoluteMove.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::AbsoluteMoveResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::AudioDecoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::AudioEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::AudioOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::AudioSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::Body.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::Capabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::ContinuousMove.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::ContinuousMoveResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::CreatePresetTour.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::CreatePresetTourResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::Envelope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::Fault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetCompatibleConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetCompatibleConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetConfigurationOptionsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetConfigurations.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetConfigurationsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetNode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetNodeResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetNodes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetNodesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetPresetTour.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetPresetTourOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetPresetTourOptionsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetPresetTourResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetPresetTours.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetPresetToursResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetPresets.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetPresetsResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetServiceCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetServiceCapabilitiesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GetStatusResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GotoHomePosition.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GotoHomePositionResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GotoPreset.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::GotoPresetResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::Header.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::Include.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::Message.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::MetadataConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::MetadataStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::ModifyPresetTour.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::ModifyPresetTourResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::OperatePresetTour.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::OperatePresetTourResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::PTZConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::Polygon.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::Polyline.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::RelativeMove.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::RelativeMoveResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::RemovePreset.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::RemovePresetResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::RemovePresetTour.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::RemovePresetTourResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::SendAuxiliaryCommand.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::SendAuxiliaryCommandResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::SetConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::SetConfigurationResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::SetHomePosition.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::SetHomePositionResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::SetPreset.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::SetPresetResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::Stop.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::StopResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::VideoAnalyticsConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::VideoEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Elements::VideoSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Interfaces::PTZ::PTZPort.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Typemaps::PTZ.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AACDecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AbsoluteFocus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AbsoluteFocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ActionEngineEventPayload.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ActionEngineEventPayloadExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnalyticsCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnalyticsDeviceCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnalyticsDeviceEngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnalyticsDeviceEngineConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnalyticsDeviceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnalyticsEngine.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnalyticsEngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnalyticsEngineConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnalyticsEngineControl.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnalyticsEngineInput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnalyticsEngineInputInfo.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnalyticsEngineInputInfoExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnalyticsState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnalyticsStateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AnyHolder.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Appearance.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AppearanceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AttachmentData.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AttributedAnyType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AttributedQNameType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AttributedURIType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AttributedUnsignedLongType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioAnalyticsStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioAnalyticsStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioClassCandidate.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioClassDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioClassDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioClassType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioDecoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioDecoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioDecoderConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioEncoderConfigurationOption.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioEncoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioEncoding.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioOutput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioOutputConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioSourceConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AudioSourceOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AutoFocusMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::AuxiliaryData.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::BacklightCompensation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::BacklightCompensation20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::BacklightCompensationMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::BacklightCompensationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::BacklightCompensationOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::BackupFile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::BaseFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Behaviour.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::BehaviourExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::BinaryData.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Body.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Capabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::CapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::CapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::CapabilityCategory.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::CellLayout.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Certificate.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::CertificateGenerationParameters.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::CertificateGenerationParametersExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::CertificateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::CertificateInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::CertificateStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::CertificateUsage.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::CertificateWithPrivateKey.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ClassDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ClassDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ClassDescriptorExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ClassType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::CodingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Color.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ColorCovariance.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ColorDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ColorDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ColorOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ColorspaceRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Config.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ConfigDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ConfigDescriptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ConfigurationEntity.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ContinuousFocus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ContinuousFocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DNSInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DNSInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DNSName.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Date.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DateTime.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DateTimeRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Description.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DeviceCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DeviceCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DeviceEntity.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DeviceIOCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DigitalInput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Direction.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DiscoveryMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DisplayCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Documentation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Domain.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11AuthAndMangementSuite.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11AvailableNetworks.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11AvailableNetworksExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11Capabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11Cipher.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11PSK.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11PSKPassphrase.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11PSKSet.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11PSKSetExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11SSIDType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11SecurityConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11SecurityConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11SecurityMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11SignalStrength.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11StationMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot11Status.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot1XConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot1XConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Dot3Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Duplex.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DurationRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DynamicDNSInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DynamicDNSInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::DynamicDNSType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::EAPMethodConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::EFlip.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::EFlipMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::EFlipOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::EFlipOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::EapMethodExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Enabled.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::EndpointReferenceType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::EngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Envelope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::EventCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::EventStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::EventSubscription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Exposure.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Exposure20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ExposureMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ExposureOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ExposureOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ExposurePriority.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ExtensibleDocumented.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FactoryDefaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Fault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FaultCodesOpenEnumType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FaultCodesType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FindEventResult.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FindEventResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FindMetadataResult.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FindMetadataResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FindPTZPositionResult.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FindPTZPositionResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FindRecordingResultList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FloatAttrList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FloatList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FloatRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FocusConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FocusConfiguration20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FocusConfiguration20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FocusMove.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FocusOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FocusOptions20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FocusStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FocusStatus20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FocusStatus20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Frame.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FrameExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::FrameExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::G711DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::G726DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::GenericEapPwdConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::GetRecordingJobsResponseItem.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::GetRecordingsResponseItem.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::GetTracksResponseItem.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::GetTracksResponseList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::H264Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::H264DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::H264Options.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::H264Options2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::H264Profile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Header.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::HostnameInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::HostnameInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::HwAddress.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IANA_IfTypes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IOCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IOCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IOCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPAddress.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPAddressFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPAddressFilterExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPAddressFilterType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPv4Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPv4Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPv4NetworkInterface.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPv4NetworkInterfaceSetConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPv6Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPv6Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPv6ConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPv6DHCPConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPv6NetworkInterface.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IPv6NetworkInterfaceSetConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImageStabilization.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImageStabilizationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImageStabilizationMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImageStabilizationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImageStabilizationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingOptions20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingOptions20Extension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingOptions20Extension3.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingSettings.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingSettings20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingSettingsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingSettingsExtension20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingSettingsExtension202.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingSettingsExtension203.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingStatus20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ImagingStatus20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Include.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IntAttrList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IntList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IntRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IntRectangle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IntRectangleRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IrCutFilterAutoAdjustment.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IrCutFilterAutoAdjustmentExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IrCutFilterAutoAdjustmentOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IrCutFilterAutoAdjustmentOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IrCutFilterAutoBoundaryType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::IrCutFilterMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ItemList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ItemListDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ItemListDescriptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ItemListExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::JobToken.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::JpegDecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::JpegOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::JpegOptions2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Layout.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::LayoutExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::LayoutOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::LayoutOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MaximumNumberOfOSDs.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MediaAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MediaCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MediaCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MediaUri.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Merge.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MessageDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MessageDescriptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MessageExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MetadataAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MetadataConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MetadataConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MetadataConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MetadataFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MetadataInput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MetadataInputExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MetadataStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MetadataStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MetadataStreamExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MetadataType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ModeOfOperation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MotionExpression.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MotionExpressionConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MotionInCells.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MoveOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MoveOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MoveStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Mpeg4Configuration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Mpeg4DecOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Mpeg4Options.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Mpeg4Options2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Mpeg4Profile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::MulticastConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NTPInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NTPInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Name.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkGateway.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkHost.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkHostExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkHostType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkInterface.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkInterfaceConfigPriority.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkInterfaceConnectionSetting.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkInterfaceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkInterfaceExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkInterfaceInfo.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkInterfaceLink.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkInterfaceSetConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkInterfaceSetConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkInterfaceSetConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkProtocol.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkProtocolExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkProtocolType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkZeroConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkZeroConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::NetworkZeroConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDColor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDColorOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDColorOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDImgConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDImgConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDImgOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDImgOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDPosConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDPosConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDTextConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDTextConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDTextOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDTextOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OSDType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Object.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ObjectExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ObjectId.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ObjectTree.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ObjectTreeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OnvifVersion.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::OtherType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTControlDirection.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTControlDirectionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTControlDirectionOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTControlDirectionOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZConfigurationOptions2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZMoveStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZNode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZNodeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZNodeExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPositionFilter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPreset.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourDirection.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourOperation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourPresetDetail.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourPresetDetailOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourPresetDetailOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourSpot.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourSpotExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourSpotOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourStartingCondition.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourStartingConditionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourStartingConditionOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourStartingConditionOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourStatusExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourSupported.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourSupportedExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZPresetTourTypeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZSpaces.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZSpacesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZSpeed.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZStatusFilterOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZStatusFilterOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PTZVector.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PanTiltLimits.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PaneConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PaneLayout.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PaneLayoutOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PaneOptionExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Polygon.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PolygonConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Polyline.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PolylineArray.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PolylineArrayConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PolylineArrayExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PrefixedIPv4Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PrefixedIPv6Address.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PresetTour.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ProblemActionType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Profile.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ProfileCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ProfileExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ProfileExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::PropertyOperation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::QueryExpressionType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RealTimeStreamingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RealTimeStreamingCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Receiver.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ReceiverCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ReceiverConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ReceiverMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ReceiverReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ReceiverState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ReceiverStateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingJobConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingJobConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingJobMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingJobReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingJobSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingJobSourceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingJobState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingJobStateInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingJobStateInformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingJobStateSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingJobStateTrack.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingJobStateTracks.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingJobTrack.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingSourceInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingStatus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RecordingSummary.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Rectangle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ReferenceParametersType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ReferenceToken.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RelatesToType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RelationshipType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RelationshipTypeOpenEnum.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RelativeFocus.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RelativeFocusOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RelativeFocusOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RelayIdleState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RelayLogicalState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RelayMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RelayOutput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RelayOutputSettings.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RemoteUser.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Rename.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ReplayCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ReplayConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Reverse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ReverseMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ReverseOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ReverseOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Rotate.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RotateExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RotateMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RotateOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RotateOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RuleEngineConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::RuleEngineConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Scope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ScopeDefinition.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SearchCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SearchScope.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SearchScopeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SearchState.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SecurityCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SecurityCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SecurityCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SetDateTimeType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ShapeDescriptor.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ShapeDescriptorExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SourceIdentification.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SourceIdentificationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SourceReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Space1DDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Space2DDescription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Split.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::StreamSetup.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::StreamType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::StringAttrList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SupportInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SupportedAnalyticsModules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SupportedAnalyticsModulesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SupportedRules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SupportedRulesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SystemCapabilities.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SystemCapabilitiesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SystemCapabilitiesExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SystemDateTime.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SystemDateTimeExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SystemLog.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SystemLogType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SystemLogUri.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::SystemLogUriList.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::TLSConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Time.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::TimeZone.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::TopicNamespaceLocation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::TopicNamespaceType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::TrackAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::TrackAttributesExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::TrackConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::TrackInformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::TrackReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::TrackType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Transformation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::TransformationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Transport.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::TransportProtocol.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::User.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::UserExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::UserLevel.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Vector.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Vector1D.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::Vector2D.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoAnalyticsConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoAnalyticsStream.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoAnalyticsStreamExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoAttributes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoDecoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoDecoderConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoEncoderConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoEncoderConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoEncoderOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoEncoderOptionsExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoEncoding.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoOutput.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoOutputConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoOutputConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoOutputExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoRateControl.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoResolution.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoSource.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoSourceConfiguration.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoSourceConfigurationExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoSourceConfigurationExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoSourceConfigurationOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoSourceConfigurationOptionsExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoSourceConfigurationOptionsExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoSourceExtension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::VideoSourceExtension2.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::WhiteBalance.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::WhiteBalance20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::WhiteBalance20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::WhiteBalanceMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::WhiteBalanceOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::WhiteBalanceOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::WhiteBalanceOptions20Extension.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::WideDynamicMode.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::WideDynamicRange.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::WideDynamicRange20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::WideDynamicRangeOptions.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::WideDynamicRangeOptions20.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::XPathExpression.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::ZoomLimits.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::base64Binary.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::detail.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::encodingStyle.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::PTZ::Types::hexBinary.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Attributes::Action.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Attributes::Id.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::Action.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::AppSequence.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::Bye.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::EndpointReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::FaultTo.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::From.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::Hello.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::MessageID.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::MetadataVersion.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::Probe.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::ProbeMatches.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::RelatesTo.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::ReplyAfter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::ReplyTo.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::Resolve.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::ResolveMatches.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::RetryAfter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::Scopes.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::Security.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::Sig.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::SupportedMatchingRules.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::To.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::Types.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Elements::XAddrs.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Interfaces::WSDiscovery::WSDiscoveryPort.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Typemaps::WSDiscovery.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::AppSequenceType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::AttributedQName.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::AttributedURI.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::ByeType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::EndpointReferenceType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::FaultCodeOpenType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::FaultCodeType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::FaultSubcodeValues.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::HelloType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::OpenRelationshipType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::ProbeMatchType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::ProbeMatchesType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::ProbeType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::QNameListType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::ReferenceParametersType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::ReferencePropertiesType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::Relationship.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::RelationshipType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::RelationshipTypeValues.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::ReplyAfterType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::ResolveMatchType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::ResolveMatchesType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::ResolveType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::RetryAfterType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::ScopesType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::SecurityType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::ServiceNameType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::SigType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSDiscovery10::Types::UriListType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Attributes::IsReferenceParameter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Attributes::base.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Attributes::id.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Attributes::lang.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Attributes::space.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Attributes::topic.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Attributes::topicNamespaceLocation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::Action.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::BaseFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::ConsumerReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::CreatePullPoint.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::CreatePullPointResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::CreationTime.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::CurrentTime.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::DestroyPullPoint.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::DestroyPullPointResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::EndpointReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::FaultTo.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::Filter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::FixedTopicSet.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::From.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::GetCurrentMessage.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::GetCurrentMessageResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::GetMessages.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::GetMessagesResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::InvalidFilterFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::InvalidMessageContentExpressionFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::InvalidProducerPropertiesExpressionFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::InvalidTopicExpressionFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::MessageContent.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::MessageID.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::Metadata.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::MultipleTopicsSpecifiedFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::NoCurrentMessageOnTopicFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::NotificationMessage.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::NotificationProducerRP.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::Notify.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::NotifyMessageNotSupportedFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::PauseFailedFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::PauseSubscription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::PauseSubscriptionResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::ProblemAction.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::ProblemHeader.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::ProblemHeaderQName.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::ProblemIRI.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::ProducerProperties.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::ProducerReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::RelatesTo.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::Renew.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::RenewResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::ReplyTo.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::ResumeFailedFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::ResumeSubscription.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::ResumeSubscriptionResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::RetryAfter.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::Subscribe.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::SubscribeCreationFailedFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::SubscribeResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::SubscriptionManagerRP.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::SubscriptionPolicy.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::SubscriptionReference.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::TerminationTime.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::To.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::Topic.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::TopicExpression.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::TopicExpressionDialect.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::TopicExpressionDialectUnknownFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::TopicNamespace.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::TopicNotSupportedFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::TopicSet.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::UnableToCreatePullPointFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::UnableToDestroyPullPointFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::UnableToDestroySubscriptionFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::UnableToGetMessagesFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::UnacceptableInitialTerminationTimeFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::UnacceptableTerminationTimeFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::UnrecognizedPolicyRequestFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::Unsubscribe.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::UnsubscribeResponse.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::UnsupportedPolicyRequestFault.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Elements::UseRaw.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Interfaces::WSBaseNotificationSender::NotificationProducerPort.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Interfaces::WSBaseNotificationSender::SubscriptionManagerPort.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Typemaps::WSBaseNotificationSender.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::AbsoluteOrRelativeTimeType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::AttributedAnyType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::AttributedQNameType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::AttributedURIType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::AttributedUnsignedLongType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::BaseFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::ConcreteTopicExpression.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::Documentation.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::EndpointReferenceType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::ExtensibleDocumented.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::FaultCodesOpenEnumType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::FaultCodesType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::FilterType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::FullTopicExpression.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::InvalidFilterFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::InvalidMessageContentExpressionFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::InvalidProducerPropertiesExpressionFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::InvalidTopicExpressionFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::MetadataType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::MultipleTopicsSpecifiedFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::NoCurrentMessageOnTopicFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::NotificationMessageHolderType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::NotifyMessageNotSupportedFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::PauseFailedFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::ProblemActionType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::QueryExpressionType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::ReferenceParametersType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::RelatesToType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::RelationshipType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::RelationshipTypeOpenEnum.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::ResumeFailedFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::SimpleTopicExpression.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::SubscribeCreationFailedFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::SubscriptionPolicyType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::TopicExpressionDialectUnknownFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::TopicExpressionType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::TopicNamespaceType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::TopicNotSupportedFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::TopicSetType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::TopicType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::UnableToCreatePullPointFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::UnableToDestroyPullPointFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::UnableToDestroySubscriptionFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::UnableToGetMessagesFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::UnacceptableInitialTerminationTimeFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::UnacceptableTerminationTimeFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::UnrecognizedPolicyRequestFaultType.3
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/proxy/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/WSNotification::Types::UnsupportedPolicyRequestFaultType.3
[ 98%] Built target zmonvifproxy
[100%] Building ZoneMinder perl ONVIF proxy module
Generating a Unix-style MakefilePerl
Writing MakefilePerl for ONVIF
Writing MYMETA.yml and MYMETA.json
Manifying 1 pod document
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/modules/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Client.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/modules/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Deserializer/MessageParser.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/modules/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Deserializer/XSD.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/modules/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Serializer/Base.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/modules/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Serializer/SOAP11.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/modules/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/ONVIF/Serializer/SOAP12.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/modules/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSDiscovery/TransportUDP.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/modules/output/opt/pkg/lib/perl5/vendor_perl/5.38.0/WSSecurity/SecuritySerializer.pm
Installing /Users/pbulk/build/security/zoneminder/work/zoneminder-1.30.5/onvif/modules/output/opt/pkg/lib/perl5/vendor_perl/share/man/man3/ONVIF::Serializer::Base.3
[100%] Built target zmonvifmodules
*** Please use pkgtools/verifypc to sanity check dependencies.