Re: Updating tk +quartz failed on Snow Leopard

2016-08-25 Thread Kevin Walzer
lt; 1070 [do someStuff:here andHere]; #endif and see if it builds on 10.6? If so, send me a patch and I'll test it on 10.11 and commit if it works. I have no access to 10.6. Thanks, Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobil

Re: Goodbye Mac OS Forge, hello GitHub

2016-08-19 Thread Kevin Walzer
po was because of a serious outage at the site that prevented commits for weeks. This is more of a hope that Github does not become the kind of monoculture that SF was than any criticism of Github--as long as Bitbucket and other platforms are around and still have some volume, that will help.

Re: PortAuthority 7.4 released, with MIT repo

2016-07-05 Thread Kevin Walzer
t included in MacPorts. --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinf

PortAuthority 7.4 released, with MIT repo

2016-07-04 Thread Kevin Walzer
er modifications for their system. I will not directly support the source code, but am offering it for those who may find it useful. --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com

Re: tk +quartz -x11 dependency on libX11. Why?

2016-05-13 Thread Kevin Walzer
Tk definitely needs X11 headers. You may be picking them up elsewhere on your system. > On May 13, 2016, at 10:40 AM, Vincent Habchi wrote: > > Hi Josh! > >> On 13 mai 2016, at 16:30, Joshua Root wrote: >> >> As the comment in the quartz variant in the portfile says: >> # tk.h still includ

Re: html and postscript viewer

2016-03-30 Thread Kevin Walzer
that introduces an additional dependency. I'd suggest that using a system-bundled tool is almost always better. It's certainly simpler.) --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmob

Re: html and postscript viewer

2016-03-30 Thread Kevin Walzer
configuration on the developer's part required. --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforg

PortAuthority 7.2 released

2015-07-22 Thread Kevin Walzer
and I encourage you to give it a try if you are a MacPorts user--PortAuthority is the oldest, most actively-developed GUI client for the MacPorts. More information and a trial download: http://www.codebykevin.com/portauthority.html Thanks, Kevin -- Kevin Walzer Code by Kevin/Mobile Co

Re: GSoC Project: Revitalizing Pallet

2015-05-29 Thread Kevin Walzer
t which do add up over time. It would be great if Pallet developed into a viable, ongoing GUI client for the MacPorts project. My guess is that it will need a lot of work, and ongoing maintenance from a single owner or team, to get there. --Kevin -- Kevin Walzer Code by Kevin/Mobi

PortAuthority 7.0 released

2015-03-03 Thread Kevin Walzer
Mac system notifications if Growl is not installed. PortAuthority costs $30 for a new installation, and lifetime upgrades are free to registered users. It's worth a try. More information: http://www.codebykevin.com/portauthority.html --Kevin -- Kevin Walzer Code by Kevin/Mobile Cod

PortAuthority 6.1 released

2014-04-13 Thread Kevin Walzer
ense costs $29.99 and a 30-day demo is available. Mac OS X 10.9 is the minimum supported OS. Upgrades are always free to registered users. For more information about PortAuthority, including download links, see http://www.codebykevin.com/portauthority.html. -- Kevin Walzer Code by Kevin/Mobile Cod

Re: Please review first draft of Fossick - a MacPorts GUI

2013-04-20 Thread Kevin Walzer
Hi Ian, I'm the competition here (http://www.codebykevin.com/portauthority.html), but since no one else has provided any comments yet, I'll offer a few. The app felt very sluggish the first time I ran it in Xcode--I wasn't sure if this was because of the overhead of running it under Xcode or

Re: Is it worth persevering with Macports_Framework?

2013-02-10 Thread Kevin Walzer
on providing a pleasant user experience. --Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

Re: Breaking long dependency chains

2012-03-18 Thread Kevin Walzer
sync? That would be very helpful. --Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Re: Breaking long dependency chains

2012-03-18 Thread Kevin Walzer
ealize that PortAuthority is not the concern of the MacPorts developer list, but when I get complaints that PA is slow and installations take forever, it's a bit frustrating that I can't say something more specific than "it's a MacPorts iss

Re: macport's oddity

2009-09-20 Thread Kevin Walzer
. Doesn't Fink source an "init.sh" file that modifies your path on the fly? #test -r /sw/bin/init.sh && . /sw/bin/init.sh MacPorts doesn't do this, it simply adds /opt/local/bin to the $PATH defined in your ~/.profile, which won't show up until a new Term

Re: Do Explorative Programming in tclsh with Readline Support

2009-09-18 Thread Kevin Walzer
y running this command in your tclsh session: lappend auto_path /opt/local/Library/Tcl or whatever the specific location is, then try sourcing the relevant file. Here's a good site with resources for learning more about Tcl: http://www.tcl.tk/d

PortAuthority 2.7 released

2009-01-12 Thread Kevin Walzer
.html. -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Re: excel data import on Mac OS X

2007-11-06 Thread Kevin Walzer
AppleScript. I'd Google for "AppleScript Excel" and see what turns up. -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev

Re: port search

2007-09-23 Thread Kevin Walzer
r searches for a term. This method make sense for a GUI because it reduces the number of times it has to call out to the command-line tool, but it doesn't represent any sort of improvement in the command-line tool itself. Imagine having port run "port list" every time it starte

Re: port search

2007-09-22 Thread Kevin Walzer
category. It used to rely on the "port search" mechanism, but now uses its own algorithm which is faster. --Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ macports-dev mailing list macports-dev@lists.macosforg

Re: MacPorts guide--where'd it go?

2007-07-24 Thread Kevin Walzer
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] writes: I'm updating the user documentation for PortAuthority with some links to the current MacPorts documentation, which seems to be taking shape nicely. I'm not sure which one to list as the main resource: This one looked very complete but has dis

MacPorts guide--where'd it go?

2007-07-24 Thread Kevin Walzer
s/macports/wiki/InstallingMacPorts http://trac.macosforge.org/projects/macports/wiki/UsingMacPortsQuickStart Is there anything I've missed? Thanks, Kevin Walzer ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailm

Re: MacPorts 1.4 rc2

2007-03-14 Thread Kevin Walzer
Kevin Walzer wrote: Juan Manuel Palacios wrote: Hello everyone! I just tagged 1.4.0-rc2 and posted corresponding test tarballs and checksums to our downloads directory. Those of you keeping track of svn commits should know about the changes that took place since rc1, those of you that

Re: MacPorts 1.4 rc2

2007-03-14 Thread Kevin Walzer
ks against the Tcl in /System/Library directory? How do others handle this? -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev

Re: ReadMe.rtf ready for review.

2007-02-25 Thread Kevin Walzer
x27;t object. Thanks. -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev

Re: darwinports.com [was: Developer requesting deletion of port]

2007-01-14 Thread Kevin Walzer
rademark registration is not required to assert the trademark use, although it makes things easier. For an example of how to do this, see this link: http://fink.sourceforge.net/legal.php - -- Kevin Walzer Code by Kevin http://www.codebykevin.com -BEGIN PGP SIGNATURE- Version: GnuPG v1

Re: Why does darwinports developers choose the tcl/tk for darwinports project?

2006-12-29 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luc Heinrich wrote: > On 28 déc. 06, at 00:13, Kevin Ballard wrote: > > > In my very own and personal opinion, Tcl is the single reason why > MacPorts doesn't get as many external contributions as it should and is > therefore so awfully slow to evolv