Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2001 03:42:24 +0300 (EEST)
From:      kkonstan@duth.gr
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26936: New port: libvanessa_socket-0.0.1: Library that provides a simple layer for TCP/IP socket operations
Message-ID:  <200104290042.f3T0gOG65353@emily.cc.duth.gr>

next in thread | raw e-mail | index | archive | help

>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 <kkonstan@daemon.gr>
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 <bsd.port.mk>
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 <kkonstan@daemon.gr>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104290042.f3T0gOG65353>