[123095] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Mon Aug 4 22:20:10 PDT 2014


Revision: 123095
          https://trac.macports.org/changeset/123095
Author:   ryandesign at macports.org
Date:     2014-08-04 22:20:10 -0700 (Mon, 04 Aug 2014)
Log Message:
-----------
kick: new port, version 0.1 (#44479)

Added Paths:
-----------
    trunk/dports/devel/kick/
    trunk/dports/devel/kick/Portfile

Added: trunk/dports/devel/kick/Portfile
===================================================================
--- trunk/dports/devel/kick/Portfile	                        (rev 0)
+++ trunk/dports/devel/kick/Portfile	2014-08-05 05:20:10 UTC (rev 123095)
@@ -0,0 +1,39 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           bitbucket 1.0
+
+bitbucket.setup     nwehr kick 0.1 v
+categories          devel
+platforms           darwin
+maintainers         gmail.com:gtolemans
+license             BSD
+supported_archs     noarch
+
+description         Kick provies C++ containers and algorithms for \
+                    light-weight or embedded systems
+
+long_description    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.
+
+checksums           rmd160 8d156432356464f98ead6e704b329a805b8c8255 \
+                    sha256 59e155c3bc9cbf616c3c4b7f172aa487b4bbfba453f4d305129874bcddbda5ee
+
+use_configure       no
+
+build               {}
+
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/include/${name}/iostream
+    xinstall -m 755 -d ${destroot}${prefix}/include/${name}/algorithm
+    xinstall -m 755 -d ${destroot}${prefix}/include/${name}/smart_ptr
+
+    eval xinstall -m 755 [glob ${worksrcpath}/*.h] ${destroot}${prefix}/include/${name}
+    eval xinstall -m 755 [glob ${worksrcpath}/iostream/*.h] ${destroot}${prefix}/include/${name}/iostream
+    eval xinstall -m 755 [glob ${worksrcpath}/algorithm/*.h] ${destroot}${prefix}/include/${name}/algorithm
+    eval xinstall -m 755 [glob ${worksrcpath}/smart_ptr/*.h] ${destroot}${prefix}/include/${name}/smart_ptr
+}


Property changes on: trunk/dports/devel/kick/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140804/4f43a314/attachment.html>


More information about the macports-changes mailing list