From nobody@FreeBSD.org  Wed May 28 07:47:10 2008
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 F370A1065671
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 May 2008 07:47:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D7BF28FC29
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 May 2008 07:47:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m4S7jWtU058386
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 May 2008 07:45:32 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m4S7jWaw058385;
	Wed, 28 May 2008 07:45:32 GMT
	(envelope-from nobody)
Message-Id: <200805280745.m4S7jWaw058385@www.freebsd.org>
Date: Wed, 28 May 2008 07:45:32 GMT
From: Craig Rodrigues <rodrigc@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: www/serf new port
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124059
>Category:       ports
>Synopsis:       www/serf new port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    db
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 28 07:50:01 UTC 2008
>Closed-Date:    Wed May 28 21:01:59 UTC 2008
>Last-Modified:  Wed May 28 21:10:01 UTC 2008
>Originator:     Craig Rodrigues
>Release:        
>Organization:
>Environment:
>Description:
The serf library is a C-based HTTP client library built upon the Apache Portable Runtime (APR) library. It multiplexes connections, running the read/write communication asynchronously. Memory copies and transformations are kept to a minimum to provide high performance operation.

http://serf.googlecode.com

This library is used by subversion 1.5.

>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:
#
#	serf
#	serf/Makefile
#	serf/pkg-plist
#	serf/pkg-descr
#	serf/distinfo
#
echo c - serf
mkdir -p serf > /dev/null 2>&1
echo x - serf/Makefile
sed 's/^X//' >serf/Makefile << 'END-of-serf/Makefile'
X# New ports collection makefile for: apr
X# Date created:		28 May 2008
X# Whom:			Craig Rodrigues <rodrigc@FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	serf
XPORTVERSION=	0.1.2
XCATEGORIES=	www
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
X
XMAINTAINER=	rodrigc@FreeBSD.org
XCOMMENT=	Serf HTTP client library
X
XLIB_DEPENDS+=	apr:${PORTSDIR}/devel/apr
X
XPROJECTHOST=	serf
XPORTDOCS=	design-guide.txt
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS+= --with-apr=${PREFIX}/bin/apr-1-config --with-apr-util=${PREFIX}/bin/apu-1-config
X
Xpost-install:
X	${MKDIR} ${DOCSDIR}
X.if !defined(NOPORTDOCS)
X	${INSTALL_DATA} ${WRKSRC}/design-guide.txt ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-serf/Makefile
echo x - serf/pkg-plist
sed 's/^X//' >serf/pkg-plist << 'END-of-serf/pkg-plist'
Xinclude/serf-0/serf.h
Xinclude/serf-0/serf_bucket_types.h
Xinclude/serf-0/serf_bucket_util.h
Xinclude/serf-0/serf_declare.h
X@dirrm include/serf-0
Xlib/libserf-0.so.0
Xlib/libserf-0.so
Xlib/libserf-0.la
Xlib/libserf-0.a
END-of-serf/pkg-plist
echo x - serf/pkg-descr
sed 's/^X//' >serf/pkg-descr << 'END-of-serf/pkg-descr'
XThe serf library is a C-based HTTP client library built upon the
XApache Portable Runtime (APR) library. It multiplexes connections,
Xrunning the read/write communication asynchronously. Memory copies
Xand transformations are kept to a minimum to provide high
Xperformance operation.
X
XWWW: http://serf.googlecode.com
END-of-serf/pkg-descr
echo x - serf/distinfo
sed 's/^X//' >serf/distinfo << 'END-of-serf/distinfo'
XMD5 (serf-0.1.2.tar.bz2) = 9578f4b40d4ae7ea799bb0067d6b1c7c
XSHA256 (serf-0.1.2.tar.bz2) = 44c852c9135914b85c7a1f36ef41f88c63de52faab98493a6e59008b7060f89c
XSIZE (serf-0.1.2.tar.bz2) = 117871
END-of-serf/distinfo
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rodrigc 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 28 07:50:06 UTC 2008 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124059 
Responsible-Changed-From-To: rodrigc->freebsd-ports-bugs 
Responsible-Changed-By: rodrigc 
Responsible-Changed-When: Wed May 28 07:56:00 UTC 2008 
Responsible-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=124059 
Responsible-Changed-From-To: freebsd-ports-bugs->db 
Responsible-Changed-By: db 
Responsible-Changed-When: Wed May 28 19:45:46 UTC 2008 
Responsible-Changed-Why:  
I'll take it 


http://www.freebsd.org/cgi/query-pr.cgi?pr=124059 
State-Changed-From-To: open->closed 
State-Changed-By: db 
State-Changed-When: Wed May 28 21:01:58 UTC 2008 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124059 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124059: commit references a PR
Date: Wed, 28 May 2008 21:01:16 +0000 (UTC)

 db          2008-05-28 21:01:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/serf             Makefile distinfo pkg-descr pkg-plist 
   Log:
   The serf library is a C-based HTTP client library built upon the
   Apache Portable Runtime (APR) library. It multiplexes connections,
   running the read/write communication asynchronously. Memory copies
   and transformations are kept to a minimum to provide high
   performance operation.
   
   WWW: http://serf.googlecode.com
   
   PR:             ports/124059
   Submitted by:   Craig Rodrigues <rodrigc at FreeBSD.org>
   
   Revision  Changes    Path
   1.2052    +1 -0      ports/www/Makefile
   1.1       +35 -0     ports/www/serf/Makefile (new)
   1.1       +3 -0      ports/www/serf/distinfo (new)
   1.1       +7 -0      ports/www/serf/pkg-descr (new)
   1.1       +9 -0      ports/www/serf/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
