From nobody@FreeBSD.org  Sun Mar 13 18:21:04 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9ADA51065677
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Mar 2011 18:21:04 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 7F1698FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Mar 2011 18:21:04 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p2DIL4kN097332
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Mar 2011 18:21:04 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p2DIL49s097331;
	Sun, 13 Mar 2011 18:21:04 GMT
	(envelope-from nobody)
Message-Id: <201103131821.p2DIL49s097331@red.freebsd.org>
Date: Sun, 13 Mar 2011 18:21:04 GMT
From: Fred Cohen <ports@demosoft.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: new port devel/radlib radlib developer library. Event-driven framework
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         155538
>Category:       ports
>Synopsis:       new port devel/radlib radlib developer library. Event-driven framework
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 13 18:30:11 UTC 2011
>Closed-Date:    Sun Dec 25 17:29:25 UTC 2011
>Last-Modified:  Sun Dec 25 17:29:25 UTC 2011
>Originator:     Fred Cohen
>Release:        8.2-RELEASE
>Organization:
Demosoft
>Environment:
FreeBSD morningsun2.whysheep.org 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	radlib
#	radlib/Makefile
#	radlib/pkg-descr
#	radlib/distinfo
#	radlib/pkg-plist
#
echo c - radlib
mkdir -p radlib > /dev/null 2>&1
echo x - radlib/Makefile
sed 's/^X//' >radlib/Makefile << '7a45ef1c889ba22b7659543837523ab0'
X# New ports collection makefile for:   radlib
X# Date created:        5 December 1994
X# Whom:                asami
X#
X# $FreeBSD$
X#
X
XPORTNAME=      radlib
XPORTVERSION=   2.10.2
XCATEGORIES=    devel
XMASTER_SITES=  SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
XMAINTAINER=    quadra@demosoft.org
XCOMMENT=       C language library developed to abstract details of interprocess communications and common linux/unix system facilities so that application developers can concentrate on application solutions.
X
XGNU_CONFIGURE=yes
XCONFIGURE_ARGS=--enable-sqlite
XMAKE_JOBS_SAFE=yes 
XLIB_DEPENDS=   sqlite3:${PORTSDIR}/databases/sqlite3
X.include <bsd.port.mk>
7a45ef1c889ba22b7659543837523ab0
echo x - radlib/pkg-descr
sed 's/^X//' >radlib/pkg-descr << '893e7236b4646c401d3f07c8902015e4'
XPort of radlib: radlib is a C language library developed to abstract details of interprocess communications and common linux/unix system facilities. It encourages developers to use a proven paradigm of event-driven, asynchronous design. By abstracting interprocess messaging, events, timers, and any I/O device that can be represented as a file descriptor, radlib simplifies the implementation of multi-purpose processes, as well as multi-process applications.
X
XWWW: http://www.radlib.teel.ws
893e7236b4646c401d3f07c8902015e4
echo x - radlib/distinfo
sed 's/^X//' >radlib/distinfo << '75eaff4e78a520de09e764b4fcb511d7'
XSHA256 (radlib-2.10.2.tar.gz) = a2e4021bb898a386e56e824fd0246be3b9912261f65453e52e8e737598d8d3e5
XSIZE (radlib-2.10.2.tar.gz) = 495201
75eaff4e78a520de09e764b4fcb511d7
echo x - radlib/pkg-plist
sed 's/^X//' >radlib/pkg-plist << '59b8b08f648836eb93b73475695d4e5f'
Xbin/raddebug
Xbin/radmrouted
Xinclude/radUDPsocket.h
Xinclude/radbuffers.h
Xinclude/radconffile.h
Xinclude/radcrc.h
Xinclude/raddebug.h
Xinclude/radevents.h
Xinclude/radlist.h
Xinclude/radmsgLog.h
Xinclude/radmsgRouter.h
Xinclude/radprocess.h
Xinclude/radproclist.h
Xinclude/radprocutils.h
Xinclude/radqueue.h
Xinclude/radsemaphores.h
Xinclude/radsha.h
Xinclude/radshmem.h
Xinclude/radsocket.h
Xinclude/radsortlist.h
Xinclude/radsqlite.h
Xinclude/radstack.h
Xinclude/radstates.h
Xinclude/radsysdefs.h
Xinclude/radsystem.h
Xinclude/radsysutils.h
Xinclude/radtextsearch.h
Xinclude/radtimeUtils.h
Xinclude/radtimers.h
Xlib/librad.a
Xlib/librad.la
Xlib/librad.so
Xlib/librad.so.0
59b8b08f648836eb93b73475695d4e5f
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pawel 
State-Changed-When: Wed Nov 2 22:17:49 UTC 2011 
State-Changed-Why:  
Distfile seems to be missing on the mirrors, there are newer version 
available, can you update your submission ? 

If so please CC me and I will take this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155538 
State-Changed-From-To: feedback->closed 
State-Changed-By: eadler 
State-Changed-When: Sun Dec 25 17:29:24 UTC 2011 
State-Changed-Why:  
feedback timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155538 
>Unformatted:
