Opened 11 years ago

Last modified 11 years ago

#38399 new submission

new port: velvet

Reported by: sean@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: velvet

Description


Attachments (2)

Portfile (1.8 KB) - added by sean@… 11 years ago.
Updated
Portfile.2 (1.9 KB) - added by sean@… 11 years ago.
Addressed the above issues, had to blacklist clang as a result

Download all attachments as: .zip

Change History (5)

comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)

My comments from #38397 apply here as well.

Changed 11 years ago by sean@…

Attachment: Portfile added

Updated

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Port: velvet added

The destroot can be simplified to just:

destroot {
    xinstall -W ${worksrcpath} velvetg velveth ${destroot}${prefix}/bin
}

0755 is the default mode. xinstall can install multiple files at once.

Using use_configure no means you need to manually ensure you're UsingTheRightCompiler and -arch flags and add a universal variant if possible—unless this port doesn't build architecture-specific software, in which case you need supported_archs noarch.

comment:3 Changed 11 years ago by larryv (Lawrence Velázquez)

Instead of using distfiles to change the name of the distribution file, you should use distname and extract.suffix.

distname        ${name}_${version}
extract.suffix  .tgz

Changed 11 years ago by sean@…

Attachment: Portfile.2 added

Addressed the above issues, had to blacklist clang as a result

Note: See TracTickets for help on using tickets.