[MacPorts] #51737: New port libpointing

MacPorts noreply at macports.org
Tue Sep 13 18:16:44 CEST 2016


#51737: New port libpointing
--------------------------+--------------------------------
  Reporter:  izzatbek@…   |      Owner:  macports-tickets@…
      Type:  submission   |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:               |   Keywords:
      Port:  libpointing  |
--------------------------+--------------------------------
Changes (by raimue@…):

 * cc: raimue@… (added)


Comment:

 You should still use `PortGroup github`, that simplifies the Portfile and
 you can omit explicit `name`, `version`, and `master_sites`. The
 `homepage` is just a redirect to GitHub, so I would remove that as well.

 {{{
 PortGroup github 1.0

 github.setup INRIA libpointing 1.0.1 v
 github.tarball_from releases
 }}}

 According to the
 [https://github.com/INRIA/libpointing/blob/master/LICENSE.md LICENSE.md],
 the license is actually `GPL-2+`.

 Do not use compiled binaries from Travis. Redistributing compiled binaries
 is discouraged and the Portfile should compile from source. Our buildbot
 infrastructure will produce binaries for different releases of OS X.

 This project seems to be using qmake as build system, so you should add
 the following port group to the top of the file and remove the wrong
 statement `use_configure no`:

 {{{
 PortGroup qmake 1.0
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/51737#comment:14>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list