From owner-svn-ports-all@FreeBSD.ORG Sat May 24 20:54:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA4BF111; Sat, 24 May 2014 20:54:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95C302D3D; Sat, 24 May 2014 20:54:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OKsApV003094; Sat, 24 May 2014 20:54:10 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4OKs9CS003089; Sat, 24 May 2014 20:54:09 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405242054.s4OKs9CS003089@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 24 May 2014 20:54:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355085 - in head/net-mgmt: . centreon-clib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 20:54:10 -0000 Author: sunpoet Date: Sat May 24 20:54:09 2014 New Revision: 355085 URL: http://svnweb.freebsd.org/changeset/ports/355085 QAT: https://qat.redports.org/buildarchive/r355085/ Log: - Add centreon-clib 1.2.0 Centreon Clib is a common library for all Centreon products written in C/C++. This project provides high level implementation of many basic system mechanism. The target is to have a portable and powerful implementation. WWW: http://www.centreon.com/ PR: ports/189371 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Added: head/net-mgmt/centreon-clib/ head/net-mgmt/centreon-clib/Makefile (contents, props changed) head/net-mgmt/centreon-clib/distinfo (contents, props changed) head/net-mgmt/centreon-clib/pkg-descr (contents, props changed) head/net-mgmt/centreon-clib/pkg-plist (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sat May 24 20:54:02 2014 (r355084) +++ head/net-mgmt/Makefile Sat May 24 20:54:09 2014 (r355085) @@ -33,6 +33,7 @@ SUBDIR += cacti-spine SUBDIR += cdpd SUBDIR += cdpr + SUBDIR += centreon-clib SUBDIR += cflowd SUBDIR += check_logfiles SUBDIR += check_multi Added: head/net-mgmt/centreon-clib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/centreon-clib/Makefile Sat May 24 20:54:09 2014 (r355085) @@ -0,0 +1,21 @@ +# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> +# $FreeBSD$ + +PORTNAME= centreon-clib +PORTVERSION= 1.2.0 +CATEGORIES= net-mgmt +MASTER_SITES= http://download.centreon.com/centreon-clib/ + +MAINTAINER= 5u623l20@gmail.com +COMMENT= Common library of all Centreon projects written in C or C++ + +LICENSE= AGPLv3 + +USES= cmake +CMAKE_SOURCE_PATH= ${WRKSRC}/build +CMAKE_ARGS= -DWITH_PREFIX=${PREFIX} \ + -DWITH_PREFIX_INC=${PREFIX}/include/centreon \ + -DWITH_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig +USE_LDCONFIG= yes + +.include Added: head/net-mgmt/centreon-clib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/centreon-clib/distinfo Sat May 24 20:54:09 2014 (r355085) @@ -0,0 +1,2 @@ +SHA256 (centreon-clib-1.2.0.tar.gz) = 0405f5c14339403edb8c5dd357bd33061b543d9a0cd851500756bd88e2f9c5d6 +SIZE (centreon-clib-1.2.0.tar.gz) = 99049 Added: head/net-mgmt/centreon-clib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/centreon-clib/pkg-descr Sat May 24 20:54:09 2014 (r355085) @@ -0,0 +1,6 @@ +Centreon Clib is a common library for all Centreon products written in +C/C++. This project provides high level implementation of many basic +system mechanism. The target is to have a portable and powerful +implementation. + +WWW: http://www.centreon.com/ Added: head/net-mgmt/centreon-clib/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/centreon-clib/pkg-plist Sat May 24 20:54:09 2014 (r355085) @@ -0,0 +1,72 @@ +include/centreon/com/centreon/clib.hh +include/centreon/com/centreon/delayed_delete.hh +include/centreon/com/centreon/handle.hh +include/centreon/com/centreon/handle_action.hh +include/centreon/com/centreon/handle_listener.hh +include/centreon/com/centreon/handle_manager.hh +include/centreon/com/centreon/handle_manager_posix.hh +include/centreon/com/centreon/handle_manager_win32.hh +include/centreon/com/centreon/hash.hh +include/centreon/com/centreon/library.hh +include/centreon/com/centreon/library_posix.hh +include/centreon/com/centreon/library_win32.hh +include/centreon/com/centreon/namespace.hh +include/centreon/com/centreon/process.hh +include/centreon/com/centreon/process_listener.hh +include/centreon/com/centreon/process_manager.hh +include/centreon/com/centreon/process_manager_posix.hh +include/centreon/com/centreon/process_manager_win32.hh +include/centreon/com/centreon/process_posix.hh +include/centreon/com/centreon/process_win32.hh +include/centreon/com/centreon/shared_ptr.hh +include/centreon/com/centreon/task.hh +include/centreon/com/centreon/task_manager.hh +include/centreon/com/centreon/timestamp.hh +include/centreon/com/centreon/unique_array_ptr.hh +include/centreon/com/centreon/unordered_hash.hh +include/centreon/com/centreon/clib/version.hh +include/centreon/com/centreon/concurrency/condvar.hh +include/centreon/com/centreon/concurrency/condvar_posix.hh +include/centreon/com/centreon/concurrency/condvar_win32.hh +include/centreon/com/centreon/concurrency/locker.hh +include/centreon/com/centreon/concurrency/mutex.hh +include/centreon/com/centreon/concurrency/mutex_posix.hh +include/centreon/com/centreon/concurrency/mutex_win32.hh +include/centreon/com/centreon/concurrency/read_locker.hh +include/centreon/com/centreon/concurrency/read_write_lock.hh +include/centreon/com/centreon/concurrency/read_write_lock_posix.hh +include/centreon/com/centreon/concurrency/read_write_lock_win32.hh +include/centreon/com/centreon/concurrency/runnable.hh +include/centreon/com/centreon/concurrency/semaphore.hh +include/centreon/com/centreon/concurrency/semaphore_posix.hh +include/centreon/com/centreon/concurrency/semaphore_win32.hh +include/centreon/com/centreon/concurrency/thread.hh +include/centreon/com/centreon/concurrency/thread_pool.hh +include/centreon/com/centreon/concurrency/thread_posix.hh +include/centreon/com/centreon/concurrency/thread_win32.hh +include/centreon/com/centreon/concurrency/write_locker.hh +include/centreon/com/centreon/exceptions/basic.hh +include/centreon/com/centreon/io/directory_entry.hh +include/centreon/com/centreon/io/file_entry.hh +include/centreon/com/centreon/io/file_stream.hh +include/centreon/com/centreon/logging/backend.hh +include/centreon/com/centreon/logging/engine.hh +include/centreon/com/centreon/logging/file.hh +include/centreon/com/centreon/logging/logger.hh +include/centreon/com/centreon/logging/syslogger.hh +include/centreon/com/centreon/logging/temp_logger.hh +include/centreon/com/centreon/misc/argument.hh +include/centreon/com/centreon/misc/command_line.hh +include/centreon/com/centreon/misc/get_options.hh +include/centreon/com/centreon/misc/stringifier.hh +lib/libcentreon_clib.so +libdata/pkgconfig/centreon-clib.pc +@dirrm include/centreon/com/centreon/misc +@dirrm include/centreon/com/centreon/logging +@dirrm include/centreon/com/centreon/io +@dirrm include/centreon/com/centreon/exceptions +@dirrm include/centreon/com/centreon/concurrency +@dirrm include/centreon/com/centreon/clib +@dirrm include/centreon/com/centreon +@dirrm include/centreon/com +@dirrm include/centreon