Date: Wed, 19 Oct 2005 21:55:52 +0200 From: "Andreas Kohn" <andreas@syndrom23.de> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/87685: [NEW PORT] net/net6 - Library for developing IPv4/IPv6 applications Message-ID: <1129751752.0@klamath.syndrom23.de> Resent-Message-ID: <200510192000.j9JK0TbR063344@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <andreas@syndrom23.de> 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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1129751752.0>