ports/189371: [NEW PORT] net-mgmt/centreon-clib: Common library of all Centreon projects written in C or C++
Muhammad Moinur Rahman
5u623l20 at gmail.com
Mon May 5 12:20:00 UTC 2014
>Number: 189371
>Category: ports
>Synopsis: [NEW PORT] net-mgmt/centreon-clib: Common library of all Centreon projects written in C or C++
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon May 05 12:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Muhammad Moinur Rahman
>Release: FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT
>Description:
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)
>How-To-Repeat:
>Fix:
--- centreon-clib-1.2.0.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# centreon-clib
# centreon-clib/Makefile
# centreon-clib/distinfo
# centreon-clib/pkg-plist
# centreon-clib/pkg-descr
#
echo c - centreon-clib
mkdir -p centreon-clib > /dev/null 2>&1
echo x - centreon-clib/Makefile
sed 's/^X//' >centreon-clib/Makefile << '1f329d880b36ebf0e6599ab2dba0e1f9'
X# Created by: Muhammad Moinur Rahman <5u623l20 at gmail.com>
X# $FreeBSD$
X
XPORTNAME= centreon-clib
XPORTVERSION= 1.2.0
XCATEGORIES= net-mgmt
XMASTER_SITES= http://download.centreon.com/centreon-clib/
X
XMAINTAINER= 5u623l20 at gmail.com
XCOMMENT= Common library of all Centreon projects written in C or C++
X
XLICENSE= AGPLv3
X
XUSES= cmake
XCMAKE_SOURCE_PATH= ${WRKSRC}/build
XCMAKE_ARGS= -DWITH_PREFIX=${PREFIX} \
X -DWITH_PREFIX_INC=${PREFIX}/include/centreon \
X -DWITH_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig
XUSE_LDCONFIG= yes
X
X.include <bsd.port.mk>
1f329d880b36ebf0e6599ab2dba0e1f9
echo x - centreon-clib/distinfo
sed 's/^X//' >centreon-clib/distinfo << '48ec701e823a01a9be8259f651450cd0'
XSHA256 (centreon-clib-1.2.0.tar.gz) = 0405f5c14339403edb8c5dd357bd33061b543d9a0cd851500756bd88e2f9c5d6
XSIZE (centreon-clib-1.2.0.tar.gz) = 99049
48ec701e823a01a9be8259f651450cd0
echo x - centreon-clib/pkg-plist
sed 's/^X//' >centreon-clib/pkg-plist << '02ec4ad5ba09624485e6915ede0fcadb'
Xinclude/centreon/com/centreon/clib.hh
Xinclude/centreon/com/centreon/delayed_delete.hh
Xinclude/centreon/com/centreon/handle.hh
Xinclude/centreon/com/centreon/handle_action.hh
Xinclude/centreon/com/centreon/handle_listener.hh
Xinclude/centreon/com/centreon/handle_manager.hh
Xinclude/centreon/com/centreon/handle_manager_posix.hh
Xinclude/centreon/com/centreon/handle_manager_win32.hh
Xinclude/centreon/com/centreon/hash.hh
Xinclude/centreon/com/centreon/library.hh
Xinclude/centreon/com/centreon/library_posix.hh
Xinclude/centreon/com/centreon/library_win32.hh
Xinclude/centreon/com/centreon/namespace.hh
Xinclude/centreon/com/centreon/process.hh
Xinclude/centreon/com/centreon/process_listener.hh
Xinclude/centreon/com/centreon/process_manager.hh
Xinclude/centreon/com/centreon/process_manager_posix.hh
Xinclude/centreon/com/centreon/process_manager_win32.hh
Xinclude/centreon/com/centreon/process_posix.hh
Xinclude/centreon/com/centreon/process_win32.hh
Xinclude/centreon/com/centreon/shared_ptr.hh
Xinclude/centreon/com/centreon/task.hh
Xinclude/centreon/com/centreon/task_manager.hh
Xinclude/centreon/com/centreon/timestamp.hh
Xinclude/centreon/com/centreon/unique_array_ptr.hh
Xinclude/centreon/com/centreon/unordered_hash.hh
Xinclude/centreon/com/centreon/clib/version.hh
Xinclude/centreon/com/centreon/concurrency/condvar.hh
Xinclude/centreon/com/centreon/concurrency/condvar_posix.hh
Xinclude/centreon/com/centreon/concurrency/condvar_win32.hh
Xinclude/centreon/com/centreon/concurrency/locker.hh
Xinclude/centreon/com/centreon/concurrency/mutex.hh
Xinclude/centreon/com/centreon/concurrency/mutex_posix.hh
Xinclude/centreon/com/centreon/concurrency/mutex_win32.hh
Xinclude/centreon/com/centreon/concurrency/read_locker.hh
Xinclude/centreon/com/centreon/concurrency/read_write_lock.hh
Xinclude/centreon/com/centreon/concurrency/read_write_lock_posix.hh
Xinclude/centreon/com/centreon/concurrency/read_write_lock_win32.hh
Xinclude/centreon/com/centreon/concurrency/runnable.hh
Xinclude/centreon/com/centreon/concurrency/semaphore.hh
Xinclude/centreon/com/centreon/concurrency/semaphore_posix.hh
Xinclude/centreon/com/centreon/concurrency/semaphore_win32.hh
Xinclude/centreon/com/centreon/concurrency/thread.hh
Xinclude/centreon/com/centreon/concurrency/thread_pool.hh
Xinclude/centreon/com/centreon/concurrency/thread_posix.hh
Xinclude/centreon/com/centreon/concurrency/thread_win32.hh
Xinclude/centreon/com/centreon/concurrency/write_locker.hh
Xinclude/centreon/com/centreon/exceptions/basic.hh
Xinclude/centreon/com/centreon/io/directory_entry.hh
Xinclude/centreon/com/centreon/io/file_entry.hh
Xinclude/centreon/com/centreon/io/file_stream.hh
Xinclude/centreon/com/centreon/logging/backend.hh
Xinclude/centreon/com/centreon/logging/engine.hh
Xinclude/centreon/com/centreon/logging/file.hh
Xinclude/centreon/com/centreon/logging/logger.hh
Xinclude/centreon/com/centreon/logging/syslogger.hh
Xinclude/centreon/com/centreon/logging/temp_logger.hh
Xinclude/centreon/com/centreon/misc/argument.hh
Xinclude/centreon/com/centreon/misc/command_line.hh
Xinclude/centreon/com/centreon/misc/get_options.hh
Xinclude/centreon/com/centreon/misc/stringifier.hh
Xlib/libcentreon_clib.so
Xlibdata/pkgconfig/centreon-clib.pc
X at dirrm include/centreon/com/centreon/misc
X at dirrm include/centreon/com/centreon/logging
X at dirrm include/centreon/com/centreon/io
X at dirrm include/centreon/com/centreon/exceptions
X at dirrm include/centreon/com/centreon/concurrency
X at dirrm include/centreon/com/centreon/clib
X at dirrm include/centreon/com/centreon
X at dirrm include/centreon/com
X at dirrm include/centreon
02ec4ad5ba09624485e6915ede0fcadb
echo x - centreon-clib/pkg-descr
sed 's/^X//' >centreon-clib/pkg-descr << 'f2a93e90072fe0f35967e4dc87800d93'
XCentreon Clib is a common library for all Centreon products written in
XC/C++. This project provides high level implementation of many basic
Xsystem mechanism. The target is to have a portable and powerful
Ximplementation.
X
XWWW: http://www.centreon.com/
f2a93e90072fe0f35967e4dc87800d93
exit
--- centreon-clib-1.2.0.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list