Re: [new port] ApacheTop

2010-10-19 Thread Gonzalo L. R.
The who wrote Apachetop response my email, the URL in the port is fine,
but he put the same in http://www.webta.org/projects/apachetop/

I need to change it?

cheers.

On 10/18/10 02:05, Jeffrey 'jf' Lim wrote:
 On Mon, Oct 18, 2010 at 10:00 AM, Gonzalo L. R. gonz...@x61.com.ar
 mailto:gonz...@x61.com.ar wrote:
 
 In freshmeat the URL is http://www.webta.org/apachetop/ but I don't have
 a email to contact the guy who wrote it.
 
 cheers
 
 
 try a...@webta.net mailto:a...@webta.net, or alex.koval...@gmail.com
 mailto:alex.koval...@gmail.com. This is from WHOIS.
 
 -jf
 
 
  
 
 On 10/17/10 07:40, David Coppa wrote:
  On Sun, Oct 17, 2010 at 9:55 AM, Landry Breuil
 lan...@rhaalovely.net mailto:lan...@rhaalovely.net wrote:
 
  ok anyone ?
 
  For the COMMENT, I would write top-like monitor for Apache or
  top-like monitoring tool for Apache, rather than top-like for
  Apache.
 
  Also, the real homepage seems to be
  http://www.webta.org/projects/apachetop/;, but gives 404 by now...
 
  and, btw, OK for me.
 
  ciao
  david
 
 
 

-- 
Sending from my Computer.



Re: [new port] ApacheTop

2010-10-17 Thread Landry Breuil
On Sat, Oct 16, 2010 at 02:36:14PM +0200, Landry Breuil wrote:
 On Sat, Oct 16, 2010 at 08:46:16AM -0300, Gonzalo L. R. wrote:
  Thanks Landry for you response, I delete the OPTIONS and .if define
  thing, and make a new packages, is ok for you now?
 
 Something is still wrong wrt autotools usage:
 
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating man/Makefile
 config.status: creating src/Makefile
 config.status: creating config/Makefile
 config.status: creating config.h
 config.status: executing default-1 commands
 ===  Building for apachetop-0.12.6
 cd .  /bin/sh
 /usr/ports/pobj/apachetop-0.12.6/apachetop-0.12.6/config/missing --run 
 aclocal 
 Provide an AUTOMAKE_VERSION environment variable, please
 cd .  /bin/sh 
 /usr/ports/pobj/apachetop-0.12.6/apachetop-0.12.6/config/missing --run 
 autoheader
 Provide an AUTOCONF_VERSION environment variable, please
 cd .   CONFIG_FILES= CONFIG_HEADERS=config.h  /bin/sh ./config.status
 config.status: creating config.h
 config.status: config.h is unchanged
 config.status: executing default-1 commands
 
 aclocal/autoheader should not be called again during build.
 
 Oh, and the Note in DESCR to point to the access_log file for OpenBSD is
 ugly. It should be patched to default to the correct path instead so
 that the defaults are sane.

Here's a fixed version:
- added cvs ids to Makefile
- no need for the patch, use --with-logfile to point to our default
- better COMMENT
- use autoconf
- tidy DESCR

ok anyone ?

Landry


apachetop-0.12.6.tar.gz
Description: application/tar-gz


Re: [new port] ApacheTop

2010-10-17 Thread David Coppa
On Sun, Oct 17, 2010 at 9:55 AM, Landry Breuil lan...@rhaalovely.net wrote:

 ok anyone ?

For the COMMENT, I would write top-like monitor for Apache or
top-like monitoring tool for Apache, rather than top-like for
Apache.

Also, the real homepage seems to be
http://www.webta.org/projects/apachetop/;, but gives 404 by now...

and, btw, OK for me.

ciao
david



Re: [new port] ApacheTop

2010-10-17 Thread Gonzalo L. R.
In freshmeat the URL is http://www.webta.org/apachetop/ but I don't have
a email to contact the guy who wrote it.

cheers

On 10/17/10 07:40, David Coppa wrote:
 On Sun, Oct 17, 2010 at 9:55 AM, Landry Breuil lan...@rhaalovely.net wrote:
 
 ok anyone ?
 
 For the COMMENT, I would write top-like monitor for Apache or
 top-like monitoring tool for Apache, rather than top-like for
 Apache.
 
 Also, the real homepage seems to be
 http://www.webta.org/projects/apachetop/;, but gives 404 by now...
 
 and, btw, OK for me.
 
 ciao
 david
 



Re: [new port] ApacheTop

2010-10-17 Thread Jeffrey 'jf' Lim
On Mon, Oct 18, 2010 at 10:00 AM, Gonzalo L. R. gonz...@x61.com.ar wrote:

 In freshmeat the URL is http://www.webta.org/apachetop/ but I don't have
 a email to contact the guy who wrote it.

 cheers


try a...@webta.net, or alex.koval...@gmail.com. This is from WHOIS.

-jf




 On 10/17/10 07:40, David Coppa wrote:
  On Sun, Oct 17, 2010 at 9:55 AM, Landry Breuil lan...@rhaalovely.net
 wrote:
 
  ok anyone ?
 
  For the COMMENT, I would write top-like monitor for Apache or
  top-like monitoring tool for Apache, rather than top-like for
  Apache.
 
  Also, the real homepage seems to be
  http://www.webta.org/projects/apachetop/;, but gives 404 by now...
 
  and, btw, OK for me.
 
  ciao
  david
 




Re: [new port] ApacheTop

2010-10-16 Thread Gonzalo L. R.
Thanks Landry for you response, I delete the OPTIONS and .if define
thing, and make a new packages, is ok for you now?

Regards

On 10/15/10 19:14, Landry Breuil wrote:
 On Wed, Oct 13, 2010 at 11:31:26AM -0300, Gonzalo L. R. wrote:
 Hi porters,

 I make another port, this one is 'ApacheTop' is a curses-based top-like
 display for Apache information, including requests per second, bytes per
 second, most popular URLs, etc.

 Feedback would be appreciated
 
 OPTIONS= and .if defined(WITH_xxx) are not openbsd ports constructs. You
 might want to learn about FLAVORS, but i'm not sure it's relevant to do
 flavors in this port.
 pass pkg/DESCR through fmt -w 72.
 
 Landry
 


apachetop-0.12.6.tar.gz
Description: application/gzip


Re: [new port] ApacheTop

2010-10-16 Thread Landry Breuil
On Sat, Oct 16, 2010 at 08:46:16AM -0300, Gonzalo L. R. wrote:
 Thanks Landry for you response, I delete the OPTIONS and .if define
 thing, and make a new packages, is ok for you now?

Something is still wrong wrt autotools usage:

configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating src/Makefile
config.status: creating config/Makefile
config.status: creating config.h
config.status: executing default-1 commands
===  Building for apachetop-0.12.6
cd .  /bin/sh
/usr/ports/pobj/apachetop-0.12.6/apachetop-0.12.6/config/missing --run aclocal 
Provide an AUTOMAKE_VERSION environment variable, please
cd .  /bin/sh 
/usr/ports/pobj/apachetop-0.12.6/apachetop-0.12.6/config/missing --run 
autoheader
Provide an AUTOCONF_VERSION environment variable, please
cd .   CONFIG_FILES= CONFIG_HEADERS=config.h  /bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands

aclocal/autoheader should not be called again during build.

Oh, and the Note in DESCR to point to the access_log file for OpenBSD is
ugly. It should be patched to default to the correct path instead so
that the defaults are sane.

Landry



Re: [new port] ApacheTop

2010-10-15 Thread Landry Breuil
On Wed, Oct 13, 2010 at 11:31:26AM -0300, Gonzalo L. R. wrote:
 Hi porters,
 
 I make another port, this one is 'ApacheTop' is a curses-based top-like
 display for Apache information, including requests per second, bytes per
 second, most popular URLs, etc.
 
 Feedback would be appreciated

OPTIONS= and .if defined(WITH_xxx) are not openbsd ports constructs. You
might want to learn about FLAVORS, but i'm not sure it's relevant to do
flavors in this port.
pass pkg/DESCR through fmt -w 72.

Landry



[new port] ApacheTop

2010-10-13 Thread Gonzalo L. R.
Hi porters,

I make another port, this one is 'ApacheTop' is a curses-based top-like
display for Apache information, including requests per second, bytes per
second, most popular URLs, etc.

Feedback would be appreciated

-- 



apachetop-0.12.6.tar.gz
Description: application/gzip