Any chance of seeing a port of Conky?

2013-11-30 Thread Jeff Friedman
HI folks,

Not sure if this is the correct way to go about asking for this and, if
not, then I do apologise in advance but would there be any chance of seeing
Conky on MacPorts?

http://conky.sourceforge.net/

Let me know if you think this is possible.

Best wishes,
Jeff
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Launching Weechat

2013-11-30 Thread Jeff Friedman
Hi folks,

Having a bit of a problem with Weechat.  I installed it today and I can't
get it to launch.  I open up the Terminal and type in weechat (I'm assuming
this is correct as I normally just type the name of the program I wish to
launch with any other MacPorts installed program) and it doesn't launch.
I'm not getting any messages or errors.   I'm using a bash shell.  Here is
my list of installed ports - http://pastebin.com/Bnp4p9Na

This is probably a basic question but I'm a newbie.  :)

Thanks!

Jeff
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Launching Weechat

2013-11-30 Thread Christopher Jones
Hi,

Are you really seeing no messages, or perhaps

MacBookPro ~  weechat
-bash: weechat: command not found

( please always post *exactly* what you get, not a description of it ;) )

weechat does not provide an application called ‘wee chat’

MacBookPro ~  sudo port contents weechat
Port weechat contains:
  /opt/local/bin/weechat-curses
  /opt/local/include/weechat/weechat-plugin.h
  /opt/local/lib/pkgconfig/weechat.pc
  /opt/local/lib/weechat/plugins/alias.so
  /opt/local/lib/weechat/plugins/charset.so
snip

so try weechat-curses

Chris

On 30 Nov 2013, at 11:56am, Jeff Friedman friedmanje...@gmail.com wrote:

 Hi folks, 
 
 Having a bit of a problem with Weechat.  I installed it today and I can't get 
 it to launch.  I open up the Terminal and type in weechat (I'm assuming this 
 is correct as I normally just type the name of the program I wish to launch 
 with any other MacPorts installed program) and it doesn't launch.  I'm not 
 getting any messages or errors.   I'm using a bash shell.  Here is my list of 
 installed ports - http://pastebin.com/Bnp4p9Na
 
 This is probably a basic question but I'm a newbie.  :)
 
 Thanks!
 
 Jeff
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Any chance of seeing a port of Conky?

2013-11-30 Thread Christopher Jones
Hi,

The correct way would be to create a Portfile yourself, and submit a trac 
ticket with it. See

http://guide.macports.org/chunked/project.contributing.html

If you don’t feel up to creating the port file yourself, you’ll need hope 
someone else finds the package interesting enough to do it for  you ;)

cheers Chris

On 30 Nov 2013, at 10:59am, Jeff Friedman friedmanje...@gmail.com wrote:

 HI folks, 
 
 Not sure if this is the correct way to go about asking for this and, if not, 
 then I do apologise in advance but would there be any chance of seeing Conky 
 on MacPorts?  
 
 http://conky.sourceforge.net/
 
 Let me know if you think this is possible.  
 
 Best wishes, 
 Jeff
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Any chance of seeing a port of Conky?

2013-11-30 Thread Clemens Lang
On Sat, Nov 30, 2013 at 10:59:02AM +, Jeff Friedman wrote:
 Let me know if you think this is possible.

Unfortunately I don't think writing a port for Conky will achieve what
you expect it to.

First, Conky is a free, light-weight system monitor for X, where X
is the X window system. While Macs can run an X server using XQuartz
they usually do so without a root window (i.e. they don't display a
desktop background, but rather try to integrate with Mac OS X' window
management). Conky however draws its statistics into the X root window,
where you'll only be able to see them if you switch to XQuartz'
full-screen mode using Cmd+Opt+A (if you have it enabled in XQuartz'
preferences), which will hide all your standard OS X windows.

Second, there are only few standards for system monitoring and OS X and
other BSD derivates are probably sufficiently different from Linux
systems in this regard that some of Conky's statistics features might
not even work on OS X, e.g. Conky might attempt to use the Linux method
to read your current CPU usage or network traffic, which might just not
work on OS X, or worse, crash the process.

Fortunately, there are alternatives to achieve the same on OS X, e.g.
GeekTool:
 http://projects.tynsoe.org/en/geektool/
 http://projects.tynsoe.org/en/geektool/ecrans.php

HTH,
-- 
Clemens Lang

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Launching Weechat

2013-11-30 Thread Jeff Friedman
The command weechat-curses got it working.

Thank you, Christopher.

Best wishes,
Jeff.


On Sat, Nov 30, 2013 at 1:32 PM, Christopher Jones jon...@hep.phy.cam.ac.uk
 wrote:

 Hi,

 Are you really seeing no messages, or perhaps

 *MacBookPro* *~*  weechat
 -bash: weechat: command not found

 ( please always post *exactly* what you get, not a description of it ;) )

 weechat does not provide an application called ‘wee chat’

 *MacBookPro* *~*  sudo port contents weechat
 Port weechat contains:
   /opt/local/bin/weechat-curses
   /opt/local/include/weechat/weechat-plugin.h
   /opt/local/lib/pkgconfig/weechat.pc
   /opt/local/lib/weechat/plugins/alias.so
   /opt/local/lib/weechat/plugins/charset.so
 snip

 so try weechat-curses

 Chris

 On 30 Nov 2013, at 11:56am, Jeff Friedman friedmanje...@gmail.com wrote:

 Hi folks,

 Having a bit of a problem with Weechat.  I installed it today and I can't
 get it to launch.  I open up the Terminal and type in weechat (I'm assuming
 this is correct as I normally just type the name of the program I wish to
 launch with any other MacPorts installed program) and it doesn't launch.
 I'm not getting any messages or errors.   I'm using a bash shell.  Here is
 my list of installed ports - http://pastebin.com/Bnp4p9Na

 This is probably a basic question but I'm a newbie.  :)

 Thanks!

 Jeff
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users



___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Any chance of seeing a port of Conky?

2013-11-30 Thread Jeff Friedman
Thanks for the replies, folks.

I didn't realise that Conky wouldn't  be compatible with OS X.  I will,
however, have a look at GeekTool.

Thanks again for being helpful.

Best wishes,
Jeff


On Sat, Nov 30, 2013 at 1:56 PM, Clemens Lang c...@macports.org wrote:

 On Sat, Nov 30, 2013 at 10:59:02AM +, Jeff Friedman wrote:
  Let me know if you think this is possible.

 Unfortunately I don't think writing a port for Conky will achieve what
 you expect it to.

 First, Conky is a free, light-weight system monitor for X, where X
 is the X window system. While Macs can run an X server using XQuartz
 they usually do so without a root window (i.e. they don't display a
 desktop background, but rather try to integrate with Mac OS X' window
 management). Conky however draws its statistics into the X root window,
 where you'll only be able to see them if you switch to XQuartz'
 full-screen mode using Cmd+Opt+A (if you have it enabled in XQuartz'
 preferences), which will hide all your standard OS X windows.

 Second, there are only few standards for system monitoring and OS X and
 other BSD derivates are probably sufficiently different from Linux
 systems in this regard that some of Conky's statistics features might
 not even work on OS X, e.g. Conky might attempt to use the Linux method
 to read your current CPU usage or network traffic, which might just not
 work on OS X, or worse, crash the process.

 Fortunately, there are alternatives to achieve the same on OS X, e.g.
 GeekTool:
  http://projects.tynsoe.org/en/geektool/
  http://projects.tynsoe.org/en/geektool/ecrans.php

 HTH,
 --
 Clemens Lang


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Any chance of seeing a port of Conky?

2013-11-30 Thread Craig Treleaven

Another possibility is htop:

$ port info htop
htop @0.8.2.2 (sysutils)
Variants: universal

Description:  This is htop, an interactive process viewer. It 
is a text-mode application (for console or X terminals).

Homepage: https://github.com/mklein-de/htop-osx

Build Dependencies:   autoconf, automake, libtool
Library Dependencies: ncurses
Platforms:darwin
License:  GPL-2
Maintainers:  c...@macports.org, openmaintai...@macports.org

Craig

At 3:27 PM + 11/30/13, Jeff Friedman wrote:

Thanks for the replies, folks.

I didn't realise that Conky wouldn't  be compatible with OS X.  I 
will, however, have a look at GeekTool.


Thanks again for being helpful.

Best wishes,
Jeff



On Sat, Nov 30, 2013 at 1:56 PM, Clemens Lang 
mailto:c...@macports.orgc...@macports.org wrote:


On Sat, Nov 30, 2013 at 10:59:02AM +, Jeff Friedman wrote:

 Let me know if you think this is possible.


Unfortunately I don't think writing a port for Conky will achieve what
you expect it to.

First, Conky is a free, light-weight system monitor for X, where X
is the X window system. While Macs can run an X server using XQuartz
they usually do so without a root window (i.e. they don't display a
desktop background, but rather try to integrate with Mac OS X' window
management). Conky however draws its statistics into the X root window,
where you'll only be able to see them if you switch to XQuartz'
full-screen mode using Cmd+Opt+A (if you have it enabled in XQuartz'
preferences), which will hide all your standard OS X windows.

Second, there are only few standards for system monitoring and OS X and
other BSD derivates are probably sufficiently different from Linux
systems in this regard that some of Conky's statistics features might
not even work on OS X, e.g. Conky might attempt to use the Linux method
to read your current CPU usage or network traffic, which might just not
work on OS X, or worse, crash the process.

Fortunately, there are alternatives to achieve the same on OS X, e.g.
GeekTool:

http://projects.tynsoe.org/en/geektool/http://projects.tynsoe.org/en/geektool/

http://projects.tynsoe.org/en/geektool/ecrans.phphttp://projects.tynsoe.org/en/geektool/ecrans.php

HTH,
--
Clemens Lang



___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users



--
--
Craig Treleaven, CA -- Clearview Consulting
(905) 829-2054  ctrelea...@cogeco.ca
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


gcc45 dependency for Octave?

2013-11-30 Thread Ben Abbott
I noticed that sudo port install octave +gcc48 eventually installs gcc45.

Is that expected, or a bug?

Ben

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Error upgrading Apache...

2013-11-30 Thread SH Development
I am getting the following error after running port -u upgrade outdated:

---  Computing dependencies for apache2
---  Verifying checksums for apache2
Error: org.macports.checksum for port apache2 returned: httpd-2.2.26.tar.bz2 
does not exist in /opt/local/var/macports/distfiles/apache2
Please see the log file for port apache2 for details:

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/apache2/main.log
Error: Unable to upgrade port: 1
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets

This seems to have started since upgrade to Mavericks.

Thoughts?

Jeff
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Error upgrading Apache...

2013-11-30 Thread Frank Schima

On Nov 30, 2013, at 12:53 PM, SH Development listacco...@starionline.com 
wrote:

 I am getting the following error after running port -u upgrade outdated:
 
 ---  Computing dependencies for apache2
 ---  Verifying checksums for apache2
 Error: org.macports.checksum for port apache2 returned: httpd-2.2.26.tar.bz2 
 does not exist in /opt/local/var/macports/distfiles/apache2
 Please see the log file for port apache2 for details:

 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/apache2/main.log
 Error: Unable to upgrade port: 1
 To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
 
 This seems to have started since upgrade to Mavericks.
 
 Thoughts?

Did you read and follow the instructions in the FAQ about checksum errors [1]? 
Checksum issues have nothing to do with the version of OS X (or Xcode for that 
matter).


[1] https://trac.macports.org/wiki/FAQ#checksums

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Any chance of seeing a port of Conky?

2013-11-30 Thread Jeff Friedman
Looks good, Craig.  I will have a look into htop.

thanks!
Jeff


On Sat, Nov 30, 2013 at 3:34 PM, Craig Treleaven ctrelea...@cogeco.cawrote:

 Another possibility is htop:

 $ port info htop
 htop @0.8.2.2 (sysutils)
 Variants: universal

 Description:  This is htop, an interactive process viewer. It is a
 text-mode application (for console or X terminals).
 Homepage: https://github.com/mklein-de/htop-osx

 Build Dependencies:   autoconf, automake, libtool
 Library Dependencies: ncurses
 Platforms:darwin
 License:  GPL-2
 Maintainers:  c...@macports.org, openmaintai...@macports.org

 Craig


 At 3:27 PM + 11/30/13, Jeff Friedman wrote:

 Thanks for the replies, folks.

 I didn't realise that Conky wouldn't  be compatible with OS X.  I will,
 however, have a look at GeekTool.

 Thanks again for being helpful.

 Best wishes,
 Jeff



 On Sat, Nov 30, 2013 at 1:56 PM, Clemens Lang mailto:c...@macports.org
 c...@macports.org wrote:

 On Sat, Nov 30, 2013 at 10:59:02AM +, Jeff Friedman wrote:

  Let me know if you think this is possible.


 Unfortunately I don't think writing a port for Conky will achieve what
 you expect it to.

 First, Conky is a free, light-weight system monitor for X, where X
 is the X window system. While Macs can run an X server using XQuartz
 they usually do so without a root window (i.e. they don't display a
 desktop background, but rather try to integrate with Mac OS X' window
 management). Conky however draws its statistics into the X root window,
 where you'll only be able to see them if you switch to XQuartz'
 full-screen mode using Cmd+Opt+A (if you have it enabled in XQuartz'
 preferences), which will hide all your standard OS X windows.

 Second, there are only few standards for system monitoring and OS X and
 other BSD derivates are probably sufficiently different from Linux
 systems in this regard that some of Conky's statistics features might
 not even work on OS X, e.g. Conky might attempt to use the Linux method
 to read your current CPU usage or network traffic, which might just not
 work on OS X, or worse, crash the process.

 Fortunately, there are alternatives to achieve the same on OS X, e.g.
 GeekTool:

 http://projects.tynsoe.org/en/geektool/http://projects.
 tynsoe.org/en/geektool/

 http://projects.tynsoe.org/en/geektool/ecrans.phphttp://
 projects.tynsoe.org/en/geektool/ecrans.php

 HTH,
 --
 Clemens Lang



 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users



 --
 --
 Craig Treleaven, CA -- Clearview Consulting
 (905) 829-2054  ctrelea...@cogeco.ca

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Any chance of seeing a port of Conky?

2013-11-30 Thread Tim Haigh
Why not install gkrellm  it is great and does pretty much was Conky does.






On 30 Nov 2013, at 20:59, Jeff Friedman friedmanje...@gmail.com wrote:

 Looks good, Craig.  I will have a look into htop.  
 
 thanks!
 Jeff
 
 
 On Sat, Nov 30, 2013 at 3:34 PM, Craig Treleaven ctrelea...@cogeco.ca wrote:
 Another possibility is htop:
 
 $ port info htop
 htop @0.8.2.2 (sysutils)
 Variants: universal
 
 Description:  This is htop, an interactive process viewer. It is a 
 text-mode application (for console or X terminals).
 Homepage: https://github.com/mklein-de/htop-osx
 
 Build Dependencies:   autoconf, automake, libtool
 Library Dependencies: ncurses
 Platforms:darwin
 License:  GPL-2
 Maintainers:  c...@macports.org, openmaintai...@macports.org
 
 Craig
 
 
 At 3:27 PM + 11/30/13, Jeff Friedman wrote:
 Thanks for the replies, folks.
 
 I didn't realise that Conky wouldn't  be compatible with OS X.  I will, 
 however, have a look at GeekTool.
 
 Thanks again for being helpful.
 
 Best wishes,
 Jeff
 
 
 
 On Sat, Nov 30, 2013 at 1:56 PM, Clemens Lang 
 mailto:c...@macports.orgc...@macports.org wrote:
 
 On Sat, Nov 30, 2013 at 10:59:02AM +, Jeff Friedman wrote:
  Let me know if you think this is possible.
 
 Unfortunately I don't think writing a port for Conky will achieve what
 you expect it to.
 
 First, Conky is a free, light-weight system monitor for X, where X
 is the X window system. While Macs can run an X server using XQuartz
 they usually do so without a root window (i.e. they don't display a
 desktop background, but rather try to integrate with Mac OS X' window
 management). Conky however draws its statistics into the X root window,
 where you'll only be able to see them if you switch to XQuartz'
 full-screen mode using Cmd+Opt+A (if you have it enabled in XQuartz'
 preferences), which will hide all your standard OS X windows.
 
 Second, there are only few standards for system monitoring and OS X and
 other BSD derivates are probably sufficiently different from Linux
 systems in this regard that some of Conky's statistics features might
 not even work on OS X, e.g. Conky might attempt to use the Linux method
 to read your current CPU usage or network traffic, which might just not
 work on OS X, or worse, crash the process.
 
 Fortunately, there are alternatives to achieve the same on OS X, e.g.
 GeekTool:
 
 http://projects.tynsoe.org/en/geektool/http://projects.tynsoe.org/en/geektool/
 
 http://projects.tynsoe.org/en/geektool/ecrans.phphttp://projects.tynsoe.org/en/geektool/ecrans.php
 
 HTH,
 --
 Clemens Lang
 
 
 
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users
 
 
 -- 
 --
 Craig Treleaven, CA -- Clearview Consulting
 (905) 829-2054  ctrelea...@cogeco.ca
 
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: gcc45 dependency for Octave?

2013-11-30 Thread Michael Dickens
Hi Ben - port rdeps octave +gcc48 does returns lots of ports, but
gcc48 only in that category for me (10.8, MacPorts from svn trunk). 
Maybe it is part of a rev-upgrade? - MLD

On Sat, Nov 30, 2013, at 02:06 PM, Ben Abbott wrote:
 I noticed that sudo port install octave +gcc48 eventually installs gcc45. 
 Is that expected, or a bug?
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: gcc45 dependency for Octave?

2013-11-30 Thread Ben Abbott
Hi Michael,

I had been able to duplicate the problem, but after a selfupdate and another 
attempt, all works as it should.  I had just installed Mavericks yesterday and 
then updated macports.  Any chance the selfupdate changed the rdeps result? 

Ben

On Nov 30, 2013, at 8:15 PM, Michael Dickens michae...@macports.org wrote:

 Hi Ben - port rdeps octave +gcc48 does returns lots of ports, but
 gcc48 only in that category for me (10.8, MacPorts from svn trunk). 
 Maybe it is part of a rev-upgrade? - MLD
 
 On Sat, Nov 30, 2013, at 02:06 PM, Ben Abbott wrote:
 I noticed that sudo port install octave +gcc48 eventually installs gcc45. 
 Is that expected, or a bug?

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Error upgrading Apache...

2013-11-30 Thread Ryan Schmidt

On Nov 30, 2013, at 14:09, Frank Schima wrote:

 On Nov 30, 2013, at 12:53 PM, SH Development wrote:
 
 I am getting the following error after running port -u upgrade outdated:
 
 ---  Computing dependencies for apache2
 ---  Verifying checksums for apache2
 Error: org.macports.checksum for port apache2 returned: httpd-2.2.26.tar.bz2 
 does not exist in /opt/local/var/macports/distfiles/apache2
 Please see the log file for port apache2 for details:
   
 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/apache2/main.log
 Error: Unable to upgrade port: 1
 To report a bug, follow the instructions in the guide:
   http://guide.macports.org/#project.tickets
 
 This seems to have started since upgrade to Mavericks.
 
 Thoughts?
 
 Did you read and follow the instructions in the FAQ about checksum errors 
 [1]? Checksum issues have nothing to do with the version of OS X (or Xcode 
 for that matter).
 
 
 [1] https://trac.macports.org/wiki/FAQ#checksums

Frank, he’s not having a checksum error; he’s having a distfile-doesn’t-exist 
error.

Jeff, you need to clean and try again. It’s the first thing mentioned at the 
URL in your error message you quoted.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users