Bug 189371 - [NEW PORT] net-mgmt/centreon-clib: Common library of all Centreon projects written in C or C++
Summary: [NEW PORT] net-mgmt/centreon-clib: Common library of all Centreon projects wr...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-05 13:20 UTC by Muhammad Moinur Rahman
Modified: 2014-05-24 22:22 UTC (History)
0 users

See Also:


Attachments
centreon-clib-1.2.0.shar (5.44 KB, text/plain)
2014-05-05 13:20 UTC, Muhammad Moinur Rahman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-05-05 13:20:00 UTC
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/

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/centreon-clib/1.2.0/

Generated with FreeBSD Port Tools 1.02 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-05 13:20:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-24 21:54:15 UTC
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 <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
+@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
_______________________________________________
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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-24 22:21:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!