[MacPorts] #36130: New port for Bob

MacPorts noreply at macports.org
Thu Sep 13 13:38:31 PDT 2012


#36130: New port for Bob
--------------------------------+--------------------------------
  Reporter:  andre.dos.anjos@…  |      Owner:  macports-tickets@…
      Type:  submission         |     Status:  new
  Priority:  Normal             |  Milestone:
 Component:  ports              |    Version:  2.1.2
Resolution:                     |   Keywords:
      Port:                     |
--------------------------------+--------------------------------
Changes (by ciserlohn@…):

 * keywords:  new port =>


Comment:

 Hi,

 thanks for your submission. Some remarks regarding your portfile:
 {{{
 maintainers         anjos
 }}}
 This means anjos<at>macports.org. It should be removed.
 {{{
 depends_build       port:cmake
 }}}
 can be removed as this is implied by the cmake port group.
 {{{
 homepage            http://idiap.github.com/bob/
 }}}
 Ports for projects hosted on github should be using the github portgroup.
 {{{
 build.target        all
 destroot.target     install
 use_parallel_build  yes
 }}}
 These are all the default values. There's no need to explicitly include
 them in the port file.
 {{{
 configure.compiler llvm-gcc-4.2 #clang remains untested at this point
 }}}
 should be replaced with:
 {{{
 compiler.blacklist clang
 }}}
 Consider using the test phase (see
 http://guide.macports.org/#reference.phases.test) instead of
 {{{
 variant unittest description "Runs unit tests after compilation." {}
 }}}
 and the related steps in the pre-destroot.

 And please don't add arbitrary keywords (see
 [wiki:DraftKeywordGuidelines]). The ticket type 'submission' is
 unambiguous.

-- 
Ticket URL: <https://trac.macports.org/ticket/36130#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list