From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 27 14:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 548BE299 for ; Sun, 27 Jan 2013 14:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 35C5A2BB for ; Sun, 27 Jan 2013 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0REe1kk047509 for ; Sun, 27 Jan 2013 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0REe1ia047508; Sun, 27 Jan 2013 14:40:01 GMT (envelope-from gnats) Date: Sun, 27 Jan 2013 14:40:01 GMT Message-Id: <201301271440.r0REe1ia047508@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/175563: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2013 14:40:01 -0000 The following reply was made to PR ports/175563; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175563: commit references a PR Date: Sun, 27 Jan 2013 14:31:51 +0000 (UTC) Author: vanilla Date: Sun Jan 27 14:31:37 2013 New Revision: 311069 URL: http://svnweb.freebsd.org/changeset/ports/311069 Log: Add avro-cpp 1.7.3, data serialization system for C++. PR: ports/175563 Submitted by: Gvozdikov Veniamin Added: head/devel/avro-cpp/ head/devel/avro-cpp/Makefile (contents, props changed) head/devel/avro-cpp/distinfo (contents, props changed) head/devel/avro-cpp/files/ head/devel/avro-cpp/files/patch-lang_c++_CMakeLists.txt (contents, props changed) head/devel/avro-cpp/pkg-descr (contents, props changed) head/devel/avro-cpp/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 27 14:29:10 2013 (r311068) +++ head/devel/Makefile Sun Jan 27 14:31:37 2013 (r311069) @@ -105,6 +105,7 @@ SUBDIR += avra SUBDIR += avrdude SUBDIR += avro-c + SUBDIR += avro-cpp SUBDIR += baz SUBDIR += bcc SUBDIR += bcpp Added: head/devel/avro-cpp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/avro-cpp/Makefile Sun Jan 27 14:31:37 2013 (r311069) @@ -0,0 +1,23 @@ +# Created by: Gvozdikov Veniamin +# $FreeBSD$ + +PORTNAME= avro +PORTVERSION= 1.7.3 +CATEGORIES= devel +MASTER_SITES= APACHE +MASTER_SITE_SUBDIR= ${PORTNAME}/stable +PKGNAMESUFFIX= -cpp +DISTNAME= ${PORTNAME}-src-${PORTVERSION} + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= Data serialization system for C++ + +LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs + +USE_CMAKE= yes +USE_LDCONFIG= yes +USE_PYTHON= yes + +WRKSRC= ${WRKDIR}/${DISTNAME}/lang/c++ + +.include Added: head/devel/avro-cpp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/avro-cpp/distinfo Sun Jan 27 14:31:37 2013 (r311069) @@ -0,0 +1,2 @@ +SHA256 (avro-src-1.7.3.tar.gz) = edf23ba0626cf648008357c7f9fb2d1e0b0eaeacce76ecd001eaa198484e9833 +SIZE (avro-src-1.7.3.tar.gz) = 1924413 Added: head/devel/avro-cpp/files/patch-lang_c++_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/avro-cpp/files/patch-lang_c++_CMakeLists.txt Sun Jan 27 14:31:37 2013 (r311069) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2013-01-23 17:54:48.749109982 +0400 ++++ CMakeLists.txt 2013-01-23 17:55:17.681543294 +0400 +@@ -86,7 +86,7 @@ + APPEND PROPERTY COMPILE_DEFINITIONS AVRO_SOURCE) + + set_target_properties (avrocpp PROPERTIES +- VERSION ${AVRO_VERSION_MAJOR}.${AVRO_VERSION_MINOR}) ++ VERSION ${AVRO_VERSION_MINOR}) + + set_target_properties (avrocpp_s PROPERTIES + VERSION ${AVRO_VERSION_MAJOR}.${AVRO_VERSION_MINOR}) Added: head/devel/avro-cpp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/avro-cpp/pkg-descr Sun Jan 27 14:31:37 2013 (r311069) @@ -0,0 +1,13 @@ +Avro is a data serialization system. + +Avro provides: +* Rich data structures. +* A compact, fast, binary data format. +* A container file, to store persistent data. +* Remote procedure call (RPC). +* Simple integration with dynamic languages. Code generation is not +required to read or write data files nor to use or implement RPC +protocols. Code generation as an optional optimization, only worth +implementing for statically typed languages. + +WWW: http://avro.apache.org/ Added: head/devel/avro-cpp/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/avro-cpp/pkg-plist Sun Jan 27 14:31:37 2013 (r311069) @@ -0,0 +1,44 @@ +bin/avrogencpp +include/avro/AvroParse.hh +include/avro/AvroSerialize.hh +include/avro/AvroTraits.hh +include/avro/Boost.hh +include/avro/Compiler.hh +include/avro/Config.hh +include/avro/DataFile.hh +include/avro/Decoder.hh +include/avro/Encoder.hh +include/avro/Exception.hh +include/avro/Generic.hh +include/avro/Layout.hh +include/avro/Node.hh +include/avro/NodeConcepts.hh +include/avro/NodeImpl.hh +include/avro/Parser.hh +include/avro/Reader.hh +include/avro/Resolver.hh +include/avro/ResolverSchema.hh +include/avro/ResolvingReader.hh +include/avro/Schema.hh +include/avro/SchemaResolution.hh +include/avro/Serializer.hh +include/avro/Specific.hh +include/avro/Stream.hh +include/avro/Types.hh +include/avro/ValidSchema.hh +include/avro/Validator.hh +include/avro/Writer.hh +include/avro/Zigzag.hh +include/avro/buffer/Buffer.hh +include/avro/buffer/BufferPrint.hh +include/avro/buffer/BufferReader.hh +include/avro/buffer/BufferStream.hh +include/avro/buffer/BufferStreambuf.hh +include/avro/buffer/detail/BufferDetail.hh +include/avro/buffer/detail/BufferDetailIterator.hh +lib/libavrocpp.so +lib/libavrocpp.so.0 +lib/libavrocpp_s.a +@dirrm include/avro/buffer/detail +@dirrm include/avro/buffer +@dirrm include/avro _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"