From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 3 14:40:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC33A1065672 for ; Tue, 3 Jun 2008 14:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 88D4F8FC12 for ; Tue, 3 Jun 2008 14:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m53Ee4YJ063397 for ; Tue, 3 Jun 2008 14:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m53Ee4b9063396; Tue, 3 Jun 2008 14:40:04 GMT (envelope-from gnats) Resent-Date: Tue, 3 Jun 2008 14:40:04 GMT Resent-Message-Id: <200806031440.m53Ee4b9063396@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F27451065670 for ; Tue, 3 Jun 2008 14:39:22 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from cp65.agava.net (cp65.agava.net [89.108.66.215]) by mx1.freebsd.org (Postfix) with ESMTP id 7A3FC8FC12 for ; Tue, 3 Jun 2008 14:39:22 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1K3Xm7-000KnV-VN for FreeBSD-gnats-submit@freebsd.org; Tue, 03 Jun 2008 18:46:12 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 6E5CA75FF for ; Tue, 3 Jun 2008 18:39:53 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 7A3BD1702D; Tue, 3 Jun 2008 18:39:26 +0400 (MSD) Message-Id: <20080603143926.7A3BD1702D@hades.panopticon> Date: Tue, 3 Jun 2008 18:39:26 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/124236: [NEW PORT] devel/libclaw: C++ Library Absolutely Wonderful X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 14:40:04 -0000 >Number: 124236 >Category: ports >Synopsis: [NEW PORT] devel/libclaw: C++ Library Absolutely Wonderful >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: Tue Jun 03 14:40:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Fri Apr 25 11:18:45 MSD 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: CLAW is a C++ Library Absolutely Wonderful providing useful classes from the simplest AVL binary search trees to the complex meta programming tools, including image manipulation, a generic alpha-beta algorithm, sockets implemented as std::stream and more WWW: http://libclaw.sourceforge.net --- This library is needed for the upcoming games/pleethebear port >How-To-Repeat: >Fix: --- libclaw-1.5.2b.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: # # libclaw # libclaw/Makefile # libclaw/pkg-descr # libclaw/pkg-plist # libclaw/distinfo # echo c - libclaw mkdir -p libclaw > /dev/null 2>&1 echo x - libclaw/Makefile sed 's/^X//' >libclaw/Makefile << 'END-of-libclaw/Makefile' X# New ports collection makefile for: libclaw X# Date created: 28 Mar 2008 X# Whom: Dmitry Marakasov X# X# $FreeBSD$ X# X XPORTNAME= libclaw XPORTVERSION= 1.5.2b XCATEGORIES= devel XMASTER_SITES= SF X XMAINTAINER= amdmi3@amdmi3.ru XCOMMENT= C++ Library Absolutely Wonderful X XLIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ X png.5:${PORTSDIR}/graphics/png X XUSE_BZIP2= yes X XUSE_CMAKE= yes XCMAKE_ARGS= -DCLAW_CMAKE_MODULES_INSTALL_PATH="${PREFIX}/lib/claw" XUSE_LDCONFIG= yes X Xpost-patch: X @${REINPLACE_CMD} -e '/INSTALL.*COPYING/ d' ${WRKSRC}/CMakeLists.txt X X.include END-of-libclaw/Makefile echo x - libclaw/pkg-descr sed 's/^X//' >libclaw/pkg-descr << 'END-of-libclaw/pkg-descr' XCLAW is a C++ Library Absolutely Wonderful providing useful classes Xfrom the simplest AVL binary search trees to the complex meta Xprogramming tools, including image manipulation, a generic alpha-beta Xalgorithm, sockets implemented as std::stream and more X XWWW: http://libclaw.sourceforge.net END-of-libclaw/pkg-descr echo x - libclaw/pkg-plist sed 's/^X//' >libclaw/pkg-plist << 'END-of-libclaw/pkg-plist' Xbin/claw-config Xinclude/claw/algorithm.hpp Xinclude/claw/application.hpp Xinclude/claw/arguments.hpp Xinclude/claw/arguments_table.hpp Xinclude/claw/assert.hpp Xinclude/claw/automaton.hpp Xinclude/claw/avl.hpp Xinclude/claw/basic_singleton.hpp Xinclude/claw/basic_socket.hpp Xinclude/claw/basic_socketbuf.hpp Xinclude/claw/binary_node.hpp Xinclude/claw/bit_istream.hpp Xinclude/claw/bit_ostream.hpp Xinclude/claw/bitmap.hpp Xinclude/claw/box_2d.hpp Xinclude/claw/buffered_istream.hpp Xinclude/claw/buffered_ostream.hpp Xinclude/claw/claw.hpp Xinclude/claw/color_palette.hpp Xinclude/claw/configuration_file.hpp Xinclude/claw/coordinate_2d.hpp Xinclude/claw/dynamic_library.hpp Xinclude/claw/dynamic_library_traits.hpp Xinclude/claw/dynamic_library_traits_unix.hpp Xinclude/claw/dynamic_library_traits_win32.hpp Xinclude/claw/exception.hpp Xinclude/claw/functional.hpp Xinclude/claw/game_ai.hpp Xinclude/claw/graph.hpp Xinclude/claw/graph_algorithm.hpp Xinclude/claw/image.hpp Xinclude/claw/impl/automaton.tpp Xinclude/claw/impl/avl.tpp Xinclude/claw/impl/basic_singleton.tpp Xinclude/claw/impl/basic_socketbuf.tpp Xinclude/claw/impl/binary_node.tpp Xinclude/claw/impl/bit_istream.tpp Xinclude/claw/impl/bit_ostream.tpp Xinclude/claw/impl/bitmap_reader.tpp Xinclude/claw/impl/box_2d.tpp Xinclude/claw/impl/buffered_istream.tpp Xinclude/claw/impl/buffered_ostream.tpp Xinclude/claw/impl/color_palette.tpp Xinclude/claw/impl/coordinate_2d.tpp Xinclude/claw/impl/dynamic_library.tpp Xinclude/claw/impl/game_ai.tpp Xinclude/claw/impl/graph.tpp Xinclude/claw/impl/graph_algorithm.tpp Xinclude/claw/impl/image.ipp Xinclude/claw/impl/isocket_stream.tpp Xinclude/claw/impl/jpeg_reader.tpp Xinclude/claw/impl/kmp.tpp Xinclude/claw/impl/line_2d.tpp Xinclude/claw/impl/logger.tpp Xinclude/claw/impl/lzw_decoder.tpp Xinclude/claw/impl/lzw_encoder.tpp Xinclude/claw/impl/max_vector.tpp Xinclude/claw/impl/multi_type_map.tpp Xinclude/claw/impl/ordered_set.tpp Xinclude/claw/impl/osocket_stream.tpp Xinclude/claw/impl/pcx_reader.tpp Xinclude/claw/impl/pcx_writer.tpp Xinclude/claw/impl/rectangle.tpp Xinclude/claw/impl/rle_decoder.tpp Xinclude/claw/impl/rle_encoder.tpp Xinclude/claw/impl/smart_ptr.tpp Xinclude/claw/impl/socket_server.tpp Xinclude/claw/impl/socket_stream.tpp Xinclude/claw/impl/string_algorithm.tpp Xinclude/claw/impl/targa_reader.tpp Xinclude/claw/impl/targa_writer.tpp Xinclude/claw/impl/tree.tpp Xinclude/claw/impl/trie.tpp Xinclude/claw/impl/vector_2d.tpp Xinclude/claw/isocket_stream.hpp Xinclude/claw/it_index.hpp Xinclude/claw/iterator.hpp Xinclude/claw/jpeg.hpp Xinclude/claw/jpeg_error_manager.hpp Xinclude/claw/kmp.hpp Xinclude/claw/line_2d.hpp Xinclude/claw/log_level.hpp Xinclude/claw/log_stream.hpp Xinclude/claw/logger.hpp Xinclude/claw/lzw_decoder.hpp Xinclude/claw/lzw_encoder.hpp Xinclude/claw/math.hpp Xinclude/claw/max_vector.hpp Xinclude/claw/meta.hpp Xinclude/claw/multi_type_map.hpp Xinclude/claw/non_copyable.hpp Xinclude/claw/ordered_set.hpp Xinclude/claw/osocket_stream.hpp Xinclude/claw/pcx.hpp Xinclude/claw/pixel.hpp Xinclude/claw/png.hpp Xinclude/claw/rectangle.hpp Xinclude/claw/rle_decoder.hpp Xinclude/claw/rle_encoder.hpp Xinclude/claw/smart_ptr.hpp Xinclude/claw/socket_server.hpp Xinclude/claw/socket_stream.hpp Xinclude/claw/socket_traits.hpp Xinclude/claw/socket_traits_unix.hpp Xinclude/claw/socket_traits_win32.hpp Xinclude/claw/string_algorithm.hpp Xinclude/claw/system_info.hpp Xinclude/claw/system_info_unix.hpp Xinclude/claw/system_info_win32.hpp Xinclude/claw/targa.hpp Xinclude/claw/tree.hpp Xinclude/claw/trie.hpp Xinclude/claw/types.hpp Xinclude/claw/vector_2d.hpp Xinclude/claw/xbm.hpp Xlib/claw/FindCLAW.cmake Xlib/libclaw_application.so Xlib/libclaw_configuration_file.so Xlib/libclaw_dynamic_library.so Xlib/libclaw_graphic.so Xlib/libclaw_logger.so Xlib/libclaw_net.so X@dirrm lib/claw X@dirrm include/claw/impl X@dirrm include/claw END-of-libclaw/pkg-plist echo x - libclaw/distinfo sed 's/^X//' >libclaw/distinfo << 'END-of-libclaw/distinfo' XMD5 (libclaw-1.5.2b.tar.bz2) = a97f89e15791dae45db3d2671eddaf17 XSHA256 (libclaw-1.5.2b.tar.bz2) = 7d03d892d2ac183294bec9b5c4fb59b66756cb3b55ba0ddb07fb0fff47dde8f4 XSIZE (libclaw-1.5.2b.tar.bz2) = 161407 END-of-libclaw/distinfo exit --- libclaw-1.5.2b.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: