From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 29 08:20:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E79D4D8A for ; Sat, 29 Dec 2012 08:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BACA28FC0C for ; Sat, 29 Dec 2012 08:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBT8K0FQ089877 for ; Sat, 29 Dec 2012 08:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBT8K06Y089874; Sat, 29 Dec 2012 08:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 29 Dec 2012 08:20:00 GMT Resent-Message-Id: <201212290820.qBT8K06Y089874@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, Veniamin Gvozdikov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0146FD74 for ; Sat, 29 Dec 2012 08:16:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C098E8FC08 for ; Sat, 29 Dec 2012 08:16:34 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBT8GYGi052508 for ; Sat, 29 Dec 2012 08:16:34 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qBT8GYao052507; Sat, 29 Dec 2012 08:16:34 GMT (envelope-from nobody) Message-Id: <201212290816.qBT8GYao052507@red.freebsd.org> Date: Sat, 29 Dec 2012 08:16:34 GMT From: Veniamin Gvozdikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/174794: [new port]: devel/libpo6 POSIX wrappers for C++ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2012 08:20:01 -0000 >Number: 174794 >Category: ports >Synopsis: [new port]: devel/libpo6 POSIX wrappers for 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: Sat Dec 29 08:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Veniamin Gvozdikov >Release: FreeBSD 8.3-RELEASE-p5 >Organization: >Environment: FreeBSD ololo 8.3-RELEASE-p5 FreeBSD 8.3-RELEASE-p5 #0: Thu Dec 6 16:25:28 MSK 2012 root@ololo:/usr/obj/usr/src/sys/OLOLO amd64 >Description: This is a library that includes all the code I tend to carry from project to project for wrapping POSIX APIs for C++. Where possible, things are implemented inline so that there is minimal to no cost above and beyond using the good old C APIs. >How-To-Repeat: >Fix: # 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: # # libpo6 # libpo6/distinfo # libpo6/Makefile # libpo6/pkg-plist # libpo6/pkg-descr # echo c - libpo6 mkdir -p libpo6 > /dev/null 2>&1 echo x - libpo6/distinfo sed 's/^X//' >libpo6/distinfo << 'eb947d66c76aaf3c4fa68700ebe33080' XSHA256 (libpo6-0.2.3.tar.gz) = f3cfe664515643a36e7abe96fcba9a111c5e5a9544fc649da58328c395ca08fb XSIZE (libpo6-0.2.3.tar.gz) = 110849 eb947d66c76aaf3c4fa68700ebe33080 echo x - libpo6/Makefile sed 's/^X//' >libpo6/Makefile << '4b7a421e9a4d4f36a5d1aa520e1f76f9' X# Created by: Gvozdikov Veniamin X# $FreeBSD$ X XPORTNAME= libpo6 XPORTVERSION= 0.2.3 XCATEGORIES= devel XMASTER_SITES= http://hyperdex.org/src/ X XMAINTAINER= g.veniamin@googlemail.com XCOMMENT= POSIX wrappers for C++ X XLICENSE= BSD X XGNU_CONFIGURE= yes XUSE_GNOME= gnomehack X X.include 4b7a421e9a4d4f36a5d1aa520e1f76f9 echo x - libpo6/pkg-plist sed 's/^X//' >libpo6/pkg-plist << 'f02776d112ee66a29b71ccc31d87dea1' Xinclude/po6/error.h Xinclude/po6/io/fd.h Xinclude/po6/net/ipaddr.h Xinclude/po6/net/location.h Xinclude/po6/net/socket.h Xinclude/po6/noncopyable.h Xinclude/po6/pathname.h Xinclude/po6/threads/barrier.h Xinclude/po6/threads/cond.h Xinclude/po6/threads/mutex.h Xinclude/po6/threads/rwlock.h Xinclude/po6/threads/spinlock.h Xinclude/po6/threads/thread.h Xlibdata/pkgconfig/libpo6.pc X@dirrm include/po6/io X@dirrm include/po6/net X@dirrm include/po6/threads X@dirrm include/po6 f02776d112ee66a29b71ccc31d87dea1 echo x - libpo6/pkg-descr sed 's/^X//' >libpo6/pkg-descr << 'd587a07a57493b9c7cd0f9eafcb35591' XThis is a library that includes all the code I tend to carry from project to Xproject for wrapping POSIX APIs for C++. Where possible, things are Ximplemented inline so that there is minimal to no cost above and beyond using Xthe good old C APIs. X XWWW: https://github.com/rescrv/po6 d587a07a57493b9c7cd0f9eafcb35591 exit >Release-Note: >Audit-Trail: >Unformatted: