[MacPorts] #33575: NEW: stimfit

MacPorts noreply at macports.org
Fri Jun 28 04:09:30 PDT 2013


#33575: NEW: stimfit
-------------------------+--------------------------------
  Reporter:  christsc@…  |      Owner:  macports-tickets@…
      Type:  submission  |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:  stimfit     |
-------------------------+--------------------------------

Comment (by ciserlohn@…):

 Before including into MacPorts some questions and remarks:

 {{{
 license             GPL
 }}}
 - Can you indicate the version (e.g. GPL-2)?

 {{{
 supported_archs     x86_64
 }}}
 - really no i386 and PowerPC? The debian repository you mentioned provides
 packages for both.

 {{{
 if {![variant_isset python27]} {
     default_variants +python27
 }
 }}}
 - The {{{default_variants}}} should not be inside a if block. This idiom
 makes only sense if you have more than on python variant and would like to
 make one the default if none had explicitly chosen by the user.

 {{{
 variant python27 description {Build with Python shell. Only 2.7 is
 supported.}
 }}}
 - {{{ Only 2.7 is supported}}} should not be in the variant description
 but moved to a comment.

-- 
Ticket URL: <https://trac.macports.org/ticket/33575#comment:17>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list