From owner-freebsd-ports Sat Apr 28 17:50:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5301D37B43C for ; Sat, 28 Apr 2001 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3T0o1i89463; Sat, 28 Apr 2001 17:50:01 -0700 (PDT) (envelope-from gnats) Received: from emily.cc.duth.gr (emily.cc.duth.gr [192.108.114.21]) by hub.freebsd.org (Postfix) with ESMTP id 312F837B422 for ; Sat, 28 Apr 2001 17:42:25 -0700 (PDT) (envelope-from kkonstan@emily.cc.duth.gr) Received: (from kkonstan@localhost) by emily.cc.duth.gr (8.11.3/8.11.3) id f3T0gOG65353; Sun, 29 Apr 2001 03:42:24 +0300 (EEST) (envelope-from kkonstan) Message-Id: <200104290042.f3T0gOG65353@emily.cc.duth.gr> Date: Sun, 29 Apr 2001 03:42:24 +0300 (EEST) From: kkonstan@duth.gr Reply-To: kkonstan@daemon.gr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/26936: New port: libvanessa_socket-0.0.1: Library that provides a simple layer for TCP/IP socket operations Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26936 >Category: ports >Synopsis: New port: libvanessa_socket-0.0.1: Library that provides a simple layer for TCP/IP socket operations >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 28 17:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Konstantinos Konstantinidis >Release: FreeBSD 4.3-RELEASE i386 >Organization: Demokritos University of Thrace >Environment: >Description: libvanessa_socket is a library that provides a simple layer for TCP/IP socket operations. It includes code to open a socket to a server as a client, to listen on sockets for clients as a server and to pipe information between sockets. WWW: http://vanessa.sourceforge.net/ >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: # # libvanessa_socket # libvanessa_socket/Makefile # libvanessa_socket/distinfo # libvanessa_socket/pkg-comment # libvanessa_socket/pkg-descr # libvanessa_socket/pkg-plist # echo c - libvanessa_socket mkdir -p libvanessa_socket > /dev/null 2>&1 echo x - libvanessa_socket/Makefile sed 's/^X//' >libvanessa_socket/Makefile << 'END-of-libvanessa_socket/Makefile' X# New ports collection makefile for: libvanessa_socket X# Date created: 28 April 2001 X# Whom: Konstantinos Konstantinidis X# X# $FreeBSD$ X# X XPORTNAME= libvanessa_socket XPORTVERSION= 0.0.1 XCATEGORIES= devel XMASTER_SITES= ftp://vanessa.sourceforge.net/pub/vanessa/%SUBDIR%/ \ X ftp://ftp.au.vergenet.net/pub/vanessa/%SUBDIR%/ \ X ftp://ftp.nl.vergenet.net/pub/vanessa/%SUBDIR%/ \ X ftp://ftp.jp.vergenet.net/pub/vanessa/%SUBDIR%/ \ X ftp://ftp.us.vergenet.net/pub/vanessa/%SUBDIR%/ XMASTER_SITE_SUBDIR= vanessa_socket/${PORTVERSION} XDISTNAME= vanessa_socket-${PORTVERSION} X XMAINTAINER= kkonstan@daemon.gr X XLIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger X XMAN1= vanessa_socket_pipe.1 X XINSTALLS_SHLIB= YES X XUSE_LIBTOOL= YES XGNU_CONFIGURE= YES XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" XWRKSRC= ${WRKDIR}/vanessa_socket-${PORTVERSION} X X.include END-of-libvanessa_socket/Makefile echo x - libvanessa_socket/distinfo sed 's/^X//' >libvanessa_socket/distinfo << 'END-of-libvanessa_socket/distinfo' XMD5 (vanessa_socket-0.0.1.tar.gz) = 6cc4a3fcdfb16ff0470c21b6aa5f22de END-of-libvanessa_socket/distinfo echo x - libvanessa_socket/pkg-comment sed 's/^X//' >libvanessa_socket/pkg-comment << 'END-of-libvanessa_socket/pkg-comment' XLibrary that provides a simple layer for TCP/IP socket operations END-of-libvanessa_socket/pkg-comment echo x - libvanessa_socket/pkg-descr sed 's/^X//' >libvanessa_socket/pkg-descr << 'END-of-libvanessa_socket/pkg-descr' Xlibvanessa_socket is a library that provides a simple layer for TCP/IP socket Xoperations. It includes code to open a socket to a server as a client, to Xlisten on sockets for clients as a server and to pipe information between Xsockets. X XWWW: http://vanessa.sourceforge.net/ X X-- K. Konstantinidis END-of-libvanessa_socket/pkg-descr echo x - libvanessa_socket/pkg-plist sed 's/^X//' >libvanessa_socket/pkg-plist << 'END-of-libvanessa_socket/pkg-plist' Xbin/vanessa_socket_pipe Xinclude/vanessa_socket.h Xlib/libvanessa_socket.so.0 Xlib/libvanessa_socket.so Xlib/libvanessa_socket.a END-of-libvanessa_socket/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message