From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 19 20:00:33 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 984F316A420 for ; Wed, 19 Oct 2005 20:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F6643D72 for ; Wed, 19 Oct 2005 20:00:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9JK0TeI063345 for ; Wed, 19 Oct 2005 20:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9JK0TbR063344; Wed, 19 Oct 2005 20:00:29 GMT (envelope-from gnats) Resent-Date: Wed, 19 Oct 2005 20:00:29 GMT Resent-Message-Id: <200510192000.j9JK0TbR063344@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, "Andreas Kohn" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D36516A41F for ; Wed, 19 Oct 2005 19:56:01 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from vs159088.vserver.de (syndrom23.de [62.75.159.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ACAB43D62 for ; Wed, 19 Oct 2005 19:56:00 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from klamath.syndrom23.de ([212.204.44.203]) (authenticated bits=0) by vs159088.vserver.de (8.12.8/8.12.8) with ESMTP id j9JJteGF009891 for ; Wed, 19 Oct 2005 21:55:49 +0200 Message-Id: <1129751752.0@klamath.syndrom23.de> Date: Wed, 19 Oct 2005 21:55:52 +0200 From: "Andreas Kohn" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/87685: [NEW PORT] net/net6 - Library for developing IPv4/IPv6 applications X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 20:00:33 -0000 >Number: 87685 >Category: ports >Synopsis: [NEW PORT] net/net6 - Library for developing IPv4/IPv6 applications >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: Wed Oct 19 20:00:29 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andreas Kohn >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 7.0-CURRENT #35: Sun Oct 2 14:16:27 CEST 2005 root@klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH >Description: -- net6 is a library which eases the development of network-based applications as it provides a TCP protocol abstraction for C++. It is portable to both the Windows and Unix-like platforms. WWW: http://gobby.0x539.de -- net6 is a requirement for gobby, a distributed editor. >How-To-Repeat: >Fix: --- net6.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: # # net6 # net6/Makefile # net6/distinfo # net6/pkg-descr # net6/pkg-plist # echo c - net6 mkdir -p net6 > /dev/null 2>&1 echo x - net6/Makefile sed 's/^X//' >net6/Makefile << 'END-of-net6/Makefile' X# Ports collection makefile for: net6 X# Date created: 2005-10-14 X# Whom: Andreas Kohn X# X# $FreeBSD$ X# X XPORTNAME= net6 XPORTVERSION= 1.1.0 XCATEGORIES= net devel XMASTER_SITES= http://releases.0x539.de/net6/ X XMAINTAINER= andreas@syndrom23.de XCOMMENT= Network access framework for IPv4/IPv6 X XLIB_DEPENDS= sigc++-2.0.0:${PORTSDIR}/devel/libsigc++20 X XGNU_CONFIGURE= yes XUSE_REINPLACE= yes XINSTALLS_SHLIB= yes X.if defined(WITHOUT_NLS) XCONFIGURE_ARGS= --disable-nls X.else XUSE_GETTEXT= yes X.endif XUSE_AUTOTOOLS= libtool:15 X Xpost-patch: X @${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$$(prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.in X X.include END-of-net6/Makefile echo x - net6/distinfo sed 's/^X//' >net6/distinfo << 'END-of-net6/distinfo' XMD5 (net6-1.1.0.tar.gz) = 522229474ff554a4ce883002011d0fbb XSIZE (net6-1.1.0.tar.gz) = 369898 END-of-net6/distinfo echo x - net6/pkg-descr sed 's/^X//' >net6/pkg-descr << 'END-of-net6/pkg-descr' Xnet6 is a library which eases the development of network-based applications Xas it provides a TCP protocol abstraction for C++. It is portable to both Xthe Windows and Unix-like platforms. X XWWW: http://gobby.0x539.de END-of-net6/pkg-descr echo x - net6/pkg-plist sed 's/^X//' >net6/pkg-plist << 'END-of-net6/pkg-plist' Xinclude/net6/address.hpp Xinclude/net6/client.hpp Xinclude/net6/connection.hpp Xinclude/net6/default_accumulator.hpp Xinclude/net6/error.hpp Xinclude/net6/host.hpp Xinclude/net6/main.hpp Xinclude/net6/non_copyable.hpp Xinclude/net6/packet.hpp Xinclude/net6/peer.hpp Xinclude/net6/select.hpp Xinclude/net6/server.hpp Xinclude/net6/socket.hpp Xlib/libnet6-1.1.so Xlib/libnet6-1.1.so.0 Xlib/libnet6.a Xlib/libnet6.so Xlibdata/pkgconfig/net6-1.1.pc X@dirrm include/net6 END-of-net6/pkg-plist exit --- net6.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: