svn commit: r355085 - in head/net-mgmt: . centreon-clib
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 24 20:54:10 UTC 2014
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 at 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 at gmail.com>
+# $FreeBSD$
+
+PORTNAME= centreon-clib
+PORTVERSION= 1.2.0
+CATEGORIES= net-mgmt
+MASTER_SITES= http://download.centreon.com/centreon-clib/
+
+MAINTAINER= 5u623l20 at 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 <bsd.port.mk>
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
+ at dirrm include/centreon/com/centreon/misc
+ at dirrm include/centreon/com/centreon/logging
+ at dirrm include/centreon/com/centreon/io
+ at dirrm include/centreon/com/centreon/exceptions
+ at dirrm include/centreon/com/centreon/concurrency
+ at dirrm include/centreon/com/centreon/clib
+ at dirrm include/centreon/com/centreon
+ at dirrm include/centreon/com
+ at dirrm include/centreon
More information about the svn-ports-head
mailing list