Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#44479 closed submission (fixed)

kick - add new port

Reported by: gtolemans@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: mkae (Marko Käning)
Port: kick

Description (last modified by anddam (Andrea D'Amore))

The kick library provides containers with better performance and a smaller footprint compared to much larger libraries (STL, C++ Standard Library, boost). Header-only files also make it easy to import kick into any existing project.

Attachments (1)

Portfile (1.6 KB) - added by gtolemans@… 10 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Port: kick added

Thanks. Some initial observations:

  • use 4 spaces instead of tabs for indentation
  • add the standard modeline and # $Id$ line
  • use use_configure no instead of configure {}
  • remove the name kick line since the bitbucket.setup line sets that for you
  • add supported_archs noarch because you're just installing architecture-agnostic text files
  • use at least 2 different checksum types for each distfile; rmd160 and sha256 are recommended

Changed 10 years ago by gtolemans@…

Attachment: Portfile added

comment:2 Changed 10 years ago by gtolemans@…

Done. Anything else?

comment:3 Changed 10 years ago by mkae (Marko Käning)

Cc: mk@… added
Version: 2.3.1

comment:4 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

comment:5 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Committed in r123095 with a few whitespace changes, including converting the remaining tabs to spaces. I also deleted an unnecessary directory creation.

comment:6 Changed 10 years ago by anddam (Andrea D'Amore)

Description: modified (diff)
Summary: kickkick - add new port

Also in future please use a more descriptive summary, see the guide.

Note: See TracTickets for help on using tickets.