Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2002 21:58:36 +0100 (BST)
From:      Dominic Marks <dominic_marks@btinternet.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41638: New Port: devel/libio
Message-ID:  <20020813205836.97908198@host217-39-173-154.in-addr.btopenworld.com>

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

>Number:         41638
>Category:       ports
>Synopsis:       New Port: devel/libio
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 13 14:00:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
National Physical Laboratory, UK
>Environment:
System: FreeBSD gallium 4.6-STABLE FreeBSD 4.6-STABLE #3:
Sun Aug 11 15:48:10 BST 2002 dom@gallium:/usr/obj/media/cvs/src/sys/GALLIUM i386
	
>Description:
The libio provides an abstraction for general data transport. It creates
data source and data sinks. The sources and sinks can be connected with
multiple filters. As a result encryption and authentication can happen
completely transparent to the main core of an application. Mutliplex
nodes can be used to deal with N-fan in and M-fan out.
	
>How-To-Repeat:
	NA
	
>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:
#
#	libio/Makefile
#	libio/distinfo
#	libio/files
#	libio/pkg-comment
#	libio/pkg-descr
#	libio/pkg-plist
#	libio/files/patch-aa
#
echo x - libio/Makefile
sed 's/^X//' >libio/Makefile << 'END-of-libio/Makefile'
X# New ports collection makefile for:	libio
X# Date created:				13/08/2002
X# Whom:					Dominic Marks <dominic_marks@btinternet.com>
X#
X# $FreeBSD: ports/devel/libio/Makefile,v 1.3 2002/04/25 06:53:41 petef Exp $
X#
X
XPORTNAME=	libio
XPORTVERSION=	0.1
XCATEGORIES=	devel
XMASTER_SITES=	http://monkey.org/~provos/
X
XBUILD_DEPENDS=	${PREFIX}/lib/libevent.a:${PORTSDIR}/devel/libevent
XMAINTAINER=	dominic_marks@btinternet.com
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-libio/Makefile
echo x - libio/distinfo
sed 's/^X//' >libio/distinfo << 'END-of-libio/distinfo'
XMD5 (libio-0.1.tar.gz) = 7acc1df365c4ca755ffa82726b457675
END-of-libio/distinfo
echo c - libio/files
mkdir -p libio/files > /dev/null 2>&1
echo x - libio/pkg-comment
sed 's/^X//' >libio/pkg-comment << 'END-of-libio/pkg-comment'
XAn abstraction layer for general data transport
END-of-libio/pkg-comment
echo x - libio/pkg-descr
sed 's/^X//' >libio/pkg-descr << 'END-of-libio/pkg-descr'
XThe libio provides an abstraction for general data transport. It creates
Xdata source and data sinks. The sources and sinks can be connected with
Xmultiple filters. As a result encryption and authentication can happen
Xcompletely transparent to the main core of an application. Mutliplex
Xnodes can be used to deal with N-fan in and M-fan out.
X
XWWW: http://monkey.org/~provos/libio/
END-of-libio/pkg-descr
echo x - libio/pkg-plist
sed 's/^X//' >libio/pkg-plist << 'END-of-libio/pkg-plist'
Xlib/libio.a
Xinclude/io.h
END-of-libio/pkg-plist
echo x - libio/files/patch-aa
sed 's/^X//' >libio/files/patch-aa << 'END-of-libio/files/patch-aa'
X--- Makefile.in	Fri Dec 14 14:10:31 2001
X+++ Makefile.in.new	Tue Aug 13 21:48:25 2002
X@@ -46,8 +46,6 @@
X 	$(INSTALL_DATA) libio.a $(libdir)
X 	$(INSTALL) -d $(install_prefix)$(includedir)
X 	$(INSTALL_DATA) io.h $(install_prefix)$(includedir)
X-	$(INSTALL) -d $(install_prefix)$(mandir)/man3
X-	$(INSTALL_DATA) *.3 $(install_prefix)$(mandir)/man3
X 
X clean:
X 	(cd examples && make clean)
END-of-libio/files/patch-aa
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?20020813205836.97908198>