trac.macports.org appears to be malfunctioning

2021-07-12 Thread Jim DeLaHunt
https://trac.macports.org/ appears to be malfunctioning right now. When I take my browser to that page, I get a message: Warning: Authentication error. Please contact your administrator. Trac Error Unable to get database connection within 0 seconds. (OperationalError: could not conn

[dc desk calculator]

2021-07-12 Thread Maxim Abalenkov
Dear all, How are you? I hope all is well with you. Would you please tell me, if the dc (desk calculator) is available via MacPorts: https://en.wikipedia.org/wiki/Dc_%28computer_program%29 I wasn’t able to find via the `port search` comma

Re: [dc desk calculator]

2021-07-12 Thread Giuseppe 'ferdy' Miceli
ciao maxim, i would say you are looking for the bc port: ferdy@wabi:~$ port contents bc Port bc contains: /opt/mp/bin/bc /opt/mp/bin/dc /opt/mp/share/info/bc.info /opt/mp/share/info/dc.info /opt/mp/share/man/man1/bc.1.gz /opt/mp/share/man/man1/dc.1.

python and gtk3 and gdk-pixbuf and maybe big sur

2021-07-12 Thread Langer, Stephen A. (Fed) via macports-users
Hi -- Since upgrading to Big Sur and reinstalling all ports, I can't run gtk3 with either python37 or python38. Running this: % python >>> import gi >>> gi.require_version("Gtk", "3.0") >>> from gi.repository import Gtk Leads to this: ** (process:3291): WARNING **: 11:18:57.866: Failed to loa

Port clean, but just for destroot?

2021-07-12 Thread Jim DeLaHunt
Is there a command like "port clean", but which just reverses the effect of "port destroot" but does not reverse the effect of "port build"? I am developing a portfile, and I'm at the stage where I debug the destroot and post-destroot activities. I want a way to be able to change the Portfile

Re: [dc desk calculator]

2021-07-12 Thread raf via macports-users
On Mon, Jul 12, 2021 at 06:06:47PM +0300, Maxim Abalenkov wrote: > Dear all, > > How are you? I hope all is well with you. Would you please tell me, if the dc > (desk calculator) is available via MacPorts: > > https://en.wikipedia.org/wiki/Dc_%28computer_program%29 >

Re: [dc desk calculator]

2021-07-12 Thread Richard L. Hamilton
The bc port includes dc. > On Jul 12, 2021, at 19:27, raf via macports-users > wrote: > > On Mon, Jul 12, 2021 at 06:06:47PM +0300, Maxim Abalenkov > wrote: > >> Dear all, >> >> How are you? I hope all is well with you. Would you please tell me, if the >> dc (desk calculator) is available

Re: [dc desk calculator]

2021-07-12 Thread Richard L. Hamilton
This might be true (that bc and dc are together) for historical reasons. Commercial Unix source has bc as a front end to dc; only the rare RPN fan used dc directly. The GNU version does not do that, their bc is not dependent on dc. > On Jul 12, 2021, at 20:04, Richard L. Hamilton wrote: > > Th

Re: Port clean, but just for destroot?

2021-07-12 Thread Ryan Schmidt
On Jul 12, 2021, at 18:19, Jim DeLaHunt wrote: > Is there a command like "port clean", but which just reverses the effect of > "port destroot" but does not reverse the effect of "port build"? > I am developing a portfile, and I'm at the stage where I debug the destroot > and post-destroot ac

Re: trac.macports.org appears to be malfunctioning

2021-07-12 Thread Ryan Schmidt
On Jul 12, 2021, at 01:22, Jim DeLaHunt wrote: > > https://trac.macports.org/ appears to be malfunctioning right now. When I > take my browser to that page, I get a message: > > Warning: Authentication error. Please contact your administrator. > Trac Error > > Unable to get database connection

Re: python and gtk3 and gdk-pixbuf and maybe big sur

2021-07-12 Thread Ryan Schmidt
On Jul 12, 2021, at 10:40, Langer, Stephen A. (Fed) wrote: > > Hi -- > > Since upgrading to Big Sur and reinstalling all ports, I can't run gtk3 with > either python37 or python38. Running this: > > % python import gi gi.require_version("Gtk", "3.0") from gi.repository import Gt

Re: trac.macports.org appears to be malfunctioning

2021-07-12 Thread Jim DeLaHunt
On 2021-07-12 17:23, Ryan Schmidt wrote: On Jul 12, 2021, at 01:22, Jim DeLaHunt wrote: https://trac.macports.org/ appears to be malfunctioning right now. When I take my browser to that page, I get a message: Warning: Authentication error. Please contact your administrator. Trac Error Unable

New portfile writer looking for help with ConvertAll

2021-07-12 Thread Kevin Horton
I'm trying to create a port for ConvertAll - http://convertall.bellz.org. I've been using MacPorts for several years, but have never created a portfile before. I used Fink for many years before switching to MacPorts, and I was a maintainer for a handful of packages. I'm an enthusiastic amateu

Re: Port clean, but just for destroot?

2021-07-12 Thread Jim DeLaHunt
On 2021-07-12 17:21, Ryan Schmidt wrote: Correct, it's best to delete $(port work myport)/destroot prior to re-attempting the destroot phase, since portfile authors do not typically expect a destroot phase to be re-attempted and may not have written such destroot phases to work correctly if y

Re: Port clean, but just for destroot?

2021-07-12 Thread Ryan Schmidt
On Jul 12, 2021, at 20:14, Jim DeLaHunt wrote: > On 2021-07-12 17:21, Ryan Schmidt wrote: > >> Correct, it's best to delete $(port work myport)/destroot prior to >> re-attempting the destroot phase, since portfile authors do not typically >> expect a destroot phase to be re-attempted and may no

Re: New portfile writer looking for help with ConvertAll

2021-07-12 Thread Ryan Schmidt
On Jul 12, 2021, at 20:13, Kevin Horton wrote: > I'm trying to create a port for ConvertAll - http://convertall.bellz.org. > I've been using MacPorts for several years, but have never created a portfile > before. I used Fink for many years before switching to MacPorts, and I was a > maintaine

Re: python and gtk3 and gdk-pixbuf and maybe big sur

2021-07-12 Thread Langer, Stephen A. (Fed) via macports-users
On 7/12/21, 8:34 PM, "Ryan Schmidt" wrote: On Jul 12, 2021, at 10:40, Langer, Stephen A. (Fed) wrote: > > Hi -- > > Since upgrading to Big Sur and reinstalling all ports, I can't run gtk3 with either python37 or python38. Running this: > > % python

Re: New portfile writer looking for help with ConvertAll

2021-07-12 Thread Kevin Horton
> On Jul 12, 2021, at 6:48 PM, Kevin Horton wrote: > > >> On Jul 12, 2021, at 6:29 PM, Ryan Schmidt > > wrote: >> >> On Jul 12, 2021, at 20:13, Kevin Horton wrote: >> >>> I'm trying to create a port for ConvertAll - http://convertall.bellz.org >>>