From owner-svn-ports-head@FreeBSD.ORG Sat Dec 15 07:26:59 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77029FEF; Sat, 15 Dec 2012 07:26:59 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5A8918FC13; Sat, 15 Dec 2012 07:26:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBF7Qx3d090596; Sat, 15 Dec 2012 07:26:59 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBF7QwEX090586; Sat, 15 Dec 2012 07:26:58 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201212150726.qBF7QwEX090586@svn.freebsd.org> From: Jason Helfman Date: Sat, 15 Dec 2012 07:26:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308933 - in head/devel: . cocaine-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 07:26:59 -0000 Author: jgh Date: Sat Dec 15 07:26:57 2012 New Revision: 308933 URL: http://svnweb.freebsd.org/changeset/ports/308933 Log: - add new port: devel/cocaine-core Your personal app engine. Technically speaking, it's an open-source cloud platform enabling you to build your own PaaS clouds using simple yet effective dynamic components. WWW: http://reverbrain.com/cocaine/ PR: 174301 Submitted by: g.veniamin@googlemail.com Added: head/devel/cocaine-core/ head/devel/cocaine-core/Makefile (contents, props changed) head/devel/cocaine-core/distinfo (contents, props changed) head/devel/cocaine-core/pkg-descr (contents, props changed) head/devel/cocaine-core/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Dec 15 03:35:59 2012 (r308932) +++ head/devel/Makefile Sat Dec 15 07:26:57 2012 (r308933) @@ -235,6 +235,7 @@ SUBDIR += cmph SUBDIR += cmunge SUBDIR += cobf + SUBDIR += cocaine-core SUBDIR += coccinelle SUBDIR += codeblocks SUBDIR += codeworker Added: head/devel/cocaine-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cocaine-core/Makefile Sat Dec 15 07:26:57 2012 (r308933) @@ -0,0 +1,31 @@ +# Created by: Gvozdikov Veniamin +# $FreeBSD$ + +PORTNAME= cocaine-core +PORTVERSION= 0.10 +CATEGORIES= devel +MASTER_SITES= GH GHC + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= Cocaine Application Engine + +LICENSE= GPLv3 + +LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs \ + ev:${PORTSDIR}/devel/libev \ + ltdl:${PORTSDIR}/devel/libltdl \ + msgpack:${PORTSDIR}/devel/msgpack \ + uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ + zmq:${PORTSDIR}/devel/zmq + +USE_CMAKE= yes +USE_GCC= 4.6+ +USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= zloidemon +GH_COMMIT= 7d0f35c +GH_TAGNAME= master + +CONFLICTS= json-c-[0-9]* + +.include Added: head/devel/cocaine-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cocaine-core/distinfo Sat Dec 15 07:26:57 2012 (r308933) @@ -0,0 +1,2 @@ +SHA256 (cocaine-core-0.10.tar.gz) = 9e9ba7972338c1813887bdc32be1440d79777466c51991cdbb5243090c1b0c26 +SIZE (cocaine-core-0.10.tar.gz) = 176761 Added: head/devel/cocaine-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cocaine-core/pkg-descr Sat Dec 15 07:26:57 2012 (r308933) @@ -0,0 +1,5 @@ +Your personal app engine. Technically speaking, it's an open-source cloud +platform enabling you to build your own PaaS clouds using simple yet +effective dynamic components. + +WWW: http://reverbrain.com/cocaine/ Added: head/devel/cocaine-core/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cocaine-core/pkg-plist Sat Dec 15 07:26:57 2012 (r308933) @@ -0,0 +1,67 @@ +bin/cocaine-runtime +bin/cocaine-tool +include/cocaine/api/client.hpp +include/cocaine/api/driver.hpp +include/cocaine/api/event.hpp +include/cocaine/api/isolate.hpp +include/cocaine/api/logger.hpp +include/cocaine/api/reactor.hpp +include/cocaine/api/sandbox.hpp +include/cocaine/api/service.hpp +include/cocaine/api/storage.hpp +include/cocaine/api/stream.hpp +include/cocaine/app.hpp +include/cocaine/archive.hpp +include/cocaine/asio.hpp +include/cocaine/auth.hpp +include/cocaine/cached.hpp +include/cocaine/common.hpp +include/cocaine/config.hpp +include/cocaine/context.hpp +include/cocaine/engine.hpp +include/cocaine/exceptions.hpp +include/cocaine/forwards.hpp +include/cocaine/helpers/atomic.hpp +include/cocaine/helpers/birth_control.hpp +include/cocaine/helpers/format.hpp +include/cocaine/helpers/json.hpp +include/cocaine/helpers/pid_file.hpp +include/cocaine/io.hpp +include/cocaine/isolates/process.hpp +include/cocaine/loggers/files.hpp +include/cocaine/loggers/stdout.hpp +include/cocaine/loggers/syslog.hpp +include/cocaine/logging.hpp +include/cocaine/manifest.hpp +include/cocaine/profile.hpp +include/cocaine/repository.hpp +include/cocaine/rpc.hpp +include/cocaine/session.hpp +include/cocaine/slave.hpp +include/cocaine/storages/files.hpp +include/cocaine/traits.hpp +include/cocaine/traits/json.hpp +include/cocaine/traits/policy.hpp +include/cocaine/traits/unique_id.hpp +include/cocaine/unique_id.hpp +include/json/autolink.h +include/json/config.h +include/json/features.h +include/json/forwards.h +include/json/json.h +include/json/reader.h +include/json/value.h +include/json/writer.h +lib/libcocaine-common.so +lib/libcocaine-common.so.2 +lib/libcocaine-core.so +lib/libcocaine-core.so.2 +lib/libjson.a +@dirrm include/cocaine/traits +@dirrm include/cocaine/storages +@dirrm include/cocaine/loggers +@dirrm include/cocaine/isolates +@dirrm include/cocaine/helpers +@dirrm include/cocaine/api +@dirrm include/cocaine +@dirrm include/json