Re: NEW: Netinfo

2014-10-22 Thread Landry Breuil
On Wed, Oct 22, 2014 at 01:11:33AM -0400, Stuart Cassoff wrote:
 On 10/07/14 08:41, Stuart Cassoff wrote:
  A Tcl extension that provides access to system protocol, service,
  network, host and ether information which is retrieved from system
  databases and made available for querying.
  
 
 Same thing but installed as a Tcl Module.

Dont use FULLPKGNAME in PLIST, this will break if REVISION is added at
some point. No need for two of the NI_*_DIR variables when they're used
only once... othr than that, okay for me.

Landry



Re: NEW: Netinfo

2014-10-22 Thread Stuart Cassoff
On 10/22/14 02:38, Landry Breuil wrote:
 On Wed, Oct 22, 2014 at 01:11:33AM -0400, Stuart Cassoff wrote:
 On 10/07/14 08:41, Stuart Cassoff wrote:
 A Tcl extension that provides access to system protocol, service,
 network, host and ether information which is retrieved from system
 databases and made available for querying.


 Same thing but installed as a Tcl Module.
 
 Dont use FULLPKGNAME in PLIST, this will break if REVISION is added at
 some point. No need for two of the NI_*_DIR variables when they're used
 only once... othr than that, okay for me.

I didn't put it there!

So now what hoops do I have to jump through to prevent this from happening?


Stu



Re: NEW: Netinfo

2014-10-22 Thread Landry Breuil
On Wed, Oct 22, 2014 at 12:03:23PM -0400, Stuart Cassoff wrote:
 On 10/22/14 02:38, Landry Breuil wrote:
  On Wed, Oct 22, 2014 at 01:11:33AM -0400, Stuart Cassoff wrote:
  On 10/07/14 08:41, Stuart Cassoff wrote:
  A Tcl extension that provides access to system protocol, service,
  network, host and ether information which is retrieved from system
  databases and made available for querying.
 
 
  Same thing but installed as a Tcl Module.
  
  Dont use FULLPKGNAME in PLIST, this will break if REVISION is added at
  some point. No need for two of the NI_*_DIR variables when they're used
  only once... othr than that, okay for me.
 
 I didn't put it there!
 
 So now what hoops do I have to jump through to prevent this from happening?

Manual editing. make update-plist is a bit broken wrt that.



Re: NEW: Netinfo

2014-10-22 Thread Stuart Cassoff
On 10/22/14 14:06, Landry Breuil wrote:
 On Wed, Oct 22, 2014 at 12:03:23PM -0400, Stuart Cassoff wrote:
 On 10/22/14 02:38, Landry Breuil wrote:
 On Wed, Oct 22, 2014 at 01:11:33AM -0400, Stuart Cassoff wrote:
 On 10/07/14 08:41, Stuart Cassoff wrote:
 A Tcl extension that provides access to system protocol, service,
 network, host and ether information which is retrieved from system
 databases and made available for querying.


 Same thing but installed as a Tcl Module.

 Dont use FULLPKGNAME in PLIST, this will break if REVISION is added at
 some point. No need for two of the NI_*_DIR variables when they're used
 only once... othr than that, okay for me.

 I didn't put it there!

 So now what hoops do I have to jump through to prevent this from happening?
 
 Manual editing. make update-plist is a bit broken wrt that.
 

Ok.

The NI_* vars are used at least twice each (make dir and install file).



Re: NEW: Netinfo

2014-10-21 Thread Stuart Cassoff
On 10/07/14 08:41, Stuart Cassoff wrote:
 A Tcl extension that provides access to system protocol, service,
 network, host and ether information which is retrieved from system
 databases and made available for querying.
 

Same thing but installed as a Tcl Module.



netinfo-0.6-portm.tar.gz
Description: application/gzip