[MacPorts] #21816: cdf-to-fits: new port
#21816: cdf-to-fits: new port -----------------------------------+---------------------------------------- Reporter: doc.aronnax@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: -----------------------------------+---------------------------------------- I would like to submit the attached Portfile. cdf-to-fits is a program maintained by Goddard Space Flight Center for converting between two commonplace scientific data formats: CDF and FITS. Unfortunately, I cannot find any directions for installing a port that is not already indexed. I would appreciate anyone's help on that. -- Ticket URL: <http://trac.macports.org/ticket/21816> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21816: cdf-to-fits: new port -----------------------------------+---------------------------------------- Reporter: doc.aronnax@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: cdf-to-fits -----------------------------------+---------------------------------------- Changes (by macsforever2000@…): * cc: doc.aronnax@… (removed) * port: => cdf-to-fits -- Ticket URL: <http://trac.macports.org/ticket/21816#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21816: cdf-to-fits: new port -----------------------------------+---------------------------------------- Reporter: doc.aronnax@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: cdf-to-fits -----------------------------------+---------------------------------------- Comment(by macsforever2000@…): To install it, create a directory with the name of the port. Move the Portfile into the directory. cd into the directory. Type: {{{ sudo port install }}} -- Ticket URL: <http://trac.macports.org/ticket/21816#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21816: cdf-to-fits: new port -----------------------------------+---------------------------------------- Reporter: doc.aronnax@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: cdf-to-fits -----------------------------------+---------------------------------------- Comment(by doc.aronnax@…): Replying to [comment:3 macsforever2000@…]:
To install it, create a directory with the name of the port. Move the Portfile into the directory. cd into the directory. Type:
{{{ sudo port install }}}
That didn't work for me. MacPorts says: {{{ Error: Port cdf-to-fits not found }}} -- Ticket URL: <http://trac.macports.org/ticket/21816#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21816: cdf-to-fits: new port -----------------------------------+---------------------------------------- Reporter: doc.aronnax@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: cdf-to-fits -----------------------------------+---------------------------------------- Comment(by macsforever2000@…): You are doing something wrong. Please cd into the new directory and report the output of the following commands: {{{ pwd ls -al }}} Due to a number of syntax errors, the port doesn't install as you have it. You are missing a few line continuation characters. Also "maintainer" should be "maintainers". I've fixed the errors locally, but I am waiting for gcc42 to install, so it might be a while. -- Ticket URL: <http://trac.macports.org/ticket/21816#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21816: cdf-to-fits: new port -----------------------------------+---------------------------------------- Reporter: doc.aronnax@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: cdf-to-fits -----------------------------------+---------------------------------------- Comment(by doc.aronnax@…): {{{ $ pwd /opt/local/var/macports/sources/rsync.macports.org/release/ports/science /cdf-to-fits $ ls -al total 8 drwxr-xr-x 3 root admin 102B Oct 4 03:26 ./ drwxr-xr-x 145 root admin 4.8K Oct 4 03:03 ../ -rw-r--r-- 1 root admin 665B Oct 4 03:26 Portfile }}} -- Ticket URL: <http://trac.macports.org/ticket/21816#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21816: cdf-to-fits: new port -----------------------------------+---------------------------------------- Reporter: doc.aronnax@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: cdf-to-fits -----------------------------------+---------------------------------------- Comment(by macsforever2000@…): Then you did not type exactly: {{{ sudo port install }}} -- Ticket URL: <http://trac.macports.org/ticket/21816#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21816: cdf-to-fits: new port -----------------------------------+---------------------------------------- Reporter: doc.aronnax@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: cdf-to-fits -----------------------------------+---------------------------------------- Comment(by doc.aronnax@…): Thanks for the help with testing the installation. Could someone add instructions for testing a new port to the Guide? The port now works with the attached portfile (Portfile.2) and the attached patchfile. It is ready for submission. -- Ticket URL: <http://trac.macports.org/ticket/21816#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21816: cdf-to-fits: new port -----------------------------------+---------------------------------------- Reporter: doc.aronnax@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: cdf-to-fits -----------------------------------+---------------------------------------- Comment(by doc.aronnax@…): Is anyone going to add this port? I do not have Subversion access, it would be great if someone would put this in! -- Ticket URL: <http://trac.macports.org/ticket/21816#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21816: cdf-to-fits: new port -----------------------------------+---------------------------------------- Reporter: doc.aronnax@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: cdf-to-fits -----------------------------------+---------------------------------------- Comment(by macsforever2000@…): I am not able to install this port on snow Leopard because one of its dependencies - gcc42 - fails to build there. See #20933. -- Ticket URL: <http://trac.macports.org/ticket/21816#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21816: cdf-to-fits: new port -----------------------------------+---------------------------------------- Reporter: doc.aronnax@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: cdf-to-fits -----------------------------------+---------------------------------------- Comment(by doc.aronnax@…): Replying to [comment:11 macsforever2000@…]:
I am not able to install this port on snow Leopard because one of its dependencies - gcc42 - fails to build there. See #20933.
Did you try installing it on Leopard? I have not yet upgraded to Leopard; I have never experienced any problem with the gcc42 port. gcc42 is not a direct dependency of this proposed package. -- Ticket URL: <http://trac.macports.org/ticket/21816#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21816: cdf-to-fits: new port -----------------------------------+---------------------------------------- Reporter: doc.aronnax@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: cdf-to-fits -----------------------------------+---------------------------------------- Comment(by macsforever2000@…): Replying to [comment:12 doc.aronnax@…]:
Did you try installing it on Leopard?
I have upgraded to Snow Leopard and I don't have easy access to Leopard anymore. -- Ticket URL: <http://trac.macports.org/ticket/21816#comment:13> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21816: cdf-to-fits: new port -----------------------------------+---------------------------------------- Reporter: doc.aronnax@… | Owner: ryandesign@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: cdf-to-fits -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * status: new => assigned -- Ticket URL: <http://trac.macports.org/ticket/21816#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21816: cdf-to-fits: new port ------------------------------------+--------------------------------------- Reporter: doc.aronnax@… | Owner: ryandesign@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: fixed | Keywords: Port: cdf-to-fits | ------------------------------------+--------------------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: Replying to [comment:9 doc.aronnax@…]:
The port now works with the attached portfile (Portfile.2) and the attached patchfile. It is ready for submission. Thanks, I added it in r61066. It installs fine on Snow Leopard, now that cdf depends on gcc44 instead of gcc42.
-- Ticket URL: <http://trac.macports.org/ticket/21816#comment:15> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts