Opened 12 years ago

Last modified 12 years ago

#32056 new submission

picard port

Reported by: rudloff@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc: drkp (Dan Ports)
Port: picard

Description

Here is a port for Picard.

Attachments (2)

Portfile (1.5 KB) - added by rudloff@… 12 years ago.
launch (30 bytes) - added by rudloff@… 12 years ago.

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by rudloff@…

Attachment: Portfile added

Changed 12 years ago by rudloff@…

Attachment: launch added

comment:1 Changed 12 years ago by rudloff@…

Note : The launch script is there to avoid this kind of errors :

    opts, args = getopt.getopt(sys.argv[1:], "hvd", ["help", "version", "debug"])
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/getopt.py", line 91, in getopt
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/getopt.py", line 191, in do_shorts
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/getopt.py", line 207, in short_has_arg
    raise GetoptError('option -%s not recognized' % opt, opt)
getopt.GetoptError: option -p not recognized

This is caused by bundles always passing a -psn_ argument.

I see this with quite a lot of apps. Couldn't be something done with the portgroup ?

comment:2 Changed 12 years ago by drkp (Dan Ports)

Cc: dports@… added

Is there a reason that the port needs to use Python 2.5? That's a pretty old version, so if not, it'd be better to use python 2.7 instead...

Note: See TracTickets for help on using tickets.