Opened 16 years ago

Closed 14 years ago

#15189 closed submission (wontfix)

Port Submission: Mnemosyne

Reported by: cpettitt@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: mnemosyne lack-of-interest Cc:
Port:

Description

The attached patch adds a port for mnemosyne (http://www.mnemosyne-proj.org/). This open source project helps improve learning through spaced-repetition (http://en.wikipedia.org/wiki/Spaced_repetition).

Attachments (2)

Portfile (1.1 KB) - added by cpettitt@… 16 years ago.
patch-setup.py (638 bytes) - added by cpettitt@… 16 years ago.
Patch file for setup.py (makes all paths relative to distroot). Goes in ./files

Download all attachments as: .zip

Change History (9)

Changed 16 years ago by cpettitt@…

Attachment: Portfile added

Changed 16 years ago by cpettitt@…

Attachment: patch-setup.py added

Patch file for setup.py (makes all paths relative to distroot). Goes in ./files

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Two points:

  1. It would be nice if this used python25, though I realise that that would require the creation of py25 versions of py-pyqt3 and py-sip.
  2. This port will need a darwin 9 platform variant like so in order to work on Leopard:
    platform darwin 9 {
        depends_lib-delete port:py-pyobjc
        depends_lib-append port:py-pyobjc2
    }
    

Depending on what parts of PyObjC are used, a port:py-pyobjc2-cocoa dep may also be needed, or even one or more new ports for other PyObjC bindings.

comment:2 Changed 16 years ago by cpettitt@…

Thank you for your feedback jmr. You rightly guessed that I'm not running Leopard; I'm currently running on Tiger. I'll see if I can get my hands on a Leopard system to work out any additional changes required for the PyObjC bindings.

comment:3 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementsubmission

comment:4 Changed 15 years ago by (none)

Milestone: Port Submissions

Milestone Port Submissions deleted

comment:5 Changed 15 years ago by raimue (Rainer Müller)

Keywords: lack-of-interest added

Still interested in getting this into MacPorts?

comment:6 in reply to:  5 Changed 15 years ago by ch.neher@…

Replying to raimue@…:

Still interested in getting this into MacPorts?

Me - totally. Mac OS X 10.5 with PPC - all attempts of installing mnemosyne so far failed.

comment:7 Changed 14 years ago by raimue (Rainer Müller)

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.