From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 07:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E1CF106566C for ; Wed, 28 May 2008 07:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 705DF8FC17 for ; Wed, 28 May 2008 07:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4S7o1FF036192 for ; Wed, 28 May 2008 07:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4S7o1ju036191; Wed, 28 May 2008 07:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 28 May 2008 07:50:01 GMT Resent-Message-Id: <200805280750.m4S7o1ju036191@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Craig Rodrigues Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F370A1065671 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124059: www/serf new port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 07:50:01 -0000 >Number: 124059 >Category: ports >Synopsis: www/serf new port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 28 07:50:01 UTC 2008 >Closed-Date: >Last-Modified: >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 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 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: >Unformatted: